GIMP_MICRO_VERSION
-
#define GIMP_MICRO_VERSION (7)
+#define GIMP_MICRO_VERSION (8)
@@ -92,7 +92,7 @@ capabilities.
GIMP_VERSION
-
#define GIMP_VERSION "2.6.7"
+#define GIMP_VERSION "2.6.8"
diff --git a/devel-docs/libgimpbase/xml/gimpversion.xml b/devel-docs/libgimpbase/xml/gimpversion.xml
index c6079ab5f5..efd5823931 100644
--- a/devel-docs/libgimpbase/xml/gimpversion.xml
+++ b/devel-docs/libgimpbase/xml/gimpversion.xml
@@ -64,13 +64,13 @@ capabilities.
GIMP_MICRO_VERSION
-GIMP_MICRO_VERSION#define GIMP_MICRO_VERSION (7)
+GIMP_MICRO_VERSION#define GIMP_MICRO_VERSION (8)
GIMP_VERSION
-GIMP_VERSION#define GIMP_VERSION "2.6.7"
+GIMP_VERSION#define GIMP_VERSION "2.6.8"
diff --git a/devel-docs/libgimpcolor/Makefile.in b/devel-docs/libgimpcolor/Makefile.in
index b90fa91e24..80a4bc41dd 100644
--- a/devel-docs/libgimpcolor/Makefile.in
+++ b/devel-docs/libgimpcolor/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,8 +22,9 @@
####################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -53,6 +55,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -441,9 +444,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpcolor/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/libgimpcolor/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpcolor/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/libgimpcolor/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -461,6 +464,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
version: $(top_builddir)/config.status $(srcdir)/version.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -492,13 +496,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -530,6 +538,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -548,6 +557,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -556,18 +567,28 @@ install-data-am: install-data-local
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -746,6 +767,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/devel-docs/libgimpconfig/Makefile.in b/devel-docs/libgimpconfig/Makefile.in
index 1a3a6cf35c..7c08b1ee68 100644
--- a/devel-docs/libgimpconfig/Makefile.in
+++ b/devel-docs/libgimpconfig/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,8 +22,9 @@
####################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -53,6 +55,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -453,9 +456,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpconfig/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/libgimpconfig/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpconfig/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/libgimpconfig/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -473,6 +476,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
version: $(top_builddir)/config.status $(srcdir)/version.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -504,13 +508,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -542,6 +550,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -560,6 +569,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -568,18 +579,28 @@ install-data-am: install-data-local
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -759,6 +780,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/devel-docs/libgimpmath/Makefile.in b/devel-docs/libgimpmath/Makefile.in
index ec56f907ce..8ae4bd52ff 100644
--- a/devel-docs/libgimpmath/Makefile.in
+++ b/devel-docs/libgimpmath/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,8 +22,9 @@
####################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -53,6 +55,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -441,9 +444,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpmath/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/libgimpmath/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpmath/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/libgimpmath/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -461,6 +464,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
version: $(top_builddir)/config.status $(srcdir)/version.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -492,13 +496,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -530,6 +538,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -548,6 +557,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -556,18 +567,28 @@ install-data-am: install-data-local
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -746,6 +767,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/devel-docs/libgimpmodule/Makefile.in b/devel-docs/libgimpmodule/Makefile.in
index 60af1bff83..56224826c3 100644
--- a/devel-docs/libgimpmodule/Makefile.in
+++ b/devel-docs/libgimpmodule/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,8 +22,9 @@
####################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -53,6 +55,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -449,9 +452,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpmodule/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/libgimpmodule/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpmodule/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/libgimpmodule/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -469,6 +472,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
version: $(top_builddir)/config.status $(srcdir)/version.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -500,13 +504,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -538,6 +546,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -556,6 +565,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -564,18 +575,28 @@ install-data-am: install-data-local
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -754,6 +775,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/devel-docs/libgimpthumb/Makefile.in b/devel-docs/libgimpthumb/Makefile.in
index b58c21df5b..218173fb6d 100644
--- a/devel-docs/libgimpthumb/Makefile.in
+++ b/devel-docs/libgimpthumb/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,8 +22,9 @@
####################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -53,6 +55,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -450,9 +453,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpthumb/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/libgimpthumb/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpthumb/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/libgimpthumb/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -470,6 +473,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
version: $(top_builddir)/config.status $(srcdir)/version.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -501,13 +505,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -539,6 +547,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -557,6 +566,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -565,18 +576,28 @@ install-data-am: install-data-local
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -755,6 +776,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/devel-docs/libgimpwidgets/Makefile.in b/devel-docs/libgimpwidgets/Makefile.in
index d49e06466a..8aa300c546 100644
--- a/devel-docs/libgimpwidgets/Makefile.in
+++ b/devel-docs/libgimpwidgets/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -21,8 +22,9 @@
####################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -53,6 +55,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = version
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -464,9 +467,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpwidgets/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/libgimpwidgets/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpwidgets/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/libgimpwidgets/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -484,6 +487,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
version: $(top_builddir)/config.status $(srcdir)/version.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
@@ -515,13 +519,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -553,6 +561,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -571,6 +580,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -579,18 +590,28 @@ install-data-am: install-data-local
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -769,6 +790,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/devel-docs/tools/Makefile.in b/devel-docs/tools/Makefile.in
index f5bf7d689d..262fafb07d 100644
--- a/devel-docs/tools/Makefile.in
+++ b/devel-docs/tools/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,6 +50,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
PROGRAMS = $(noinst_PROGRAMS)
am_doc_shooter_OBJECTS = shadow.$(OBJEXT) shooter.$(OBJEXT) \
units.$(OBJEXT) widgets.$(OBJEXT)
@@ -59,6 +62,7 @@ doc_shooter_DEPENDENCIES = $(libgimpwidgets) $(libgimpconfig) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -411,9 +415,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/tools/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu devel-docs/tools/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/tools/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu devel-docs/tools/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -431,13 +435,16 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
doc-shooter$(EXEEXT): $(doc_shooter_OBJECTS) $(doc_shooter_DEPENDENCIES)
@rm -f doc-shooter$(EXEEXT)
$(LINK) $(doc_shooter_OBJECTS) $(doc_shooter_LDADD) $(LIBS)
@@ -455,21 +462,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -492,7 +499,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -500,29 +507,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -543,13 +555,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -577,6 +593,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -598,6 +615,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -606,18 +625,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -658,6 +687,7 @@ uninstall-am:
clean-local:
rm -f *.png
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 703fd39b81..5ccd429714 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -15,8 +16,9 @@
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,8 +52,30 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = gimp-2.6.1 gimprc-2.6.5 gimptool-2.0.1 \
gimp-remote-2.6.1
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)"
man5dir = $(mandir)/man5
@@ -382,9 +406,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu docs/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu docs/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -402,6 +426,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
gimp-2.6.1: $(top_builddir)/config.status $(srcdir)/gimp.1.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
gimprc-2.6.5: $(top_builddir)/config.status $(srcdir)/gimprc.5.in
@@ -416,96 +441,82 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
-install-man1: $(man1_MANS) $(man_MANS)
+install-man1: $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
- case "$$i" in \
- *.1*) list="$$list $$i" ;; \
- esac; \
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+ fi; \
done; \
- for i in $$list; do \
- if test -f $$i; then file=$$i; \
- else file=$(srcdir)/$$i; fi; \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- case "$$ext" in \
- 1*) ;; \
- *) ext='1' ;; \
- esac; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
- done
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+ done; }
+
uninstall-man1:
@$(NORMAL_UNINSTALL)
- @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
- case "$$i" in \
- *.1*) list="$$list $$i" ;; \
- esac; \
- done; \
- for i in $$list; do \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- case "$$ext" in \
- 1*) ;; \
- *) ext='1' ;; \
- esac; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
- rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
- done
-install-man5: $(man5_MANS) $(man_MANS)
+ @list=''; test -n "$(man1dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.1[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
+install-man5: $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
- @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
- case "$$i" in \
- *.5*) list="$$list $$i" ;; \
- esac; \
+ @list=''; test -n "$(man5dir)" || exit 0; \
+ { for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.5[a-z]*$$/p'; \
+ } | while read p; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ echo "$$d$$p"; echo "$$p"; \
+ done | \
+ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+ sed 'N;N;s,\n, ,g' | { \
+ list=; while read file base inst; do \
+ if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
+ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
+ fi; \
done; \
- for i in $$list; do \
- if test -f $$i; then file=$$i; \
- else file=$(srcdir)/$$i; fi; \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- case "$$ext" in \
- 5*) ;; \
- *) ext='5' ;; \
- esac; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
- done
+ for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+ while read files; do \
+ test -z "$$files" || { \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
+ done; }
+
uninstall-man5:
@$(NORMAL_UNINSTALL)
- @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
- l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
- for i in $$l2; do \
- case "$$i" in \
- *.5*) list="$$list $$i" ;; \
- esac; \
- done; \
- for i in $$list; do \
- ext=`echo $$i | sed -e 's/^.*\\.//'`; \
- case "$$ext" in \
- 5*) ;; \
- *) ext='5' ;; \
- esac; \
- inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
- inst=`echo $$inst | sed -e 's/^.*\///'`; \
- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
- echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
- rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
- done
+ @list=''; test -n "$(man5dir)" || exit 0; \
+ files=`{ for i in $$list; do echo "$$i"; done; \
+ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
+ sed -n '/\.5[a-z]*$$/p'; \
+ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
+ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+ test -z "$$files" || { \
+ echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
tags: TAGS
TAGS:
@@ -514,6 +525,19 @@ CTAGS:
distdir: $(DISTFILES)
+ @list='$(MANS)'; if test -n "$$list"; then \
+ list=`for p in $$list; do \
+ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
+ if test -n "$$list" && \
+ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
+ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
+ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
+ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
+ echo " typically \`make maintainer-clean' will remove them" >&2; \
+ exit 1; \
+ else :; fi; \
+ else :; fi
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
@@ -529,13 +553,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -566,6 +594,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -584,6 +613,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -591,21 +622,30 @@ info-am:
install-data-am: install-man
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
-
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man: install-man1 install-man5
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -671,6 +711,7 @@ uninstall-local:
@DEFAULT_BINARY_TRUE@ echo " rm -f $(DESTDIR)$(mandir)/man$$s/$$f"; \
@DEFAULT_BINARY_TRUE@ rm -f $(DESTDIR)$(mandir)/man$$s/$$f; \
@DEFAULT_BINARY_TRUE@ done
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/etc/Makefile.in b/etc/Makefile.in
index 02ed824c69..2a6b14779b 100644
--- a/etc/Makefile.in
+++ b/etc/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(gimpsysconfdir)"
-gimpsysconfDATA_INSTALL = $(INSTALL_DATA)
DATA = $(gimpsysconf_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -380,9 +397,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu etc/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu etc/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -400,6 +417,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -409,20 +427,23 @@ clean-libtool:
install-gimpsysconfDATA: $(gimpsysconf_DATA)
@$(NORMAL_INSTALL)
test -z "$(gimpsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(gimpsysconfdir)"
- @list='$(gimpsysconf_DATA)'; for p in $$list; do \
+ @list='$(gimpsysconf_DATA)'; test -n "$(gimpsysconfdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(gimpsysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gimpsysconfdir)/$$f'"; \
- $(gimpsysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gimpsysconfdir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gimpsysconfdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gimpsysconfdir)" || exit $$?; \
done
uninstall-gimpsysconfDATA:
@$(NORMAL_UNINSTALL)
- @list='$(gimpsysconf_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(gimpsysconfdir)/$$f'"; \
- rm -f "$(DESTDIR)$(gimpsysconfdir)/$$f"; \
- done
+ @list='$(gimpsysconf_DATA)'; test -n "$(gimpsysconfdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(gimpsysconfdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(gimpsysconfdir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -446,13 +467,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -483,6 +508,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -501,6 +527,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -509,18 +537,28 @@ install-data-am: install-gimpsysconfDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -555,6 +593,7 @@ uninstall-am: uninstall-gimpsysconfDATA
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am uninstall uninstall-am uninstall-gimpsysconfDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/install-sh b/install-sh
index a5897de6ea..6781b987bd 100755
--- a/install-sh
+++ b/install-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2006-12-25.00
+scriptversion=2009-04-28.21; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -515,5 +515,6 @@ done
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End:
diff --git a/libgimp/Makefile.in b/libgimp/Makefile.in
index 20f389def8..8c13ae101d 100644
--- a/libgimp/Makefile.in
+++ b/libgimp/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,14 +52,29 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(gimpincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__objects_1 = gimpenums.lo
@@ -113,6 +130,7 @@ libgimpui_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -125,7 +143,6 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libgimp_2_0_la_SOURCES) $(libgimpui_2_0_la_SOURCES)
DIST_SOURCES = $(libgimp_2_0_la_SOURCES) $(libgimpui_2_0_la_SOURCES)
DATA = $(noinst_DATA)
-gimpincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(gimpinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -771,9 +788,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimp/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimp/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimp/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimp/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -791,23 +808,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -929,21 +951,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -956,20 +978,23 @@ clean-libtool:
install-gimpincludeHEADERS: $(gimpinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(gimpincludedir)" || $(MKDIR_P) "$(DESTDIR)$(gimpincludedir)"
- @list='$(gimpinclude_HEADERS)'; for p in $$list; do \
+ @list='$(gimpinclude_HEADERS)'; test -n "$(gimpincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(gimpincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(gimpincludedir)/$$f'"; \
- $(gimpincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(gimpincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gimpincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(gimpincludedir)" || exit $$?; \
done
uninstall-gimpincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(gimpinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(gimpincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(gimpincludedir)/$$f"; \
- done
+ @list='$(gimpinclude_HEADERS)'; test -n "$(gimpincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(gimpincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(gimpincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -983,7 +1008,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -991,29 +1016,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -1034,13 +1064,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -1072,6 +1106,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -1093,6 +1128,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -1101,18 +1138,28 @@ install-data-am: install-data-local install-gimpincludeHEADERS
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -1215,6 +1262,7 @@ gimpuimarshal.c: gimpuimarshal.h
&& $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --body >> xgen-umc \
&& cp xgen-umc $(@F) \
&& rm -f xgen-umc xgen-umc~
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpbase/Makefile.in b/libgimpbase/Makefile.in
index e37111c6c2..ddc2f230ae 100644
--- a/libgimpbase/Makefile.in
+++ b/libgimpbase/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -52,15 +54,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpbaseincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__objects_1 = gimpbasetypes.lo gimpbase-private.lo gimpchecks.lo \
@@ -79,6 +96,7 @@ test_cpu_accel_OBJECTS = $(am_test_cpu_accel_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -91,10 +109,11 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libgimpbase_2_0_la_SOURCES) $(test_cpu_accel_SOURCES)
DIST_SOURCES = $(libgimpbase_2_0_la_SOURCES) $(test_cpu_accel_SOURCES)
DATA = $(noinst_DATA)
-libgimpbaseincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpbaseinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
+am__tty_colors = \
+red=; grn=; lgn=; blu=; std=
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
@@ -527,9 +546,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpbase/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpbase/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpbase/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpbase/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -547,23 +566,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -607,21 +631,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -634,20 +658,23 @@ clean-libtool:
install-libgimpbaseincludeHEADERS: $(libgimpbaseinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpbaseincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpbaseincludedir)"
- @list='$(libgimpbaseinclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpbaseinclude_HEADERS)'; test -n "$(libgimpbaseincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpbaseincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpbaseincludedir)/$$f'"; \
- $(libgimpbaseincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpbaseincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpbaseincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpbaseincludedir)" || exit $$?; \
done
uninstall-libgimpbaseincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpbaseinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpbaseincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpbaseincludedir)/$$f"; \
- done
+ @list='$(libgimpbaseinclude_HEADERS)'; test -n "$(libgimpbaseincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpbaseincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpbaseincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -661,7 +688,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -669,29 +696,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -700,6 +732,7 @@ check-TESTS: $(TESTS)
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
srcdir=$(srcdir); export srcdir; \
list=' $(TESTS) '; \
+ $(am__tty_colors); \
if test -n "$$list"; then \
for tst in $$list; do \
if test -f ./$$tst; then dir=./; \
@@ -711,10 +744,10 @@ check-TESTS: $(TESTS)
*[\ \ ]$$tst[\ \ ]*) \
xpass=`expr $$xpass + 1`; \
failed=`expr $$failed + 1`; \
- echo "XPASS: $$tst"; \
+ col=$$red; res=XPASS; \
;; \
*) \
- echo "PASS: $$tst"; \
+ col=$$grn; res=PASS; \
;; \
esac; \
elif test $$? -ne 77; then \
@@ -722,17 +755,18 @@ check-TESTS: $(TESTS)
case " $(XFAIL_TESTS) " in \
*[\ \ ]$$tst[\ \ ]*) \
xfail=`expr $$xfail + 1`; \
- echo "XFAIL: $$tst"; \
+ col=$$lgn; res=XFAIL; \
;; \
*) \
failed=`expr $$failed + 1`; \
- echo "FAIL: $$tst"; \
+ col=$$red; res=FAIL; \
;; \
esac; \
else \
skip=`expr $$skip + 1`; \
- echo "SKIP: $$tst"; \
+ col=$$blu; res=SKIP; \
fi; \
+ echo "$${col}$$res$${std}: $$tst"; \
done; \
if test "$$all" -eq 1; then \
tests="test"; \
@@ -774,11 +808,15 @@ check-TESTS: $(TESTS)
dashes="$$report"; \
fi; \
dashes=`echo "$$dashes" | sed s/./=/g`; \
- echo "$$dashes"; \
+ if test "$$failed" -eq 0; then \
+ echo "$$grn$$dashes"; \
+ else \
+ echo "$$red$$dashes"; \
+ fi; \
echo "$$banner"; \
test -z "$$skipped" || echo "$$skipped"; \
test -z "$$report" || echo "$$report"; \
- echo "$$dashes"; \
+ echo "$$dashes$$std"; \
test "$$failed" -eq 0; \
else :; fi
@@ -798,13 +836,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -837,6 +879,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@@ -859,6 +902,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -867,18 +912,28 @@ install-data-am: install-data-local install-libgimpbaseincludeHEADERS
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -902,7 +957,7 @@ ps-am:
uninstall-am: uninstall-libLTLIBRARIES \
uninstall-libgimpbaseincludeHEADERS uninstall-local
-.MAKE: install-am install-strip
+.MAKE: check-am install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
clean-generic clean-libLTLIBRARIES clean-libtool ctags \
@@ -965,6 +1020,7 @@ $(srcdir)/gimpbaseenums.c: $(srcdir)/gimpbaseenums.h $(GIMP_MKENUMS)
$(srcdir)/gimpbaseenums.h > xgen-bec \
&& cp xgen-bec $(@F) \
&& rm -f xgen-bec
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpbase/gimpversion.h b/libgimpbase/gimpversion.h
index 0042a9a3ee..7644fa4416 100644
--- a/libgimpbase/gimpversion.h
+++ b/libgimpbase/gimpversion.h
@@ -11,8 +11,8 @@ G_BEGIN_DECLS
#define GIMP_MAJOR_VERSION (2)
#define GIMP_MINOR_VERSION (6)
-#define GIMP_MICRO_VERSION (7)
-#define GIMP_VERSION "2.6.7"
+#define GIMP_MICRO_VERSION (8)
+#define GIMP_VERSION "2.6.8"
#define GIMP_API_VERSION "2.0"
#define GIMP_CHECK_VERSION(major, minor, micro) \
(GIMP_MAJOR_VERSION > (major) || \
diff --git a/libgimpcolor/Makefile.in b/libgimpcolor/Makefile.in
index f0e9109d1f..82ba646b45 100644
--- a/libgimpcolor/Makefile.in
+++ b/libgimpcolor/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -51,15 +53,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpcolorincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am_libgimpcolor_2_0_la_OBJECTS = gimpadaptivesupersample.lo \
@@ -75,6 +92,7 @@ test_color_parser_OBJECTS = test-color-parser.$(OBJEXT)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -87,10 +105,11 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libgimpcolor_2_0_la_SOURCES) test-color-parser.c
DIST_SOURCES = $(libgimpcolor_2_0_la_SOURCES) test-color-parser.c
DATA = $(noinst_DATA)
-libgimpcolorincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpcolorinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
+am__tty_colors = \
+red=; grn=; lgn=; blu=; std=
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
@@ -474,9 +493,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpcolor/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpcolor/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpcolor/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpcolor/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -494,23 +513,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -546,21 +570,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -573,20 +597,23 @@ clean-libtool:
install-libgimpcolorincludeHEADERS: $(libgimpcolorinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpcolorincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpcolorincludedir)"
- @list='$(libgimpcolorinclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpcolorinclude_HEADERS)'; test -n "$(libgimpcolorincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpcolorincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpcolorincludedir)/$$f'"; \
- $(libgimpcolorincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpcolorincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpcolorincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpcolorincludedir)" || exit $$?; \
done
uninstall-libgimpcolorincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpcolorinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpcolorincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpcolorincludedir)/$$f"; \
- done
+ @list='$(libgimpcolorinclude_HEADERS)'; test -n "$(libgimpcolorincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpcolorincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpcolorincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -600,7 +627,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -608,29 +635,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -639,6 +671,7 @@ check-TESTS: $(TESTS)
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
srcdir=$(srcdir); export srcdir; \
list=' $(TESTS) '; \
+ $(am__tty_colors); \
if test -n "$$list"; then \
for tst in $$list; do \
if test -f ./$$tst; then dir=./; \
@@ -650,10 +683,10 @@ check-TESTS: $(TESTS)
*[\ \ ]$$tst[\ \ ]*) \
xpass=`expr $$xpass + 1`; \
failed=`expr $$failed + 1`; \
- echo "XPASS: $$tst"; \
+ col=$$red; res=XPASS; \
;; \
*) \
- echo "PASS: $$tst"; \
+ col=$$grn; res=PASS; \
;; \
esac; \
elif test $$? -ne 77; then \
@@ -661,17 +694,18 @@ check-TESTS: $(TESTS)
case " $(XFAIL_TESTS) " in \
*[\ \ ]$$tst[\ \ ]*) \
xfail=`expr $$xfail + 1`; \
- echo "XFAIL: $$tst"; \
+ col=$$lgn; res=XFAIL; \
;; \
*) \
failed=`expr $$failed + 1`; \
- echo "FAIL: $$tst"; \
+ col=$$red; res=FAIL; \
;; \
esac; \
else \
skip=`expr $$skip + 1`; \
- echo "SKIP: $$tst"; \
+ col=$$blu; res=SKIP; \
fi; \
+ echo "$${col}$$res$${std}: $$tst"; \
done; \
if test "$$all" -eq 1; then \
tests="test"; \
@@ -713,11 +747,15 @@ check-TESTS: $(TESTS)
dashes="$$report"; \
fi; \
dashes=`echo "$$dashes" | sed s/./=/g`; \
- echo "$$dashes"; \
+ if test "$$failed" -eq 0; then \
+ echo "$$grn$$dashes"; \
+ else \
+ echo "$$red$$dashes"; \
+ fi; \
echo "$$banner"; \
test -z "$$skipped" || echo "$$skipped"; \
test -z "$$report" || echo "$$report"; \
- echo "$$dashes"; \
+ echo "$$dashes$$std"; \
test "$$failed" -eq 0; \
else :; fi
@@ -737,13 +775,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -776,6 +818,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -797,6 +840,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -805,18 +850,28 @@ install-data-am: install-data-local install-libgimpcolorincludeHEADERS
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -840,7 +895,7 @@ ps-am:
uninstall-am: uninstall-libLTLIBRARIES \
uninstall-libgimpcolorincludeHEADERS uninstall-local
-.MAKE: install-am install-strip
+.MAKE: check-am install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
clean-generic clean-libLTLIBRARIES clean-libtool ctags \
@@ -884,6 +939,7 @@ uninstall-am: uninstall-libLTLIBRARIES \
install-data-local: install-ms-lib install-libtool-import-lib
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpconfig/Makefile.in b/libgimpconfig/Makefile.in
index 1e61bc6b39..5a679e01fc 100644
--- a/libgimpconfig/Makefile.in
+++ b/libgimpconfig/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,15 +52,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpconfigincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__objects_1 = gimpconfig-iface.lo gimpconfig-deserialize.lo \
@@ -74,6 +91,7 @@ libgimpconfig_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -86,7 +104,6 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libgimpconfig_2_0_la_SOURCES)
DIST_SOURCES = $(libgimpconfig_2_0_la_SOURCES)
DATA = $(noinst_DATA)
-libgimpconfigincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpconfiginclude_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -484,9 +501,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpconfig/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpconfig/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpconfig/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpconfig/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -504,23 +521,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -553,21 +575,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -580,20 +602,23 @@ clean-libtool:
install-libgimpconfigincludeHEADERS: $(libgimpconfiginclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpconfigincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpconfigincludedir)"
- @list='$(libgimpconfiginclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpconfiginclude_HEADERS)'; test -n "$(libgimpconfigincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpconfigincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpconfigincludedir)/$$f'"; \
- $(libgimpconfigincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpconfigincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpconfigincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpconfigincludedir)" || exit $$?; \
done
uninstall-libgimpconfigincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpconfiginclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpconfigincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpconfigincludedir)/$$f"; \
- done
+ @list='$(libgimpconfiginclude_HEADERS)'; test -n "$(libgimpconfigincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpconfigincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpconfigincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -607,7 +632,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -615,29 +640,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -658,13 +688,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -696,6 +730,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -717,6 +752,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -726,18 +763,28 @@ install-data-am: install-data-local \
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -819,6 +866,7 @@ $(srcdir)/gimpcolorconfig-enums.c: $(srcdir)/gimpcolorconfig-enums.h $(GIMP_MKEN
$(srcdir)/gimpcolorconfig-enums.h > xgen-cec \
&& cp xgen-cec $(@F) \
&& rm -f xgen-cec
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpmath/Makefile.in b/libgimpmath/Makefile.in
index 42914d7aa8..17f3c18007 100644
--- a/libgimpmath/Makefile.in
+++ b/libgimpmath/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,15 +52,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpmathincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am_libgimpmath_2_0_la_OBJECTS = gimpmatrix.lo gimpmd5.lo gimpvector.lo
@@ -69,6 +86,7 @@ libgimpmath_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -81,7 +99,6 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libgimpmath_2_0_la_SOURCES)
DIST_SOURCES = $(libgimpmath_2_0_la_SOURCES)
DATA = $(noinst_DATA)
-libgimpmathincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpmathinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -439,9 +456,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpmath/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpmath/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpmath/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpmath/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -459,23 +476,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -501,21 +523,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -528,20 +550,23 @@ clean-libtool:
install-libgimpmathincludeHEADERS: $(libgimpmathinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpmathincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpmathincludedir)"
- @list='$(libgimpmathinclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpmathinclude_HEADERS)'; test -n "$(libgimpmathincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpmathincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpmathincludedir)/$$f'"; \
- $(libgimpmathincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpmathincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpmathincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpmathincludedir)" || exit $$?; \
done
uninstall-libgimpmathincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpmathinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpmathincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpmathincludedir)/$$f"; \
- done
+ @list='$(libgimpmathinclude_HEADERS)'; test -n "$(libgimpmathincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpmathincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpmathincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -555,7 +580,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -563,29 +588,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -606,13 +636,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -643,6 +677,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -664,6 +699,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -672,18 +709,28 @@ install-data-am: install-data-local install-libgimpmathincludeHEADERS
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -751,6 +798,7 @@ uninstall-am: uninstall-libLTLIBRARIES \
install-data-local: install-ms-lib install-libtool-import-lib
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpmodule/Makefile.in b/libgimpmodule/Makefile.in
index 0cdde401b6..44b99115f6 100644
--- a/libgimpmodule/Makefile.in
+++ b/libgimpmodule/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,15 +52,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpmoduleincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am_libgimpmodule_2_0_la_OBJECTS = gimpmodule.lo gimpmoduledb.lo
@@ -69,6 +86,7 @@ libgimpmodule_2_0_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -81,7 +99,6 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
SOURCES = $(libgimpmodule_2_0_la_SOURCES)
DIST_SOURCES = $(libgimpmodule_2_0_la_SOURCES)
DATA = $(noinst_DATA)
-libgimpmoduleincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpmoduleinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -438,9 +455,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpmodule/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpmodule/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpmodule/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpmodule/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -458,23 +475,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -499,21 +521,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -526,20 +548,23 @@ clean-libtool:
install-libgimpmoduleincludeHEADERS: $(libgimpmoduleinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpmoduleincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpmoduleincludedir)"
- @list='$(libgimpmoduleinclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpmoduleinclude_HEADERS)'; test -n "$(libgimpmoduleincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpmoduleincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpmoduleincludedir)/$$f'"; \
- $(libgimpmoduleincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpmoduleincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpmoduleincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpmoduleincludedir)" || exit $$?; \
done
uninstall-libgimpmoduleincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpmoduleinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpmoduleincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpmoduleincludedir)/$$f"; \
- done
+ @list='$(libgimpmoduleinclude_HEADERS)'; test -n "$(libgimpmoduleincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpmoduleincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpmoduleincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -553,7 +578,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -561,29 +586,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -604,13 +634,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -641,6 +675,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -662,6 +697,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -671,18 +708,28 @@ install-data-am: install-data-local \
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -750,6 +797,7 @@ uninstall-am: uninstall-libLTLIBRARIES \
install-data-local: install-ms-lib install-libtool-import-lib
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpthumb/Makefile.in b/libgimpthumb/Makefile.in
index c032ea3521..961cc055cf 100644
--- a/libgimpthumb/Makefile.in
+++ b/libgimpthumb/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -19,8 +20,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -52,15 +54,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpthumbincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
libgimpthumb_2_0_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
@@ -79,6 +96,7 @@ gimp_thumbnail_list_DEPENDENCIES = \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -93,7 +111,6 @@ SOURCES = $(libgimpthumb_2_0_la_SOURCES) \
DIST_SOURCES = $(libgimpthumb_2_0_la_SOURCES) \
$(gimp_thumbnail_list_SOURCES)
DATA = $(noinst_DATA)
-libgimpthumbincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpthumbinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -461,9 +478,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpthumb/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpthumb/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpthumb/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpthumb/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -481,23 +498,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -512,11 +534,13 @@ libgimpthumb-2.0.la: $(libgimpthumb_2_0_la_OBJECTS) $(libgimpthumb_2_0_la_DEPEND
$(libgimpthumb_2_0_la_LINK) -rpath $(libdir) $(libgimpthumb_2_0_la_OBJECTS) $(libgimpthumb_2_0_la_LIBADD) $(LIBS)
clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
gimp-thumbnail-list$(EXEEXT): $(gimp_thumbnail_list_OBJECTS) $(gimp_thumbnail_list_DEPENDENCIES)
@rm -f gimp-thumbnail-list$(EXEEXT)
$(LINK) $(gimp_thumbnail_list_OBJECTS) $(gimp_thumbnail_list_LDADD) $(LIBS)
@@ -535,21 +559,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -562,20 +586,23 @@ clean-libtool:
install-libgimpthumbincludeHEADERS: $(libgimpthumbinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpthumbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpthumbincludedir)"
- @list='$(libgimpthumbinclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpthumbinclude_HEADERS)'; test -n "$(libgimpthumbincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpthumbincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpthumbincludedir)/$$f'"; \
- $(libgimpthumbincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpthumbincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpthumbincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpthumbincludedir)" || exit $$?; \
done
uninstall-libgimpthumbincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpthumbinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpthumbincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpthumbincludedir)/$$f"; \
- done
+ @list='$(libgimpthumbinclude_HEADERS)'; test -n "$(libgimpthumbincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpthumbincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpthumbincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -589,7 +616,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -597,29 +624,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -640,13 +672,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -678,6 +714,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -699,6 +736,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -707,18 +746,28 @@ install-data-am: install-data-local install-libgimpthumbincludeHEADERS
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -797,6 +846,7 @@ gimpthumb-enums.c: $(srcdir)/gimpthumb-enums.h $(GIMP_MKENUMS)
$(srcdir)/gimpthumb-enums.h > xgen-tec \
&& cp xgen-tec $(@F) \
&& rm -f xgen-tec
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/libgimpwidgets/Makefile.in b/libgimpwidgets/Makefile.in
index 134aa45449..e61fb3ce87 100644
--- a/libgimpwidgets/Makefile.in
+++ b/libgimpwidgets/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -51,15 +53,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)" \
"$(DESTDIR)$(libgimpwidgetsincludedir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__objects_1 = gimpwidgetsenums.lo gimpwidgetsmarshal.lo
@@ -92,6 +109,7 @@ test_preview_area_OBJECTS = $(am_test_preview_area_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -106,7 +124,6 @@ SOURCES = $(libgimpwidgets_2_0_la_SOURCES) \
DIST_SOURCES = $(libgimpwidgets_2_0_la_SOURCES) \
$(test_preview_area_SOURCES)
DATA = $(noinst_DATA)
-libgimpwidgetsincludeHEADERS_INSTALL = $(INSTALL_HEADER)
HEADERS = $(libgimpwidgetsinclude_HEADERS)
ETAGS = etags
CTAGS = ctags
@@ -663,9 +680,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpwidgets/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu libgimpwidgets/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libgimpwidgets/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu libgimpwidgets/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -683,23 +700,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -781,21 +803,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -808,20 +830,23 @@ clean-libtool:
install-libgimpwidgetsincludeHEADERS: $(libgimpwidgetsinclude_HEADERS)
@$(NORMAL_INSTALL)
test -z "$(libgimpwidgetsincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libgimpwidgetsincludedir)"
- @list='$(libgimpwidgetsinclude_HEADERS)'; for p in $$list; do \
+ @list='$(libgimpwidgetsinclude_HEADERS)'; test -n "$(libgimpwidgetsincludedir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(libgimpwidgetsincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libgimpwidgetsincludedir)/$$f'"; \
- $(libgimpwidgetsincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libgimpwidgetsincludedir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgimpwidgetsincludedir)'"; \
+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgimpwidgetsincludedir)" || exit $$?; \
done
uninstall-libgimpwidgetsincludeHEADERS:
@$(NORMAL_UNINSTALL)
- @list='$(libgimpwidgetsinclude_HEADERS)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(libgimpwidgetsincludedir)/$$f'"; \
- rm -f "$(DESTDIR)$(libgimpwidgetsincludedir)/$$f"; \
- done
+ @list='$(libgimpwidgetsinclude_HEADERS)'; test -n "$(libgimpwidgetsincludedir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libgimpwidgetsincludedir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libgimpwidgetsincludedir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -835,7 +860,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -843,29 +868,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -886,13 +916,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -924,6 +958,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -945,6 +980,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -954,18 +991,28 @@ install-data-am: install-data-local \
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -1063,6 +1110,7 @@ gimp-wilber-pixbufs.h: $(WILBER_IMAGES) Makefile.am
install-data-local: install-ms-lib install-libtool-import-lib
uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/m4macros/Makefile.in b/m4macros/Makefile.in
index f8bf1f9003..da54287836 100644
--- a/m4macros/Makefile.in
+++ b/m4macros/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -18,8 +19,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,6 +51,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -56,9 +59,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(m4datadir)"
-m4dataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(m4data_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -381,9 +398,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4macros/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu m4macros/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4macros/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu m4macros/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -401,6 +418,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -410,20 +428,23 @@ clean-libtool:
install-m4dataDATA: $(m4data_DATA)
@$(NORMAL_INSTALL)
test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
- @list='$(m4data_DATA)'; for p in $$list; do \
+ @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(m4dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(m4datadir)/$$f'"; \
- $(m4dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(m4datadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
done
uninstall-m4dataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(m4data_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(m4datadir)/$$f'"; \
- rm -f "$(DESTDIR)$(m4datadir)/$$f"; \
- done
+ @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(m4datadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(m4datadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -447,13 +468,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -484,6 +509,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -502,6 +528,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -510,18 +538,28 @@ install-data-am: install-m4dataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -556,6 +594,7 @@ uninstall-am: uninstall-m4dataDATA
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-m4dataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/menus/Makefile.in b/menus/Makefile.in
index be49201450..5167246848 100644
--- a/menus/Makefile.in
+++ b/menus/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(menudatadir)"
-menudataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(menudata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -411,9 +428,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu menus/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu menus/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu menus/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu menus/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -431,6 +448,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -440,20 +458,23 @@ clean-libtool:
install-menudataDATA: $(menudata_DATA)
@$(NORMAL_INSTALL)
test -z "$(menudatadir)" || $(MKDIR_P) "$(DESTDIR)$(menudatadir)"
- @list='$(menudata_DATA)'; for p in $$list; do \
+ @list='$(menudata_DATA)'; test -n "$(menudatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(menudataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(menudatadir)/$$f'"; \
- $(menudataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(menudatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(menudatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(menudatadir)" || exit $$?; \
done
uninstall-menudataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(menudata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(menudatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(menudatadir)/$$f"; \
- done
+ @list='$(menudata_DATA)'; test -n "$(menudatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(menudatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(menudatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -477,13 +498,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -517,6 +542,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -536,6 +562,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -544,18 +572,28 @@ install-data-am: install-menudataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -602,6 +640,7 @@ validate: $(menudata_DATA)
@HAVE_XMLLINT_TRUE@ done
dist-hook: validate
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/missing b/missing
index 1c8ff7049d..28055d2ae6 100755
--- a/missing
+++ b/missing
@@ -1,10 +1,10 @@
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
-scriptversion=2006-05-10.23
+scriptversion=2009-04-28.21; # UTC
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
+# 2008, 2009 Free Software Foundation, Inc.
# Originally by Fran,cois Pinard , 1996.
# This program is free software; you can redistribute it and/or modify
@@ -18,9 +18,7 @@ scriptversion=2006-05-10.23
# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this program. If not, see .
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -89,6 +87,9 @@ Supported PROGRAM values:
tar try tar, gnutar, gtar, then tar without non-portable flags
yacc create \`y.tab.[ch]', if possible, from existing .[ch]
+Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
+\`g' are ignored when checking the name.
+
Send bug reports to ."
exit $?
;;
@@ -106,15 +107,22 @@ Send bug reports to ."
esac
+# normalize program name to check for.
+program=`echo "$1" | sed '
+ s/^gnu-//; t
+ s/^gnu//; t
+ s/^g//; t'`
+
# Now exit if we have it, but it failed. Also exit now if we
# don't have it and --version was passed (most likely to detect
-# the program).
+# the program). This is about non-GNU programs, so use $1 not
+# $program.
case $1 in
- lex|yacc)
+ lex*|yacc*)
# Not GNU programs, they don't have --version.
;;
- tar)
+ tar*)
if test -n "$run"; then
echo 1>&2 "ERROR: \`tar' requires --run"
exit 1
@@ -138,7 +146,7 @@ esac
# If it does not exist, or fails to run (possibly an outdated version),
# try to emulate it.
-case $1 in
+case $program in
aclocal*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
@@ -148,7 +156,7 @@ WARNING: \`$1' is $msg. You should only need it if
touch aclocal.m4
;;
- autoconf)
+ autoconf*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified \`${configure_ac}'. You might want to install the
@@ -157,7 +165,7 @@ WARNING: \`$1' is $msg. You should only need it if
touch configure
;;
- autoheader)
+ autoheader*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified \`acconfig.h' or \`${configure_ac}'. You might want
@@ -187,7 +195,7 @@ WARNING: \`$1' is $msg. You should only need it if
while read f; do touch "$f"; done
;;
- autom4te)
+ autom4te*)
echo 1>&2 "\
WARNING: \`$1' is needed, but is $msg.
You might have modified some files without having the
@@ -210,7 +218,7 @@ WARNING: \`$1' is needed, but is $msg.
fi
;;
- bison|yacc)
+ bison*|yacc*)
echo 1>&2 "\
WARNING: \`$1' $msg. You should only need it if
you modified a \`.y' file. You may need the \`Bison' package
@@ -240,7 +248,7 @@ WARNING: \`$1' $msg. You should only need it if
fi
;;
- lex|flex)
+ lex*|flex*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified a \`.l' file. You may need the \`Flex' package
@@ -263,7 +271,7 @@ WARNING: \`$1' is $msg. You should only need it if
fi
;;
- help2man)
+ help2man*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified a dependency of a manual page. You may need the
@@ -277,11 +285,11 @@ WARNING: \`$1' is $msg. You should only need it if
else
test -z "$file" || exec >$file
echo ".ab help2man is required to generate this page"
- exit 1
+ exit $?
fi
;;
- makeinfo)
+ makeinfo*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
you modified a \`.texi' or \`.texinfo' file, or any other file
@@ -310,7 +318,7 @@ WARNING: \`$1' is $msg. You should only need it if
touch $file
;;
- tar)
+ tar*)
shift
# We have already tried tar in the generic part.
@@ -363,5 +371,6 @@ exit 0
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End:
diff --git a/modules/Makefile.in b/modules/Makefile.in
index 61f6e8bbbe..bd7606c842 100644
--- a/modules/Makefile.in
+++ b/modules/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,14 +50,29 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(libdir)"
-libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__DEPENDENCIES_2 = $(libgimpmodule) $(libgimpwidgets) \
@@ -182,6 +199,7 @@ libdisplay_filter_proof_la_LINK = $(LIBTOOL) --tag=CC \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -615,9 +633,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu modules/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu modules/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -635,23 +653,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
+ }
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
+ @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
@@ -708,73 +731,73 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
libcolor_selector_cmyk_la-color-selector-cmyk.lo: color-selector-cmyk.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -MT libcolor_selector_cmyk_la-color-selector-cmyk.lo -MD -MP -MF $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk.Tpo -c -o libcolor_selector_cmyk_la-color-selector-cmyk.lo `test -f 'color-selector-cmyk.c' || echo '$(srcdir)/'`color-selector-cmyk.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk.Tpo $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -MT libcolor_selector_cmyk_la-color-selector-cmyk.lo -MD -MP -MF $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk.Tpo -c -o libcolor_selector_cmyk_la-color-selector-cmyk.lo `test -f 'color-selector-cmyk.c' || echo '$(srcdir)/'`color-selector-cmyk.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk.Tpo $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='color-selector-cmyk.c' object='libcolor_selector_cmyk_la-color-selector-cmyk.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -c -o libcolor_selector_cmyk_la-color-selector-cmyk.lo `test -f 'color-selector-cmyk.c' || echo '$(srcdir)/'`color-selector-cmyk.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -c -o libcolor_selector_cmyk_la-color-selector-cmyk.lo `test -f 'color-selector-cmyk.c' || echo '$(srcdir)/'`color-selector-cmyk.c
libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo: color-selector-cmyk-lcms.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -MT libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo -MD -MP -MF $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk-lcms.Tpo -c -o libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo `test -f 'color-selector-cmyk-lcms.c' || echo '$(srcdir)/'`color-selector-cmyk-lcms.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk-lcms.Tpo $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk-lcms.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -MT libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo -MD -MP -MF $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk-lcms.Tpo -c -o libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo `test -f 'color-selector-cmyk-lcms.c' || echo '$(srcdir)/'`color-selector-cmyk-lcms.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk-lcms.Tpo $(DEPDIR)/libcolor_selector_cmyk_la-color-selector-cmyk-lcms.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='color-selector-cmyk-lcms.c' object='libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -c -o libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo `test -f 'color-selector-cmyk-lcms.c' || echo '$(srcdir)/'`color-selector-cmyk-lcms.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcolor_selector_cmyk_la_CFLAGS) $(CFLAGS) -c -o libcolor_selector_cmyk_la-color-selector-cmyk-lcms.lo `test -f 'color-selector-cmyk-lcms.c' || echo '$(srcdir)/'`color-selector-cmyk-lcms.c
libcontroller_linux_input_la-gimpinputdevicestore-hal.lo: gimpinputdevicestore-hal.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -MT libcontroller_linux_input_la-gimpinputdevicestore-hal.lo -MD -MP -MF $(DEPDIR)/libcontroller_linux_input_la-gimpinputdevicestore-hal.Tpo -c -o libcontroller_linux_input_la-gimpinputdevicestore-hal.lo `test -f 'gimpinputdevicestore-hal.c' || echo '$(srcdir)/'`gimpinputdevicestore-hal.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libcontroller_linux_input_la-gimpinputdevicestore-hal.Tpo $(DEPDIR)/libcontroller_linux_input_la-gimpinputdevicestore-hal.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -MT libcontroller_linux_input_la-gimpinputdevicestore-hal.lo -MD -MP -MF $(DEPDIR)/libcontroller_linux_input_la-gimpinputdevicestore-hal.Tpo -c -o libcontroller_linux_input_la-gimpinputdevicestore-hal.lo `test -f 'gimpinputdevicestore-hal.c' || echo '$(srcdir)/'`gimpinputdevicestore-hal.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcontroller_linux_input_la-gimpinputdevicestore-hal.Tpo $(DEPDIR)/libcontroller_linux_input_la-gimpinputdevicestore-hal.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gimpinputdevicestore-hal.c' object='libcontroller_linux_input_la-gimpinputdevicestore-hal.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -c -o libcontroller_linux_input_la-gimpinputdevicestore-hal.lo `test -f 'gimpinputdevicestore-hal.c' || echo '$(srcdir)/'`gimpinputdevicestore-hal.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -c -o libcontroller_linux_input_la-gimpinputdevicestore-hal.lo `test -f 'gimpinputdevicestore-hal.c' || echo '$(srcdir)/'`gimpinputdevicestore-hal.c
libcontroller_linux_input_la-controller-linux-input.lo: controller-linux-input.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -MT libcontroller_linux_input_la-controller-linux-input.lo -MD -MP -MF $(DEPDIR)/libcontroller_linux_input_la-controller-linux-input.Tpo -c -o libcontroller_linux_input_la-controller-linux-input.lo `test -f 'controller-linux-input.c' || echo '$(srcdir)/'`controller-linux-input.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libcontroller_linux_input_la-controller-linux-input.Tpo $(DEPDIR)/libcontroller_linux_input_la-controller-linux-input.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -MT libcontroller_linux_input_la-controller-linux-input.lo -MD -MP -MF $(DEPDIR)/libcontroller_linux_input_la-controller-linux-input.Tpo -c -o libcontroller_linux_input_la-controller-linux-input.lo `test -f 'controller-linux-input.c' || echo '$(srcdir)/'`controller-linux-input.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcontroller_linux_input_la-controller-linux-input.Tpo $(DEPDIR)/libcontroller_linux_input_la-controller-linux-input.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='controller-linux-input.c' object='libcontroller_linux_input_la-controller-linux-input.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -c -o libcontroller_linux_input_la-controller-linux-input.lo `test -f 'controller-linux-input.c' || echo '$(srcdir)/'`controller-linux-input.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_linux_input_la_CFLAGS) $(CFLAGS) -c -o libcontroller_linux_input_la-controller-linux-input.lo `test -f 'controller-linux-input.c' || echo '$(srcdir)/'`controller-linux-input.c
libcontroller_midi_la-controller-midi.lo: controller-midi.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_midi_la_CFLAGS) $(CFLAGS) -MT libcontroller_midi_la-controller-midi.lo -MD -MP -MF $(DEPDIR)/libcontroller_midi_la-controller-midi.Tpo -c -o libcontroller_midi_la-controller-midi.lo `test -f 'controller-midi.c' || echo '$(srcdir)/'`controller-midi.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libcontroller_midi_la-controller-midi.Tpo $(DEPDIR)/libcontroller_midi_la-controller-midi.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_midi_la_CFLAGS) $(CFLAGS) -MT libcontroller_midi_la-controller-midi.lo -MD -MP -MF $(DEPDIR)/libcontroller_midi_la-controller-midi.Tpo -c -o libcontroller_midi_la-controller-midi.lo `test -f 'controller-midi.c' || echo '$(srcdir)/'`controller-midi.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libcontroller_midi_la-controller-midi.Tpo $(DEPDIR)/libcontroller_midi_la-controller-midi.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='controller-midi.c' object='libcontroller_midi_la-controller-midi.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_midi_la_CFLAGS) $(CFLAGS) -c -o libcontroller_midi_la-controller-midi.lo `test -f 'controller-midi.c' || echo '$(srcdir)/'`controller-midi.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcontroller_midi_la_CFLAGS) $(CFLAGS) -c -o libcontroller_midi_la-controller-midi.lo `test -f 'controller-midi.c' || echo '$(srcdir)/'`controller-midi.c
libdisplay_filter_lcms_la-display-filter-lcms.lo: display-filter-lcms.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_lcms_la_CFLAGS) $(CFLAGS) -MT libdisplay_filter_lcms_la-display-filter-lcms.lo -MD -MP -MF $(DEPDIR)/libdisplay_filter_lcms_la-display-filter-lcms.Tpo -c -o libdisplay_filter_lcms_la-display-filter-lcms.lo `test -f 'display-filter-lcms.c' || echo '$(srcdir)/'`display-filter-lcms.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libdisplay_filter_lcms_la-display-filter-lcms.Tpo $(DEPDIR)/libdisplay_filter_lcms_la-display-filter-lcms.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_lcms_la_CFLAGS) $(CFLAGS) -MT libdisplay_filter_lcms_la-display-filter-lcms.lo -MD -MP -MF $(DEPDIR)/libdisplay_filter_lcms_la-display-filter-lcms.Tpo -c -o libdisplay_filter_lcms_la-display-filter-lcms.lo `test -f 'display-filter-lcms.c' || echo '$(srcdir)/'`display-filter-lcms.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdisplay_filter_lcms_la-display-filter-lcms.Tpo $(DEPDIR)/libdisplay_filter_lcms_la-display-filter-lcms.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='display-filter-lcms.c' object='libdisplay_filter_lcms_la-display-filter-lcms.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_lcms_la_CFLAGS) $(CFLAGS) -c -o libdisplay_filter_lcms_la-display-filter-lcms.lo `test -f 'display-filter-lcms.c' || echo '$(srcdir)/'`display-filter-lcms.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_lcms_la_CFLAGS) $(CFLAGS) -c -o libdisplay_filter_lcms_la-display-filter-lcms.lo `test -f 'display-filter-lcms.c' || echo '$(srcdir)/'`display-filter-lcms.c
libdisplay_filter_proof_la-display-filter-proof.lo: display-filter-proof.c
-@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_proof_la_CFLAGS) $(CFLAGS) -MT libdisplay_filter_proof_la-display-filter-proof.lo -MD -MP -MF $(DEPDIR)/libdisplay_filter_proof_la-display-filter-proof.Tpo -c -o libdisplay_filter_proof_la-display-filter-proof.lo `test -f 'display-filter-proof.c' || echo '$(srcdir)/'`display-filter-proof.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libdisplay_filter_proof_la-display-filter-proof.Tpo $(DEPDIR)/libdisplay_filter_proof_la-display-filter-proof.Plo
+@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_proof_la_CFLAGS) $(CFLAGS) -MT libdisplay_filter_proof_la-display-filter-proof.lo -MD -MP -MF $(DEPDIR)/libdisplay_filter_proof_la-display-filter-proof.Tpo -c -o libdisplay_filter_proof_la-display-filter-proof.lo `test -f 'display-filter-proof.c' || echo '$(srcdir)/'`display-filter-proof.c
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libdisplay_filter_proof_la-display-filter-proof.Tpo $(DEPDIR)/libdisplay_filter_proof_la-display-filter-proof.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='display-filter-proof.c' object='libdisplay_filter_proof_la-display-filter-proof.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_proof_la_CFLAGS) $(CFLAGS) -c -o libdisplay_filter_proof_la-display-filter-proof.lo `test -f 'display-filter-proof.c' || echo '$(srcdir)/'`display-filter-proof.c
+@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdisplay_filter_proof_la_CFLAGS) $(CFLAGS) -c -o libdisplay_filter_proof_la-display-filter-proof.lo `test -f 'display-filter-proof.c' || echo '$(srcdir)/'`display-filter-proof.c
mostlyclean-libtool:
-rm -f *.lo
@@ -794,7 +817,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -802,29 +825,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -845,13 +873,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -882,6 +914,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -903,6 +936,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -911,18 +946,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -961,6 +1006,7 @@ uninstall-am: uninstall-libLTLIBRARIES
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libLTLIBRARIES
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/modules/color-selector-cmyk-lcms.c b/modules/color-selector-cmyk-lcms.c
index a49d553ffe..f0e3472f48 100644
--- a/modules/color-selector-cmyk-lcms.c
+++ b/modules/color-selector-cmyk-lcms.c
@@ -245,6 +245,8 @@ colorsel_cmyk_set_color (GimpColorSelector *selector,
const GimpHSV *hsv)
{
ColorselCmyk *module = COLORSEL_CMYK (selector);
+ gdouble values[4];
+ gint i;
if (module->rgb2cmyk)
{
@@ -267,10 +269,23 @@ colorsel_cmyk_set_color (GimpColorSelector *selector,
gimp_rgb_to_cmyk (rgb, 1.0, &module->cmyk);
}
- gtk_adjustment_set_value (module->adj[0], module->cmyk.c * 100.0);
- gtk_adjustment_set_value (module->adj[1], module->cmyk.m * 100.0);
- gtk_adjustment_set_value (module->adj[2], module->cmyk.y * 100.0);
- gtk_adjustment_set_value (module->adj[3], module->cmyk.k * 100.0);
+ values[0] = module->cmyk.c * 100.0;
+ values[1] = module->cmyk.m * 100.0;
+ values[2] = module->cmyk.y * 100.0;
+ values[3] = module->cmyk.k * 100.0;
+
+ for (i = 0; i < 4; i++)
+ {
+ g_signal_handlers_block_by_func (module->adj[i],
+ colorsel_cmyk_adj_update,
+ module);
+
+ gtk_adjustment_set_value (module->adj[i], values[i]);
+
+ g_signal_handlers_unblock_by_func (module->adj[i],
+ colorsel_cmyk_adj_update,
+ module);
+ }
}
static void
@@ -440,5 +455,5 @@ colorsel_cmyk_config_changed (ColorselCmyk *module)
out:
if (! module->in_destruction)
- gimp_color_selector_set_color (selector, &selector->rgb, &selector->hsv);
+ colorsel_cmyk_set_color (selector, &selector->rgb, &selector->hsv);
}
diff --git a/plug-ins/Makefile.in b/plug-ins/Makefile.in
index 2a24a3dcff..166627d659 100644
--- a/plug-ins/Makefile.in
+++ b/plug-ins/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -15,8 +16,9 @@
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -46,6 +48,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -57,6 +60,9 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = script-fu pygimp color-rotate file-bmp file-faxg3 \
@@ -66,6 +72,31 @@ DIST_SUBDIRS = script-fu pygimp color-rotate file-bmp file-faxg3 \
map-object maze metadata pagecurl print selection-to-path \
twain win-snap common
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -424,9 +455,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -444,6 +475,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -475,7 +507,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -509,16 +541,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -533,7 +565,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -545,7 +577,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -554,29 +586,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -597,29 +634,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -649,6 +701,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -667,6 +720,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -675,18 +730,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am:
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -707,8 +772,8 @@ ps-am:
uninstall-am:
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic clean-libtool \
@@ -724,6 +789,7 @@ uninstall-am:
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/color-rotate/Makefile.in b/plug-ins/color-rotate/Makefile.in
index 80f65f368e..82c485dbdd 100644
--- a/plug-ins/color-rotate/Makefile.in
+++ b/plug-ins/color-rotate/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_color_rotate_OBJECTS = color-rotate.$(OBJEXT) \
color-rotate-callbacks.$(OBJEXT) color-rotate-dialog.$(OBJEXT) \
@@ -65,6 +67,7 @@ color_rotate_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -85,10 +88,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -439,9 +470,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/color-rotate/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/color-rotate/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/color-rotate/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/color-rotate/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -459,34 +490,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
color-rotate$(EXEEXT): $(color_rotate_OBJECTS) $(color_rotate_DEPENDENCIES)
@rm -f color-rotate$(EXEEXT)
$(LINK) $(color_rotate_OBJECTS) $(color_rotate_LDADD) $(LIBS)
@@ -506,21 +553,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -555,7 +602,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -589,16 +636,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -613,7 +660,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -625,7 +672,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -634,29 +681,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -677,29 +729,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -732,6 +799,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -753,6 +821,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -761,18 +831,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -795,8 +875,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -814,6 +894,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/color-rotate/images/Makefile.in b/plug-ins/color-rotate/images/Makefile.in
index 6253faed19..ef3c5e8e19 100644
--- a/plug-ins/color-rotate/images/Makefile.in
+++ b/plug-ins/color-rotate/images/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DATA = $(noinst_DATA)
@@ -368,9 +371,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/color-rotate/images/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/color-rotate/images/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/color-rotate/images/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/color-rotate/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -388,6 +391,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -417,13 +421,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -452,6 +460,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -470,6 +479,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -478,18 +489,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -534,6 +555,7 @@ stock-icons.list: $(STOCK_IMAGES) Makefile.am
$(srcdir)/color-rotate-stock-pixbufs.h: stock-icons.list
$(GDK_PIXBUF_CSOURCE) --raw --build-list `cat stock-icons.list` > $(@F)
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/common/Makefile.in b/plug-ins/common/Makefile.in
index 7add9d1943..572d75a928 100644
--- a/plug-ins/common/Makefile.in
+++ b/plug-ins/common/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -106,8 +108,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_alien_map_OBJECTS = alien-map.$(OBJEXT)
alien_map_OBJECTS = $(am_alien_map_OBJECTS)
@@ -998,6 +1000,7 @@ wind_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpmodule) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -3723,9 +3726,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/common/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/common/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/common/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/common/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -3743,34 +3746,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
alien-map$(EXEEXT): $(alien_map_OBJECTS) $(alien_map_DEPENDENCIES)
@rm -f alien-map$(EXEEXT)
$(LINK) $(alien_map_OBJECTS) $(alien_map_LDADD) $(LIBS)
@@ -4357,119 +4376,119 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
blur_gauss_selective-blur-gauss-selective.o: blur-gauss-selective.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(blur_gauss_selective_CFLAGS) $(CFLAGS) -MT blur_gauss_selective-blur-gauss-selective.o -MD -MP -MF $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Tpo -c -o blur_gauss_selective-blur-gauss-selective.o `test -f 'blur-gauss-selective.c' || echo '$(srcdir)/'`blur-gauss-selective.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Tpo $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Tpo $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='blur-gauss-selective.c' object='blur_gauss_selective-blur-gauss-selective.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(blur_gauss_selective_CFLAGS) $(CFLAGS) -c -o blur_gauss_selective-blur-gauss-selective.o `test -f 'blur-gauss-selective.c' || echo '$(srcdir)/'`blur-gauss-selective.c
blur_gauss_selective-blur-gauss-selective.obj: blur-gauss-selective.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(blur_gauss_selective_CFLAGS) $(CFLAGS) -MT blur_gauss_selective-blur-gauss-selective.obj -MD -MP -MF $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Tpo -c -o blur_gauss_selective-blur-gauss-selective.obj `if test -f 'blur-gauss-selective.c'; then $(CYGPATH_W) 'blur-gauss-selective.c'; else $(CYGPATH_W) '$(srcdir)/blur-gauss-selective.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Tpo $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Tpo $(DEPDIR)/blur_gauss_selective-blur-gauss-selective.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='blur-gauss-selective.c' object='blur_gauss_selective-blur-gauss-selective.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(blur_gauss_selective_CFLAGS) $(CFLAGS) -c -o blur_gauss_selective-blur-gauss-selective.obj `if test -f 'blur-gauss-selective.c'; then $(CYGPATH_W) 'blur-gauss-selective.c'; else $(CYGPATH_W) '$(srcdir)/blur-gauss-selective.c'; fi`
file_pdf-file-pdf.o: file-pdf.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_pdf_CFLAGS) $(CFLAGS) -MT file_pdf-file-pdf.o -MD -MP -MF $(DEPDIR)/file_pdf-file-pdf.Tpo -c -o file_pdf-file-pdf.o `test -f 'file-pdf.c' || echo '$(srcdir)/'`file-pdf.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_pdf-file-pdf.Tpo $(DEPDIR)/file_pdf-file-pdf.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_pdf-file-pdf.Tpo $(DEPDIR)/file_pdf-file-pdf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-pdf.c' object='file_pdf-file-pdf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_pdf_CFLAGS) $(CFLAGS) -c -o file_pdf-file-pdf.o `test -f 'file-pdf.c' || echo '$(srcdir)/'`file-pdf.c
file_pdf-file-pdf.obj: file-pdf.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_pdf_CFLAGS) $(CFLAGS) -MT file_pdf-file-pdf.obj -MD -MP -MF $(DEPDIR)/file_pdf-file-pdf.Tpo -c -o file_pdf-file-pdf.obj `if test -f 'file-pdf.c'; then $(CYGPATH_W) 'file-pdf.c'; else $(CYGPATH_W) '$(srcdir)/file-pdf.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_pdf-file-pdf.Tpo $(DEPDIR)/file_pdf-file-pdf.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_pdf-file-pdf.Tpo $(DEPDIR)/file_pdf-file-pdf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-pdf.c' object='file_pdf-file-pdf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_pdf_CFLAGS) $(CFLAGS) -c -o file_pdf-file-pdf.obj `if test -f 'file-pdf.c'; then $(CYGPATH_W) 'file-pdf.c'; else $(CYGPATH_W) '$(srcdir)/file-pdf.c'; fi`
file_png-file-png.o: file-png.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_png_CFLAGS) $(CFLAGS) -MT file_png-file-png.o -MD -MP -MF $(DEPDIR)/file_png-file-png.Tpo -c -o file_png-file-png.o `test -f 'file-png.c' || echo '$(srcdir)/'`file-png.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_png-file-png.Tpo $(DEPDIR)/file_png-file-png.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_png-file-png.Tpo $(DEPDIR)/file_png-file-png.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-png.c' object='file_png-file-png.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_png_CFLAGS) $(CFLAGS) -c -o file_png-file-png.o `test -f 'file-png.c' || echo '$(srcdir)/'`file-png.c
file_png-file-png.obj: file-png.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_png_CFLAGS) $(CFLAGS) -MT file_png-file-png.obj -MD -MP -MF $(DEPDIR)/file_png-file-png.Tpo -c -o file_png-file-png.obj `if test -f 'file-png.c'; then $(CYGPATH_W) 'file-png.c'; else $(CYGPATH_W) '$(srcdir)/file-png.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_png-file-png.Tpo $(DEPDIR)/file_png-file-png.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_png-file-png.Tpo $(DEPDIR)/file_png-file-png.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-png.c' object='file_png-file-png.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_png_CFLAGS) $(CFLAGS) -c -o file_png-file-png.obj `if test -f 'file-png.c'; then $(CYGPATH_W) 'file-png.c'; else $(CYGPATH_W) '$(srcdir)/file-png.c'; fi`
file_svg-file-svg.o: file-svg.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_svg_CFLAGS) $(CFLAGS) -MT file_svg-file-svg.o -MD -MP -MF $(DEPDIR)/file_svg-file-svg.Tpo -c -o file_svg-file-svg.o `test -f 'file-svg.c' || echo '$(srcdir)/'`file-svg.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_svg-file-svg.Tpo $(DEPDIR)/file_svg-file-svg.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_svg-file-svg.Tpo $(DEPDIR)/file_svg-file-svg.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-svg.c' object='file_svg-file-svg.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_svg_CFLAGS) $(CFLAGS) -c -o file_svg-file-svg.o `test -f 'file-svg.c' || echo '$(srcdir)/'`file-svg.c
file_svg-file-svg.obj: file-svg.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_svg_CFLAGS) $(CFLAGS) -MT file_svg-file-svg.obj -MD -MP -MF $(DEPDIR)/file_svg-file-svg.Tpo -c -o file_svg-file-svg.obj `if test -f 'file-svg.c'; then $(CYGPATH_W) 'file-svg.c'; else $(CYGPATH_W) '$(srcdir)/file-svg.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_svg-file-svg.Tpo $(DEPDIR)/file_svg-file-svg.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_svg-file-svg.Tpo $(DEPDIR)/file_svg-file-svg.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-svg.c' object='file_svg-file-svg.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_svg_CFLAGS) $(CFLAGS) -c -o file_svg-file-svg.obj `if test -f 'file-svg.c'; then $(CYGPATH_W) 'file-svg.c'; else $(CYGPATH_W) '$(srcdir)/file-svg.c'; fi`
file_wmf-file-wmf.o: file-wmf.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_wmf_CFLAGS) $(CFLAGS) -MT file_wmf-file-wmf.o -MD -MP -MF $(DEPDIR)/file_wmf-file-wmf.Tpo -c -o file_wmf-file-wmf.o `test -f 'file-wmf.c' || echo '$(srcdir)/'`file-wmf.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_wmf-file-wmf.Tpo $(DEPDIR)/file_wmf-file-wmf.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_wmf-file-wmf.Tpo $(DEPDIR)/file_wmf-file-wmf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-wmf.c' object='file_wmf-file-wmf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_wmf_CFLAGS) $(CFLAGS) -c -o file_wmf-file-wmf.o `test -f 'file-wmf.c' || echo '$(srcdir)/'`file-wmf.c
file_wmf-file-wmf.obj: file-wmf.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_wmf_CFLAGS) $(CFLAGS) -MT file_wmf-file-wmf.obj -MD -MP -MF $(DEPDIR)/file_wmf-file-wmf.Tpo -c -o file_wmf-file-wmf.obj `if test -f 'file-wmf.c'; then $(CYGPATH_W) 'file-wmf.c'; else $(CYGPATH_W) '$(srcdir)/file-wmf.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_wmf-file-wmf.Tpo $(DEPDIR)/file_wmf-file-wmf.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_wmf-file-wmf.Tpo $(DEPDIR)/file_wmf-file-wmf.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='file-wmf.c' object='file_wmf-file-wmf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_wmf_CFLAGS) $(CFLAGS) -c -o file_wmf-file-wmf.obj `if test -f 'file-wmf.c'; then $(CYGPATH_W) 'file-wmf.c'; else $(CYGPATH_W) '$(srcdir)/file-wmf.c'; fi`
lcms-lcms.o: lcms.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lcms_CFLAGS) $(CFLAGS) -MT lcms-lcms.o -MD -MP -MF $(DEPDIR)/lcms-lcms.Tpo -c -o lcms-lcms.o `test -f 'lcms.c' || echo '$(srcdir)/'`lcms.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/lcms-lcms.Tpo $(DEPDIR)/lcms-lcms.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lcms-lcms.Tpo $(DEPDIR)/lcms-lcms.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lcms.c' object='lcms-lcms.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lcms_CFLAGS) $(CFLAGS) -c -o lcms-lcms.o `test -f 'lcms.c' || echo '$(srcdir)/'`lcms.c
lcms-lcms.obj: lcms.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lcms_CFLAGS) $(CFLAGS) -MT lcms-lcms.obj -MD -MP -MF $(DEPDIR)/lcms-lcms.Tpo -c -o lcms-lcms.obj `if test -f 'lcms.c'; then $(CYGPATH_W) 'lcms.c'; else $(CYGPATH_W) '$(srcdir)/lcms.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/lcms-lcms.Tpo $(DEPDIR)/lcms-lcms.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/lcms-lcms.Tpo $(DEPDIR)/lcms-lcms.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lcms.c' object='lcms-lcms.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lcms_CFLAGS) $(CFLAGS) -c -o lcms-lcms.obj `if test -f 'lcms.c'; then $(CYGPATH_W) 'lcms.c'; else $(CYGPATH_W) '$(srcdir)/lcms.c'; fi`
screenshot-screenshot.o: screenshot.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(screenshot_CFLAGS) $(CFLAGS) -MT screenshot-screenshot.o -MD -MP -MF $(DEPDIR)/screenshot-screenshot.Tpo -c -o screenshot-screenshot.o `test -f 'screenshot.c' || echo '$(srcdir)/'`screenshot.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/screenshot-screenshot.Tpo $(DEPDIR)/screenshot-screenshot.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/screenshot-screenshot.Tpo $(DEPDIR)/screenshot-screenshot.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshot.c' object='screenshot-screenshot.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(screenshot_CFLAGS) $(CFLAGS) -c -o screenshot-screenshot.o `test -f 'screenshot.c' || echo '$(srcdir)/'`screenshot.c
screenshot-screenshot.obj: screenshot.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(screenshot_CFLAGS) $(CFLAGS) -MT screenshot-screenshot.obj -MD -MP -MF $(DEPDIR)/screenshot-screenshot.Tpo -c -o screenshot-screenshot.obj `if test -f 'screenshot.c'; then $(CYGPATH_W) 'screenshot.c'; else $(CYGPATH_W) '$(srcdir)/screenshot.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/screenshot-screenshot.Tpo $(DEPDIR)/screenshot-screenshot.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/screenshot-screenshot.Tpo $(DEPDIR)/screenshot-screenshot.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='screenshot.c' object='screenshot-screenshot.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(screenshot_CFLAGS) $(CFLAGS) -c -o screenshot-screenshot.obj `if test -f 'screenshot.c'; then $(CYGPATH_W) 'screenshot.c'; else $(CYGPATH_W) '$(srcdir)/screenshot.c'; fi`
@@ -4492,7 +4511,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -4500,29 +4519,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -4543,13 +4567,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -4580,6 +4608,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -4601,6 +4630,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -4609,18 +4640,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -4671,6 +4712,7 @@ install-%: %
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f"; \
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) $$p $(DESTDIR)$(libexecdir)/$$f || exit 1; \
else :; fi
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/common/file-gbr.c b/plug-ins/common/file-gbr.c
index 53f3397fc1..ceaaf6fe04 100644
--- a/plug-ins/common/file-gbr.c
+++ b/plug-ins/common/file-gbr.c
@@ -351,7 +351,7 @@ load_image (const gchar *filename,
gint bn_size;
GimpImageBaseType base_type;
GimpImageType image_type;
- gssize size;
+ gsize size;
fd = g_open (filename, O_RDONLY | _O_BINARY, 0);
@@ -381,6 +381,21 @@ load_image (const gchar *filename,
bh.magic_number = g_ntohl (bh.magic_number);
bh.spacing = g_ntohl (bh.spacing);
+ /* Sanitize values */
+ if ((bh.width == 0) || (bh.width > GIMP_MAX_IMAGE_SIZE) ||
+ (bh.height == 0) || (bh.height > GIMP_MAX_IMAGE_SIZE) ||
+ ((bh.bytes != 1) && (bh.bytes != 2) && (bh.bytes != 4) &&
+ (bh.bytes != 18)) ||
+ (G_MAXSIZE / bh.width / bh.height / bh.bytes < 1))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Invalid header data in '%s': width=%lu, height=%lu, "
+ "bytes=%lu"), gimp_filename_to_utf8 (filename),
+ (unsigned long int)bh.width, (unsigned long int)bh.height,
+ (unsigned long int)bh.bytes);
+ return -1;
+ }
+
switch (bh.version)
{
case 1:
diff --git a/plug-ins/common/file-pat.c b/plug-ins/common/file-pat.c
index 17c34e5642..2f13c62795 100644
--- a/plug-ins/common/file-pat.c
+++ b/plug-ins/common/file-pat.c
@@ -402,6 +402,19 @@ load_image (const gchar *filename,
return -1;
}
+ /* Sanitize input dimensions and guard against overflows. */
+ if ((ph.width == 0) || (ph.width > GIMP_MAX_IMAGE_SIZE) ||
+ (ph.height == 0) || (ph.height > GIMP_MAX_IMAGE_SIZE) ||
+ (G_MAXSIZE / ph.width / ph.bytes < 1))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Invalid header data in '%s': width=%lu, height=%lu, "
+ "bytes=%lu"), gimp_filename_to_utf8 (filename),
+ (unsigned long int)ph.width, (unsigned long int)ph.height,
+ (unsigned long int)ph.bytes);
+ return -1;
+ }
+
image_ID = gimp_image_new (ph.width, ph.height, base_type);
gimp_image_set_filename (image_ID, filename);
@@ -420,6 +433,7 @@ load_image (const gchar *filename,
0, 0, drawable->width, drawable->height,
TRUE, FALSE);
+ /* this can't overflow because ph.width is <= GIMP_MAX_IMAGE_SIZE */
buffer = g_malloc (ph.width * ph.bytes);
for (line = 0; line < ph.height; line++)
@@ -490,6 +504,7 @@ save_image (const gchar *filename,
return FALSE;
}
+ /* this can't overflow because drawable->width is <= GIMP_MAX_IMAGE_SIZE */
buffer = g_malloc (drawable->width * drawable->bpp);
if (buffer == NULL)
{
diff --git a/plug-ins/common/file-pcx.c b/plug-ins/common/file-pcx.c
index ec1aa9298c..a65fb0d30a 100644
--- a/plug-ins/common/file-pcx.c
+++ b/plug-ins/common/file-pcx.c
@@ -406,6 +406,13 @@ load_image (const gchar *filename,
return -1;
}
+ /* Shield against potential buffer overflows in load_*() functions. */
+ if (G_MAXSIZE / width / height < 3)
+ {
+ g_message (_("Image dimensions too large: width %d x height %d"), width, height);
+ return -1;
+ }
+
if (pcx_header.planes == 3 && pcx_header.bpp == 8)
{
image= gimp_image_new (width, height, GIMP_RGB);
@@ -425,19 +432,19 @@ load_image (const gchar *filename,
if (pcx_header.planes == 1 && pcx_header.bpp == 1)
{
- dest = (guchar *) g_malloc (width * height);
+ dest = g_new (guchar, ((gsize) width) * height);
load_1 (fd, width, height, dest, bytesperline);
gimp_image_set_colormap (image, mono, 2);
}
else if (pcx_header.planes == 4 && pcx_header.bpp == 1)
{
- dest = (guchar *) g_malloc (width * height);
+ dest = g_new (guchar, ((gsize) width) * height);
load_4 (fd, width, height, dest, bytesperline);
gimp_image_set_colormap (image, pcx_header.colormap, 16);
}
else if (pcx_header.planes == 1 && pcx_header.bpp == 8)
{
- dest = (guchar *) g_malloc (width * height);
+ dest = g_new (guchar, ((gsize) width) * height);
load_8 (fd, width, height, dest, bytesperline);
fseek (fd, -768L, SEEK_END);
fread (cmap, 768, 1, fd);
@@ -445,7 +452,7 @@ load_image (const gchar *filename,
}
else if (pcx_header.planes == 3 && pcx_header.bpp == 8)
{
- dest = (guchar *) g_malloc (width * height * 3);
+ dest = g_new (guchar, ((gsize) width) * height * 3);
load_24 (fd, width, height, dest, bytesperline);
}
else
diff --git a/plug-ins/common/grid.c b/plug-ins/common/grid.c
index e1d40e4d59..d9d7350544 100644
--- a/plug-ins/common/grid.c
+++ b/plug-ins/common/grid.c
@@ -408,12 +408,12 @@ grid (gint32 image_ID,
{
gimp_pixel_rgn_get_row (&srcPR, dest, sx1, y, (sx2 - sx1));
- y_offset = y - grid_cfg.voffset;
+ y_offset = y - grid_cfg.hoffset;
while (y_offset < 0)
- y_offset += grid_cfg.vspace;
+ y_offset += grid_cfg.hspace;
if ((y_offset +
- (grid_cfg.hwidth / 2)) % grid_cfg.vspace < grid_cfg.hwidth)
+ (grid_cfg.hwidth / 2)) % grid_cfg.hspace < grid_cfg.hwidth)
{
for (x = sx1; x < sx2; x++)
{
@@ -424,29 +424,29 @@ grid (gint32 image_ID,
for (x = sx1; x < sx2; x++)
{
- x_offset = grid_cfg.hspace + x - grid_cfg.hoffset;
+ x_offset = grid_cfg.vspace + x - grid_cfg.voffset;
while (x_offset < 0)
- x_offset += grid_cfg.hspace;
+ x_offset += grid_cfg.vspace;
if ((x_offset +
- (grid_cfg.vwidth / 2)) % grid_cfg.hspace < grid_cfg.vwidth)
+ (grid_cfg.vwidth / 2)) % grid_cfg.vspace < grid_cfg.vwidth)
{
pix_composite (&dest[(x-sx1) * bytes],
vcolor, bytes, blend, alpha);
}
if ((x_offset +
- (grid_cfg.iwidth / 2)) % grid_cfg.hspace < grid_cfg.iwidth
+ (grid_cfg.iwidth / 2)) % grid_cfg.vspace < grid_cfg.iwidth
&&
- ((y_offset % grid_cfg.vspace >= grid_cfg.ispace
+ ((y_offset % grid_cfg.hspace >= grid_cfg.ispace
&&
- y_offset % grid_cfg.vspace < grid_cfg.ioffset)
+ y_offset % grid_cfg.hspace < grid_cfg.ioffset)
||
- (grid_cfg.vspace -
- (y_offset % grid_cfg.vspace) >= grid_cfg.ispace
+ (grid_cfg.hspace -
+ (y_offset % grid_cfg.hspace) >= grid_cfg.ispace
&&
- grid_cfg.vspace -
- (y_offset % grid_cfg.vspace) < grid_cfg.ioffset)))
+ grid_cfg.hspace -
+ (y_offset % grid_cfg.hspace) < grid_cfg.ioffset)))
{
pix_composite (&dest[(x-sx1) * bytes],
icolor, bytes, blend, alpha);
@@ -454,23 +454,23 @@ grid (gint32 image_ID,
}
if ((y_offset +
- (grid_cfg.iwidth / 2)) % grid_cfg.vspace < grid_cfg.iwidth)
+ (grid_cfg.iwidth / 2)) % grid_cfg.hspace < grid_cfg.iwidth)
{
for (x = sx1; x < sx2; x++)
{
- x_offset = grid_cfg.hspace + x - grid_cfg.hoffset;
+ x_offset = grid_cfg.vspace + x - grid_cfg.voffset;
while (x_offset < 0)
- x_offset += grid_cfg.hspace;
+ x_offset += grid_cfg.vspace;
- if ((x_offset % grid_cfg.hspace >= grid_cfg.ispace
+ if ((x_offset % grid_cfg.vspace >= grid_cfg.ispace
&&
- x_offset % grid_cfg.hspace < grid_cfg.ioffset)
+ x_offset % grid_cfg.vspace < grid_cfg.ioffset)
||
- (grid_cfg.hspace -
- (x_offset % grid_cfg.hspace) >= grid_cfg.ispace
+ (grid_cfg.vspace -
+ (x_offset % grid_cfg.vspace) >= grid_cfg.ispace
&&
- grid_cfg.hspace -
- (x_offset % grid_cfg.hspace) < grid_cfg.ioffset))
+ grid_cfg.vspace -
+ (x_offset % grid_cfg.vspace) < grid_cfg.ioffset))
{
pix_composite (&dest[(x-sx1) * bytes],
icolor, bytes, blend, alpha);
@@ -692,15 +692,15 @@ dialog (gint32 image_ID,
gimp_size_entry_set_resolution (GIMP_SIZE_ENTRY (width), 2, xres, TRUE);
/* set the size (in pixels) that will be treated as 0% and 100% */
- gimp_size_entry_set_size (GIMP_SIZE_ENTRY (width), 0, 0.0, drawable->width);
- gimp_size_entry_set_size (GIMP_SIZE_ENTRY (width), 1, 0.0, drawable->height);
+ gimp_size_entry_set_size (GIMP_SIZE_ENTRY (width), 0, 0.0, drawable->height);
+ gimp_size_entry_set_size (GIMP_SIZE_ENTRY (width), 1, 0.0, drawable->width);
gimp_size_entry_set_size (GIMP_SIZE_ENTRY (width), 2, 0.0, drawable->width);
/* set upper and lower limits (in pixels) */
gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (width), 0, 0.0,
- drawable->width);
- gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (width), 1, 0.0,
drawable->height);
+ gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (width), 1, 0.0,
+ drawable->width);
gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (width), 2, 0.0,
MAX (drawable->width,
drawable->height));
@@ -766,15 +766,15 @@ dialog (gint32 image_ID,
gimp_size_entry_set_resolution (GIMP_SIZE_ENTRY (space), 2, xres, TRUE);
/* set the size (in pixels) that will be treated as 0% and 100% */
- gimp_size_entry_set_size (GIMP_SIZE_ENTRY (space), 0, 0.0, drawable->width);
- gimp_size_entry_set_size (GIMP_SIZE_ENTRY (space), 1, 0.0, drawable->height);
+ gimp_size_entry_set_size (GIMP_SIZE_ENTRY (space), 0, 0.0, drawable->height);
+ gimp_size_entry_set_size (GIMP_SIZE_ENTRY (space), 1, 0.0, drawable->width);
gimp_size_entry_set_size (GIMP_SIZE_ENTRY (space), 2, 0.0, drawable->width);
/* set upper and lower limits (in pixels) */
gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (space), 0, 1.0,
- drawable->width);
- gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (space), 1, 1.0,
drawable->height);
+ gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (space), 1, 1.0,
+ drawable->width);
gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (space), 2, 0.0,
MAX (drawable->width,
drawable->height));
@@ -833,15 +833,15 @@ dialog (gint32 image_ID,
gimp_size_entry_set_resolution (GIMP_SIZE_ENTRY (offset), 2, xres, TRUE);
/* set the size (in pixels) that will be treated as 0% and 100% */
- gimp_size_entry_set_size (GIMP_SIZE_ENTRY (offset), 0, 0.0, drawable->width);
- gimp_size_entry_set_size (GIMP_SIZE_ENTRY (offset), 1, 0.0, drawable->height);
+ gimp_size_entry_set_size (GIMP_SIZE_ENTRY (offset), 0, 0.0, drawable->height);
+ gimp_size_entry_set_size (GIMP_SIZE_ENTRY (offset), 1, 0.0, drawable->width);
gimp_size_entry_set_size (GIMP_SIZE_ENTRY (offset), 2, 0.0, drawable->width);
/* set upper and lower limits (in pixels) */
gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (offset), 0, 0.0,
- drawable->width);
- gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (offset), 1, 0.0,
drawable->height);
+ gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (offset), 1, 0.0,
+ drawable->width);
gimp_size_entry_set_refval_boundaries (GIMP_SIZE_ENTRY (offset), 2, 0.0,
MAX (drawable->width,
drawable->height));
diff --git a/plug-ins/file-bmp/Makefile.in b/plug-ins/file-bmp/Makefile.in
index b43e18e089..b67525cd48 100644
--- a/plug-ins/file-bmp/Makefile.in
+++ b/plug-ins/file-bmp/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_bmp_OBJECTS = bmp.$(OBJEXT) bmp-read.$(OBJEXT) \
bmp-write.$(OBJEXT)
@@ -63,6 +65,7 @@ file_bmp_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -418,9 +421,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-bmp/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-bmp/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-bmp/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-bmp/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -438,34 +441,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-bmp$(EXEEXT): $(file_bmp_OBJECTS) $(file_bmp_DEPENDENCIES)
@rm -f file-bmp$(EXEEXT)
$(LINK) $(file_bmp_OBJECTS) $(file_bmp_LDADD) $(LIBS)
@@ -482,21 +501,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -519,7 +538,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -527,29 +546,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -570,13 +594,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -607,6 +635,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -628,6 +657,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -636,18 +667,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -686,6 +727,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-bmp/bmp-read.c b/plug-ins/file-bmp/bmp-read.c
index a1ebe47ff3..7ac4cc4a70 100644
--- a/plug-ins/file-bmp/bmp-read.c
+++ b/plug-ins/file-bmp/bmp-read.c
@@ -400,9 +400,26 @@ ReadBMP (const gchar *name,
}
}
- /* Valid bitpdepthis 1, 4, 8, 16, 24, 32 */
+ /* Valid bit depth is 1, 4, 8, 16, 24, 32 */
/* 16 is awful, we should probably shoot whoever invented it */
+ switch (Bitmap_Head.biBitCnt)
+ {
+ case 1:
+ case 2:
+ case 4:
+ case 8:
+ case 16:
+ case 24:
+ case 32:
+ break;
+ default:
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("'%s' is not a valid BMP file"),
+ gimp_filename_to_utf8 (filename));
+ return -1;
+ }
+
/* There should be some colors used! */
ColormapSize =
@@ -424,7 +441,10 @@ ReadBMP (const gchar *name,
return -1;
}
- if (Bitmap_Head.biWidth < 0)
+ /* biHeight may be negative, but G_MININT32 is dangerous because:
+ G_MININT32 == -(G_MININT32) */
+ if (Bitmap_Head.biWidth < 0 ||
+ Bitmap_Head.biHeight == G_MININT32)
{
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
_("'%s' is not a valid BMP file"),
@@ -448,6 +468,18 @@ ReadBMP (const gchar *name,
return -1;
}
+ /* protect against integer overflows caused by malicious BMPs */
+ /* use divisions in comparisons to avoid type overflows */
+
+ if (((guint64) Bitmap_Head.biWidth) > G_MAXINT32 / Bitmap_Head.biBitCnt ||
+ ((guint64) Bitmap_Head.biWidth) > (G_MAXINT32 / ABS (Bitmap_Head.biHeight)) / 4)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("'%s' is not a valid BMP file"),
+ gimp_filename_to_utf8 (filename));
+ return -1;
+ }
+
/* Windows and OS/2 declare filler so that rows are a multiple of
* word length (32 bits == 4 bytes)
*/
diff --git a/plug-ins/file-faxg3/Makefile.in b/plug-ins/file-faxg3/Makefile.in
index 2025c43210..af52a29fdc 100644
--- a/plug-ins/file-faxg3/Makefile.in
+++ b/plug-ins/file-faxg3/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_faxg3_OBJECTS = faxg3.$(OBJEXT) g3.$(OBJEXT)
file_faxg3_OBJECTS = $(am_file_faxg3_OBJECTS)
@@ -61,6 +63,7 @@ file_faxg3_DEPENDENCIES = $(libgimp) $(libgimpconfig) $(libgimpcolor) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -413,9 +416,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-faxg3/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-faxg3/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-faxg3/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-faxg3/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -433,34 +436,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-faxg3$(EXEEXT): $(file_faxg3_OBJECTS) $(file_faxg3_DEPENDENCIES)
@rm -f file-faxg3$(EXEEXT)
$(LINK) $(file_faxg3_OBJECTS) $(file_faxg3_LDADD) $(LIBS)
@@ -476,21 +495,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -513,7 +532,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -521,29 +540,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -564,13 +588,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -601,6 +629,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -622,6 +651,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -630,18 +661,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -680,6 +721,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-fits/Makefile.in b/plug-ins/file-fits/Makefile.in
index c7249a524f..3769d8fad2 100644
--- a/plug-ins/file-fits/Makefile.in
+++ b/plug-ins/file-fits/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_fits_OBJECTS = fits.$(OBJEXT) fits-io.$(OBJEXT)
file_fits_OBJECTS = $(am_file_fits_OBJECTS)
@@ -62,6 +64,7 @@ file_fits_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -416,9 +419,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-fits/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-fits/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-fits/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-fits/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -436,34 +439,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-fits$(EXEEXT): $(file_fits_OBJECTS) $(file_fits_DEPENDENCIES)
@rm -f file-fits$(EXEEXT)
$(LINK) $(file_fits_OBJECTS) $(file_fits_LDADD) $(LIBS)
@@ -479,21 +498,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -516,7 +535,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -524,29 +543,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -567,13 +591,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -604,6 +632,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -625,6 +654,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -633,18 +664,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -683,6 +724,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-fli/Makefile.in b/plug-ins/file-fli/Makefile.in
index a19aea6bcc..fc2b0fa558 100644
--- a/plug-ins/file-fli/Makefile.in
+++ b/plug-ins/file-fli/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_fli_OBJECTS = fli.$(OBJEXT) fli-gimp.$(OBJEXT)
file_fli_OBJECTS = $(am_file_fli_OBJECTS)
@@ -62,6 +64,7 @@ file_fli_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -416,9 +419,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-fli/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-fli/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-fli/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-fli/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -436,34 +439,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-fli$(EXEEXT): $(file_fli_OBJECTS) $(file_fli_DEPENDENCIES)
@rm -f file-fli$(EXEEXT)
$(LINK) $(file_fli_OBJECTS) $(file_fli_LDADD) $(LIBS)
@@ -479,21 +498,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -516,7 +535,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -524,29 +543,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -567,13 +591,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -604,6 +632,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -625,6 +654,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -633,18 +664,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -683,6 +724,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-ico/Makefile.in b/plug-ins/file-ico/Makefile.in
index cbf765ae46..eb7461afc1 100644
--- a/plug-ins/file-ico/Makefile.in
+++ b/plug-ins/file-ico/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_ico_OBJECTS = file_ico-ico.$(OBJEXT) \
file_ico-ico-dialog.$(OBJEXT) file_ico-ico-load.$(OBJEXT) \
@@ -67,6 +69,7 @@ file_ico_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -428,9 +431,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-ico/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-ico/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-ico/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-ico/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -448,34 +451,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-ico$(EXEEXT): $(file_ico_OBJECTS) $(file_ico_DEPENDENCIES)
@rm -f file-ico$(EXEEXT)
$(file_ico_LINK) $(file_ico_OBJECTS) $(file_ico_LDADD) $(LIBS)
@@ -493,77 +512,77 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
file_ico-ico.o: ico.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico.o -MD -MP -MF $(DEPDIR)/file_ico-ico.Tpo -c -o file_ico-ico.o `test -f 'ico.c' || echo '$(srcdir)/'`ico.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico.c' object='file_ico-ico.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico.o `test -f 'ico.c' || echo '$(srcdir)/'`ico.c
file_ico-ico.obj: ico.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico.obj -MD -MP -MF $(DEPDIR)/file_ico-ico.Tpo -c -o file_ico-ico.obj `if test -f 'ico.c'; then $(CYGPATH_W) 'ico.c'; else $(CYGPATH_W) '$(srcdir)/ico.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico.c' object='file_ico-ico.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico.obj `if test -f 'ico.c'; then $(CYGPATH_W) 'ico.c'; else $(CYGPATH_W) '$(srcdir)/ico.c'; fi`
file_ico-ico-dialog.o: ico-dialog.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-dialog.o -MD -MP -MF $(DEPDIR)/file_ico-ico-dialog.Tpo -c -o file_ico-ico-dialog.o `test -f 'ico-dialog.c' || echo '$(srcdir)/'`ico-dialog.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico-dialog.c' object='file_ico-ico-dialog.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-dialog.o `test -f 'ico-dialog.c' || echo '$(srcdir)/'`ico-dialog.c
file_ico-ico-dialog.obj: ico-dialog.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-dialog.obj -MD -MP -MF $(DEPDIR)/file_ico-ico-dialog.Tpo -c -o file_ico-ico-dialog.obj `if test -f 'ico-dialog.c'; then $(CYGPATH_W) 'ico-dialog.c'; else $(CYGPATH_W) '$(srcdir)/ico-dialog.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico-dialog.c' object='file_ico-ico-dialog.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-dialog.obj `if test -f 'ico-dialog.c'; then $(CYGPATH_W) 'ico-dialog.c'; else $(CYGPATH_W) '$(srcdir)/ico-dialog.c'; fi`
file_ico-ico-load.o: ico-load.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-load.o -MD -MP -MF $(DEPDIR)/file_ico-ico-load.Tpo -c -o file_ico-ico-load.o `test -f 'ico-load.c' || echo '$(srcdir)/'`ico-load.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico-load.c' object='file_ico-ico-load.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-load.o `test -f 'ico-load.c' || echo '$(srcdir)/'`ico-load.c
file_ico-ico-load.obj: ico-load.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-load.obj -MD -MP -MF $(DEPDIR)/file_ico-ico-load.Tpo -c -o file_ico-ico-load.obj `if test -f 'ico-load.c'; then $(CYGPATH_W) 'ico-load.c'; else $(CYGPATH_W) '$(srcdir)/ico-load.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico-load.c' object='file_ico-ico-load.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-load.obj `if test -f 'ico-load.c'; then $(CYGPATH_W) 'ico-load.c'; else $(CYGPATH_W) '$(srcdir)/ico-load.c'; fi`
file_ico-ico-save.o: ico-save.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-save.o -MD -MP -MF $(DEPDIR)/file_ico-ico-save.Tpo -c -o file_ico-ico-save.o `test -f 'ico-save.c' || echo '$(srcdir)/'`ico-save.c
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico-save.c' object='file_ico-ico-save.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-save.o `test -f 'ico-save.c' || echo '$(srcdir)/'`ico-save.c
file_ico-ico-save.obj: ico-save.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-save.obj -MD -MP -MF $(DEPDIR)/file_ico-ico-save.Tpo -c -o file_ico-ico-save.obj `if test -f 'ico-save.c'; then $(CYGPATH_W) 'ico-save.c'; else $(CYGPATH_W) '$(srcdir)/ico-save.c'; fi`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ico-save.c' object='file_ico-ico-save.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-save.obj `if test -f 'ico-save.c'; then $(CYGPATH_W) 'ico-save.c'; else $(CYGPATH_W) '$(srcdir)/ico-save.c'; fi`
@@ -586,7 +605,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -594,29 +613,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -637,13 +661,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -674,6 +702,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -695,6 +724,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -703,18 +734,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -753,6 +794,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-jpeg/Makefile.in b/plug-ins/file-jpeg/Makefile.in
index cff549747d..b66a8ed5cb 100644
--- a/plug-ins/file-jpeg/Makefile.in
+++ b/plug-ins/file-jpeg/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,8 +51,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS) $(noinst_PROGRAMS)
am_file_jpeg_OBJECTS = jpeg.$(OBJEXT) jpeg-exif.$(OBJEXT) \
jpeg-icc.$(OBJEXT) jpeg-load.$(OBJEXT) jpeg-save.$(OBJEXT) \
@@ -70,6 +72,7 @@ jpegqual_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -452,9 +455,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-jpeg/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-jpeg/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-jpeg/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-jpeg/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -472,41 +475,59 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-jpeg$(EXEEXT): $(file_jpeg_OBJECTS) $(file_jpeg_DEPENDENCIES)
@rm -f file-jpeg$(EXEEXT)
$(LINK) $(file_jpeg_OBJECTS) $(file_jpeg_LDADD) $(LIBS)
@@ -532,21 +553,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -569,7 +590,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -577,29 +598,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -620,13 +646,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -657,6 +687,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -678,6 +709,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -686,18 +719,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -737,6 +780,7 @@ uninstall-am: uninstall-libexecPROGRAMS
pdf pdf-am ps ps-am tags uninstall uninstall-am \
uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-psd/Makefile.in b/plug-ins/file-psd/Makefile.in
index 0bea3c01d0..ae4b838d30 100644
--- a/plug-ins/file-psd/Makefile.in
+++ b/plug-ins/file-psd/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_psd_load_OBJECTS = psd.$(OBJEXT) psd-util.$(OBJEXT) \
psd-load.$(OBJEXT) psd-thumb-load.$(OBJEXT) \
@@ -73,6 +75,7 @@ file_psd_save_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -446,9 +449,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-psd/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-psd/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-psd/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-psd/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -466,34 +469,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-psd-load$(EXEEXT): $(file_psd_load_OBJECTS) $(file_psd_load_DEPENDENCIES)
@rm -f file-psd-load$(EXEEXT)
$(LINK) $(file_psd_load_OBJECTS) $(file_psd_load_LDADD) $(LIBS)
@@ -517,21 +536,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -554,7 +573,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -562,29 +581,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -605,13 +629,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -642,6 +670,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -663,6 +692,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -671,18 +702,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -721,6 +762,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-psd/psd-load.c b/plug-ins/file-psd/psd-load.c
index d0a8455bf5..1b4e9443f8 100644
--- a/plug-ins/file-psd/psd-load.c
+++ b/plug-ins/file-psd/psd-load.c
@@ -304,6 +304,15 @@ read_header_block (PSDimage *img_a,
return -1;
}
+ /* img_a->rows is sanitized above, so a division by zero is avoided here */
+ if (img_a->columns > G_MAXINT32 / img_a->rows)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Unsupported or invalid image size: %dx%d"),
+ img_a->columns, img_a->rows);
+ return -1;
+ }
+
if (img_a->color_mode != PSD_BITMAP
&& img_a->color_mode != PSD_GRAYSCALE
&& img_a->color_mode != PSD_INDEXED
@@ -533,10 +542,10 @@ read_layer_block (PSDimage *img_a,
psd_set_error (feof (f), errno, error);
return NULL;
}
- lyr_a[lidx]->top = GUINT32_FROM_BE (lyr_a[lidx]->top);
- lyr_a[lidx]->left = GUINT32_FROM_BE (lyr_a[lidx]->left);
- lyr_a[lidx]->bottom = GUINT32_FROM_BE (lyr_a[lidx]->bottom);
- lyr_a[lidx]->right = GUINT32_FROM_BE (lyr_a[lidx]->right);
+ lyr_a[lidx]->top = GINT32_FROM_BE (lyr_a[lidx]->top);
+ lyr_a[lidx]->left = GINT32_FROM_BE (lyr_a[lidx]->left);
+ lyr_a[lidx]->bottom = GINT32_FROM_BE (lyr_a[lidx]->bottom);
+ lyr_a[lidx]->right = GINT32_FROM_BE (lyr_a[lidx]->right);
lyr_a[lidx]->num_channels = GUINT16_FROM_BE (lyr_a[lidx]->num_channels);
if (lyr_a[lidx]->num_channels > MAX_CHANNELS)
@@ -546,14 +555,16 @@ read_layer_block (PSDimage *img_a,
lyr_a[lidx]->num_channels);
return NULL;
}
- if (lyr_a[lidx]->bottom - lyr_a[lidx]->top > GIMP_MAX_IMAGE_SIZE)
+ if (lyr_a[lidx]->bottom < lyr_a[lidx]->top ||
+ lyr_a[lidx]->bottom - lyr_a[lidx]->top > GIMP_MAX_IMAGE_SIZE)
{
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
_("Unsupported or invalid layer height: %d"),
lyr_a[lidx]->bottom - lyr_a[lidx]->top);
return NULL;
}
- if (lyr_a[lidx]->right - lyr_a[lidx]->left > GIMP_MAX_IMAGE_SIZE)
+ if (lyr_a[lidx]->right < lyr_a[lidx]->left ||
+ lyr_a[lidx]->right - lyr_a[lidx]->left > GIMP_MAX_IMAGE_SIZE)
{
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
_("Unsupported or invalid layer width: %d"),
@@ -561,6 +572,16 @@ read_layer_block (PSDimage *img_a,
return NULL;
}
+ if ((lyr_a[lidx]->right - lyr_a[lidx]->left) >
+ G_MAXINT32 / MAX (lyr_a[lidx]->bottom - lyr_a[lidx]->top, 1))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Unsupported or invalid layer size: %dx%d"),
+ lyr_a[lidx]->right - lyr_a[lidx]->left,
+ lyr_a[lidx]->bottom - lyr_a[lidx]->top);
+ return NULL;
+ }
+
IFDBG(2) g_debug ("Layer %d, Coords %d %d %d %d, channels %d, ",
lidx, lyr_a[lidx]->left, lyr_a[lidx]->top,
lyr_a[lidx]->right, lyr_a[lidx]->bottom,
@@ -670,13 +691,13 @@ read_layer_block (PSDimage *img_a,
return NULL;
}
lyr_a[lidx]->layer_mask.top =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.top);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.top);
lyr_a[lidx]->layer_mask.left =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.left);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.left);
lyr_a[lidx]->layer_mask.bottom =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.bottom);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.bottom);
lyr_a[lidx]->layer_mask.right =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.right);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.right);
lyr_a[lidx]->layer_mask.mask_flags.relative_pos =
lyr_a[lidx]->layer_mask.flags & 1 ? TRUE : FALSE;
lyr_a[lidx]->layer_mask.mask_flags.disabled =
@@ -702,21 +723,21 @@ read_layer_block (PSDimage *img_a,
return NULL;
}
lyr_a[lidx]->layer_mask_extra.top =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.top);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.top);
lyr_a[lidx]->layer_mask_extra.left =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.left);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.left);
lyr_a[lidx]->layer_mask_extra.bottom =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.bottom);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.bottom);
lyr_a[lidx]->layer_mask_extra.right =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.right);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask_extra.right);
lyr_a[lidx]->layer_mask.top =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.top);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.top);
lyr_a[lidx]->layer_mask.left =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.left);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.left);
lyr_a[lidx]->layer_mask.bottom =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.bottom);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.bottom);
lyr_a[lidx]->layer_mask.right =
- GUINT32_FROM_BE (lyr_a[lidx]->layer_mask.right);
+ GINT32_FROM_BE (lyr_a[lidx]->layer_mask.right);
lyr_a[lidx]->layer_mask.mask_flags.relative_pos =
lyr_a[lidx]->layer_mask.flags & 1 ? TRUE : FALSE;
lyr_a[lidx]->layer_mask.mask_flags.disabled =
@@ -734,6 +755,34 @@ read_layer_block (PSDimage *img_a,
}
}
+ /* sanity checks */
+ if (lyr_a[lidx]->layer_mask.bottom < lyr_a[lidx]->layer_mask.top ||
+ lyr_a[lidx]->layer_mask.bottom - lyr_a[lidx]->layer_mask.top > GIMP_MAX_IMAGE_SIZE)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Unsupported or invalid layer mask height: %d"),
+ lyr_a[lidx]->layer_mask.bottom - lyr_a[lidx]->layer_mask.top);
+ return NULL;
+ }
+ if (lyr_a[lidx]->layer_mask.right < lyr_a[lidx]->layer_mask.left ||
+ lyr_a[lidx]->layer_mask.right - lyr_a[lidx]->layer_mask.left > GIMP_MAX_IMAGE_SIZE)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Unsupported or invalid layer mask width: %d"),
+ lyr_a[lidx]->layer_mask.right - lyr_a[lidx]->layer_mask.left);
+ return NULL;
+ }
+
+ if ((lyr_a[lidx]->layer_mask.right - lyr_a[lidx]->layer_mask.left) >
+ G_MAXINT32 / MAX (lyr_a[lidx]->layer_mask.bottom - lyr_a[lidx]->layer_mask.top, 1))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Unsupported or invalid layer mask size: %dx%d"),
+ lyr_a[lidx]->layer_mask.right - lyr_a[lidx]->layer_mask.left,
+ lyr_a[lidx]->layer_mask.bottom - lyr_a[lidx]->layer_mask.top);
+ return NULL;
+ }
+
IFDBG(2) g_debug ("Layer mask coords %d %d %d %d, Rel pos %d",
lyr_a[lidx]->layer_mask.left,
lyr_a[lidx]->layer_mask.top,
@@ -1135,7 +1184,7 @@ add_layers (const gint32 image_id,
psd_set_error (feof (f), errno, error);
return -1;
}
- rle_pack_len[rowi] = GUINT16_FROM_BE (rle_pack_len[rowi]);
+ rle_pack_len[rowi] = GUINT16_FROM_BE (rle_pack_len[rowi]);
}
IFDBG(3) g_debug ("RLE decode - data");
@@ -1761,6 +1810,16 @@ read_channel_data (PSDchannel *channel,
IFDBG(3) g_debug ("raw data size %d x %d = %d", readline_len,
channel->rows, readline_len * channel->rows);
+
+ /* sanity check, int overflow check (avoid divisions by zero) */
+ if ((channel->rows == 0) || (channel->columns == 0) ||
+ (channel->rows > G_MAXINT32 / channel->columns / MAX (bps >> 3, 1)))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Unsupported or invalid channel size"));
+ return -1;
+ }
+
raw_data = g_malloc (readline_len * channel->rows);
switch (compression)
{
diff --git a/plug-ins/file-psd/psd.h b/plug-ins/file-psd/psd.h
index 62927479a7..b0c28ffd56 100644
--- a/plug-ins/file-psd/psd.h
+++ b/plug-ins/file-psd/psd.h
@@ -447,10 +447,10 @@ typedef struct
/* PSD Layer mask data (length 20) */
typedef struct
{
- guint32 top; /* Layer top */
- guint32 left; /* Layer left */
- guint32 bottom; /* Layer bottom */
- guint32 right; /* Layer right */
+ gint32 top; /* Layer top */
+ gint32 left; /* Layer left */
+ gint32 bottom; /* Layer bottom */
+ gint32 right; /* Layer right */
guchar def_color; /* Default background colour */
guchar flags; /* Layer flags */
guchar extra_def_color; /* Real default background colour */
@@ -461,20 +461,20 @@ typedef struct
/* PSD Layer mask data (length 36) */
typedef struct
{
- guint32 top; /* Layer top */
- guint32 left; /* Layer left */
- guint32 bottom; /* Layer bottom */
- guint32 right; /* Layer right */
+ gint32 top; /* Layer top */
+ gint32 left; /* Layer left */
+ gint32 bottom; /* Layer bottom */
+ gint32 right; /* Layer right */
} LayerMaskExtra;
/* PSD Layer data structure */
typedef struct
{
gboolean drop; /* Do not add layer to GIMP image */
- guint32 top; /* Layer top */
- guint32 left; /* Layer left */
- guint32 bottom; /* Layer bottom */
- guint32 right; /* Layer right */
+ gint32 top; /* Layer top */
+ gint32 left; /* Layer left */
+ gint32 bottom; /* Layer bottom */
+ gint32 right; /* Layer right */
guint16 num_channels; /* Number of channels */
ChannelLengthInfo *chn_info; /* Channel length info */
gchar mode_key[4]; /* Blend mode key */
diff --git a/plug-ins/file-sgi/Makefile.in b/plug-ins/file-sgi/Makefile.in
index e48bd06e1c..062e1a9455 100644
--- a/plug-ins/file-sgi/Makefile.in
+++ b/plug-ins/file-sgi/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_sgi_OBJECTS = sgi.$(OBJEXT) sgi-lib.$(OBJEXT)
file_sgi_OBJECTS = $(am_file_sgi_OBJECTS)
@@ -62,6 +64,7 @@ file_sgi_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -416,9 +419,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-sgi/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-sgi/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-sgi/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-sgi/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -436,34 +439,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-sgi$(EXEEXT): $(file_sgi_OBJECTS) $(file_sgi_DEPENDENCIES)
@rm -f file-sgi$(EXEEXT)
$(LINK) $(file_sgi_OBJECTS) $(file_sgi_LDADD) $(LIBS)
@@ -479,21 +498,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -516,7 +535,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -524,29 +543,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -567,13 +591,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -604,6 +632,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -625,6 +654,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -633,18 +664,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -683,6 +724,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-sgi/sgi-lib.c b/plug-ins/file-sgi/sgi-lib.c
index 7975b09969..d926553ca4 100644
--- a/plug-ins/file-sgi/sgi-lib.c
+++ b/plug-ins/file-sgi/sgi-lib.c
@@ -681,7 +681,7 @@ read_rle8(sgi_t *sgip, /* I - SGI image to read from */
return (-1);
length ++;
- count = ch & 127;
+ count = MIN (ch & 127, xsize);
if (count == 0)
break;
@@ -726,7 +726,7 @@ read_rle16(sgi_t *sgip, /* I - SGI image to read from */
return (-1);
length ++;
- count = ch & 127;
+ count = MIN (ch & 127, xsize);
if (count == 0)
break;
diff --git a/plug-ins/file-sgi/sgi.c b/plug-ins/file-sgi/sgi.c
index 1186fb8ba5..d0627654b7 100644
--- a/plug-ins/file-sgi/sgi.c
+++ b/plug-ins/file-sgi/sgi.c
@@ -311,7 +311,6 @@ load_image (const gchar *filename,
GimpDrawable *drawable; /* Drawable for layer */
GimpPixelRgn pixel_rgn; /* Pixel region for layer */
guchar **pixels, /* Pixel rows */
- *pixel, /* Pixel data */
*pptr; /* Current pixel */
gushort **rows; /* SGI image data */
@@ -335,6 +334,28 @@ load_image (const gchar *filename,
* Get the image dimensions and create the image...
*/
+ /* Sanitize dimensions */
+ if (sgip->xsize == 0 || sgip->xsize > GIMP_MAX_IMAGE_SIZE)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Invalid width: %hu"), sgip->xsize);
+ return -1;
+ }
+
+ if (sgip->ysize == 0 || sgip->ysize > GIMP_MAX_IMAGE_SIZE)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Invalid height: %hu"), sgip->ysize);
+ return -1;
+ }
+
+ if (sgip->zsize == 0 || sgip->zsize > GIMP_MAX_IMAGE_SIZE)
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("Invalid number of channels: %hu"), sgip->zsize);
+ return -1;
+ }
+
bytes = sgip->zsize;
switch (sgip->zsize)
@@ -399,14 +420,14 @@ load_image (const gchar *filename,
*/
tile_height = gimp_tile_height ();
- pixel = g_new (guchar, tile_height * sgip->xsize * bytes);
pixels = g_new (guchar *, tile_height);
+ pixels[0] = g_new (guchar, ((gsize) tile_height) * sgip->xsize * bytes);
- for (i = 0; i < tile_height; i ++)
- pixels[i] = pixel + sgip->xsize * bytes * i;
+ for (i = 1; i < tile_height; i ++)
+ pixels[i] = pixels[0] + sgip->xsize * bytes * i;
rows = g_new (unsigned short *, sgip->zsize);
- rows[0] = g_new (unsigned short, sgip->xsize * sgip->zsize);
+ rows[0] = g_new (unsigned short, ((gsize) sgip->xsize) * sgip->zsize);
for (i = 1; i < sgip->zsize; i ++)
rows[i] = rows[0] + i * sgip->xsize;
@@ -421,7 +442,7 @@ load_image (const gchar *filename,
{
if (count >= tile_height)
{
- gimp_pixel_rgn_set_rect (&pixel_rgn, pixel,
+ gimp_pixel_rgn_set_rect (&pixel_rgn, pixels[0],
0, y - count, drawable->width, count);
count = 0;
@@ -459,7 +480,7 @@ load_image (const gchar *filename,
* Do the last n rows (count always > 0)
*/
- gimp_pixel_rgn_set_rect (&pixel_rgn, pixel, 0,
+ gimp_pixel_rgn_set_rect (&pixel_rgn, pixels[0], 0,
y - count, drawable->width, count);
/*
@@ -468,7 +489,7 @@ load_image (const gchar *filename,
sgiClose (sgip);
- g_free (pixel);
+ g_free (pixels[0]);
g_free (pixels);
g_free (rows[0]);
g_free (rows);
@@ -504,7 +525,6 @@ save_image (const gchar *filename,
GimpDrawable *drawable; /* Drawable for layer */
GimpPixelRgn pixel_rgn; /* Pixel region for layer */
guchar **pixels, /* Pixel rows */
- *pixel, /* Pixel data */
*pptr; /* Current pixel */
gushort **rows; /* SGI image data */
@@ -559,14 +579,14 @@ save_image (const gchar *filename,
*/
tile_height = gimp_tile_height ();
- pixel = g_new (guchar, tile_height * drawable->width * zsize);
pixels = g_new (guchar *, tile_height);
+ pixels[0] = g_new (guchar, ((gsize) tile_height) * drawable->width * zsize);
- for (i = 0; i < tile_height; i ++)
- pixels[i]= pixel + drawable->width * zsize * i;
+ for (i = 1; i < tile_height; i ++)
+ pixels[i]= pixels[0] + drawable->width * zsize * i;
rows = g_new (gushort *, sgip->zsize);
- rows[0] = g_new (gushort, sgip->xsize * sgip->zsize);
+ rows[0] = g_new (gushort, ((gsize) sgip->xsize) * sgip->zsize);
for (i = 1; i < sgip->zsize; i ++)
rows[i] = rows[0] + i * sgip->xsize;
@@ -586,7 +606,7 @@ save_image (const gchar *filename,
else
count = tile_height;
- gimp_pixel_rgn_get_rect (&pixel_rgn, pixel, 0, y, drawable->width, count);
+ gimp_pixel_rgn_get_rect (&pixel_rgn, pixels[0], 0, y, drawable->width, count);
/*
* Convert to shorts and write each color plane separately...
@@ -611,7 +631,7 @@ save_image (const gchar *filename,
sgiClose (sgip);
- g_free (pixel);
+ g_free (pixels[0]);
g_free (pixels);
g_free (rows[0]);
g_free (rows);
diff --git a/plug-ins/file-uri/Makefile.in b/plug-ins/file-uri/Makefile.in
index f7526df305..fcf03efcbf 100644
--- a/plug-ins/file-uri/Makefile.in
+++ b/plug-ins/file-uri/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am__file_uri_SOURCES_DIST = uri.c uri-backend.h uri-backend-wget.c \
uri-backend-libcurl.c uri-backend-gnomevfs.c \
@@ -74,6 +76,7 @@ file_uri_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -442,9 +445,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-uri/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-uri/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-uri/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-uri/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -462,34 +465,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-uri$(EXEEXT): $(file_uri_OBJECTS) $(file_uri_DEPENDENCIES)
@rm -f file-uri$(EXEEXT)
$(LINK) $(file_uri_OBJECTS) $(file_uri_LDADD) $(LIBS)
@@ -509,21 +528,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -546,7 +565,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -554,29 +573,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -597,13 +621,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -634,6 +662,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -655,6 +684,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -663,18 +694,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -713,6 +754,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/file-xjt/Makefile.in b/plug-ins/file-xjt/Makefile.in
index 13b2d977b4..e0329080d0 100644
--- a/plug-ins/file-xjt/Makefile.in
+++ b/plug-ins/file-xjt/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_file_xjt_OBJECTS = xjt.$(OBJEXT) xjpeg.$(OBJEXT)
file_xjt_OBJECTS = $(am_file_xjt_OBJECTS)
@@ -62,6 +64,7 @@ file_xjt_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -419,9 +422,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-xjt/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/file-xjt/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-xjt/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/file-xjt/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -439,34 +442,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
file-xjt$(EXEEXT): $(file_xjt_OBJECTS) $(file_xjt_DEPENDENCIES)
@rm -f file-xjt$(EXEEXT)
$(LINK) $(file_xjt_OBJECTS) $(file_xjt_LDADD) $(LIBS)
@@ -482,21 +501,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -519,7 +538,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -527,29 +546,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -570,13 +594,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -607,6 +635,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -628,6 +657,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -636,18 +667,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -686,6 +727,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/flame/Makefile.in b/plug-ins/flame/Makefile.in
index 2e8393aac2..72ce00b8f7 100644
--- a/plug-ins/flame/Makefile.in
+++ b/plug-ins/flame/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_flame_OBJECTS = cmap.$(OBJEXT) flame.$(OBJEXT) libifs.$(OBJEXT) \
rect.$(OBJEXT)
@@ -63,6 +65,7 @@ flame_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpconfig) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -423,9 +426,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/flame/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/flame/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/flame/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/flame/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -443,34 +446,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
flame$(EXEEXT): $(flame_OBJECTS) $(flame_DEPENDENCIES)
@rm -f flame$(EXEEXT)
$(LINK) $(flame_OBJECTS) $(flame_LDADD) $(LIBS)
@@ -488,21 +507,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -525,7 +544,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -533,29 +552,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -576,13 +600,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -613,6 +641,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -634,6 +663,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -642,18 +673,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -692,6 +733,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/fractal-explorer/Makefile.in b/plug-ins/fractal-explorer/Makefile.in
index 745d120285..d1a6a9f797 100644
--- a/plug-ins/fractal-explorer/Makefile.in
+++ b/plug-ins/fractal-explorer/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_fractal_explorer_OBJECTS = fractal-explorer-dialogs.$(OBJEXT) \
fractal-explorer.$(OBJEXT)
@@ -63,6 +65,7 @@ fractal_explorer_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -83,10 +86,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -429,9 +460,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/fractal-explorer/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/fractal-explorer/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/fractal-explorer/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/fractal-explorer/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -449,34 +480,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
fractal-explorer$(EXEEXT): $(fractal_explorer_OBJECTS) $(fractal_explorer_DEPENDENCIES)
@rm -f fractal-explorer$(EXEEXT)
$(LINK) $(fractal_explorer_OBJECTS) $(fractal_explorer_LDADD) $(LIBS)
@@ -492,21 +539,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -541,7 +588,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -575,16 +622,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -599,7 +646,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -611,7 +658,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -620,29 +667,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -663,29 +715,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -718,6 +785,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -739,6 +807,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -747,18 +817,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -781,8 +861,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -800,6 +880,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/fractal-explorer/examples/Makefile.in b/plug-ins/fractal-explorer/examples/Makefile.in
index 3dd634410e..51dd4dd4d6 100644
--- a/plug-ins/fractal-explorer/examples/Makefile.in
+++ b/plug-ins/fractal-explorer/examples/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(fractalexplorerdatadir)"
-fractalexplorerdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(fractalexplorerdata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -404,9 +421,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/fractal-explorer/examples/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/fractal-explorer/examples/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/fractal-explorer/examples/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/fractal-explorer/examples/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -424,6 +441,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -433,20 +451,23 @@ clean-libtool:
install-fractalexplorerdataDATA: $(fractalexplorerdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(fractalexplorerdatadir)" || $(MKDIR_P) "$(DESTDIR)$(fractalexplorerdatadir)"
- @list='$(fractalexplorerdata_DATA)'; for p in $$list; do \
+ @list='$(fractalexplorerdata_DATA)'; test -n "$(fractalexplorerdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(fractalexplorerdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(fractalexplorerdatadir)/$$f'"; \
- $(fractalexplorerdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(fractalexplorerdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fractalexplorerdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(fractalexplorerdatadir)" || exit $$?; \
done
uninstall-fractalexplorerdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(fractalexplorerdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(fractalexplorerdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(fractalexplorerdatadir)/$$f"; \
- done
+ @list='$(fractalexplorerdata_DATA)'; test -n "$(fractalexplorerdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(fractalexplorerdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(fractalexplorerdatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -470,13 +491,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -507,6 +532,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -525,6 +551,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -533,18 +561,28 @@ install-data-am: install-fractalexplorerdataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -580,6 +618,7 @@ uninstall-am: uninstall-fractalexplorerdataDATA
ps ps-am uninstall uninstall-am \
uninstall-fractalexplorerdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gfig/Makefile.in b/plug-ins/gfig/Makefile.in
index 5818ecec4c..e699dbd8b6 100644
--- a/plug-ins/gfig/Makefile.in
+++ b/plug-ins/gfig/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_gfig_OBJECTS = gfig.$(OBJEXT) gfig-arc.$(OBJEXT) \
gfig-bezier.$(OBJEXT) gfig-circle.$(OBJEXT) \
@@ -68,6 +70,7 @@ gfig_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpconfig) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -88,10 +91,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -464,9 +495,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gfig/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gfig/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -484,34 +515,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
gfig$(EXEEXT): $(gfig_OBJECTS) $(gfig_DEPENDENCIES)
@rm -f gfig$(EXEEXT)
$(LINK) $(gfig_OBJECTS) $(gfig_LDADD) $(LIBS)
@@ -541,21 +588,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -590,7 +637,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -624,16 +671,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -648,7 +695,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -660,7 +707,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -669,29 +716,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -712,29 +764,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -767,6 +834,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -788,6 +856,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -796,18 +866,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -830,8 +910,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -849,6 +929,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gfig/gfig-examples/Makefile.in b/plug-ins/gfig/gfig-examples/Makefile.in
index 62afa3a8b7..2034069043 100644
--- a/plug-ins/gfig/gfig-examples/Makefile.in
+++ b/plug-ins/gfig/gfig-examples/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(gfigdatadir)"
-gfigdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(gfigdata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -381,9 +398,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/gfig-examples/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gfig/gfig-examples/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/gfig-examples/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gfig/gfig-examples/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -401,6 +418,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -410,20 +428,23 @@ clean-libtool:
install-gfigdataDATA: $(gfigdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(gfigdatadir)" || $(MKDIR_P) "$(DESTDIR)$(gfigdatadir)"
- @list='$(gfigdata_DATA)'; for p in $$list; do \
+ @list='$(gfigdata_DATA)'; test -n "$(gfigdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(gfigdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gfigdatadir)/$$f'"; \
- $(gfigdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gfigdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gfigdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(gfigdatadir)" || exit $$?; \
done
uninstall-gfigdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(gfigdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(gfigdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(gfigdatadir)/$$f"; \
- done
+ @list='$(gfigdata_DATA)'; test -n "$(gfigdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(gfigdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(gfigdatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -447,13 +468,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -484,6 +509,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -502,6 +528,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -510,18 +538,28 @@ install-data-am: install-gfigdataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -556,6 +594,7 @@ uninstall-am: uninstall-gfigdataDATA
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-gfigdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gfig/images/Makefile.in b/plug-ins/gfig/images/Makefile.in
index c4329d6053..8d497f002d 100644
--- a/plug-ins/gfig/images/Makefile.in
+++ b/plug-ins/gfig/images/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DATA = $(noinst_DATA)
@@ -380,9 +383,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/images/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gfig/images/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/images/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gfig/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -400,6 +403,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -429,13 +433,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -464,6 +472,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -482,6 +491,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -490,18 +501,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -546,6 +567,7 @@ stock-icons.list: $(STOCK_IMAGES) Makefile.am
$(srcdir)/gfig-stock-pixbufs.h: stock-icons.list
$(GDK_PIXBUF_CSOURCE) --raw --build-list `cat stock-icons.list` > $(@F)
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gimpressionist/Brushes/Makefile.in b/plug-ins/gimpressionist/Brushes/Makefile.in
index ca8da5fa10..5dc1ecd9e7 100644
--- a/plug-ins/gimpressionist/Brushes/Makefile.in
+++ b/plug-ins/gimpressionist/Brushes/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(brushdatadir)"
-brushdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(brushdata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -431,9 +448,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Brushes/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gimpressionist/Brushes/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Brushes/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gimpressionist/Brushes/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -451,6 +468,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -460,20 +478,23 @@ clean-libtool:
install-brushdataDATA: $(brushdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(brushdatadir)" || $(MKDIR_P) "$(DESTDIR)$(brushdatadir)"
- @list='$(brushdata_DATA)'; for p in $$list; do \
+ @list='$(brushdata_DATA)'; test -n "$(brushdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(brushdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(brushdatadir)/$$f'"; \
- $(brushdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(brushdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(brushdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(brushdatadir)" || exit $$?; \
done
uninstall-brushdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(brushdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(brushdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(brushdatadir)/$$f"; \
- done
+ @list='$(brushdata_DATA)'; test -n "$(brushdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(brushdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(brushdatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -497,13 +518,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -534,6 +559,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -552,6 +578,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -560,18 +588,28 @@ install-data-am: install-brushdataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -606,6 +644,7 @@ uninstall-am: uninstall-brushdataDATA
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-brushdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gimpressionist/Makefile.in b/plug-ins/gimpressionist/Makefile.in
index fd3a53968d..46f19a2e59 100644
--- a/plug-ins/gimpressionist/Makefile.in
+++ b/plug-ins/gimpressionist/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,8 +51,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_gimpressionist_OBJECTS = brush.$(OBJEXT) color.$(OBJEXT) \
general.$(OBJEXT) gimp.$(OBJEXT) gimpressionist.$(OBJEXT) \
@@ -69,6 +71,7 @@ gimpressionist_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -89,10 +92,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -467,9 +498,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gimpressionist/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gimpressionist/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -487,34 +518,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
gimpressionist$(EXEEXT): $(gimpressionist_OBJECTS) $(gimpressionist_DEPENDENCIES)
@rm -f gimpressionist$(EXEEXT)
$(LINK) $(gimpressionist_OBJECTS) $(gimpressionist_LDADD) $(LIBS)
@@ -546,21 +593,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -595,7 +642,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -629,16 +676,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -653,7 +700,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -665,7 +712,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -674,29 +721,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -717,29 +769,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -772,6 +839,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -793,6 +861,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -801,18 +871,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -835,8 +915,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -854,6 +934,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gimpressionist/Paper/Makefile.in b/plug-ins/gimpressionist/Paper/Makefile.in
index 1b7e69b010..0912b0f934 100644
--- a/plug-ins/gimpressionist/Paper/Makefile.in
+++ b/plug-ins/gimpressionist/Paper/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(paperdatadir)"
-paperdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(paperdata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -380,9 +397,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Paper/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gimpressionist/Paper/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Paper/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gimpressionist/Paper/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -400,6 +417,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -409,20 +427,23 @@ clean-libtool:
install-paperdataDATA: $(paperdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(paperdatadir)" || $(MKDIR_P) "$(DESTDIR)$(paperdatadir)"
- @list='$(paperdata_DATA)'; for p in $$list; do \
+ @list='$(paperdata_DATA)'; test -n "$(paperdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(paperdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(paperdatadir)/$$f'"; \
- $(paperdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(paperdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(paperdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(paperdatadir)" || exit $$?; \
done
uninstall-paperdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(paperdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(paperdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(paperdatadir)/$$f"; \
- done
+ @list='$(paperdata_DATA)'; test -n "$(paperdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(paperdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(paperdatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -446,13 +467,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -483,6 +508,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -501,6 +527,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -509,18 +537,28 @@ install-data-am: install-paperdataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -555,6 +593,7 @@ uninstall-am: uninstall-paperdataDATA
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-paperdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gimpressionist/Presets/Makefile.in b/plug-ins/gimpressionist/Presets/Makefile.in
index 942d856d61..c5e505b0a7 100644
--- a/plug-ins/gimpressionist/Presets/Makefile.in
+++ b/plug-ins/gimpressionist/Presets/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(presetsdatadir)"
-presetsdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(presetsdata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -396,9 +413,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Presets/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gimpressionist/Presets/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gimpressionist/Presets/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gimpressionist/Presets/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -416,6 +433,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -425,20 +443,23 @@ clean-libtool:
install-presetsdataDATA: $(presetsdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(presetsdatadir)" || $(MKDIR_P) "$(DESTDIR)$(presetsdatadir)"
- @list='$(presetsdata_DATA)'; for p in $$list; do \
+ @list='$(presetsdata_DATA)'; test -n "$(presetsdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(presetsdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(presetsdatadir)/$$f'"; \
- $(presetsdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(presetsdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(presetsdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(presetsdatadir)" || exit $$?; \
done
uninstall-presetsdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(presetsdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(presetsdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(presetsdatadir)/$$f"; \
- done
+ @list='$(presetsdata_DATA)'; test -n "$(presetsdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(presetsdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(presetsdatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -462,13 +483,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -499,6 +524,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -517,6 +543,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -525,18 +553,28 @@ install-data-am: install-presetsdataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -571,6 +609,7 @@ uninstall-am: uninstall-presetsdataDATA
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am uninstall uninstall-am uninstall-presetsdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gradient-flare/Makefile.in b/plug-ins/gradient-flare/Makefile.in
index b4e80bbef5..e2bcce4214 100644
--- a/plug-ins/gradient-flare/Makefile.in
+++ b/plug-ins/gradient-flare/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_gradient_flare_OBJECTS = gradient-flare.$(OBJEXT)
gradient_flare_OBJECTS = $(am_gradient_flare_OBJECTS)
@@ -62,6 +64,7 @@ gradient_flare_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -82,10 +85,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -423,9 +454,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gradient-flare/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gradient-flare/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gradient-flare/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gradient-flare/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -443,34 +474,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
gradient-flare$(EXEEXT): $(gradient_flare_OBJECTS) $(gradient_flare_DEPENDENCIES)
@rm -f gradient-flare$(EXEEXT)
$(LINK) $(gradient_flare_OBJECTS) $(gradient_flare_LDADD) $(LIBS)
@@ -485,21 +532,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -534,7 +581,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -568,16 +615,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -592,7 +639,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -604,7 +651,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -613,29 +660,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -656,29 +708,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -711,6 +778,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -732,6 +800,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -740,18 +810,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -774,8 +854,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -793,6 +873,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/gradient-flare/flares/Makefile.in b/plug-ins/gradient-flare/flares/Makefile.in
index beefddcb84..7e194427ef 100644
--- a/plug-ins/gradient-flare/flares/Makefile.in
+++ b/plug-ins/gradient-flare/flares/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(flaredir)"
-flareDATA_INSTALL = $(INSTALL_DATA)
DATA = $(flare_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -378,9 +395,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gradient-flare/flares/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/gradient-flare/flares/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gradient-flare/flares/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/gradient-flare/flares/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -398,6 +415,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -407,20 +425,23 @@ clean-libtool:
install-flareDATA: $(flare_DATA)
@$(NORMAL_INSTALL)
test -z "$(flaredir)" || $(MKDIR_P) "$(DESTDIR)$(flaredir)"
- @list='$(flare_DATA)'; for p in $$list; do \
+ @list='$(flare_DATA)'; test -n "$(flaredir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(flareDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(flaredir)/$$f'"; \
- $(flareDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(flaredir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(flaredir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(flaredir)" || exit $$?; \
done
uninstall-flareDATA:
@$(NORMAL_UNINSTALL)
- @list='$(flare_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(flaredir)/$$f'"; \
- rm -f "$(DESTDIR)$(flaredir)/$$f"; \
- done
+ @list='$(flare_DATA)'; test -n "$(flaredir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(flaredir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(flaredir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -444,13 +465,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -481,6 +506,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -499,6 +525,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -507,18 +535,28 @@ install-data-am: install-flareDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -553,6 +591,7 @@ uninstall-am: uninstall-flareDATA
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-flareDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/help-browser/Makefile.in b/plug-ins/help-browser/Makefile.in
index cb5485007f..699c562768 100644
--- a/plug-ins/help-browser/Makefile.in
+++ b/plug-ins/help-browser/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_help_browser_OBJECTS = gimpthrobber.$(OBJEXT) \
gimpthrobberaction.$(OBJEXT) help-browser.$(OBJEXT) \
@@ -65,6 +67,7 @@ help_browser_DEPENDENCIES = $(libgimphelp) $(libgimpui) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -428,9 +431,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/help-browser/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/help-browser/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/help-browser/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/help-browser/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -448,34 +451,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
help-browser$(EXEEXT): $(help_browser_OBJECTS) $(help_browser_DEPENDENCIES)
@rm -f help-browser$(EXEEXT)
$(LINK) $(help_browser_OBJECTS) $(help_browser_LDADD) $(LIBS)
@@ -494,21 +513,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -531,7 +550,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -539,29 +558,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -582,13 +606,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -619,6 +647,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -640,6 +669,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -648,18 +679,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -698,6 +739,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/help/Makefile.in b/plug-ins/help/Makefile.in
index 2496324a26..d881fd0a04 100644
--- a/plug-ins/help/Makefile.in
+++ b/plug-ins/help/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,8 +18,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,6 +52,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
libgimphelp_a_AR = $(AR) $(ARFLAGS)
@@ -59,7 +62,6 @@ am_libgimphelp_a_OBJECTS = gimphelp.$(OBJEXT) gimphelpdomain.$(OBJEXT) \
gimphelpprogress.$(OBJEXT)
libgimphelp_a_OBJECTS = $(am_libgimphelp_a_OBJECTS)
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS) $(noinst_PROGRAMS)
am_gimp_help_lookup_OBJECTS = gimp-help-lookup.$(OBJEXT)
gimp_help_lookup_OBJECTS = $(am_gimp_help_lookup_OBJECTS)
@@ -76,6 +78,7 @@ help_DEPENDENCIES = $(libgimphelp) $(libgimp) $(libgimpconfig) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -448,9 +451,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/help/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/help/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/help/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/help/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -468,6 +471,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -478,38 +482,55 @@ libgimphelp.a: $(libgimphelp_a_OBJECTS) $(libgimphelp_a_DEPENDENCIES)
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
gimp-help-lookup$(EXEEXT): $(gimp_help_lookup_OBJECTS) $(gimp_help_lookup_DEPENDENCIES)
@rm -f gimp-help-lookup$(EXEEXT)
$(LINK) $(gimp_help_lookup_OBJECTS) $(gimp_help_lookup_LDADD) $(LIBS)
@@ -533,21 +554,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -570,7 +591,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -578,29 +599,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -621,13 +647,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -658,6 +688,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -679,6 +710,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -687,18 +720,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -738,6 +781,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/ifs-compose/Makefile.in b/plug-ins/ifs-compose/Makefile.in
index a2864f4b6d..0170e18716 100644
--- a/plug-ins/ifs-compose/Makefile.in
+++ b/plug-ins/ifs-compose/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_ifs_compose_OBJECTS = ifs-compose.$(OBJEXT) \
ifs-compose-utils.$(OBJEXT) ifs-compose-storage.$(OBJEXT)
@@ -63,6 +65,7 @@ ifs_compose_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -419,9 +422,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/ifs-compose/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/ifs-compose/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/ifs-compose/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/ifs-compose/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -439,34 +442,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
ifs-compose$(EXEEXT): $(ifs_compose_OBJECTS) $(ifs_compose_DEPENDENCIES)
@rm -f ifs-compose$(EXEEXT)
$(LINK) $(ifs_compose_OBJECTS) $(ifs_compose_LDADD) $(LIBS)
@@ -483,21 +502,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -520,7 +539,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -528,29 +547,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -571,13 +595,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -608,6 +636,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -629,6 +658,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -637,18 +668,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -687,6 +728,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/imagemap/Makefile.in b/plug-ins/imagemap/Makefile.in
index 89cfb7e709..9325b8f052 100644
--- a/plug-ins/imagemap/Makefile.in
+++ b/plug-ins/imagemap/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_imagemap_OBJECTS = imap_about.$(OBJEXT) imap_browse.$(OBJEXT) \
imap_cern_lex.$(OBJEXT) imap_cern_parse.$(OBJEXT) \
@@ -93,6 +95,7 @@ imagemap_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -113,10 +116,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -571,9 +602,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/imagemap/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/imagemap/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/imagemap/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/imagemap/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -591,34 +622,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
imagemap$(EXEEXT): $(imagemap_OBJECTS) $(imagemap_DEPENDENCIES)
@rm -f imagemap$(EXEEXT)
$(LINK) $(imagemap_OBJECTS) $(imagemap_LDADD) $(LIBS)
@@ -695,21 +742,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -744,7 +791,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -778,16 +825,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -802,7 +849,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -814,7 +861,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -823,29 +870,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -866,29 +918,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -922,6 +989,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -943,6 +1011,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -951,18 +1021,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -985,8 +1065,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -1040,6 +1120,7 @@ imap_csim_parse.h.rebuild: imap_csim.y
imap_ncsa_parse.h.rebuild: imap_ncsa.y
$(YACC) $(YFLAGS) -d -p ncsa_ $<
mv -f y.tab.h $@
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/imagemap/images/Makefile.in b/plug-ins/imagemap/images/Makefile.in
index 1af22b7bf3..02b666efab 100644
--- a/plug-ins/imagemap/images/Makefile.in
+++ b/plug-ins/imagemap/images/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DATA = $(noinst_DATA)
@@ -372,9 +375,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/imagemap/images/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/imagemap/images/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/imagemap/images/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/imagemap/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -392,6 +395,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -421,13 +425,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -456,6 +464,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -474,6 +483,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -482,18 +493,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -538,6 +559,7 @@ stock-icons.list: $(STOCK_IMAGES) Makefile.am
$(srcdir)/imap-stock-pixbufs.h: stock-icons.list
$(GDK_PIXBUF_CSOURCE) --raw --build-list `cat stock-icons.list` > $(@F)
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/lighting/Makefile.in b/plug-ins/lighting/Makefile.in
index 24d6407ff4..05431481b9 100644
--- a/plug-ins/lighting/Makefile.in
+++ b/plug-ins/lighting/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_lighting_OBJECTS = lighting-apply.$(OBJEXT) \
lighting-image.$(OBJEXT) lighting-main.$(OBJEXT) \
@@ -65,6 +67,7 @@ lighting_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -85,10 +88,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -441,9 +472,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/lighting/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/lighting/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/lighting/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/lighting/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -461,34 +492,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
lighting$(EXEEXT): $(lighting_OBJECTS) $(lighting_DEPENDENCIES)
@rm -f lighting$(EXEEXT)
$(LINK) $(lighting_OBJECTS) $(lighting_LDADD) $(LIBS)
@@ -509,21 +556,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -558,7 +605,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -592,16 +639,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -616,7 +663,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -628,7 +675,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -637,29 +684,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -680,29 +732,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -735,6 +802,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -756,6 +824,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -764,18 +834,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -798,8 +878,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -817,6 +897,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/lighting/images/Makefile.in b/plug-ins/lighting/images/Makefile.in
index 2415afe45e..be31189c00 100644
--- a/plug-ins/lighting/images/Makefile.in
+++ b/plug-ins/lighting/images/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
DATA = $(noinst_DATA)
@@ -374,9 +377,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/lighting/images/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/lighting/images/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/lighting/images/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/lighting/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -394,6 +397,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -423,13 +427,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -458,6 +466,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -476,6 +485,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -484,18 +495,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -540,6 +561,7 @@ stock-icons.list: $(STOCK_IMAGES) Makefile.am
$(srcdir)/stock-pixbufs.h: stock-icons.list
$(GDK_PIXBUF_CSOURCE) --raw --build-list `cat stock-icons.list` > $(@F)
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/map-object/Makefile.in b/plug-ins/map-object/Makefile.in
index f2bb2a8047..fef564c46f 100644
--- a/plug-ins/map-object/Makefile.in
+++ b/plug-ins/map-object/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_map_object_OBJECTS = arcball.$(OBJEXT) map-object-apply.$(OBJEXT) \
map-object-image.$(OBJEXT) map-object-main.$(OBJEXT) \
@@ -65,6 +67,7 @@ map_object_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -432,9 +435,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/map-object/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/map-object/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/map-object/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/map-object/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -452,34 +455,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
map-object$(EXEEXT): $(map_object_OBJECTS) $(map_object_DEPENDENCIES)
@rm -f map-object$(EXEEXT)
$(LINK) $(map_object_OBJECTS) $(map_object_LDADD) $(LIBS)
@@ -501,21 +520,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -538,7 +557,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -546,29 +565,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -589,13 +613,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -626,6 +654,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -647,6 +676,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -655,18 +686,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -705,6 +746,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/map-object/map-object-shade.c b/plug-ins/map-object/map-object-shade.c
index 3e8b5adf62..2349849659 100644
--- a/plug-ins/map-object/map-object-shade.c
+++ b/plug-ins/map-object/map-object-shade.c
@@ -77,7 +77,7 @@ phong_shade (GimpVector3 *pos,
gimp_vector3_mul (&N, NL);
gimp_vector3_sub (&NN, &N, &L);
RV = gimp_vector3_inner_product (&NN, &V);
- RV = pow (RV, mapvals.material.highlight);
+ RV = 0.0 < RV ? pow (RV, mapvals.material.highlight) : 0.0;
/* Compute diffuse and specular intensity contribution */
/* =================================================== */
diff --git a/plug-ins/maze/Makefile.in b/plug-ins/maze/Makefile.in
index dd56ad93af..0894cc65bf 100644
--- a/plug-ins/maze/Makefile.in
+++ b/plug-ins/maze/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_maze_OBJECTS = maze.$(OBJEXT) maze-algorithms.$(OBJEXT) \
maze-dialog.$(OBJEXT) maze-utils.$(OBJEXT)
@@ -63,6 +65,7 @@ maze_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpconfig) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -422,9 +425,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/maze/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/maze/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/maze/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/maze/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -442,34 +445,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
maze$(EXEEXT): $(maze_OBJECTS) $(maze_DEPENDENCIES)
@rm -f maze$(EXEEXT)
$(LINK) $(maze_OBJECTS) $(maze_LDADD) $(LIBS)
@@ -487,21 +506,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -524,7 +543,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -532,29 +551,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -575,13 +599,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -612,6 +640,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -633,6 +662,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -641,18 +672,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -691,6 +732,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/metadata/Makefile.in b/plug-ins/metadata/Makefile.in
index 9d989b2cd0..3d8876493a 100644
--- a/plug-ins/metadata/Makefile.in
+++ b/plug-ins/metadata/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -50,8 +52,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS) $(noinst_PROGRAMS)
am_metadata_OBJECTS = metadata.$(OBJEXT) base64.$(OBJEXT) \
xmp-model.$(OBJEXT) xmp-parse.$(OBJEXT) xmp-encode.$(OBJEXT) \
@@ -78,6 +80,7 @@ xmpdump_DEPENDENCIES = $(libgimp) $(libgimpconfig) $(libgimpcolor) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -92,6 +95,8 @@ DIST_SOURCES = $(metadata_SOURCES) $(testbase64_SOURCES) \
$(xmpdump_SOURCES)
ETAGS = etags
CTAGS = ctags
+am__tty_colors = \
+red=; grn=; lgn=; blu=; std=
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
@@ -457,9 +462,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/metadata/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/metadata/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/metadata/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/metadata/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -477,41 +482,59 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
metadata$(EXEEXT): $(metadata_OBJECTS) $(metadata_DEPENDENCIES)
@rm -f metadata$(EXEEXT)
$(LINK) $(metadata_OBJECTS) $(metadata_LDADD) $(LIBS)
@@ -539,21 +562,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -576,7 +599,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -584,29 +607,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -615,6 +643,7 @@ check-TESTS: $(TESTS)
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
srcdir=$(srcdir); export srcdir; \
list=' $(TESTS) '; \
+ $(am__tty_colors); \
if test -n "$$list"; then \
for tst in $$list; do \
if test -f ./$$tst; then dir=./; \
@@ -626,10 +655,10 @@ check-TESTS: $(TESTS)
*[\ \ ]$$tst[\ \ ]*) \
xpass=`expr $$xpass + 1`; \
failed=`expr $$failed + 1`; \
- echo "XPASS: $$tst"; \
+ col=$$red; res=XPASS; \
;; \
*) \
- echo "PASS: $$tst"; \
+ col=$$grn; res=PASS; \
;; \
esac; \
elif test $$? -ne 77; then \
@@ -637,17 +666,18 @@ check-TESTS: $(TESTS)
case " $(XFAIL_TESTS) " in \
*[\ \ ]$$tst[\ \ ]*) \
xfail=`expr $$xfail + 1`; \
- echo "XFAIL: $$tst"; \
+ col=$$lgn; res=XFAIL; \
;; \
*) \
failed=`expr $$failed + 1`; \
- echo "FAIL: $$tst"; \
+ col=$$red; res=FAIL; \
;; \
esac; \
else \
skip=`expr $$skip + 1`; \
- echo "SKIP: $$tst"; \
+ col=$$blu; res=SKIP; \
fi; \
+ echo "$${col}$$res$${std}: $$tst"; \
done; \
if test "$$all" -eq 1; then \
tests="test"; \
@@ -689,11 +719,15 @@ check-TESTS: $(TESTS)
dashes="$$report"; \
fi; \
dashes=`echo "$$dashes" | sed s/./=/g`; \
- echo "$$dashes"; \
+ if test "$$failed" -eq 0; then \
+ echo "$$grn$$dashes"; \
+ else \
+ echo "$$red$$dashes"; \
+ fi; \
echo "$$banner"; \
test -z "$$skipped" || echo "$$skipped"; \
test -z "$$report" || echo "$$report"; \
- echo "$$dashes"; \
+ echo "$$dashes$$std"; \
test "$$failed" -eq 0; \
else :; fi
@@ -713,13 +747,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -752,6 +790,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -773,6 +812,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -781,18 +822,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -815,7 +866,7 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: install-am install-strip
+.MAKE: check-am install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
clean-generic clean-libexecPROGRAMS clean-libtool \
@@ -832,6 +883,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/pagecurl/Makefile.in b/plug-ins/pagecurl/Makefile.in
index 7e2d677c23..00a9a5ddf9 100644
--- a/plug-ins/pagecurl/Makefile.in
+++ b/plug-ins/pagecurl/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am__objects_1 =
am__objects_2 = pagecurl.$(OBJEXT)
@@ -64,6 +66,7 @@ pagecurl_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -430,9 +433,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pagecurl/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/pagecurl/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pagecurl/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/pagecurl/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -450,34 +453,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
pagecurl$(EXEEXT): $(pagecurl_OBJECTS) $(pagecurl_DEPENDENCIES)
@rm -f pagecurl$(EXEEXT)
$(LINK) $(pagecurl_OBJECTS) $(pagecurl_LDADD) $(LIBS)
@@ -492,21 +511,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -529,7 +548,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -537,29 +556,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -580,13 +604,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -618,6 +646,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -639,6 +668,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -647,18 +678,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -709,6 +750,7 @@ pagecurl-icons.list: $(PAGECURL_IMAGES) Makefile.am
$(srcdir)/pagecurl-icons.h: pagecurl-icons.list
$(GDK_PIXBUF_CSOURCE) --raw --build-list `cat pagecurl-icons.list` > $(@F)
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/print/Makefile.in b/plug-ins/print/Makefile.in
index 9ac69125c8..b4754480c9 100644
--- a/plug-ins/print/Makefile.in
+++ b/plug-ins/print/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,8 +51,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_print_OBJECTS = print.$(OBJEXT) print-draw-page.$(OBJEXT) \
print-page-layout.$(OBJEXT) print-page-setup.$(OBJEXT) \
@@ -66,6 +68,7 @@ print_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) $(libgimpconfig) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -431,9 +434,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/print/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/print/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/print/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/print/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -451,34 +454,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
print$(EXEEXT): $(print_OBJECTS) $(print_DEPENDENCIES)
@rm -f print$(EXEEXT)
$(LINK) $(print_OBJECTS) $(print_LDADD) $(LIBS)
@@ -499,21 +518,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -536,7 +555,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -544,29 +563,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -587,13 +611,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -624,6 +652,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -645,6 +674,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -653,18 +684,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -703,6 +744,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/print/print-settings.c b/plug-ins/print/print-settings.c
index 83c9af176d..6a3da0bf8b 100644
--- a/plug-ins/print/print-settings.c
+++ b/plug-ins/print/print-settings.c
@@ -105,6 +105,12 @@ print_settings_save (PrintData *data)
/* some settings shouldn't be made persistent on a global level,
* so they are only stored in the image, not in the rcfile
*/
+
+ g_key_file_remove_key (key_file, "image-setup", "x-resolution", NULL);
+ g_key_file_remove_key (key_file, "image-setup", "y-resolution", NULL);
+ g_key_file_remove_key (key_file, "image-setup", "x-offset", NULL);
+ g_key_file_remove_key (key_file, "image-setup", "y-offset", NULL);
+
g_key_file_remove_key (key_file, PRINT_SETTINGS_NAME, "n-copies", NULL);
print_utils_key_file_save_as_rcfile (key_file, PRINT_SETTINGS_NAME);
diff --git a/plug-ins/pygimp/Makefile.in b/plug-ins/pygimp/Makefile.in
index 4e5d5e284a..8bd6086242 100644
--- a/plug-ins/pygimp/Makefile.in
+++ b/plug-ins/pygimp/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,8 +18,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,15 +51,30 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(pygimpdir)" "$(DESTDIR)$(pygimpdir)" \
"$(DESTDIR)$(pygimpdir)"
-pygimpLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(pygimp_LTLIBRARIES)
am__DEPENDENCIES_1 =
_gimpenums_la_DEPENDENCIES = $(libgimp) $(libgimpcolor) $(libgimpbase) \
@@ -104,6 +121,7 @@ gimpthumb_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -126,16 +144,42 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
-pygimpPYTHON_INSTALL = $(INSTALL_DATA)
py_compile = $(top_srcdir)/py-compile
-pygimpDATA_INSTALL = $(INSTALL_DATA)
DATA = $(pygimp_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -575,9 +619,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pygimp/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/pygimp/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pygimp/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/pygimp/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -595,23 +639,28 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-pygimpLTLIBRARIES: $(pygimp_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(pygimpdir)" || $(MKDIR_P) "$(DESTDIR)$(pygimpdir)"
- @list='$(pygimp_LTLIBRARIES)'; for p in $$list; do \
+ @list='$(pygimp_LTLIBRARIES)'; test -n "$(pygimpdir)" || list=; \
+ list2=; for p in $$list; do \
if test -f $$p; then \
- f=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pygimpLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pygimpdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pygimpLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pygimpdir)/$$f"; \
+ list2="$$list2 $$p"; \
else :; fi; \
- done
+ done; \
+ test -z "$$list2" || { \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pygimpdir)'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pygimpdir)"; \
+ }
uninstall-pygimpLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(pygimp_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pygimpdir)/$$p'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pygimpdir)/$$p"; \
+ @list='$(pygimp_LTLIBRARIES)'; test -n "$(pygimpdir)" || list=; \
+ for p in $$list; do \
+ $(am__strip_dir) \
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pygimpdir)/$$f'"; \
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pygimpdir)/$$f"; \
done
clean-pygimpLTLIBRARIES:
@@ -657,21 +706,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -684,15 +733,20 @@ clean-libtool:
install-pygimpPYTHON: $(pygimp_PYTHON)
@$(NORMAL_INSTALL)
test -z "$(pygimpdir)" || $(MKDIR_P) "$(DESTDIR)$(pygimpdir)"
- @list='$(pygimp_PYTHON)'; dlist=''; for p in $$list; do\
+ @list='$(pygimp_PYTHON)'; dlist=; list2=; test -n "$(pygimpdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
if test -f $$b$$p; then \
- f=$(am__strip_dir) \
+ $(am__strip_dir) \
dlist="$$dlist $$f"; \
- echo " $(pygimpPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(pygimpdir)/$$f'"; \
- $(pygimpPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(pygimpdir)/$$f"; \
+ list2="$$list2 $$b$$p"; \
else :; fi; \
done; \
+ for file in $$list2; do echo $$file; done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pygimpdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pygimpdir)" || exit $$?; \
+ done || exit $$?; \
if test -n "$$dlist"; then \
if test -z "$(DESTDIR)"; then \
PYTHON=$(PYTHON) $(py_compile) --basedir "$(pygimpdir)" $$dlist; \
@@ -703,29 +757,37 @@ install-pygimpPYTHON: $(pygimp_PYTHON)
uninstall-pygimpPYTHON:
@$(NORMAL_UNINSTALL)
- @list='$(pygimp_PYTHON)'; dlist=''; for p in $$list; do\
- f=$(am__strip_dir) \
- rm -f "$(DESTDIR)$(pygimpdir)/$$f"; \
- rm -f "$(DESTDIR)$(pygimpdir)/$${f}c"; \
- rm -f "$(DESTDIR)$(pygimpdir)/$${f}o"; \
- done
+ @list='$(pygimp_PYTHON)'; test -n "$(pygimpdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ filesc=`echo "$$files" | sed 's|$$|c|'`; \
+ fileso=`echo "$$files" | sed 's|$$|o|'`; \
+ echo " ( cd '$(DESTDIR)$(pygimpdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pygimpdir)" && rm -f $$files || exit $$?; \
+ echo " ( cd '$(DESTDIR)$(pygimpdir)' && rm -f" $$filesc ")"; \
+ cd "$(DESTDIR)$(pygimpdir)" && rm -f $$filesc || exit $$?; \
+ echo " ( cd '$(DESTDIR)$(pygimpdir)' && rm -f" $$fileso ")"; \
+ cd "$(DESTDIR)$(pygimpdir)" && rm -f $$fileso
install-pygimpDATA: $(pygimp_DATA)
@$(NORMAL_INSTALL)
test -z "$(pygimpdir)" || $(MKDIR_P) "$(DESTDIR)$(pygimpdir)"
- @list='$(pygimp_DATA)'; for p in $$list; do \
+ @list='$(pygimp_DATA)'; test -n "$(pygimpdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(pygimpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pygimpdir)/$$f'"; \
- $(pygimpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pygimpdir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pygimpdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pygimpdir)" || exit $$?; \
done
uninstall-pygimpDATA:
@$(NORMAL_UNINSTALL)
- @list='$(pygimp_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(pygimpdir)/$$f'"; \
- rm -f "$(DESTDIR)$(pygimpdir)/$$f"; \
- done
+ @list='$(pygimp_DATA)'; test -n "$(pygimpdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(pygimpdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pygimpdir)" && rm -f $$files
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
@@ -751,7 +813,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -785,16 +847,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -809,7 +871,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -821,7 +883,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -830,29 +892,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -873,29 +940,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -929,6 +1011,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -950,6 +1033,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -959,18 +1044,28 @@ install-data-am: install-data-local install-pygimpDATA \
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am:
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -994,8 +1089,8 @@ ps-am:
uninstall-am: uninstall-local uninstall-pygimpDATA \
uninstall-pygimpLTLIBRARIES uninstall-pygimpPYTHON
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic clean-libtool \
@@ -1046,6 +1141,7 @@ gimpthumb.c: gimpthumb.defs gimpthumb.override
--prefix $* $*.defs) > gen-$*.c \
&& cp gen-$*.c $*.c \
&& rm -f gen-$*.c
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/pygimp/plug-ins/Makefile.in b/plug-ins/pygimp/plug-ins/Makefile.in
index b70781d098..4edf136ded 100644
--- a/plug-ins/pygimp/plug-ins/Makefile.in
+++ b/plug-ins/pygimp/plug-ins/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,8 +18,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,19 +50,33 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
-am__installdirs = "$(DESTDIR)$(pluginexecdir)" \
- "$(DESTDIR)$(pluginexecdir)"
-pluginexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
-SCRIPTS = $(pluginexec_SCRIPTS)
-SOURCES =
-DIST_SOURCES =
+CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-pluginexecDATA_INSTALL = $(INSTALL_DATA)
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__installdirs = "$(DESTDIR)$(pluginexecdir)" \
+ "$(DESTDIR)$(pluginexecdir)"
+SCRIPTS = $(pluginexec_SCRIPTS)
+SOURCES =
+DIST_SOURCES =
DATA = $(pluginexec_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -392,9 +408,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pygimp/plug-ins/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/pygimp/plug-ins/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pygimp/plug-ins/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/pygimp/plug-ins/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -412,25 +428,41 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-pluginexecSCRIPTS: $(pluginexec_SCRIPTS)
@$(NORMAL_INSTALL)
test -z "$(pluginexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginexecdir)"
- @list='$(pluginexec_SCRIPTS)'; for p in $$list; do \
+ @list='$(pluginexec_SCRIPTS)'; test -n "$(pluginexecdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- if test -f $$d$$p; then \
- f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
- echo " $(pluginexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginexecdir)/$$f'"; \
- $(pluginexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginexecdir)/$$f"; \
- else :; fi; \
- done
+ if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n' \
+ -e 'h;s|.*|.|' \
+ -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+ if (++n[d] == $(am__install_max)) { \
+ print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+ else { print "f", d "/" $$4, $$1 } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pluginexecdir)$$dir'"; \
+ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pluginexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-pluginexecSCRIPTS:
@$(NORMAL_UNINSTALL)
- @list='$(pluginexec_SCRIPTS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
- echo " rm -f '$(DESTDIR)$(pluginexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(pluginexecdir)/$$f"; \
- done
+ @list='$(pluginexec_SCRIPTS)'; test -n "$(pluginexecdir)" || exit 0; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 's,.*/,,;$(transform)'`; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(pluginexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pluginexecdir)" && rm -f $$files
mostlyclean-libtool:
-rm -f *.lo
@@ -440,20 +472,23 @@ clean-libtool:
install-pluginexecDATA: $(pluginexec_DATA)
@$(NORMAL_INSTALL)
test -z "$(pluginexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginexecdir)"
- @list='$(pluginexec_DATA)'; for p in $$list; do \
+ @list='$(pluginexec_DATA)'; test -n "$(pluginexecdir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(pluginexecDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginexecdir)/$$f'"; \
- $(pluginexecDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginexecdir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pluginexecdir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pluginexecdir)" || exit $$?; \
done
uninstall-pluginexecDATA:
@$(NORMAL_UNINSTALL)
- @list='$(pluginexec_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(pluginexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(pluginexecdir)/$$f"; \
- done
+ @list='$(pluginexec_DATA)'; test -n "$(pluginexecdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(pluginexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(pluginexecdir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -477,13 +512,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -514,6 +553,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -532,6 +572,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -540,18 +582,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-pluginexecDATA install-pluginexecSCRIPTS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -588,6 +640,7 @@ uninstall-am: uninstall-pluginexecDATA uninstall-pluginexecSCRIPTS
uninstall uninstall-am uninstall-pluginexecDATA \
uninstall-pluginexecSCRIPTS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/pygimp/pygimp-drawable.c b/plug-ins/pygimp/pygimp-drawable.c
index b2990b3574..ec14f1b52f 100644
--- a/plug-ins/pygimp/pygimp-drawable.c
+++ b/plug-ins/pygimp/pygimp-drawable.c
@@ -1405,7 +1405,8 @@ lay_scale(PyGimpLayer *self, PyObject *args, PyObject *kwargs)
int interpolation = -1;
gboolean local_origin = FALSE;
- static char *kwlist[] = { "width", "height", "local_origin", NULL };
+ static char *kwlist[] = { "width", "height", "local_origin",
+ "interpolation", NULL };
if (!PyArg_ParseTupleAndKeywords(args, kwargs, "ii|ii:scale", kwlist,
&new_width, &new_height,
diff --git a/plug-ins/pygimp/pygimp-pdb.c b/plug-ins/pygimp/pygimp-pdb.c
index 06852ad678..edcb697252 100644
--- a/plug-ins/pygimp/pygimp-pdb.c
+++ b/plug-ins/pygimp/pygimp-pdb.c
@@ -285,7 +285,7 @@ pygimp_param_to_tuple(int nparams, const GimpParam *params)
value = pygimp_drawable_new(NULL, params[i].data.d_drawable);
break;
case GIMP_PDB_SELECTION:
- value = pygimp_layer_new(params[i].data.d_selection);
+ value = pygimp_channel_new(params[i].data.d_selection);
break;
case GIMP_PDB_COLORARRAY:
if (params[i].data.d_colorarray == NULL) {
@@ -539,8 +539,12 @@ pygimp_param_from_tuple(PyObject *args, const GimpParamDef *ptype, int nparams)
ret[i].data.d_channel = ((PyGimpDrawable *)item)->ID;
break;
case GIMP_PDB_SELECTION:
- check(!pygimp_layer_check(item));
- ret[i].data.d_selection = ((PyGimpLayer *)item)->ID;
+ if (item == Py_None) {
+ ret[i].data.d_channel = -1;
+ break;
+ }
+ check(!pygimp_channel_check(item));
+ ret[i].data.d_selection = ((PyGimpChannel *)item)->ID;
break;
case GIMP_PDB_COLORARRAY:
{
diff --git a/plug-ins/script-fu/Makefile.in b/plug-ins/script-fu/Makefile.in
index 64e96e7e2e..462bca30bc 100644
--- a/plug-ins/script-fu/Makefile.in
+++ b/plug-ins/script-fu/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_script_fu_OBJECTS = script-fu.$(OBJEXT) script-fu-console.$(OBJEXT) \
script-fu-eval.$(OBJEXT) script-fu-interface.$(OBJEXT) \
@@ -69,6 +71,7 @@ script_fu_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -89,10 +92,38 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
ps-recursive uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -466,9 +497,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/script-fu/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/script-fu/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -486,34 +517,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
script-fu$(EXEEXT): $(script_fu_OBJECTS) $(script_fu_DEPENDENCIES)
@rm -f script-fu$(EXEEXT)
$(LINK) $(script_fu_OBJECTS) $(script_fu_LDADD) $(LIBS)
@@ -538,21 +585,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -587,7 +634,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -621,16 +668,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -645,7 +692,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -657,7 +704,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -666,29 +713,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -709,29 +761,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -764,6 +831,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -785,6 +853,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -793,18 +863,28 @@ install-data-am:
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -827,8 +907,8 @@ ps-am:
uninstall-am: uninstall-libexecPROGRAMS
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic \
@@ -846,6 +926,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/script-fu/ftx/Makefile.in b/plug-ins/script-fu/ftx/Makefile.in
index 0a3a5a1854..c390b99147 100644
--- a/plug-ins/script-fu/ftx/Makefile.in
+++ b/plug-ins/script-fu/ftx/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
libftx_a_AR = $(AR) $(ARFLAGS)
@@ -56,6 +59,7 @@ libftx_a_OBJECTS = $(am_libftx_a_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -392,9 +396,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/ftx/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/script-fu/ftx/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/ftx/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/script-fu/ftx/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -412,6 +416,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -430,21 +435,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -467,7 +472,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -475,29 +480,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -518,13 +528,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -552,6 +566,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -573,6 +588,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -581,18 +598,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -630,6 +657,7 @@ uninstall-am:
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
pdf pdf-am ps ps-am tags uninstall uninstall-am
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/script-fu/scripts/Makefile.in b/plug-ins/script-fu/scripts/Makefile.in
index 62e228cc07..151cb3b4b2 100644
--- a/plug-ins/script-fu/scripts/Makefile.in
+++ b/plug-ins/script-fu/scripts/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
@@ -61,16 +64,58 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(scriptdatadir)"
-scriptdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(scriptdata_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+ distdir
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+am__relativize = \
+ dir0=`pwd`; \
+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
+ sed_rest='s,^[^/]*/*,,'; \
+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
+ sed_butlast='s,/*[^/]*$$,,'; \
+ while test -n "$$dir1"; do \
+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
+ if test "$$first" != "."; then \
+ if test "$$first" = ".."; then \
+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
+ else \
+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
+ if test "$$first2" = "$$first"; then \
+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
+ else \
+ dir2="../$$dir2"; \
+ fi; \
+ dir0="$$dir0"/"$$first"; \
+ fi; \
+ fi; \
+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
+ done; \
+ reldir="$$dir2"
AA_LIBS = @AA_LIBS@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
@@ -490,9 +535,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -510,6 +555,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -519,20 +565,23 @@ clean-libtool:
install-scriptdataDATA: $(scriptdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(scriptdatadir)" || $(MKDIR_P) "$(DESTDIR)$(scriptdatadir)"
- @list='$(scriptdata_DATA)'; for p in $$list; do \
+ @list='$(scriptdata_DATA)'; test -n "$(scriptdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(scriptdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptdatadir)/$$f'"; \
- $(scriptdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdatadir)" || exit $$?; \
done
uninstall-scriptdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(scriptdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(scriptdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(scriptdatadir)/$$f"; \
- done
+ @list='$(scriptdata_DATA)'; test -n "$(scriptdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(scriptdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(scriptdatadir)" && rm -f $$files
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
@@ -558,7 +607,7 @@ $(RECURSIVE_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
@@ -592,16 +641,16 @@ $(RECURSIVE_CLEAN_TARGETS):
else \
local_target="$$target"; \
fi; \
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done && test -z "$$fail"
tags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
done
ctags-recursive:
list='$(SUBDIRS)'; for subdir in $$list; do \
- test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
done
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -616,7 +665,7 @@ tags: TAGS
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
@@ -628,7 +677,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
- tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -637,29 +686,34 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -680,29 +734,44 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
- list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
- distdir=`$(am__cd) $(distdir) && pwd`; \
- top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
- (cd $$subdir && \
+ fi; \
+ done
+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
+ $(am__relativize); \
+ new_distdir=$$reldir; \
+ dir1=$$subdir; dir2="$(top_distdir)"; \
+ $(am__relativize); \
+ new_top_distdir=$$reldir; \
+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
+ ($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$$top_distdir" \
- distdir="$$distdir/$$subdir" \
+ top_distdir="$$new_top_distdir" \
+ distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
+ am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
@@ -735,6 +804,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -753,6 +823,8 @@ dvi-am:
html: html-recursive
+html-am:
+
info: info-recursive
info-am:
@@ -761,18 +833,28 @@ install-data-am: install-scriptdataDATA
install-dvi: install-dvi-recursive
+install-dvi-am:
+
install-exec-am:
install-html: install-html-recursive
+install-html-am:
+
install-info: install-info-recursive
+install-info-am:
+
install-man:
install-pdf: install-pdf-recursive
+install-pdf-am:
+
install-ps: install-ps-recursive
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-recursive
@@ -793,8 +875,8 @@ ps-am:
uninstall-am: uninstall-scriptdataDATA
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
- install-strip
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
+ install-am install-strip tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am check check-am clean clean-generic clean-libtool \
@@ -811,6 +893,7 @@ uninstall-am: uninstall-scriptdataDATA
tags tags-recursive uninstall uninstall-am \
uninstall-scriptdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/script-fu/scripts/images/Makefile.in b/plug-ins/script-fu/scripts/images/Makefile.in
index fcc13e9510..94a98124d3 100644
--- a/plug-ins/script-fu/scripts/images/Makefile.in
+++ b/plug-ins/script-fu/scripts/images/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -47,6 +49,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -54,9 +57,23 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__installdirs = "$(DESTDIR)$(imagesdatadir)"
-imagesdataDATA_INSTALL = $(INSTALL_DATA)
DATA = $(imagesdata_DATA)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
AA_LIBS = @AA_LIBS@
@@ -376,9 +393,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/images/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/images/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/images/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/script-fu/scripts/images/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -396,6 +413,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
mostlyclean-libtool:
-rm -f *.lo
@@ -405,20 +423,23 @@ clean-libtool:
install-imagesdataDATA: $(imagesdata_DATA)
@$(NORMAL_INSTALL)
test -z "$(imagesdatadir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdatadir)"
- @list='$(imagesdata_DATA)'; for p in $$list; do \
+ @list='$(imagesdata_DATA)'; test -n "$(imagesdatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(imagesdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(imagesdatadir)/$$f'"; \
- $(imagesdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(imagesdatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(imagesdatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(imagesdatadir)" || exit $$?; \
done
uninstall-imagesdataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(imagesdata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(imagesdatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(imagesdatadir)/$$f"; \
- done
+ @list='$(imagesdata_DATA)'; test -n "$(imagesdatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(imagesdatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(imagesdatadir)" && rm -f $$files
tags: TAGS
TAGS:
@@ -442,13 +463,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -479,6 +504,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -497,6 +523,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -505,18 +533,28 @@ install-data-am: install-imagesdataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -551,6 +589,7 @@ uninstall-am: uninstall-imagesdataDATA
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am uninstall uninstall-am uninstall-imagesdataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/script-fu/tinyscheme/Makefile.in b/plug-ins/script-fu/tinyscheme/Makefile.in
index f8415c5d5c..0359e85b45 100644
--- a/plug-ins/script-fu/tinyscheme/Makefile.in
+++ b/plug-ins/script-fu/tinyscheme/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,6 +50,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
libtinyscheme_a_AR = $(AR) $(ARFLAGS)
@@ -57,6 +60,7 @@ libtinyscheme_a_OBJECTS = $(am_libtinyscheme_a_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -404,9 +408,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/tinyscheme/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/script-fu/tinyscheme/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/script-fu/tinyscheme/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/script-fu/tinyscheme/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -424,6 +428,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -442,21 +447,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -479,7 +484,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -487,29 +492,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -530,13 +540,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -564,6 +578,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -585,6 +600,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -593,18 +610,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -642,6 +669,7 @@ uninstall-am:
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
pdf pdf-am ps ps-am tags uninstall uninstall-am
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/selection-to-path/Makefile.in b/plug-ins/selection-to-path/Makefile.in
index 7a421e00a9..0356716590 100644
--- a/plug-ins/selection-to-path/Makefile.in
+++ b/plug-ins/selection-to-path/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_selection_to_path_OBJECTS = curve.$(OBJEXT) edge.$(OBJEXT) \
fit.$(OBJEXT) math.$(OBJEXT) pxl-outline.$(OBJEXT) \
@@ -65,6 +67,7 @@ selection_to_path_DEPENDENCIES = $(libgimpui) $(libgimpwidgets) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -440,9 +443,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/selection-to-path/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/selection-to-path/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/selection-to-path/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/selection-to-path/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -460,34 +463,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
selection-to-path$(EXEEXT): $(selection_to_path_OBJECTS) $(selection_to_path_DEPENDENCIES)
@rm -f selection-to-path$(EXEEXT)
$(LINK) $(selection_to_path_OBJECTS) $(selection_to_path_LDADD) $(LIBS)
@@ -510,21 +529,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -547,7 +566,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -555,29 +574,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -598,13 +622,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -635,6 +663,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -656,6 +685,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -664,18 +695,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -714,6 +755,7 @@ uninstall-am: uninstall-libexecPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libexecPROGRAMS
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/twain/Makefile.in b/plug-ins/twain/Makefile.in
index 3d7b9cfff5..b01dd73733 100644
--- a/plug-ins/twain/Makefile.in
+++ b/plug-ins/twain/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,8 +18,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -49,9 +51,9 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)" \
"$(DESTDIR)$(twaindatadir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am__twain_SOURCES_DIST = tw_func.c tw_func.h tw_util.c tw_util.h \
twain.c twain.h tw_local.h tw_platform.h tw_mac.c tw_win.c
@@ -71,6 +73,7 @@ twain_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -87,8 +90,22 @@ am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-twaindataDATA_INSTALL = $(INSTALL_DATA)
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+ if (++n[$$2] == $(am__install_max)) \
+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+ END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
DATA = $(twaindata_DATA)
ETAGS = etags
CTAGS = ctags
@@ -448,9 +465,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/twain/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/twain/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/twain/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/twain/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -468,34 +485,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
twain$(EXEEXT): $(twain_OBJECTS) $(twain_DEPENDENCIES)
@rm -f twain$(EXEEXT)
$(twain_LINK) $(twain_OBJECTS) $(twain_LDADD) $(LIBS)
@@ -514,21 +547,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -541,20 +574,23 @@ clean-libtool:
install-twaindataDATA: $(twaindata_DATA)
@$(NORMAL_INSTALL)
test -z "$(twaindatadir)" || $(MKDIR_P) "$(DESTDIR)$(twaindatadir)"
- @list='$(twaindata_DATA)'; for p in $$list; do \
+ @list='$(twaindata_DATA)'; test -n "$(twaindatadir)" || list=; \
+ for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(twaindataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(twaindatadir)/$$f'"; \
- $(twaindataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(twaindatadir)/$$f"; \
+ echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(twaindatadir)'"; \
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(twaindatadir)" || exit $$?; \
done
uninstall-twaindataDATA:
@$(NORMAL_UNINSTALL)
- @list='$(twaindata_DATA)'; for p in $$list; do \
- f=$(am__strip_dir) \
- echo " rm -f '$(DESTDIR)$(twaindatadir)/$$f'"; \
- rm -f "$(DESTDIR)$(twaindatadir)/$$f"; \
- done
+ @list='$(twaindata_DATA)'; test -n "$(twaindatadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(twaindatadir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(twaindatadir)" && rm -f $$files
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
@@ -568,7 +604,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -576,29 +612,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -619,13 +660,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -656,6 +701,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -677,6 +723,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -685,18 +733,28 @@ install-data-am: install-twaindataDATA
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -736,6 +794,7 @@ uninstall-am: uninstall-libexecPROGRAMS uninstall-twaindataDATA
tags uninstall uninstall-am uninstall-libexecPROGRAMS \
uninstall-twaindataDATA
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/plug-ins/win-snap/Makefile.in b/plug-ins/win-snap/Makefile.in
index 1310e67b3f..61e114daf8 100644
--- a/plug-ins/win-snap/Makefile.in
+++ b/plug-ins/win-snap/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -16,8 +17,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -48,8 +50,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(libexecdir)"
-libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(libexec_PROGRAMS)
am_win_snap_OBJECTS = winsnap.$(OBJEXT)
win_snap_OBJECTS = $(am_win_snap_OBJECTS)
@@ -65,6 +67,7 @@ win_snap_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
@@ -425,9 +428,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/win-snap/Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu plug-ins/win-snap/Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/win-snap/Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --gnu plug-ins/win-snap/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -445,34 +448,50 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
install-libexecPROGRAMS: $(libexec_PROGRAMS)
@$(NORMAL_INSTALL)
test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- if test -f $$p \
- || test -f $$p1 \
- ; then \
- f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
- else :; fi; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p || test -f $$p1; \
+ then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
+ } \
+ ; done
uninstall-libexecPROGRAMS:
@$(NORMAL_UNINSTALL)
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
- echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
- rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
clean-libexecPROGRAMS:
- @list='$(libexec_PROGRAMS)'; for p in $$list; do \
- f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+ @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
win-snap$(EXEEXT): $(win_snap_OBJECTS) $(win_snap_DEPENDENCIES)
@rm -f win-snap$(EXEEXT)
$(win_snap_LINK) $(win_snap_OBJECTS) $(win_snap_LDADD) $(LIBS)
@@ -487,21 +506,21 @@ distclean-compile:
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
@@ -524,7 +543,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -532,29 +551,34 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
@@ -575,13 +599,17 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
@@ -612,6 +640,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -633,6 +662,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -641,18 +672,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am: install-libexecPROGRAMS
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -694,6 +735,7 @@ uninstall-am: uninstall-libexecPROGRAMS
winsnap-win32res.o: winsnap.rc select.cur small.ico winsnap.ico
$(WINDRES) winsnap.rc winsnap-win32res.o
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/po-libgimp/cs.po b/po-libgimp/cs.po
index c96b1dc589..c3814347d3 100644
--- a/po-libgimp/cs.po
+++ b/po-libgimp/cs.po
@@ -1,45 +1,45 @@
# Translation of gimp-libgimp to Czech.
-# Copyright (C) 2000, 2003, 2006, 2007, 2008 the author(s) of the GIMP.
+# Copyright (C) 2000, 2003, 2006, 2007, 2008, 2009 the author(s) of the GIMP.
# Copyright (C) 2004, 2005 Miloslav Trmac .
# This file is distributed under the same license as the gimp-libgimp package.
# Stanislav Brabec , 2000.
# Michal Bukovjan , 2002, 2003.
# Miloslav Trmac , 2003 - 2005.
# Jakub Friedl , 2006, 2007.
-#
+# Petr Kovar , 2009.
+# JardaK , 2009.
msgid ""
msgstr ""
-"Project-Id-Version: gimp-libgimp\n"
+"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 23:24+0100\n"
-"PO-Revision-Date: 2008-10-27 23:28+0100\n"
+"POT-Creation-Date: 2009-09-06 00:41+0200\n"
+"PO-Revision-Date: 2009-09-06 00:40+0100\n"
"Last-Translator: Petr Kovar \n"
"Language-Team: Czech \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. procedure executed successfully
#: ../libgimp/gimp.c:1045
msgid "success"
-msgstr ""
+msgstr "úspěch"
#. procedure execution failed
#: ../libgimp/gimp.c:1049
msgid "execution error"
-msgstr ""
+msgstr "chyba vykonání"
#. procedure called incorrectly
#: ../libgimp/gimp.c:1053
msgid "calling error"
-msgstr ""
+msgstr "chyba volání"
#. procedure execution cancelled
#: ../libgimp/gimp.c:1057
msgid "cancelled"
-msgstr ""
+msgstr "zrušeno"
#: ../libgimp/gimpbrushselectbutton.c:170
msgid "Brush Selection"
@@ -130,7 +130,8 @@ msgstr ""
#: ../libgimp/gimpexport.c:308
#, c-format
msgid "%s plug-in can only handle bitmap (two color) indexed images"
-msgstr "Modul %s umí zpracovat pouze bitmapové (dvoubarevné) indexované obrázky"
+msgstr ""
+"Modul %s umí zpracovat pouze bitmapové (dvoubarevné) indexované obrázky"
#: ../libgimp/gimpexport.c:309
msgid ""
@@ -380,7 +381,7 @@ msgstr "Kopie vrstvy v _odstínech šedi"
#: ../libgimpbase/gimpbaseenums.c:34
msgid "C_hannel"
-msgstr "_Kanál:"
+msgstr "_Kanál"
#: ../libgimpbase/gimpbaseenums.c:64
msgid "FG to BG (RGB)"
@@ -728,28 +729,27 @@ msgstr "Dočasná procedura"
#: ../libgimpbase/gimpbaseenums.c:1074
msgid "From left to right"
-msgstr ""
+msgstr "Zleva doprava"
#: ../libgimpbase/gimpbaseenums.c:1075
msgid "From right to left"
-msgstr ""
+msgstr "Zprava doleva"
#: ../libgimpbase/gimpbaseenums.c:1105
msgid "Left justified"
-msgstr ""
+msgstr "Vyrovnané doleva"
#: ../libgimpbase/gimpbaseenums.c:1106
msgid "Right justified"
-msgstr ""
+msgstr "Vyrovnané doprava"
#: ../libgimpbase/gimpbaseenums.c:1107
-#, fuzzy
msgid "Centered"
-msgstr "_Střed"
+msgstr "Vystředěné"
#: ../libgimpbase/gimpbaseenums.c:1108
msgid "Filled"
-msgstr ""
+msgstr "Vyplněné"
#: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175
#: ../modules/display-filter-lcms.c:183
@@ -880,7 +880,7 @@ msgid "Cannot expand ${%s}"
msgstr "Nemohu expandovat ${%s}"
#: ../libgimpconfig/gimpconfigwriter.c:78
-#: ../libgimpconfig/gimpconfigwriter.c:693
+#: ../libgimpconfig/gimpconfigwriter.c:718
#, c-format
msgid "Error writing to '%s': %s"
msgstr "Chyba při zápisu '%s': %s"
@@ -895,7 +895,8 @@ msgstr "Nemohu vytvořit dočasný soubor pro '%s': %s"
msgid "Could not open '%s' for writing: %s"
msgstr "Nelze otevřít '%s' pro zápis: %s"
-#: ../libgimpconfig/gimpconfigwriter.c:674
+#: ../libgimpconfig/gimpconfigwriter.c:679
+#: ../libgimpconfig/gimpconfigwriter.c:699
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -904,7 +905,7 @@ msgstr ""
"Chyba při zápisu do dočasného souboru pro '%s': %s\n"
"Původní soubor zůstal nedotčen."
-#: ../libgimpconfig/gimpconfigwriter.c:682
+#: ../libgimpconfig/gimpconfigwriter.c:707
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -913,7 +914,7 @@ msgstr ""
"Chyba při zápisu do dočasného souboru pro '%s': %s\n"
"Žádný soubor nebyl vytvořen."
-#: ../libgimpconfig/gimpconfigwriter.c:711
+#: ../libgimpconfig/gimpconfigwriter.c:731
#, c-format
msgid "Could not create '%s': %s"
msgstr "Nemohu odstranit '%s': %s"
@@ -1000,10 +1001,9 @@ msgid "Select color profile from disk..."
msgstr "Vyberte barevný profil z disku..."
#: ../libgimpwidgets/gimpcolorprofilestore.c:280
-#, fuzzy
msgctxt "profile"
msgid "None"
-msgstr "Nic"
+msgstr "Žádné"
#: ../libgimpwidgets/gimpcolorscales.c:98
msgid "Scales"
@@ -1031,7 +1031,7 @@ msgstr "_Notace HTML:"
#: ../libgimpwidgets/gimphelpui.c:420
msgid "Press F1 for more help"
-msgstr ""
+msgstr "Potřebujete-li další pomoc, stiskněte klávesu F1"
#: ../libgimpwidgets/gimpfileentry.c:174
msgid "Open a file selector to browse your folders"
@@ -1371,7 +1371,8 @@ msgstr "Správa barev"
msgid ""
"This filter takes its configuration from the Color Management section in the "
"Preferences dialog."
-msgstr "Tento filtr bere své nastavení z oddílu Správa barev dialogu Předvolby."
+msgstr ""
+"Tento filtr bere své nastavení z oddílu Správa barev dialogu Předvolby."
#: ../modules/display-filter-lcms.c:226
msgid "Mode of operation:"
@@ -1509,11 +1510,11 @@ msgstr "Tlak"
#: ../modules/color-selector-wheel.c:103
msgid "HSV color wheel"
-msgstr ""
+msgstr "Barevný kotouč HSV"
#: ../modules/color-selector-wheel.c:134
msgid "Wheel"
-msgstr ""
+msgstr "Kolečko"
#: ../modules/controller-linux-input.c:58
msgid "Button 0"
@@ -1857,46 +1858,3 @@ msgstr "GIMP"
#: ../modules/controller-midi.c:428
msgid "GIMP MIDI Input Controller"
msgstr "GIMP - ovladač vstupu MIDI"
-
-#~ msgid "%d Byte"
-#~ msgid_plural "%d Bytes"
-#~ msgstr[0] "%d bajt"
-#~ msgstr[1] "%d bajty"
-#~ msgstr[2] "%d bajtů"
-
-#~ msgid "%.2f KB"
-#~ msgstr "%.2f KB"
-
-#~ msgid "%.1f KB"
-#~ msgstr "%.1f KB"
-
-#~ msgid "%d KB"
-#~ msgstr "%d KB"
-
-#~ msgid "%.2f MB"
-#~ msgstr "%.2f MB"
-
-#~ msgid "%.1f MB"
-#~ msgstr "%.1f MB"
-
-#~ msgid "%d MB"
-#~ msgstr "%d MB"
-
-#~ msgid "%.2f GB"
-#~ msgstr "%.2f GB"
-
-#~ msgid "%.1f GB"
-#~ msgstr "%.1f GB"
-
-#~ msgid "%d GB"
-#~ msgstr "%d GB"
-
-#~ msgid "profile|None"
-#~ msgstr "Žádný"
-
-#~ msgid "Painter-style triangle color selector"
-#~ msgstr "Výběr barev z trojúhelníku na malířský způsob"
-
-#~ msgid "Triangle"
-#~ msgstr "Trojúhelník"
-
diff --git a/po-libgimp/el.po b/po-libgimp/el.po
index 504fd6a256..63beac44b4 100644
--- a/po-libgimp/el.po
+++ b/po-libgimp/el.po
@@ -10,655 +10,915 @@
msgid ""
msgstr ""
"Project-Id-Version: el\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-02 19:52+0100\n"
-"PO-Revision-Date: 2004-10-22 01:09+0300\n"
-"Last-Translator: Nikos Charonitakis \n"
-"Language-Team: \n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n"
+"POT-Creation-Date: 2009-04-17 09:06+0000\n"
+"PO-Revision-Date: 2009-09-03 11:52+0200\n"
+"Last-Translator: Βασίλης Κοντογιάνης \n"
+"Language-Team: greek \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: GREECE\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#. procedure executed successfully
+#: ../libgimp/gimp.c:1045
+msgid "success"
+msgstr "επιτυχία"
+
+#. procedure execution failed
+#: ../libgimp/gimp.c:1049
+msgid "execution error"
+msgstr "σφάλμα εκτέλεσης"
+
+#. procedure called incorrectly
+#: ../libgimp/gimp.c:1053
+msgid "calling error"
+msgstr "σφάλμα κλήσης"
+
+#. procedure execution cancelled
+#: ../libgimp/gimp.c:1057
+msgid "cancelled"
+msgstr "ακυρώθηκε"
#
-#: ../libgimp/gimpbrushmenu.c:129
+#: ../libgimp/gimpbrushselectbutton.c:170
msgid "Brush Selection"
msgstr "Επιλογή Πινέλου"
-#: ../libgimp/gimpbrushmenu.c:158 ../libgimp/gimppatternmenu.c:142
+#: ../libgimp/gimpbrushselectbutton.c:913
+#: ../libgimp/gimppatternselectbutton.c:714
msgid "_Browse..."
msgstr "_Περιήγηση..."
-#: ../libgimp/gimpexport.c:215 ../libgimp/gimpexport.c:251
-#, fuzzy, c-format
-msgid "%s can't handle layers"
-msgstr "Αδύνατη η Ανάγνωση Καταλόγου"
+#: ../libgimp/gimpexport.c:217
+#: ../libgimp/gimpexport.c:253
+#, c-format
+msgid "%s plug-in can't handle layers"
+msgstr "το %s πρόσθετο δεν μπορεί ναι χειριστεί στρώσεις"
-#: ../libgimp/gimpexport.c:216 ../libgimp/gimpexport.c:225
-#: ../libgimp/gimpexport.c:234
+#: ../libgimp/gimpexport.c:218
+#: ../libgimp/gimpexport.c:227
+#: ../libgimp/gimpexport.c:236
+#: ../libgimp/gimpexport.c:254
msgid "Merge Visible Layers"
msgstr "Συγχώνευση Ορατών Στρωμάτων"
-#: ../libgimp/gimpexport.c:224
+#: ../libgimp/gimpexport.c:226
#, c-format
-msgid "%s can't handle layer offsets, size or opacity"
-msgstr ""
+msgid "%s plug-in can't handle layer offsets, size or opacity"
+msgstr "το %s πρόσθετο δεν μπορεί να χειριστεί μετατόπισης στρώσης, μεγέθους ή αδιαφάνειας"
-#: ../libgimp/gimpexport.c:233 ../libgimp/gimpexport.c:242
+#: ../libgimp/gimpexport.c:235
+#: ../libgimp/gimpexport.c:244
#, c-format
-msgid "%s can only handle layers as animation frames"
-msgstr ""
+msgid "%s plug-in can only handle layers as animation frames"
+msgstr "το %s πρόσθετο μπορεί να χειριστεί μόνο στρώσεις σαν πλαίσια σχεδιοκίνησης"
-#: ../libgimp/gimpexport.c:234 ../libgimp/gimpexport.c:243
-#, fuzzy
+#: ../libgimp/gimpexport.c:236
+#: ../libgimp/gimpexport.c:245
msgid "Save as Animation"
-msgstr "Επιλογή κινούμενων σχεδίων"
+msgstr "Αποθήκευση ως Σχεδιοκίνηση"
-#: ../libgimp/gimpexport.c:243 ../libgimp/gimpexport.c:252
-#: ../libgimp/gimpexport.c:261
-#, fuzzy
+#: ../libgimp/gimpexport.c:245
+#: ../libgimp/gimpexport.c:254
+#: ../libgimp/gimpexport.c:263
msgid "Flatten Image"
-msgstr "Νέα Εικόνα"
+msgstr "Ισοπέδωση εικόνας"
-#: ../libgimp/gimpexport.c:260
-#, fuzzy, c-format
-msgid "%s can't handle transparency"
-msgstr "Διαφάνεια Χροιάς"
-
-#: ../libgimp/gimpexport.c:269
-#, fuzzy, c-format
-msgid "%s can't handle layer masks"
-msgstr "Αδύνατη η Ανάγνωση Καταλόγου"
-
-#: ../libgimp/gimpexport.c:270
-msgid "Apply Layer Masks"
-msgstr ""
-
-#: ../libgimp/gimpexport.c:278
+#: ../libgimp/gimpexport.c:262
#, c-format
-msgid "%s can only handle RGB images"
-msgstr ""
+msgid "%s plug-in can't handle transparency"
+msgstr "το %s πρόσθετο δεν μπορεί να χειριστεί διαφάνεια"
-#: ../libgimp/gimpexport.c:279 ../libgimp/gimpexport.c:317
-#: ../libgimp/gimpexport.c:326
+#: ../libgimp/gimpexport.c:271
+#, c-format
+msgid "%s plug-in can't handle layer masks"
+msgstr "το %s πρόσθετο δεν μπορεί να χειριστεί προσωπεία στρώσης"
+
+#: ../libgimp/gimpexport.c:272
+msgid "Apply Layer Masks"
+msgstr "Εφαρμογή Προσωπείων Στρώσης"
+
+#: ../libgimp/gimpexport.c:280
+#, c-format
+msgid "%s plug-in can only handle RGB images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί RGB εικόνες"
+
+#: ../libgimp/gimpexport.c:281
+#: ../libgimp/gimpexport.c:319
+#: ../libgimp/gimpexport.c:328
msgid "Convert to RGB"
msgstr "Μετατροπή σε RGB"
-#: ../libgimp/gimpexport.c:287
+#: ../libgimp/gimpexport.c:289
#, c-format
-msgid "%s can only handle grayscale images"
-msgstr ""
+msgid "%s plug-in can only handle grayscale images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί εικόνες της φαιάς κλίμακας"
#
-#: ../libgimp/gimpexport.c:288 ../libgimp/gimpexport.c:317
-#: ../libgimp/gimpexport.c:338
+#: ../libgimp/gimpexport.c:290
+#: ../libgimp/gimpexport.c:319
+#: ../libgimp/gimpexport.c:340
msgid "Convert to Grayscale"
-msgstr "Μετατροπή σε Κλίμακα του Γκρι"
+msgstr "Μετατροπή σε Φαιά Κλίμακα"
-#: ../libgimp/gimpexport.c:296
+#: ../libgimp/gimpexport.c:298
#, c-format
-msgid "%s can only handle indexed images"
-msgstr ""
+msgid "%s plug-in can only handle indexed images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί εικόνες με ευρετήριο"
-#: ../libgimp/gimpexport.c:297 ../libgimp/gimpexport.c:326
-#: ../libgimp/gimpexport.c:336
+#: ../libgimp/gimpexport.c:299
+#: ../libgimp/gimpexport.c:328
+#: ../libgimp/gimpexport.c:338
msgid ""
"Convert to Indexed using default settings\n"
"(Do it manually to tune the result)"
msgstr ""
+"Μετατροπή σε Ευρετήριο με τη χρήση προεπιλεγμένων ρυθμίσεων\n"
+"(Κάντε το χειρονακτικά για να ρυθμίσετε το αποτέλεσμα)"
-#: ../libgimp/gimpexport.c:306
+#: ../libgimp/gimpexport.c:308
#, c-format
-msgid "%s can only handle bitmap (two color) indexed images"
-msgstr ""
+msgid "%s plug-in can only handle bitmap (two color) indexed images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί χαρτογραφικές (δίχρωμη) εικόνες με ευρετήριο"
-#: ../libgimp/gimpexport.c:307
+#: ../libgimp/gimpexport.c:309
msgid ""
"Convert to Indexed using bitmap default settings\n"
"(Do it manually to tune the result)"
msgstr ""
+"Μετατροπή με ευρετήριο με τη χρήση προεπιλεγμένων ρυθμίσεων χαρτογραφικής\n"
+"(Κάντε το χειρονακτικά για να ρυθμίσετε το αποτέλεσμα)"
-#: ../libgimp/gimpexport.c:316
+#: ../libgimp/gimpexport.c:318
#, c-format
-msgid "%s can only handle RGB or grayscale images"
-msgstr ""
+msgid "%s plug-in can only handle RGB or grayscale images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί RGB ή εικόνες της φαιάς κλίμακας"
-#: ../libgimp/gimpexport.c:325
+#: ../libgimp/gimpexport.c:327
#, c-format
-msgid "%s can only handle RGB or indexed images"
-msgstr ""
+msgid "%s plug-in can only handle RGB or indexed images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί RGB ή εικόνες με ευρετήριο"
-#: ../libgimp/gimpexport.c:335
+#: ../libgimp/gimpexport.c:337
#, c-format
-msgid "%s can only handle grayscale or indexed images"
-msgstr ""
+msgid "%s plug-in can only handle grayscale or indexed images"
+msgstr "το %s πρόσθετο μπορεί μόνο να χειριστεί εικόνες φαιάς κλίμακας ή εικόνες με ευρετήριο"
-#: ../libgimp/gimpexport.c:346
-#, fuzzy, c-format
-msgid "%s needs an alpha channel"
-msgstr "απαιτεί κανάλι άλφα"
+#: ../libgimp/gimpexport.c:348
+#, c-format
+msgid "%s plug-in needs an alpha channel"
+msgstr "το %s πρόσθετο χρειάζεται ένα κανάλι άλφα"
-#: ../libgimp/gimpexport.c:347
-#, fuzzy
+#: ../libgimp/gimpexport.c:349
msgid "Add Alpha Channel"
-msgstr "κανάλι άλφα"
+msgstr "Προσθήκη Καναλιού Άλφα"
#
-#: ../libgimp/gimpexport.c:381
+#: ../libgimp/gimpexport.c:383
msgid "Confirm Save"
msgstr "Επιβεβαίωση Αποθήκευσης"
#
-#: ../libgimp/gimpexport.c:387
+#: ../libgimp/gimpexport.c:389
msgid "Confirm"
msgstr "Επιβεβαίωση"
-#: ../libgimp/gimpexport.c:454
+#: ../libgimp/gimpexport.c:464
msgid "Export File"
msgstr "Εξαγωγή Αρχείου"
-#: ../libgimp/gimpexport.c:458
+#: ../libgimp/gimpexport.c:468
msgid "_Ignore"
msgstr "_Παράβλεψη"
#
-#: ../libgimp/gimpexport.c:460
+#: ../libgimp/gimpexport.c:470
msgid "_Export"
msgstr "_Εξαγωγή"
#. the headline
-#: ../libgimp/gimpexport.c:482
+#: ../libgimp/gimpexport.c:499
#, c-format
-msgid ""
-"Your image should be exported before it can be saved as %s for the following "
-"reasons:"
-msgstr ""
+msgid "Your image should be exported before it can be saved as %s for the following reasons:"
+msgstr "Η εικόνα σας πρέπει να εξαχθεί πριν αποθηκευτεί ως %s για τους παρακάτω λόγους:"
#. the footline
-#: ../libgimp/gimpexport.c:553
+#: ../libgimp/gimpexport.c:573
msgid "The export conversion won't modify your original image."
-msgstr ""
+msgstr "Η μετατροπή εξαγωγής δεν θα τροποποιήσει την πρωτότυπη εικόνα."
-#: ../libgimp/gimpexport.c:653
+#: ../libgimp/gimpexport.c:673
#, c-format
msgid ""
"You are about to save a layer mask as %s.\n"
"This will not save the visible layers."
msgstr ""
+"Είσαστε έτοιμοι να αποθηκεύσετε ένα προσωπείο στρώσης ως %s.\n"
+"Αυτό δεν θα αποθηκεύσει τις ορατές στρώσεις."
-#: ../libgimp/gimpexport.c:659
+#: ../libgimp/gimpexport.c:679
#, c-format
msgid ""
"You are about to save a channel (saved selection) as %s.\n"
"This will not save the visible layers."
msgstr ""
+"Είστε έτοιμοι να αποθηκεύσετε ένα κανάλι (αποθηκευμένη επιλογή) σαν %s.\n"
+"Αυτό δεν θα αποθηκεύσει τις ορατές στρώσεις."
#
-#: ../libgimp/gimpfontmenu.c:89
+#: ../libgimp/gimpfontselectbutton.c:130
msgid "Font Selection"
msgstr "Επιλογή Γραμματοσειράς"
-#
-#: ../libgimp/gimpgradientmenu.c:104
-#, fuzzy
-msgid "Gradient Selection"
-msgstr "Επιλογή Γραμματοσειράς"
+#: ../libgimp/gimpfontselectbutton.c:145
+msgid "Sans"
+msgstr "Sans"
-#: ../libgimp/gimpmenu.c:406 ../libgimpwidgets/gimpintstore.c:181
+#
+#: ../libgimp/gimpgradientselectbutton.c:148
+msgid "Gradient Selection"
+msgstr "Επιλογή Διαβάθμισης"
+
+#: ../libgimp/gimpmenu.c:450
+#: ../libgimpwidgets/gimpintstore.c:239
msgid "(Empty)"
msgstr "(Άδειο)"
#
-#: ../libgimp/gimppalettemenu.c:91
-#, fuzzy
+#: ../libgimp/gimppaletteselectbutton.c:130
msgid "Palette Selection"
-msgstr "Επιλογή Σχεδίου"
+msgstr "Επιλογή Πυξίου"
#
-#: ../libgimp/gimppatternmenu.c:113
+#: ../libgimp/gimppatternselectbutton.c:156
msgid "Pattern Selection"
msgstr "Επιλογή Σχεδίου"
+#: ../libgimp/gimpprocbrowserdialog.c:140
+msgid "by name"
+msgstr "κατά όνομα"
+
+#: ../libgimp/gimpprocbrowserdialog.c:141
+msgid "by description"
+msgstr "κατά περιγραφή"
+
+#: ../libgimp/gimpprocbrowserdialog.c:142
+msgid "by help"
+msgstr "κατά βοήθεια"
+
+#: ../libgimp/gimpprocbrowserdialog.c:143
+msgid "by author"
+msgstr "κατά συγγραφέα"
+
+#: ../libgimp/gimpprocbrowserdialog.c:144
+msgid "by copyright"
+msgstr "κατά πνευματικά δικαιώματα"
+
+#: ../libgimp/gimpprocbrowserdialog.c:145
+msgid "by date"
+msgstr "κατά ημερομηνία"
+
+#: ../libgimp/gimpprocbrowserdialog.c:146
+msgid "by type"
+msgstr "κατά τύπο"
+
+#: ../libgimp/gimpprocbrowserdialog.c:377
+msgid "Searching"
+msgstr "Αναζήτηση"
+
+#: ../libgimp/gimpprocbrowserdialog.c:388
+msgid "Searching by name"
+msgstr "Αναζήτηση κατά όνομα"
+
+#: ../libgimp/gimpprocbrowserdialog.c:409
+msgid "Searching by description"
+msgstr "Αναζήτηση κατά περιγραφή"
+
+#: ../libgimp/gimpprocbrowserdialog.c:416
+msgid "Searching by help"
+msgstr "Αναζήτηση κατά βοήθεια"
+
+#: ../libgimp/gimpprocbrowserdialog.c:423
+msgid "Searching by author"
+msgstr "Αναζήτηση κατά συγγραφέα"
+
+#: ../libgimp/gimpprocbrowserdialog.c:430
+msgid "Searching by copyright"
+msgstr "Αναζήτηση κατά πνευματικά δικαιώματα"
+
+#: ../libgimp/gimpprocbrowserdialog.c:437
+msgid "Searching by date"
+msgstr "Αναζήτηση κατά ημερομηνία"
+
+#: ../libgimp/gimpprocbrowserdialog.c:444
+msgid "Searching by type"
+msgstr "Αναζήτηση κατά τύπο"
+
+#: ../libgimp/gimpprocbrowserdialog.c:454
+#, c-format
+msgid "%d procedure"
+msgid_plural "%d procedures"
+msgstr[0] "%d διαδικασία"
+msgstr[1] "%d διαδικασίες"
+
+#: ../libgimp/gimpprocbrowserdialog.c:463
+msgid "No matches for your query"
+msgstr "Δεν βρέθηκε τίποτα για την ερώτηση σας"
+
+#: ../libgimp/gimpprocbrowserdialog.c:467
+#, c-format
+msgid "%d procedure matches your query"
+msgid_plural "%d procedures match your query"
+msgstr[0] "η %d διαδικασία ταιριάζει στην ερώτηση σας"
+msgstr[1] "οι %d διαδικασίες ταιριάζουν στην ερώτηση σας"
+
+#. count label
+#: ../libgimp/gimpprocbrowserdialog.c:516
+#: ../libgimpwidgets/gimpbrowser.c:114
+msgid "No matches"
+msgstr "Κανένα ταίριασμα"
+
+#: ../libgimp/gimpprocview.c:143
+msgid "Parameters"
+msgstr "Παράμετροι"
+
+#: ../libgimp/gimpprocview.c:156
+msgid "Return Values"
+msgstr "Τιμές Επιστροφής"
+
+#: ../libgimp/gimpprocview.c:169
+msgid "Additional Information"
+msgstr "Επιπρόσθετη Πληροφορία"
+
+#: ../libgimp/gimpprocview.c:209
+msgid "Author:"
+msgstr "Συγγραφέας:"
+
+#: ../libgimp/gimpprocview.c:221
+msgid "Date:"
+msgstr "Ημερομηνία:"
+
+#: ../libgimp/gimpprocview.c:233
+msgid "Copyright:"
+msgstr "Πνευματικά δικαιώματα:"
+
#: ../libgimp/gimpunitcache.c:57
msgid "percent"
msgstr "ποσοστό"
#
-#: ../libgimpbase/gimpbaseenums.c:26
-#, fuzzy
-msgid "_White (full opacity)"
-msgstr "_Λευκό (Πλήρης Αδιαφάνεια)"
-
-#: ../libgimpbase/gimpbaseenums.c:27
-#, fuzzy
-msgid "_Black (full transparency)"
-msgstr "_Μαύρο (Πλήρης Διαφάνεια)"
-
#: ../libgimpbase/gimpbaseenums.c:28
-#, fuzzy
-msgid "Layer's _alpha channel"
-msgstr "Κανάλι _Άλφα Στρώματος"
+msgid "_White (full opacity)"
+msgstr "_Λευκό (πλήρης αδιαφάνεια)"
#: ../libgimpbase/gimpbaseenums.c:29
-#, fuzzy
+msgid "_Black (full transparency)"
+msgstr "_Μαύρο (πλήρης διαφάνεια)"
+
+#: ../libgimpbase/gimpbaseenums.c:30
+msgid "Layer's _alpha channel"
+msgstr "Κανάλι _Άλφα της Στρώσης"
+
+#: ../libgimpbase/gimpbaseenums.c:31
msgid "_Transfer layer's alpha channel"
-msgstr "Κανάλι _Άλφα Στρώματος"
+msgstr "_Μεταφορά καναλιού στρώσης άλφα"
#
-#: ../libgimpbase/gimpbaseenums.c:30
+#: ../libgimpbase/gimpbaseenums.c:32
msgid "_Selection"
msgstr "_Επιλογή"
-#: ../libgimpbase/gimpbaseenums.c:31
+#: ../libgimpbase/gimpbaseenums.c:33
msgid "_Grayscale copy of layer"
-msgstr ""
+msgstr "_Αντίγραφο φαιάς κλίμακας στρώσης"
-#: ../libgimpbase/gimpbaseenums.c:61
-msgid "FG to BG (RGB)"
-msgstr "FG σε BG (RGB)"
-
-#: ../libgimpbase/gimpbaseenums.c:62
-msgid "FG to BG (HSV)"
-msgstr "FG σε BG (HSV)"
-
-#: ../libgimpbase/gimpbaseenums.c:63
-#, fuzzy
-msgid "FG to transparent"
-msgstr "FG σε Διαφανές"
+#: ../libgimpbase/gimpbaseenums.c:34
+msgid "C_hannel"
+msgstr "Κ_ανάλι"
#: ../libgimpbase/gimpbaseenums.c:64
-#, fuzzy
+msgid "FG to BG (RGB)"
+msgstr "Προσκήνιο σε Παρασκήνιο (RGB)"
+
+#: ../libgimpbase/gimpbaseenums.c:65
+msgid "FG to BG (HSV)"
+msgstr "Προσκήνιο σε Παρασκήνιο (HSV)"
+
+#: ../libgimpbase/gimpbaseenums.c:66
+msgid "FG to transparent"
+msgstr "Προσκήνιο σε διαφανές"
+
+#: ../libgimpbase/gimpbaseenums.c:67
msgid "Custom gradient"
-msgstr "Προσαρμοσμένη Διαβάθμιση"
+msgstr "Προσαρμοσμένη διαβάθμιση"
-#: ../libgimpbase/gimpbaseenums.c:93
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:96
msgid "FG color fill"
-msgstr "Γέμισμα Χρώματος FG"
+msgstr "Γέμισμα χρώματος Προσκηνίου"
-#: ../libgimpbase/gimpbaseenums.c:94
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:97
msgid "BG color fill"
-msgstr "BG γέμισμα χρώματος"
+msgstr "Γέμισμα χρώματος Παρασκηνίου"
-#: ../libgimpbase/gimpbaseenums.c:95
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:98
msgid "Pattern fill"
-msgstr "Γέμισμα με Σχέδιο"
-
-#: ../libgimpbase/gimpbaseenums.c:125
-#, fuzzy
-msgid "Add to the current selection"
-msgstr "Επιλογή Εικονιδίου"
-
-#: ../libgimpbase/gimpbaseenums.c:126
-#, fuzzy
-msgid "Subtract from the current selection"
-msgstr "Επιλογή Εικονιδίου"
-
-#
-#: ../libgimpbase/gimpbaseenums.c:127
-#, fuzzy
-msgid "Replace the current selection"
-msgstr "Κατασκευή πανομοιότυπης επιλογής"
+msgstr "Γέμισμα προπλάσματος"
#: ../libgimpbase/gimpbaseenums.c:128
-#, fuzzy
-msgid "Intersect with the current selection"
-msgstr "Αντ_ιστρφή επιλογής"
+msgid "Add to the current selection"
+msgstr "Προσθήκη στη τρέχουσα επιλογή"
-#: ../libgimpbase/gimpbaseenums.c:160 ../libgimpwidgets/gimpcolorscales.c:168
-#: ../libgimpwidgets/gimpcolorselect.c:352
+#: ../libgimpbase/gimpbaseenums.c:129
+msgid "Subtract from the current selection"
+msgstr "Αφαίρεση από την τρέχουσα επιλογή"
+
+#
+#: ../libgimpbase/gimpbaseenums.c:130
+msgid "Replace the current selection"
+msgstr "Αντικατάσταση της τρέχουσας επιλογής"
+
+#: ../libgimpbase/gimpbaseenums.c:131
+msgid "Intersect with the current selection"
+msgstr "Διασταυρώνεται με την τρέχων επιλογή"
+
+#: ../libgimpbase/gimpbaseenums.c:163
+#: ../libgimpwidgets/gimpwidgetsenums.c:126
msgid "Red"
msgstr "Κόκκινο"
-#: ../libgimpbase/gimpbaseenums.c:161 ../libgimpwidgets/gimpcolorscales.c:169
-#: ../libgimpwidgets/gimpcolorselect.c:353
+#: ../libgimpbase/gimpbaseenums.c:164
+#: ../libgimpwidgets/gimpwidgetsenums.c:127
msgid "Green"
msgstr "Πράσινο"
-#: ../libgimpbase/gimpbaseenums.c:162 ../libgimpwidgets/gimpcolorscales.c:170
-#: ../libgimpwidgets/gimpcolorselect.c:354
+#: ../libgimpbase/gimpbaseenums.c:165
+#: ../libgimpwidgets/gimpwidgetsenums.c:128
msgid "Blue"
-msgstr "Μπλε"
+msgstr "Κυανό"
-#: ../libgimpbase/gimpbaseenums.c:163
+#: ../libgimpbase/gimpbaseenums.c:166
msgid "Gray"
-msgstr "Γκρι"
+msgstr "Φαιό"
-#: ../libgimpbase/gimpbaseenums.c:164 ../libgimpbase/gimpbaseenums.c:436
+#: ../libgimpbase/gimpbaseenums.c:167
+#: ../libgimpbase/gimpbaseenums.c:532
msgid "Indexed"
msgstr "Καταλόγου"
-#: ../libgimpbase/gimpbaseenums.c:165 ../libgimpwidgets/gimpcolorscales.c:171
-#: ../libgimpwidgets/gimpcolorselect.c:355
+#: ../libgimpbase/gimpbaseenums.c:168
+#: ../libgimpwidgets/gimpwidgetsenums.c:129
msgid "Alpha"
msgstr "Άλφα"
-#: ../libgimpbase/gimpbaseenums.c:194
+#: ../libgimpbase/gimpbaseenums.c:197
msgid "Small"
msgstr "Μικρό"
-#: ../libgimpbase/gimpbaseenums.c:195
+#: ../libgimpbase/gimpbaseenums.c:198
msgid "Medium"
msgstr "Μεσαίο"
-#: ../libgimpbase/gimpbaseenums.c:196
+#: ../libgimpbase/gimpbaseenums.c:199
msgid "Large"
msgstr "Μεγάλο"
-#: ../libgimpbase/gimpbaseenums.c:228
-msgid "Light Checks"
-msgstr ""
-
-#: ../libgimpbase/gimpbaseenums.c:229
-msgid "Mid-Tone Checks"
-msgstr ""
-
-#: ../libgimpbase/gimpbaseenums.c:230
-msgid "Dark Checks"
-msgstr ""
-
#: ../libgimpbase/gimpbaseenums.c:231
-msgid "White Only"
-msgstr ""
+msgid "Light checks"
+msgstr "Έλεγχοι φωτισμού"
#: ../libgimpbase/gimpbaseenums.c:232
-msgid "Gray Only"
-msgstr ""
+#| msgid "Midtones"
+msgid "Mid-tone checks"
+msgstr "έλεγχοι ενδιάμεσου τόνου"
#: ../libgimpbase/gimpbaseenums.c:233
-#, fuzzy
-msgid "Black Only"
-msgstr "Μαύρο"
+msgid "Dark checks"
+msgstr "Έλεγχοι σκοταδιού"
-#
-#: ../libgimpbase/gimpbaseenums.c:261
-#, fuzzy
-msgid "Image source"
-msgstr "Πηγή Εικόνας"
+#: ../libgimpbase/gimpbaseenums.c:234
+msgid "White only"
+msgstr "Λευκό μόνο"
-#
-#: ../libgimpbase/gimpbaseenums.c:262
-#, fuzzy
-msgid "Pattern source"
-msgstr "Πηγή Σχεδίου"
+#: ../libgimpbase/gimpbaseenums.c:235
+#| msgid "Gray"
+msgid "Gray only"
+msgstr "Φαιά μόνο"
-#: ../libgimpbase/gimpbaseenums.c:290
+#: ../libgimpbase/gimpbaseenums.c:236
+msgid "Black only"
+msgstr "Μαύρο μόνο"
+
+#: ../libgimpbase/gimpbaseenums.c:264
+msgid "Image"
+msgstr "Εικόνα"
+
+#: ../libgimpbase/gimpbaseenums.c:265
+msgid "Pattern"
+msgstr "Πρόπλασμα"
+
+#: ../libgimpbase/gimpbaseenums.c:294
+msgid "Lightness"
+msgstr "Φωτεινότητα"
+
+#: ../libgimpbase/gimpbaseenums.c:295
+msgid "Luminosity"
+msgstr "Φωτοβολία"
+
+#: ../libgimpbase/gimpbaseenums.c:296
+msgid "Average"
+msgstr "Μέσος όρος"
+
+#: ../libgimpbase/gimpbaseenums.c:324
msgid "Dodge"
msgstr "Υπεκφυγή"
-#: ../libgimpbase/gimpbaseenums.c:291
+#: ../libgimpbase/gimpbaseenums.c:325
msgid "Burn"
msgstr "Κάψιμο"
-#: ../libgimpbase/gimpbaseenums.c:328 ../libgimpbase/gimpbaseenums.c:468
-msgid "Linear"
-msgstr "Γραμμικό"
+#: ../libgimpbase/gimpbaseenums.c:389
+msgid "gradient|Linear"
+msgstr "διαβάθμιση|Γραμμική"
-#: ../libgimpbase/gimpbaseenums.c:329
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:390
msgid "Bi-linear"
-msgstr "Δι-Γραμμικό"
+msgstr "Δι-γραμμικό"
-#: ../libgimpbase/gimpbaseenums.c:330
+#: ../libgimpbase/gimpbaseenums.c:391
msgid "Radial"
msgstr "Ακτινωτό"
#
-#: ../libgimpbase/gimpbaseenums.c:331
+#: ../libgimpbase/gimpbaseenums.c:392
+#: ../libgimpwidgets/gimpwidgetsenums.c:24
msgid "Square"
msgstr "Τετράγωνο"
-#: ../libgimpbase/gimpbaseenums.c:332
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:393
msgid "Conical (sym)"
-msgstr "Κωνικός (συμμετρικά)"
+msgstr "Κωνικό (συμμετρικά)"
-#: ../libgimpbase/gimpbaseenums.c:333
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:394
msgid "Conical (asym)"
-msgstr "Κωνικός (ασυμμετρικά)"
+msgstr "Κωνικό (ασυμμετρικά)"
-#: ../libgimpbase/gimpbaseenums.c:334
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:395
msgid "Shaped (angular)"
-msgstr "Εκρηκτική διαμόρφωση (γωνιώδης)"
+msgstr "Σχηματισμένο (γωνιώδης)"
-#: ../libgimpbase/gimpbaseenums.c:335
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:396
msgid "Shaped (spherical)"
-msgstr "Εκρηκτική διαμόρφωση (σφαιρική)"
+msgstr "Σχηματισμένο (σφαιρικό)"
-#: ../libgimpbase/gimpbaseenums.c:336
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:397
msgid "Shaped (dimpled)"
-msgstr "Εκρηκτική διαμόρφωση (ρικνώδης)"
-
-#: ../libgimpbase/gimpbaseenums.c:337
-#, fuzzy
-msgid "Spiral (cw)"
-msgstr "Ελικοειδές (δεξιόστροφα)"
-
-#: ../libgimpbase/gimpbaseenums.c:338
-#, fuzzy
-msgid "Spiral (ccw)"
-msgstr "Ελικοειδές (δεξιόστροφα)"
-
-#: ../libgimpbase/gimpbaseenums.c:367
-msgid "Stock ID"
-msgstr ""
-
-#: ../libgimpbase/gimpbaseenums.c:368
-msgid "Inline pixbuf"
-msgstr ""
-
-#: ../libgimpbase/gimpbaseenums.c:369
-#, fuzzy
-msgid "Image file"
-msgstr "Μέγεθος Εικόνας"
+msgstr "Σχηματισμένο (ρικνώδης)"
#: ../libgimpbase/gimpbaseenums.c:398
+msgid "Spiral (cw)"
+msgstr "Ελικοειδές (με τη φορά του ρολογιού)"
+
+#: ../libgimpbase/gimpbaseenums.c:399
+msgid "Spiral (ccw)"
+msgstr "Ελικοειδές (αντίθετα με τη φορά του ρολογιού)"
+
+#: ../libgimpbase/gimpbaseenums.c:430
+msgid "Intersections (dots)"
+msgstr "Διατομές (κουκίδες)"
+
+#: ../libgimpbase/gimpbaseenums.c:431
+msgid "Intersections (crosshairs)"
+msgstr "Διατομές (νηματοειδή)"
+
+#: ../libgimpbase/gimpbaseenums.c:432
+msgid "Dashed"
+msgstr "Διακεκομμένη"
+
+#: ../libgimpbase/gimpbaseenums.c:433
+msgid "Double dashed"
+msgstr "Διπλή διακεκομμένη"
+
+#: ../libgimpbase/gimpbaseenums.c:434
+msgid "Solid"
+msgstr "Συμπαγή"
+
+#: ../libgimpbase/gimpbaseenums.c:463
+msgid "Stock ID"
+msgstr "Αναγνωριστικό Αποθέματος"
+
+#: ../libgimpbase/gimpbaseenums.c:464
+msgid "Inline pixbuf"
+msgstr "Ενσωματωμένο pixbuf"
+
+#: ../libgimpbase/gimpbaseenums.c:465
+msgid "Image file"
+msgstr "Αρχείο εικόνας"
+
+#: ../libgimpbase/gimpbaseenums.c:494
msgid "RGB color"
msgstr "χρώμα RGB"
#
-#: ../libgimpbase/gimpbaseenums.c:399 ../libgimpbase/gimpbaseenums.c:434
+#: ../libgimpbase/gimpbaseenums.c:495
+#: ../libgimpbase/gimpbaseenums.c:530
msgid "Grayscale"
msgstr "Κλίμακα του γκρι"
-#: ../libgimpbase/gimpbaseenums.c:400
+#: ../libgimpbase/gimpbaseenums.c:496
msgid "Indexed color"
-msgstr ""
+msgstr "Χρώμα με ευρετήριο"
-#: ../libgimpbase/gimpbaseenums.c:432
+#: ../libgimpbase/gimpbaseenums.c:528
msgid "RGB"
msgstr "RGB"
-#: ../libgimpbase/gimpbaseenums.c:433
+#: ../libgimpbase/gimpbaseenums.c:529
msgid "RGB-alpha"
-msgstr ""
+msgstr "RGB-άλφα"
-#: ../libgimpbase/gimpbaseenums.c:435
+#: ../libgimpbase/gimpbaseenums.c:531
msgid "Grayscale-alpha"
-msgstr ""
+msgstr "Φαιά κλίμακα-άλφα"
-#: ../libgimpbase/gimpbaseenums.c:437
+#: ../libgimpbase/gimpbaseenums.c:533
msgid "Indexed-alpha"
-msgstr ""
+msgstr "Με ευρετήριο - άλφα"
-#: ../libgimpbase/gimpbaseenums.c:467
-msgid "None (Fastest)"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:563
+msgid "interpolation|None"
+msgstr "παρεμβολή|Καμία"
-#: ../libgimpbase/gimpbaseenums.c:469
+#: ../libgimpbase/gimpbaseenums.c:564
+msgid "interpolation|Linear"
+msgstr "παρεμβολή|Γραμμική"
+
+#: ../libgimpbase/gimpbaseenums.c:565
msgid "Cubic"
-msgstr ""
+msgstr "Κυβικό"
-#: ../libgimpbase/gimpbaseenums.c:470
-msgid "Lanczos (Best)"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:566
+msgid "Sinc (Lanczos3)"
+msgstr "Sinc (Lanczos3)"
-#: ../libgimpbase/gimpbaseenums.c:498
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:594
msgid "Constant"
-msgstr "Αντίθεση:"
+msgstr "Σταθερά"
-#: ../libgimpbase/gimpbaseenums.c:499
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:595
msgid "Incremental"
-msgstr "Ενόργανη μουσική"
+msgstr "Τμηματική"
-#: ../libgimpbase/gimpbaseenums.c:528
+#: ../libgimpbase/gimpbaseenums.c:624
+#: ../modules/display-filter-lcms.c:191
msgid "None"
msgstr "Κανένα"
-#: ../libgimpbase/gimpbaseenums.c:529
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:625
msgid "Sawtooth wave"
-msgstr "Πριονωτό Κύμα"
+msgstr "Πριονωτό κύμα"
-#: ../libgimpbase/gimpbaseenums.c:530
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:626
msgid "Triangular wave"
-msgstr "Τριγωνικό Κύμα"
+msgstr "Τριγωνικό κύμα"
+
+#: ../libgimpbase/gimpbaseenums.c:655
+msgid "Run interactively"
+msgstr "Εκτέλεση με αλληλεπίδραση"
+
+#: ../libgimpbase/gimpbaseenums.c:656
+msgid "Run non-interactively"
+msgstr "Εκτέλεση χωρίς αλληλεπίδραση"
+
+#: ../libgimpbase/gimpbaseenums.c:657
+msgid "Run with last used values"
+msgstr "Εκτέλεση με τιμές που χρησιμοποιήθηκαν τελευταία"
#
-#: ../libgimpbase/gimpbaseenums.c:558
+#: ../libgimpbase/gimpbaseenums.c:685
msgid "Pixels"
msgstr "Εικονοστοιχεία"
-#: ../libgimpbase/gimpbaseenums.c:559
-#, fuzzy
+#: ../libgimpbase/gimpbaseenums.c:686
msgid "Points"
-msgstr "στιγμές"
+msgstr "Στιγμές"
-#: ../libgimpbase/gimpbaseenums.c:588
+#: ../libgimpbase/gimpbaseenums.c:715
msgid "Shadows"
msgstr "Σκιές"
-#: ../libgimpbase/gimpbaseenums.c:589
+#: ../libgimpbase/gimpbaseenums.c:716
msgid "Midtones"
msgstr "Ημίτονοι"
-#: ../libgimpbase/gimpbaseenums.c:590
+#: ../libgimpbase/gimpbaseenums.c:717
msgid "Highlights"
msgstr "Υπερτόνιση"
-#: ../libgimpbase/gimpbaseenums.c:618
-#, fuzzy
-msgid "Forward (traditional)"
-msgstr "Εμπρός (Παραδοσιακό)"
+#: ../libgimpbase/gimpbaseenums.c:745
+msgid "Normal (Forward)"
+msgstr "Κανονικό (Εμπρόσθιο)"
-#: ../libgimpbase/gimpbaseenums.c:619
-#, fuzzy
-msgid "Backward (corrective)"
-msgstr "Πίσω (Διορθωτικό)"
+#: ../libgimpbase/gimpbaseenums.c:746
+msgid "Corrective (Backward)"
+msgstr "Διορθωτικό (Επιστρεφόμενο)"
-#: ../libgimpbase/gimpmemsize.c:177
-#, c-format
-msgid "%d Bytes"
-msgstr "%d Bytes"
+#: ../libgimpbase/gimpbaseenums.c:776
+msgid "Adjust"
+msgstr "Προσαρμογή"
-#: ../libgimpbase/gimpmemsize.c:182
-#, c-format
-msgid "%.2f KB"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:777
+msgid "Clip"
+msgstr "Απόκομμα"
-#: ../libgimpbase/gimpmemsize.c:186
-#, c-format
-msgid "%.1f KB"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:778
+msgid "Crop to result"
+msgstr "Περικοπή στο αποτέλεσμα"
-#: ../libgimpbase/gimpmemsize.c:190
-#, c-format
-msgid "%d KB"
-msgstr "%d KB"
+#: ../libgimpbase/gimpbaseenums.c:779
+msgid "Crop with aspect"
+msgstr "Περικοπή με αναλογία"
-#: ../libgimpbase/gimpmemsize.c:197
-#, c-format
-msgid "%.2f MB"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:909
+msgid "Internal GIMP procedure"
+msgstr "Εσωτερική διαδικασία GIMP"
-#: ../libgimpbase/gimpmemsize.c:201
-#, c-format
-msgid "%.1f MB"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:910
+msgid "GIMP Plug-In"
+msgstr "Πρόσθετο GIMP"
-#: ../libgimpbase/gimpmemsize.c:205
-#, c-format
-msgid "%d MB"
-msgstr "%d MB"
+#: ../libgimpbase/gimpbaseenums.c:911
+msgid "GIMP Extension"
+msgstr "Επέκταση GIMP"
-#: ../libgimpbase/gimpmemsize.c:212
-#, c-format
-msgid "%.2f GB"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:912
+msgid "Temporary Procedure"
+msgstr "Προσωρινή Διαδικασία"
-#: ../libgimpbase/gimpmemsize.c:216
-#, c-format
-msgid "%.1f GB"
-msgstr ""
+#: ../libgimpbase/gimpbaseenums.c:1074
+msgid "From left to right"
+msgstr "Από αριστερά στα δεξιά"
-#: ../libgimpbase/gimpmemsize.c:220
-#, c-format
-msgid "%d GB"
-msgstr "%d GB"
+#: ../libgimpbase/gimpbaseenums.c:1075
+msgid "From right to left"
+msgstr "Από δεξιά στα αριστερά"
-#: ../libgimpbase/gimputils.c:169 ../libgimpbase/gimputils.c:174
+#: ../libgimpbase/gimpbaseenums.c:1105
+msgid "Left justified"
+msgstr "Αριστερή πλήρη στοίχιση"
+
+#: ../libgimpbase/gimpbaseenums.c:1106
+msgid "Right justified"
+msgstr "Δεξιά πλήρη στοίχιση"
+
+#: ../libgimpbase/gimpbaseenums.c:1107
+msgid "Centered"
+msgstr "Κεντροποιημένο"
+
+#: ../libgimpbase/gimpbaseenums.c:1108
+msgid "Filled"
+msgstr "Γεμάτο"
+
+#: ../libgimpbase/gimputils.c:170
+#: ../libgimpbase/gimputils.c:175
+#: ../modules/display-filter-lcms.c:183
+#: ../modules/color-selector-cmyk-lcms.c:407
+#: ../modules/color-selector-cmyk-lcms.c:413
msgid "(invalid UTF-8 string)"
-msgstr ""
+msgstr "(μη έγκυρη UTF-8 συμβολοσειρά)"
-#: ../libgimpconfig/gimpconfig-deserialize.c:95
+#: ../libgimpconfig/gimpcolorconfig.c:42
+msgid "Mode of operation for color management."
+msgstr "Κατάσταση λειτουργίας για διαχείριση χρώματος."
+
+#: ../libgimpconfig/gimpcolorconfig.c:44
+msgid "The color profile of your (primary) monitor."
+msgstr "Η κατατομή χρώματος της (πρωτεύων) σας οθόνης."
+
+#: ../libgimpconfig/gimpcolorconfig.c:46
+msgid "When enabled, GIMP will try to use the display color profile from the windowing system. The configured monitor profile is then only used as a fallback."
+msgstr "Όταν είναι ενεργό, το GIMP θα προσπαθήσει να εμφανίσει κατατομή χρώματος από το παραθυρικό σύστημα. Η κατατομή της ρυθμισμένης οθόνης χρησιμοποιείται τότε μόνο ως επιστροφή."
+
+#: ../libgimpconfig/gimpcolorconfig.c:50
+msgid "The default RGB working space color profile."
+msgstr "Ο προεπιλεγμένος χώρος εργασίας RGB κατατομής χρώματος."
+
+#: ../libgimpconfig/gimpcolorconfig.c:52
+msgid "The CMYK color profile used to convert between RGB and CMYK."
+msgstr "Η κατατομή χρώματος CMYK χρησιμοποιήθηκε μεταξύ RGB και CMYK."
+
+#: ../libgimpconfig/gimpcolorconfig.c:54
+msgid "The color profile used for simulating a printed version (softproof)."
+msgstr "Η κατατομή χρώματος που χρησιμοποιήθηκε για την εξομοίωση μίας έντυπης έκδοσης (έντυπο δοκίμιο)."
+
+#: ../libgimpconfig/gimpcolorconfig.c:56
+msgid "Sets how colors are mapped for your display."
+msgstr "Θέτει πως τα χρώματα χαρτογραφούνται για την οθόνη σας."
+
+#: ../libgimpconfig/gimpcolorconfig.c:58
+msgid "Sets how colors are converted from RGB working space to the print simulation device."
+msgstr "Θέτει πως τα χρώματα μετατρέπονται από το χώρο εργασίας RGB στην συσκευή εξομοίωσης εκτύπωσης."
+
+#: ../libgimpconfig/gimpcolorconfig.c:61
+msgid "When enabled, the print simulation will mark colors which can not be represented in the target color space."
+msgstr "Όταν είναι ενεργό, ο εξομοιωτής εκτύπωσης θα σημειώσει χρώματα που δεν μπορούν να αναπαρασταθούν στο στόχο του χώρου χρώματος."
+
+#: ../libgimpconfig/gimpcolorconfig.c:64
+msgid "The color to use for marking colors which are out of gamut."
+msgstr "Το χρώμα προς χρήση για να σημειώνετε χρώματα που είναι έξω από τη χρωματική κλίμακα."
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:24
+msgid "No color management"
+msgstr "Καμία διαχείριση χρώματος"
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:25
+msgid "Color managed display"
+msgstr "Οθόνη διαχείρισης χρώματος"
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:26
+msgid "Print simulation"
+msgstr "Εξομοίωση εκτύπωσης"
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:56
+msgid "Perceptual"
+msgstr "Συγκεκριμένο"
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:57
+msgid "Relative colorimetric"
+msgstr "Σχετική μέτρηση χρώματος"
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:58
+#| msgid "Saturation"
+msgid "intent|Saturation"
+msgstr "στόχος|Κορεσμός"
+
+#: ../libgimpconfig/gimpcolorconfig-enums.c:59
+msgid "Absolute colorimetric"
+msgstr "Απόλυτη μέτρηση χρώματος"
+
+#: ../libgimpconfig/gimpconfig-deserialize.c:97
#, c-format
msgid "value for token %s is not a valid UTF-8 string"
msgstr "η τιμή για την παράμετρο %s δεν είναι έγκυρη συμβολοσειρά UTF-8"
#. please don't translate 'yes' and 'no'
-#: ../libgimpconfig/gimpconfig-deserialize.c:423
+#: ../libgimpconfig/gimpconfig-deserialize.c:436
#, c-format
msgid "expected 'yes' or 'no' for boolean token %s, got '%s'"
msgstr "ενώ αναμενόταν 'yes' ή 'no' για λογική παράμετρο %s, βρέθηκε '%s'"
-#: ../libgimpconfig/gimpconfig-deserialize.c:497
+#: ../libgimpconfig/gimpconfig-deserialize.c:510
#, c-format
msgid "invalid value '%s' for token %s"
msgstr "άκυρη τιμή '%s' για την παράμετρο %s"
-#: ../libgimpconfig/gimpconfig-deserialize.c:512
+#: ../libgimpconfig/gimpconfig-deserialize.c:525
#, c-format
msgid "invalid value '%ld' for token %s"
msgstr "άκυρη τιμή '%ld' για την παράμετρο %s"
-#: ../libgimpconfig/gimpconfig-deserialize.c:581
+#: ../libgimpconfig/gimpconfig-deserialize.c:594
#, c-format
msgid "while parsing token '%s': %s"
msgstr "κατά την επεξεργασία της παραμέτρου '%s': %s"
-#: ../libgimpconfig/gimpconfig-iface.c:454
-#: ../libgimpconfig/gimpconfig-iface.c:467 ../libgimpconfig/gimpscanner.c:513
-#: ../libgimpconfig/gimpscanner.c:594
+#: ../libgimpconfig/gimpconfig-iface.c:474
+#: ../libgimpconfig/gimpconfig-iface.c:487
+#: ../libgimpconfig/gimpscanner.c:498
+#: ../libgimpconfig/gimpscanner.c:579
+#: ../libgimpwidgets/gimpcolorprofilestore.c:656
msgid "fatal parse error"
msgstr "μοιραίο συντακτικό σφάλμα"
-#: ../libgimpconfig/gimpconfig-path.c:349
+#: ../libgimpconfig/gimpconfig-path.c:377
#, c-format
msgid "Cannot expand ${%s}"
msgstr "Αδυναμία ανάπτυξης του ${%s}"
-#: ../libgimpconfig/gimpconfigwriter.c:134
-#, fuzzy, c-format
+#: ../libgimpconfig/gimpconfigwriter.c:78
+#: ../libgimpconfig/gimpconfigwriter.c:718
+#, c-format
+msgid "Error writing to '%s': %s"
+msgstr "Σφάλμα κατά την εγγραφή στο '%s': %s"
+
+#: ../libgimpconfig/gimpconfigwriter.c:136
+#, c-format
msgid "Could not create temporary file for '%s': %s"
msgstr "Αδυναμία δημιουργίας του προσωρινού αρχείου για '%s': %s"
-#: ../libgimpconfig/gimpconfigwriter.c:147
-#, fuzzy, c-format
+#: ../libgimpconfig/gimpconfigwriter.c:149
+#, c-format
msgid "Could not open '%s' for writing: %s"
msgstr "Αδυναμία ανοίγματος του '%s' για εγγραφή: %s"
#
-#: ../libgimpconfig/gimpconfigwriter.c:666
-#, fuzzy, c-format
+#: ../libgimpconfig/gimpconfigwriter.c:679
+#: ../libgimpconfig/gimpconfigwriter.c:699
+#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
"The original file has not been touched."
@@ -667,7 +927,7 @@ msgstr ""
"Το πρωτότυπο αρχείο δεν πειράχτηκε."
#
-#: ../libgimpconfig/gimpconfigwriter.c:674
+#: ../libgimpconfig/gimpconfigwriter.c:707
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -676,478 +936,981 @@ msgstr ""
"Σφάλμα κατά την εγγραφή στο προσωρινό αρχείο για το '%s': %s\n"
"Δεν δημιουργήθηκε κανένα αρχείο."
-#: ../libgimpconfig/gimpconfigwriter.c:685
-#, c-format
-msgid "Error writing to '%s': %s"
-msgstr "Σφάλμα κατά την εγγραφή στο '%s': %s"
-
-#: ../libgimpconfig/gimpconfigwriter.c:703
+#: ../libgimpconfig/gimpconfigwriter.c:731
#, c-format
msgid "Could not create '%s': %s"
msgstr "Αδυναμία δημιουργίας του '%s': %s"
-#: ../libgimpconfig/gimpscanner.c:100
-#, c-format
-msgid "Could not open '%s' for reading: %s"
-msgstr "Αδυναμία ανοίγματος του '%s' για ανάγνωση: %s"
-
#
-#: ../libgimpconfig/gimpscanner.c:270
+#: ../libgimpconfig/gimpscanner.c:255
+#, c-format
msgid "invalid UTF-8 string"
msgstr "μη αποδεκτή συμβολοσειρά UTF-8"
-#: ../libgimpconfig/gimpscanner.c:621
+#: ../libgimpconfig/gimpscanner.c:606
#, c-format
msgid "Error while parsing '%s' in line %d: %s"
msgstr "Σφάλμα κατά την επεξεργασία του όρου '%s' στη γραμμή %d: %s"
-#: ../libgimpmodule/gimpmodule.c:177
-#, c-format
-msgid "Loading module: '%s'\n"
-msgstr ""
-
-#: ../libgimpmodule/gimpmodule.c:193 ../libgimpmodule/gimpmodule.c:212
-#: ../libgimpmodule/gimpmodule.c:326 ../libgimpmodule/gimpmodule.c:354
-#: ../libgimpmodule/gimpmodule.c:478
+#: ../libgimpmodule/gimpmodule.c:153
+#: ../libgimpmodule/gimpmodule.c:171
+#: ../libgimpmodule/gimpmodule.c:280
+#: ../libgimpmodule/gimpmodule.c:307
+#: ../libgimpmodule/gimpmodule.c:418
#, c-format
msgid "Module '%s' load error: %s"
-msgstr ""
+msgstr "Άρθρωμα '%s' σφάλμα φόρτωσης: %s"
-#: ../libgimpmodule/gimpmodule.c:282
-#, c-format
-msgid "Skipping module: '%s'\n"
-msgstr ""
-
-#: ../libgimpmodule/gimpmodule.c:422
+#: ../libgimpmodule/gimpmodule.c:375
msgid "Module error"
-msgstr ""
+msgstr "Σφάλμα αρθρώματος"
-#: ../libgimpmodule/gimpmodule.c:423
+#: ../libgimpmodule/gimpmodule.c:376
msgid "Loaded"
-msgstr ""
+msgstr "Φορτώθηκε"
-#: ../libgimpmodule/gimpmodule.c:424
+#: ../libgimpmodule/gimpmodule.c:377
msgid "Load failed"
-msgstr ""
+msgstr "Αποτυχία φόρτωσης"
-#: ../libgimpmodule/gimpmodule.c:425
+#: ../libgimpmodule/gimpmodule.c:378
msgid "Not loaded"
-msgstr ""
+msgstr "Δεν φορτώθηκε"
-#: ../libgimpthumb/gimpthumb-utils.c:227 ../libgimpthumb/gimpthumb-utils.c:295
+#: ../libgimpthumb/gimpthumb-utils.c:123
+#, c-format
+msgid ""
+"Cannot determine a valid home directory.\n"
+"Thumbnails will be stored in the folder for temporary files (%s) instead."
+msgstr ""
+"Δεν μπορεί να καθορίσει ένα έγκυρο αρχικό κατάλογο.\n"
+"Οι μικρογραφίες θα αποθηκευτούν στο φάκελο για προσωρινά αρχεία (%s) στη θέση του. "
+
+#: ../libgimpthumb/gimpthumb-utils.c:247
+#: ../libgimpthumb/gimpthumb-utils.c:315
#, c-format
msgid "Failed to create thumbnail folder '%s'."
-msgstr ""
+msgstr "Αποτυχία δημιουργίας φακέλου μικρογραφίας '%s'."
-#: ../libgimpthumb/gimpthumbnail.c:919
+#: ../libgimpthumb/gimpthumbnail.c:498
+#, c-format
+msgid "Thumbnail contains no Thumb::URI tag"
+msgstr "Η μικρογραφία δεν περιέχει πινακίδιο Thumb::URI"
+
+#: ../libgimpthumb/gimpthumbnail.c:898
#, c-format
msgid "Could not create thumbnail for %s: %s"
-msgstr ""
+msgstr "Δεν είναι δυνατή η δημιουργία μικρογραφίας για %s: %s"
-#: ../libgimpwidgets/gimpcolorbutton.c:99
-#, fuzzy
+#: ../libgimpwidgets/gimpbrowser.c:98
+msgid "_Search:"
+msgstr "_Αναζήτηση:"
+
+#: ../libgimpwidgets/gimpcolorbutton.c:118
msgid "_Foreground Color"
-msgstr "Καθορισμός χρώματος κειμένου"
+msgstr "_Χρώμα Προσκηνίου"
-#: ../libgimpwidgets/gimpcolorbutton.c:103
-#, fuzzy
+#: ../libgimpwidgets/gimpcolorbutton.c:122
msgid "_Background Color"
-msgstr "Καθορισμός χρώματος φόντου"
+msgstr "_Χρώμα Παρασκηνίου"
-#: ../libgimpwidgets/gimpcolorbutton.c:107
-#, fuzzy
+#: ../libgimpwidgets/gimpcolorbutton.c:126
msgid "Blac_k"
-msgstr "/_Μαύρο"
+msgstr "_Μαύρο"
-#: ../libgimpwidgets/gimpcolorbutton.c:111
-#, fuzzy
+#: ../libgimpwidgets/gimpcolorbutton.c:130
msgid "_White"
-msgstr "/_Λευκό"
+msgstr "_Λευκό"
-#: ../libgimpwidgets/gimpcolorscales.c:133
+#: ../libgimpwidgets/gimpcolorprofilestore.c:144
+msgid "Select color profile from disk..."
+msgstr "Επιλέξτε κατατομή χρώματος από το δίσκο..."
+
+#: ../libgimpwidgets/gimpcolorprofilestore.c:280
+#| msgid "None"
+msgctxt "profile"
+msgid "None"
+msgstr "Κανένα"
+
+#: ../libgimpwidgets/gimpcolorscales.c:98
msgid "Scales"
-msgstr ""
+msgstr "Κλίμακες"
-#: ../libgimpwidgets/gimpcolorscales.c:155
-#: ../libgimpwidgets/gimpcolorselect.c:345
-msgid "_H"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:156
-#: ../libgimpwidgets/gimpcolorselect.c:345
-msgid "_S"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:157
-#: ../libgimpwidgets/gimpcolorselect.c:345
-msgid "_V"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:158
-#: ../libgimpwidgets/gimpcolorselect.c:345
-msgid "_R"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:159
-#: ../libgimpwidgets/gimpcolorselect.c:345
-msgid "_G"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:160
-#: ../libgimpwidgets/gimpcolorselect.c:345
-msgid "_B"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:161
-msgid "_A"
-msgstr ""
-
-#
-#: ../libgimpwidgets/gimpcolorscales.c:165
-#: ../libgimpwidgets/gimpcolorselect.c:349
-msgid "Hue"
-msgstr "Απόχρωση"
-
-#: ../libgimpwidgets/gimpcolorscales.c:166
-#: ../libgimpwidgets/gimpcolorselect.c:350 ../modules/cdisplay_proof.c:59
-msgid "Saturation"
-msgstr "Κορεσμός"
-
-#: ../libgimpwidgets/gimpcolorscales.c:167
-#: ../libgimpwidgets/gimpcolorselect.c:351
-msgid "Value"
-msgstr "Τιμή"
-
-#: ../libgimpwidgets/gimpcolorscales.c:243
-msgid "Hexadecimal color notation as used in HTML and CSS"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorscales.c:248
-msgid "HTML _Notation:"
-msgstr ""
-
-#: ../libgimpwidgets/gimpcolorselection.c:203
+#: ../libgimpwidgets/gimpcolorselection.c:210
msgid "Current:"
-msgstr ""
+msgstr "Τρέχων:"
-#: ../libgimpwidgets/gimpcolorselection.c:225
+#: ../libgimpwidgets/gimpcolorselection.c:232
msgid "Old:"
-msgstr ""
+msgstr "Παλαιό:"
+
+#: ../libgimpwidgets/gimpcolorselection.c:286
+msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names."
+msgstr "Δεκαεξαδική σημείωση χρώματος όπως χρησιμοποιήθηκε σε HTML και CSS. Αυτή η εισαγωγή επίσης δέχεται CSS ονόματα χρώματος."
+
+#: ../libgimpwidgets/gimpcolorselection.c:292
+msgid "HTML _notation:"
+msgstr "_σημείωση HTML:"
+
+#: ../libgimpwidgets/gimphelpui.c:420
+msgid "Press F1 for more help"
+msgstr "Πατήστε F1 για περισσότερη βοήθεια"
+
+#: ../libgimpwidgets/gimpfileentry.c:174
+msgid "Open a file selector to browse your folders"
+msgstr "Ανοίξτε ένα επιλογέα αρχείου για να αναζητήσετε τους φακέλους σας"
+
+#: ../libgimpwidgets/gimpfileentry.c:175
+msgid "Open a file selector to browse your files"
+msgstr "Ανοίξτε ένα επιλογέα αρχείο για να αναζητήσετε τα αρχεία σας"
#
-#: ../libgimpwidgets/gimpfileentry.c:351
+#: ../libgimpwidgets/gimpfileentry.c:335
msgid "Select Folder"
msgstr "Επιλογή Φακέλου"
#
-#: ../libgimpwidgets/gimpfileentry.c:353
+#: ../libgimpwidgets/gimpfileentry.c:337
msgid "Select File"
msgstr "Επιλογή Αρχείου"
-#: ../libgimpwidgets/gimpmemsizeentry.c:232
-#, fuzzy
+#: ../libgimpwidgets/gimpmemsizeentry.c:204
msgid "Kilobytes"
-msgstr "KiloBytes"
+msgstr "Kilobytes"
-#: ../libgimpwidgets/gimpmemsizeentry.c:233
-#, fuzzy
+#: ../libgimpwidgets/gimpmemsizeentry.c:205
msgid "Megabytes"
-msgstr "MegaBytes"
+msgstr "Megabytes"
-#: ../libgimpwidgets/gimpmemsizeentry.c:234
-#, fuzzy
+#: ../libgimpwidgets/gimpmemsizeentry.c:206
msgid "Gigabytes"
-msgstr "GigaBytes"
+msgstr "Gigabytes"
-#: ../libgimpwidgets/gimppatheditor.c:243
-#, fuzzy
-msgid "Writable"
-msgstr "Τρίγωνο"
+#. Count label
+#: ../libgimpwidgets/gimppageselector.c:269
+#: ../libgimpwidgets/gimppageselector.c:1166
+msgid "Nothing selected"
+msgstr "Καμία επιλογή"
#
-#: ../libgimpwidgets/gimppatheditor.c:252
+#: ../libgimpwidgets/gimppageselector.c:287
+#| msgid "Select File"
+msgid "Select _All"
+msgstr "Επιλογή _Όλων"
+
+#
+#: ../libgimpwidgets/gimppageselector.c:307
+#| msgid "Select File"
+msgid "Select _range:"
+msgstr "Επιλογή _εύρους:"
+
+#: ../libgimpwidgets/gimppageselector.c:319
+msgid "Open _pages as"
+msgstr "Άνοιγμα _σελίδας ως"
+
+#: ../libgimpwidgets/gimppageselector.c:420
+msgid "Page 000"
+msgstr "Σελίδα 000"
+
+#: ../libgimpwidgets/gimppageselector.c:508
+#: ../libgimpwidgets/gimppageselector.c:744
+#, c-format
+msgid "Page %d"
+msgstr "Σελίδα %d"
+
+#: ../libgimpwidgets/gimppageselector.c:1171
+msgid "One page selected"
+msgstr "Μία σελίδα επιλέχτηκε"
+
+#: ../libgimpwidgets/gimppageselector.c:1178
+#: ../libgimpwidgets/gimppageselector.c:1182
+#, c-format
+msgid "%d page selected"
+msgid_plural "All %d pages selected"
+msgstr[0] "%d επιλεγμένη σελίδα"
+msgstr[1] "Όλες οι %d σελίδες επιλέχτηκαν"
+
+#: ../libgimpwidgets/gimppatheditor.c:214
+msgid "Writable"
+msgstr "Εγγράψιμο"
+
+#
+#: ../libgimpwidgets/gimppatheditor.c:223
msgid "Folder"
-msgstr "Φακέλος"
+msgstr "Φάκελος"
-#: ../libgimpwidgets/gimppickbutton.c:138
-msgid ""
-"Click the eyedropper, then click a color anywhere on your screen to select "
-"that color."
-msgstr ""
+#: ../libgimpwidgets/gimppickbutton.c:107
+msgid "Click the eyedropper, then click a color anywhere on your screen to select that color."
+msgstr "Κάντε κλικ στο σταγονόμετρο, μετά κάντε κλικ σε ένα χρώμα οπουδήποτε στην οθόνη σας για να επιλέξετε αυτό το χρώμα."
-#: ../libgimpwidgets/gimppreviewarea.c:126
+#: ../libgimpwidgets/gimppreviewarea.c:94
msgid "Check Size"
-msgstr ""
+msgstr "Έλεγχος μεγέθους"
-#: ../libgimpwidgets/gimppreviewarea.c:133
+#: ../libgimpwidgets/gimppreviewarea.c:101
msgid "Check Style"
-msgstr ""
+msgstr "Έλεγχος τεχνοτροπίας"
-#. toggle button to (des)activate the instant preview
-#: ../libgimpwidgets/gimppreview.c:240
+#. toggle button to (de)activate the instant preview
+#: ../libgimpwidgets/gimppreview.c:277
msgid "_Preview"
msgstr "_Προεπισκόπηση"
-#: ../libgimpwidgets/gimpstock.c:113
-#, fuzzy
+#: ../libgimpwidgets/gimppropwidgets.c:1860
+#, c-format
+msgid "This text input field is limited to %d character."
+msgid_plural "This text input field is limited to %d characters."
+msgstr[0] "Αυτό το πεδίο εισαγωγής κειμένου περιορίζεται σε %d χαρακτήρα. "
+msgstr[1] "Αυτό το πεδίο εισαγωγής κειμένου περιορίζεται σε %d χαρακτήρες. "
+
+#: ../libgimpwidgets/gimpstock.c:112
msgid "Anchor"
-msgstr "ίντσα"
+msgstr "Άγκυρα"
+
+#: ../libgimpwidgets/gimpstock.c:113
+msgid "C_enter"
+msgstr "Κ_έντρο"
#: ../libgimpwidgets/gimpstock.c:114
-msgid "C_enter"
-msgstr ""
-
-#: ../libgimpwidgets/gimpstock.c:115
msgid "_Duplicate"
msgstr "_Δημιουργία αντιγράφου"
-#: ../libgimpwidgets/gimpstock.c:116
+#: ../libgimpwidgets/gimpstock.c:115
msgid "_Edit"
msgstr "_Επεξεργασία"
-#: ../libgimpwidgets/gimpstock.c:117
+#: ../libgimpwidgets/gimpstock.c:116
msgid "Linked"
-msgstr ""
+msgstr "Συνδεμένο"
+
+#: ../libgimpwidgets/gimpstock.c:117
+msgid "Paste as New"
+msgstr "Επικόλληση σαν Νέο"
#: ../libgimpwidgets/gimpstock.c:118
-msgid "Paste as New"
-msgstr ""
+msgid "Paste Into"
+msgstr "Επικόλληση Εντός"
#: ../libgimpwidgets/gimpstock.c:119
-msgid "Paste Into"
-msgstr ""
+msgid "_Reset"
+msgstr "_Επαναφορά"
#: ../libgimpwidgets/gimpstock.c:120
-msgid "_Reset"
-msgstr ""
-
-#: ../libgimpwidgets/gimpstock.c:121
msgid "Visible"
msgstr "Ορατό"
-#: ../libgimpwidgets/gimpstock.c:154 ../libgimpwidgets/gimpstock.c:158
+#: ../libgimpwidgets/gimpstock.c:156
+#: ../libgimpwidgets/gimpstock.c:160
msgid "_Stroke"
-msgstr ""
+msgstr "_Μολυβιά"
-#: ../libgimpwidgets/gimpstock.c:170
+#: ../libgimpwidgets/gimpstock.c:172
msgid "L_etter Spacing"
-msgstr ""
+msgstr "Απόσταση Γρα_μμάτων"
-#: ../libgimpwidgets/gimpstock.c:171
+#: ../libgimpwidgets/gimpstock.c:173
msgid "L_ine Spacing"
-msgstr ""
+msgstr "Απόσταση Γραμμ_ής"
-#: ../libgimpwidgets/gimpstock.c:187
+#: ../libgimpwidgets/gimpstock.c:189
msgid "_Resize"
-msgstr ""
+msgstr "_Μετασχηματισμός"
-#: ../libgimpwidgets/gimpstock.c:188 ../libgimpwidgets/gimpstock.c:292
+#: ../libgimpwidgets/gimpstock.c:190
+#: ../libgimpwidgets/gimpstock.c:320
msgid "_Scale"
-msgstr ""
+msgstr "_Κλίμακα"
#
-#: ../libgimpwidgets/gimpstock.c:271
-msgid "Crop"
-msgstr "Κόψιμο"
+#: ../libgimpwidgets/gimpstock.c:296
+#| msgid "Crop"
+msgid "Cr_op"
+msgstr "Κό_ψιμο"
-#: ../libgimpwidgets/gimpstock.c:288
+#: ../libgimpwidgets/gimpstock.c:315
msgid "_Transform"
-msgstr ""
+msgstr "_Μεταμόρφωση"
-#: ../libgimpwidgets/gimpstock.c:291
+#: ../libgimpwidgets/gimpstock.c:319
msgid "_Rotate"
-msgstr ""
+msgstr "_Περιστροφή"
-#: ../libgimpwidgets/gimpstock.c:293
+#: ../libgimpwidgets/gimpstock.c:321
msgid "_Shear"
-msgstr ""
+msgstr "_Περικοπή"
#
-#: ../libgimpwidgets/gimpunitmenu.c:302
+#: ../libgimpwidgets/gimpunitmenu.c:266
msgid "More..."
msgstr "Περισσότερα..."
#
-#: ../libgimpwidgets/gimpunitmenu.c:612
-#, fuzzy
+#: ../libgimpwidgets/gimpunitmenu.c:581
msgid "Unit Selection"
-msgstr "Επιλογή Γραμματοσειράς"
+msgstr "Επιλογή Μονάδας"
-#: ../libgimpwidgets/gimpunitmenu.c:655
+#: ../libgimpwidgets/gimpunitmenu.c:629
msgid "Unit"
msgstr "Μονάδα"
-#: ../libgimpwidgets/gimpunitmenu.c:659
+#: ../libgimpwidgets/gimpunitmenu.c:633
msgid "Factor"
msgstr "Συντελεστής"
-#: ../libgimpwidgets/gimpwidgets.c:1001
-msgid ""
-"Use this value for random number generator seed - this allows you to repeat "
-"a given \"random\" operation"
-msgstr ""
+#: ../libgimpwidgets/gimpwidgets.c:511
+msgid "Use this value for random number generator seed - this allows you to repeat a given \"random\" operation"
+msgstr "Χρησιμοποιήστε αυτή τη τιμή για τη δημιουργία τυχαίου αριθμού σπόρου -αυτό επιτρέπει να επαναλάβεται μία δοσμένη \"τυχαία\" λειτουργία"
-#: ../libgimpwidgets/gimpwidgets.c:1005
+#: ../libgimpwidgets/gimpwidgets.c:515
msgid "_New Seed"
-msgstr ""
+msgstr "_Νέος σπόρος"
-#: ../libgimpwidgets/gimpwidgets.c:1018
+#: ../libgimpwidgets/gimpwidgets.c:528
msgid "Seed random number generator with a generated random number"
-msgstr ""
+msgstr "Ο γεννήτορας τυχαίου αριθμού σπόρου με ένα δημιουργημένο τυχαίο αριθμό"
-#: ../libgimpwidgets/gimpwidgets.c:1022
+#: ../libgimpwidgets/gimpwidgets.c:532
msgid "_Randomize"
-msgstr ""
+msgstr "_Τυχαία σειρά"
-#: ../modules/cdisplay_colorblind.c:68
-msgid "Protanopia (insensitivity to red"
-msgstr ""
+#: ../libgimpwidgets/gimpwidgetsenums.c:25
+#| msgid "Contrast"
+msgid "Portrait"
+msgstr "Κατακόρυφο"
-#: ../modules/cdisplay_colorblind.c:70
+#: ../libgimpwidgets/gimpwidgetsenums.c:26
+msgid "Landscape"
+msgstr "Οριζόντιο"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:123
+msgid "_H"
+msgstr "_H"
+
+#
+#: ../libgimpwidgets/gimpwidgetsenums.c:123
+msgid "Hue"
+msgstr "Απόχρωση"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:124
+msgid "_S"
+msgstr "_S"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:124
+msgid "Saturation"
+msgstr "Κορεσμός"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:125
+msgid "_V"
+msgstr "_V"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:125
+msgid "Value"
+msgstr "Τιμή"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:126
+msgid "_R"
+msgstr "_R"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:127
+msgid "_G"
+msgstr "_G"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:128
+msgid "_B"
+msgstr "_B"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:129
+msgid "_A"
+msgstr "_A"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:157
+msgid "Layers"
+msgstr "Στρώσεις"
+
+#
+#: ../libgimpwidgets/gimpwidgetsenums.c:158
+msgid "Images"
+msgstr "Εικόνες"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:217
+msgid "Zoom in"
+msgstr "Μεγέθυνση"
+
+#: ../libgimpwidgets/gimpwidgetsenums.c:218
+msgid "Zoom out"
+msgstr "Σμίκρυνση"
+
+#: ../modules/display-filter-color-blind.c:67
+msgid "Protanopia (insensitivity to red)"
+msgstr "Protanopia (ευαισθησία στο κόκκινο)"
+
+#: ../modules/display-filter-color-blind.c:69
msgid "Deuteranopia (insensitivity to green)"
-msgstr ""
+msgstr "Deuteranopia (ευαισθησία στο πράσινο)"
-#: ../modules/cdisplay_colorblind.c:72
+#: ../modules/display-filter-color-blind.c:71
msgid "Tritanopia (insensitivity to blue)"
-msgstr ""
+msgstr "Tritanopia (ευαισθησία στο κυανό)"
-#: ../modules/cdisplay_colorblind.c:163
+#: ../modules/display-filter-color-blind.c:198
msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)"
-msgstr ""
+msgstr "Φίλτρο εξομοίωσης ελλείμματος χρώματος (Brettel-Vienot-Mollon αλγόριθμος)"
-#: ../modules/cdisplay_colorblind.c:256
+#: ../modules/display-filter-color-blind.c:261
msgid "Color Deficient Vision"
-msgstr ""
+msgstr "Ατελή Όψη Χρώματος"
-#: ../modules/cdisplay_colorblind.c:554
-msgid "Color _Deficiency Type:"
-msgstr ""
+#: ../modules/display-filter-color-blind.c:483
+msgid "Color _deficiency type:"
+msgstr "Τύπος ανεπάρκειας χρώματος:"
-#: ../modules/cdisplay_gamma.c:105
+#: ../modules/display-filter-gamma.c:90
msgid "Gamma color display filter"
-msgstr ""
+msgstr "Φίλτρο έγχρωμης οθόνης Γάμμα"
-#: ../modules/cdisplay_gamma.c:178
+#: ../modules/display-filter-gamma.c:129
msgid "Gamma"
-msgstr ""
+msgstr "Γάμμα"
-#: ../modules/cdisplay_gamma.c:352
+#: ../modules/display-filter-gamma.c:232
msgid "_Gamma:"
-msgstr ""
+msgstr "_Γάμμα:"
-#: ../modules/cdisplay_highcontrast.c:105
+#: ../modules/display-filter-high-contrast.c:90
msgid "High Contrast color display filter"
-msgstr ""
+msgstr "Φίλτρο οθόνης χρώματος Υψηλής Αντίθεσης"
-#: ../modules/cdisplay_highcontrast.c:178
+#: ../modules/display-filter-high-contrast.c:129
msgid "Contrast"
msgstr "Αντίθεση"
-#: ../modules/cdisplay_highcontrast.c:352
-#, fuzzy
-msgid "Contrast C_ycles:"
-msgstr "Αντίθεση"
+#: ../modules/display-filter-high-contrast.c:232
+msgid "Contrast c_ycles:"
+msgstr "Σταθεροί κύ_κλοι:"
-#: ../modules/cdisplay_proof.c:57
-msgid "Perceptual"
-msgstr ""
+#: ../modules/display-filter-lcms.c:102
+msgid "Color management display filter using ICC color profiles"
+msgstr "Φίλτρο οθόνης διαχείρισης χρώματος με τη χρήση ICC κατατομών χρώματος"
-#: ../modules/cdisplay_proof.c:58
-msgid "Relative Colorimetric"
-msgstr ""
+#: ../modules/display-filter-lcms.c:134
+msgid "Color Management"
+msgstr "Διαχείριση χρώματος"
-#: ../modules/cdisplay_proof.c:60
-msgid "Absolute Colorimetric"
-msgstr ""
+#: ../modules/display-filter-lcms.c:212
+msgid "This filter takes its configuration from the Color Management section in the Preferences dialog."
+msgstr "Αυτό το φίλτρο παίρνει τη ρύθμιση του από το τμήμα Διαχείρισης Χρώματος στο διάλογο Προτιμήσεων."
-#: ../modules/cdisplay_proof.c:147
+#: ../modules/display-filter-lcms.c:226
+msgid "Mode of operation:"
+msgstr "Κατάσταση λειτουργίας:"
+
+#: ../modules/display-filter-lcms.c:233
+msgid "Image profile:"
+msgstr "Κατατομή εικόνας:"
+
+#: ../modules/display-filter-lcms.c:241
+msgid "Monitor profile:"
+msgstr "Κατατομή Εποπτείας:"
+
+#: ../modules/display-filter-lcms.c:249
+msgid "Print simulation profile:"
+msgstr "Εκτύπωση κατατομής εξομοίωσης:"
+
+#: ../modules/display-filter-proof.c:97
msgid "Color proof filter using ICC color profile"
-msgstr ""
+msgstr "Χρωματοστεγή φίλτρο με τη χρήση κατατομής χρώματος ICC"
-#: ../modules/cdisplay_proof.c:251
+#: ../modules/display-filter-proof.c:145
msgid "Color Proof"
-msgstr ""
+msgstr "χρωματοστεγή"
-#: ../modules/cdisplay_proof.c:462
-msgid "_Intent:"
-msgstr ""
-
-#: ../modules/cdisplay_proof.c:465
+#: ../modules/display-filter-proof.c:311
msgid "Choose an ICC Color Profile"
-msgstr ""
+msgstr "Επιλέξτε μία κατατομή χρώματος ICC"
-#: ../modules/cdisplay_proof.c:468
+#: ../modules/display-filter-proof.c:338
+msgid "All files (*.*)"
+msgstr "Όλα τα αρχεία (*.*)"
+
+#: ../modules/display-filter-proof.c:343
+msgid "ICC color profile (*.icc, *.icm)"
+msgstr "κατατομή χρώματος ICC (*.icc, *.icm)"
+
+#: ../modules/display-filter-proof.c:401
msgid "_Profile:"
-msgstr ""
+msgstr "_Κατατομή:"
-#: ../modules/cdisplay_proof.c:476
+#: ../modules/display-filter-proof.c:407
+msgid "_Intent:"
+msgstr "_Στόχος:"
+
+#: ../modules/display-filter-proof.c:412
msgid "_Black Point Compensation"
-msgstr ""
+msgstr "_Αντιστάθμιση Μαύρου Σημείου"
-#: ../modules/colorsel_cmyk.c:73
+#: ../modules/color-selector-cmyk.c:71
msgid "CMYK color selector"
-msgstr ""
+msgstr "επιλογέας χρώματος CMYK"
-#: ../modules/colorsel_cmyk.c:130
+#: ../modules/color-selector-cmyk.c:102
+#: ../modules/color-selector-cmyk-lcms.c:150
msgid "CMYK"
msgstr "CMYK"
-#: ../modules/colorsel_cmyk.c:147
+#. Cyan
+#: ../modules/color-selector-cmyk.c:125
+#: ../modules/color-selector-cmyk-lcms.c:169
msgid "_C"
-msgstr ""
+msgstr "_C"
-#: ../modules/colorsel_cmyk.c:148
+#. Magenta
+#: ../modules/color-selector-cmyk.c:127
+#: ../modules/color-selector-cmyk-lcms.c:171
msgid "_M"
-msgstr ""
+msgstr "_M"
-#: ../modules/colorsel_cmyk.c:149
+#. Yellow
+#: ../modules/color-selector-cmyk.c:129
+#: ../modules/color-selector-cmyk-lcms.c:173
msgid "_Y"
-msgstr ""
+msgstr "_Y"
-#: ../modules/colorsel_cmyk.c:150
+#. Key (Black)
+#: ../modules/color-selector-cmyk.c:131
+#: ../modules/color-selector-cmyk-lcms.c:175
msgid "_K"
-msgstr ""
+msgstr "_K"
-#: ../modules/colorsel_cmyk.c:154
+#: ../modules/color-selector-cmyk.c:135
+#: ../modules/color-selector-cmyk-lcms.c:179
msgid "Cyan"
msgstr "Κυανό"
-#: ../modules/colorsel_cmyk.c:155
+#: ../modules/color-selector-cmyk.c:136
+#: ../modules/color-selector-cmyk-lcms.c:180
msgid "Magenta"
msgstr "Πορφυρό"
-#: ../modules/colorsel_cmyk.c:156
+#: ../modules/color-selector-cmyk.c:137
+#: ../modules/color-selector-cmyk-lcms.c:181
msgid "Yellow"
msgstr "Κίτρινο"
-#: ../modules/colorsel_cmyk.c:157
+#: ../modules/color-selector-cmyk.c:138
+#: ../modules/color-selector-cmyk-lcms.c:182
msgid "Black"
msgstr "Μαύρο"
-#: ../modules/colorsel_cmyk.c:191
-msgid "Black _Pullout:"
-msgstr ""
+#: ../modules/color-selector-cmyk.c:172
+msgid "Black _pullout:"
+msgstr "_Απόσπαση του Μαύρου:"
-#: ../modules/colorsel_cmyk.c:208
+#: ../modules/color-selector-cmyk.c:189
msgid "The percentage of black to pull out of the colored inks."
-msgstr ""
+msgstr "Το ποσοστό μαύρου για να αποσπάσει τα χρωματιστά μελάνια."
-#: ../modules/colorsel_triangle.c:104
-msgid "Painter-style triangle color selector"
-msgstr ""
+#: ../modules/color-selector-cmyk-lcms.c:87
+msgid "CMYK color selector (using color profile)"
+msgstr "επιλογέας χρώματος CMYK (με τη χρήση κατατομής χρώματος)"
-#: ../modules/colorsel_triangle.c:170
-msgid "Triangle"
-msgstr "Τρίγωνο"
+#: ../modules/color-selector-cmyk-lcms.c:395
+msgid "Profile: (none)"
+msgstr "Κατατομή: (καμία)"
-#: ../modules/colorsel_water.c:88
+#: ../modules/color-selector-cmyk-lcms.c:416
+#, c-format
+msgid "Profile: %s"
+msgstr "Κατατομή: %s"
+
+#: ../modules/color-selector-water.c:82
msgid "Watercolor style color selector"
-msgstr ""
+msgstr "επιλογέας χρώματος τεχνοτροπίας υδροχρώματος"
-#: ../modules/colorsel_water.c:154
+#: ../modules/color-selector-water.c:118
msgid "Watercolor"
msgstr "Νερομπογιά"
-#: ../modules/colorsel_water.c:220
+#: ../modules/color-selector-water.c:186
msgid "Pressure"
msgstr "Πίεση"
+
+#: ../modules/color-selector-wheel.c:103
+msgid "HSV color wheel"
+msgstr "τροχός χρώματος HSV"
+
+#: ../modules/color-selector-wheel.c:134
+msgid "Wheel"
+msgstr "Τροχός"
+
+#: ../modules/controller-linux-input.c:58
+msgid "Button 0"
+msgstr "Κουμπί 0"
+
+#: ../modules/controller-linux-input.c:59
+msgid "Button 1"
+msgstr "Κουμπί 1"
+
+#: ../modules/controller-linux-input.c:60
+msgid "Button 2"
+msgstr "Κουμπί 2"
+
+#: ../modules/controller-linux-input.c:61
+msgid "Button 3"
+msgstr "Κουμπί 3"
+
+#: ../modules/controller-linux-input.c:62
+msgid "Button 4"
+msgstr "Κουμπί 4"
+
+#: ../modules/controller-linux-input.c:63
+msgid "Button 5"
+msgstr "Κουμπί 5"
+
+#: ../modules/controller-linux-input.c:64
+msgid "Button 6"
+msgstr "Κουμπί 6"
+
+#: ../modules/controller-linux-input.c:65
+msgid "Button 7"
+msgstr "Κουμπί 7"
+
+#: ../modules/controller-linux-input.c:66
+msgid "Button 8"
+msgstr "Κουμπί 8"
+
+#: ../modules/controller-linux-input.c:67
+msgid "Button 9"
+msgstr "Κουμπί 9"
+
+#: ../modules/controller-linux-input.c:68
+msgid "Button Mouse"
+msgstr "Κουμπί Ποντικιού"
+
+#: ../modules/controller-linux-input.c:69
+msgid "Button Left"
+msgstr "Κουμπί Αριστερό"
+
+#: ../modules/controller-linux-input.c:70
+msgid "Button Right"
+msgstr "Κουμπί Δεξιό"
+
+#: ../modules/controller-linux-input.c:71
+msgid "Button Middle"
+msgstr "Κουμπί Μεσαίο"
+
+#: ../modules/controller-linux-input.c:72
+msgid "Button Side"
+msgstr "Κουμπί Πλευρικό"
+
+#: ../modules/controller-linux-input.c:73
+msgid "Button Extra"
+msgstr "Επιπλέον Κουμπί"
+
+#: ../modules/controller-linux-input.c:74
+msgid "Button Forward"
+msgstr "Κουμπί προς τα εμπρός"
+
+#: ../modules/controller-linux-input.c:75
+msgid "Button Back"
+msgstr "Κουμπί Πίσω"
+
+#: ../modules/controller-linux-input.c:76
+msgid "Button Task"
+msgstr "Κουμπί Εργασίας"
+
+#: ../modules/controller-linux-input.c:78
+msgid "Button Wheel"
+msgstr "Κουμπί Τροχού"
+
+#: ../modules/controller-linux-input.c:81
+msgid "Button Gear Down"
+msgstr "Κουμπί Αλλαγή Προς Τα Πάνω"
+
+#: ../modules/controller-linux-input.c:84
+msgid "Button Gear Up"
+msgstr "Κουμπί Αλλαγή Προς Τα Κάτω"
+
+#: ../modules/controller-linux-input.c:90
+#: ../modules/controller-dx-dinput.c:443
+msgid "X Move Left"
+msgstr "Χ Μετακίνηση Αριστερά"
+
+#: ../modules/controller-linux-input.c:91
+#: ../modules/controller-dx-dinput.c:446
+msgid "X Move Right"
+msgstr "Χ Μετακίνηση Δεξιά"
+
+#: ../modules/controller-linux-input.c:92
+msgid "Y Move Forward"
+msgstr "Υ Μετακίνηση Εμπρός"
+
+#: ../modules/controller-linux-input.c:93
+msgid "Y Move Back"
+msgstr "Υ Μετακίνηση Πίσω"
+
+#: ../modules/controller-linux-input.c:94
+#: ../modules/controller-dx-dinput.c:461
+msgid "Z Move Up"
+msgstr "Ζ Μετακίνηση Επάνω"
+
+#: ../modules/controller-linux-input.c:95
+#: ../modules/controller-dx-dinput.c:464
+msgid "Z Move Down"
+msgstr "Ζ Μετακίνηση Κάτω"
+
+#: ../modules/controller-linux-input.c:97
+msgid "X Axis Tilt Forward"
+msgstr "Χ Κλίση Άξονα Εμπρός"
+
+#: ../modules/controller-linux-input.c:98
+msgid "X Axis Tilt Back"
+msgstr "Χ Κλίση Άξονα Πίσω"
+
+#: ../modules/controller-linux-input.c:99
+#: ../modules/controller-dx-dinput.c:479
+msgid "Y Axis Tilt Right"
+msgstr "Υ Κλίση Άξονα Δεξιά"
+
+#: ../modules/controller-linux-input.c:100
+#: ../modules/controller-dx-dinput.c:482
+msgid "Y Axis Tilt Left"
+msgstr "Υ Κλίση Άξονα Αριστερά"
+
+#: ../modules/controller-linux-input.c:101
+#: ../modules/controller-dx-dinput.c:488
+msgid "Z Axis Turn Left"
+msgstr "Ζ Κλίση Άξονα Αριστερά"
+
+#: ../modules/controller-linux-input.c:102
+#: ../modules/controller-dx-dinput.c:491
+msgid "Z Axis Turn Right"
+msgstr "Ζ Κλίση Άξονα Δεξιά"
+
+#: ../modules/controller-linux-input.c:104
+msgid "Horiz. Wheel Turn Back"
+msgstr "Οριζόντιος Τροχός Στροφή Προς Τα Πίσω"
+
+#: ../modules/controller-linux-input.c:105
+msgid "Horiz. Wheel Turn Forward"
+msgstr "Οριζόντιος Τροχός Στροφή Προς Τα Εμπρός"
+
+#: ../modules/controller-linux-input.c:106
+msgid "Dial Turn Left"
+msgstr "Πίνακα Στροφή Αριστερά"
+
+#: ../modules/controller-linux-input.c:107
+msgid "Dial Turn Right"
+msgstr "Πίνακα Στροφή Δεξιά"
+
+#: ../modules/controller-linux-input.c:108
+msgid "Wheel Turn Left"
+msgstr "Τροχός Στροφή Αριστερά"
+
+#: ../modules/controller-linux-input.c:109
+msgid "Wheel Turn Right"
+msgstr "Τροχός Στροφή Δεξιά"
+
+#: ../modules/controller-linux-input.c:178
+msgid "Linux input event controller"
+msgstr "Ελεγκτής γεγονότος εισαγωγής Linux"
+
+#: ../modules/controller-linux-input.c:218
+#: ../modules/controller-dx-dinput.c:196
+#: ../modules/controller-midi.c:212
+msgid "Device:"
+msgstr "Συσκευή:"
+
+#: ../modules/controller-linux-input.c:219
+msgid "The name of the device to read Linux Input events from."
+msgstr "Το όνομα της συσκευής για ανάγνωση εισαγωγής γεγονότων Linux."
+
+#: ../modules/controller-linux-input.c:230
+msgid "Linux Input"
+msgstr "Εισαγωγή Linux"
+
+#: ../modules/controller-linux-input.c:513
+msgid "Linux Input Events"
+msgstr "Γεγονότα Εισαγωγής Linux"
+
+#: ../modules/controller-linux-input.c:525
+#: ../modules/controller-dx-dinput.c:1095
+#: ../modules/controller-midi.c:505
+msgid "No device configured"
+msgstr "Καμία συσκευή δεν έχει ρυθμιστεί"
+
+#: ../modules/controller-linux-input.c:551
+#: ../modules/controller-midi.c:454
+#: ../modules/controller-midi.c:480
+#, c-format
+msgid "Reading from %s"
+msgstr "Ανάγνωση από %s"
+
+#: ../modules/controller-linux-input.c:569
+#: ../modules/controller-linux-input.c:623
+#: ../modules/controller-midi.c:436
+#: ../modules/controller-midi.c:497
+#: ../modules/controller-midi.c:568
+#, c-format
+msgid "Device not available: %s"
+msgstr "Η συσκευή δεν είναι διαθέσιμη: %s"
+
+#: ../modules/controller-linux-input.c:588
+#: ../modules/controller-dx-dinput.c:1120
+msgid "Device not available"
+msgstr "Η συσκευή δεν είναι διαθέσιμη"
+
+#: ../modules/controller-linux-input.c:632
+#: ../modules/controller-midi.c:577
+msgid "End of file"
+msgstr "Τέλος αρχείου"
+
+#: ../modules/controller-dx-dinput.c:156
+msgid "DirectX DirectInput event controller"
+msgstr "ελεγκτής γεγονότος DirectX DirectInput"
+
+#: ../modules/controller-dx-dinput.c:197
+msgid "The device to read DirectInput events from."
+msgstr "Η συσκευή για ανάγνωση γεγονότων DirectInput."
+
+#: ../modules/controller-dx-dinput.c:206
+msgid "DirectX DirectInput"
+msgstr "DirectX DirectInput"
+
+#: ../modules/controller-dx-dinput.c:420
+#, c-format
+msgid "Button %d"
+msgstr "Κουμπί %d"
+
+#: ../modules/controller-dx-dinput.c:423
+#, c-format
+msgid "Button %d Press"
+msgstr "Κουμπί %d Πατήστε"
+
+#: ../modules/controller-dx-dinput.c:426
+#, c-format
+msgid "Button %d Release"
+msgstr "Κουμπί %d Απελευθέρωση"
+
+#: ../modules/controller-dx-dinput.c:452
+msgid "Y Move Away"
+msgstr "Υ Μετακίνηση Μακριά"
+
+#: ../modules/controller-dx-dinput.c:455
+msgid "Y Move Near"
+msgstr "Υ Μετακίνηση Κοντά"
+
+#: ../modules/controller-dx-dinput.c:470
+msgid "X Axis Tilt Away"
+msgstr "Χ Κλίση Άξονα Μακριά"
+
+#: ../modules/controller-dx-dinput.c:473
+msgid "X Axis Tilt Near"
+msgstr "Χ Κλίση Άξονα Κοντά"
+
+#: ../modules/controller-dx-dinput.c:502
+#, c-format
+msgid "Slider %d Increase"
+msgstr "Ολισθητής %d Αύξηση"
+
+#: ../modules/controller-dx-dinput.c:505
+#, c-format
+msgid "Slider %d Decrease"
+msgstr "Ολισθητής %d Μείωση"
+
+#: ../modules/controller-dx-dinput.c:515
+#, c-format
+msgid "POV %d X View"
+msgstr "POV %d X Προβολή"
+
+#: ../modules/controller-dx-dinput.c:518
+#, c-format
+msgid "POV %d Y View"
+msgstr "POV %d Y Προβολή"
+
+#: ../modules/controller-dx-dinput.c:521
+#, c-format
+msgid "POV %d Return"
+msgstr "POV %d Επιστροφή"
+
+#: ../modules/controller-dx-dinput.c:1084
+msgid "DirectInput Events"
+msgstr "Γεγονότα DirectInput"
+
+#: ../modules/controller-midi.c:164
+msgid "MIDI event controller"
+msgstr "ελεγκτής γεγονότος MIDI"
+
+#: ../modules/controller-midi.c:203
+msgid "The name of the device to read MIDI events from."
+msgstr "Το όνομα της συσκευής για ανάγνωση γεγονότων MIDI."
+
+#: ../modules/controller-midi.c:206
+msgid "Enter 'alsa' to use the ALSA sequencer."
+msgstr "Εισάγετε 'alsa' για να χρησιμοποιήσετε τον ALSA ενορχηστρωτή"
+
+#: ../modules/controller-midi.c:221
+msgid "Channel:"
+msgstr "Κανάλι:"
+
+#: ../modules/controller-midi.c:222
+msgid "The MIDI channel to read events from. Set to -1 for reading from all MIDI channels."
+msgstr "Το κανάλι MIDI για την ανάγνωση γεγονότων. Θέστε το στο -1 για ανάγνωση από όλα τα κανάλια MIDI."
+
+#: ../modules/controller-midi.c:226
+msgid "MIDI"
+msgstr "MIDI"
+
+#: ../modules/controller-midi.c:355
+#, c-format
+msgid "Note %02x on"
+msgstr "Σημείωση %02x ανοιχτό"
+
+#: ../modules/controller-midi.c:358
+#, c-format
+msgid "Note %02x off"
+msgstr "Σημείωση %02x κλειστό"
+
+#: ../modules/controller-midi.c:361
+#, c-format
+msgid "Controller %03d"
+msgstr "Ελεγκτής %03d"
+
+#: ../modules/controller-midi.c:408
+msgid "MIDI Events"
+msgstr "Γεγονότα MIDI"
+
+#: ../modules/controller-midi.c:426
+msgid "GIMP"
+msgstr "GIMP"
+
+#: ../modules/controller-midi.c:428
+msgid "GIMP MIDI Input Controller"
+msgstr "Ελεγκτής εισαγωγής GIMP MIDI"
+
+#
+#, fuzzy
+#~ msgid "Pattern source"
+#~ msgstr "Πηγή Σχεδίου"
+#~ msgid "Linear"
+#~ msgstr "Γραμμικό"
+
+#, fuzzy
+#~ msgid "Forward (traditional)"
+#~ msgstr "Εμπρός (Παραδοσιακό)"
+
+#, fuzzy
+#~ msgid "Backward (corrective)"
+#~ msgstr "Πίσω (Διορθωτικό)"
+#~ msgid "%d Bytes"
+#~ msgstr "%d Bytes"
+#~ msgid "%d KB"
+#~ msgstr "%d KB"
+#~ msgid "%d MB"
+#~ msgstr "%d MB"
+#~ msgid "%d GB"
+#~ msgstr "%d GB"
+#~ msgid "Could not open '%s' for reading: %s"
+#~ msgstr "Αδυναμία ανοίγματος του '%s' για ανάγνωση: %s"
+#~ msgid "Triangle"
+#~ msgstr "Τρίγωνο"
+
diff --git a/po-libgimp/en_GB.po b/po-libgimp/en_GB.po
index 44b7b57b36..97fdf4143e 100644
--- a/po-libgimp/en_GB.po
+++ b/po-libgimp/en_GB.po
@@ -2,20 +2,40 @@
# Copyright (C) 2000 Free Software Foundation, Inc.
# Robert Brady 2000.
# Gareth Owen , David Lodge , 2004.
-#
+# Bruce Cowan , 2009.
msgid ""
msgstr ""
-"Project-Id-Version: gimp CVS\n"
+"Project-Id-Version: gimp\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-09 19:12+0000\n"
-"PO-Revision-Date: 2007-05-16 08:08-0000\n"
-"Last-Translator: David Lodge \n"
-"Language-Team: \n"
+"POT-Creation-Date: 2009-10-17 22:57+0100\n"
+"PO-Revision-Date: 2009-10-17 22:57+0100\n"
+"Last-Translator: Bruce Cowan \n"
+"Language-Team: British English \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#. procedure executed successfully
+#: ../libgimp/gimp.c:1045
+msgid "success"
+msgstr "success"
+
+#. procedure execution failed
+#: ../libgimp/gimp.c:1049
+msgid "execution error"
+msgstr "execution error"
+
+#. procedure called incorrectly
+#: ../libgimp/gimp.c:1053
+msgid "calling error"
+msgstr "calling error"
+
+#. procedure execution cancelled
+#: ../libgimp/gimp.c:1057
+msgid "cancelled"
+msgstr "cancelled"
+
#: ../libgimp/gimpbrushselectbutton.c:170
msgid "Brush Selection"
msgstr "Brush Selection"
@@ -311,15 +331,15 @@ msgstr "Return Values"
msgid "Additional Information"
msgstr "Additional Information"
-#: ../libgimp/gimpprocview.c:210
+#: ../libgimp/gimpprocview.c:209
msgid "Author:"
msgstr "Author:"
-#: ../libgimp/gimpprocview.c:222
+#: ../libgimp/gimpprocview.c:221
msgid "Date:"
msgstr "Date:"
-#: ../libgimp/gimpprocview.c:234
+#: ../libgimp/gimpprocview.c:233
msgid "Copyright:"
msgstr "Copyright:"
@@ -615,7 +635,7 @@ msgstr "Constant"
msgid "Incremental"
msgstr "Incremental"
-#: ../libgimpbase/gimpbaseenums.c:624 ../modules/cdisplay_lcms.c:195
+#: ../libgimpbase/gimpbaseenums.c:624 ../modules/display-filter-lcms.c:191
msgid "None"
msgstr "None"
@@ -683,77 +703,50 @@ msgstr "Crop to result"
msgid "Crop with aspect"
msgstr "Crop with aspect"
-#: ../libgimpbase/gimpbaseenums.c:882
+#: ../libgimpbase/gimpbaseenums.c:909
msgid "Internal GIMP procedure"
msgstr "Internal GIMP procedure"
-#: ../libgimpbase/gimpbaseenums.c:883
+#: ../libgimpbase/gimpbaseenums.c:910
msgid "GIMP Plug-In"
msgstr "GIMP Plug-In"
-#: ../libgimpbase/gimpbaseenums.c:884
+#: ../libgimpbase/gimpbaseenums.c:911
msgid "GIMP Extension"
msgstr "GIMP Extension"
-#: ../libgimpbase/gimpbaseenums.c:885
+#: ../libgimpbase/gimpbaseenums.c:912
msgid "Temporary Procedure"
msgstr "Temporary Procedure"
-#: ../libgimpbase/gimpmemsize.c:180
-#, c-format
-msgid "%d Byte"
-msgid_plural "%d Bytes"
-msgstr[0] "%d Byte"
-msgstr[1] "%d Bytes"
+#: ../libgimpbase/gimpbaseenums.c:1074
+msgid "From left to right"
+msgstr "From left to right"
-#: ../libgimpbase/gimpmemsize.c:186
-#, c-format
-msgid "%.2f KB"
-msgstr "%.2f KB"
+#: ../libgimpbase/gimpbaseenums.c:1075
+msgid "From right to left"
+msgstr "From right to left"
-#: ../libgimpbase/gimpmemsize.c:190
-#, c-format
-msgid "%.1f KB"
-msgstr "%.1f KB"
+#: ../libgimpbase/gimpbaseenums.c:1105
+msgid "Left justified"
+msgstr "Left justified"
-#: ../libgimpbase/gimpmemsize.c:194
-#, c-format
-msgid "%d KB"
-msgstr "%d KB"
+#: ../libgimpbase/gimpbaseenums.c:1106
+msgid "Right justified"
+msgstr "Right justified"
-#: ../libgimpbase/gimpmemsize.c:201
-#, c-format
-msgid "%.2f MB"
-msgstr "%.2f MB"
+#: ../libgimpbase/gimpbaseenums.c:1107
+msgid "Centered"
+msgstr "Centred"
-#: ../libgimpbase/gimpmemsize.c:205
-#, c-format
-msgid "%.1f MB"
-msgstr "%.1f MB"
-
-#: ../libgimpbase/gimpmemsize.c:209
-#, c-format
-msgid "%d MB"
-msgstr "%d MB"
-
-#: ../libgimpbase/gimpmemsize.c:216
-#, c-format
-msgid "%.2f GB"
-msgstr "%.2f GB"
-
-#: ../libgimpbase/gimpmemsize.c:220
-#, c-format
-msgid "%.1f GB"
-msgstr "%.1f GB"
-
-#: ../libgimpbase/gimpmemsize.c:224
-#, c-format
-msgid "%d GB"
-msgstr "%d GB"
+#: ../libgimpbase/gimpbaseenums.c:1108
+msgid "Filled"
+msgstr "Filled"
#: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175
-#: ../modules/cdisplay_lcms.c:187 ../modules/colorsel_cmyk_lcms.c:411
-#: ../modules/colorsel_cmyk_lcms.c:417
+#: ../modules/display-filter-lcms.c:183
+#: ../modules/color-selector-cmyk-lcms.c:407
+#: ../modules/color-selector-cmyk-lcms.c:413
msgid "(invalid UTF-8 string)"
msgstr "(invalid UTF-8 string)"
@@ -868,7 +861,7 @@ msgstr "while parsing token '%s': %s"
#: ../libgimpconfig/gimpconfig-iface.c:474
#: ../libgimpconfig/gimpconfig-iface.c:487 ../libgimpconfig/gimpscanner.c:498
#: ../libgimpconfig/gimpscanner.c:579
-#: ../libgimpwidgets/gimpcolorprofilestore.c:654
+#: ../libgimpwidgets/gimpcolorprofilestore.c:656
msgid "fatal parse error"
msgstr "fatal parse error"
@@ -878,7 +871,7 @@ msgid "Cannot expand ${%s}"
msgstr "Cannot expand ${%s}"
#: ../libgimpconfig/gimpconfigwriter.c:78
-#: ../libgimpconfig/gimpconfigwriter.c:693
+#: ../libgimpconfig/gimpconfigwriter.c:718
#, c-format
msgid "Error writing to '%s': %s"
msgstr "Error writing to '%s': %s"
@@ -893,7 +886,8 @@ msgstr "Could not create temporary file for '%s': %s"
msgid "Could not open '%s' for writing: %s"
msgstr "Could not open '%s' for writing: %s"
-#: ../libgimpconfig/gimpconfigwriter.c:674
+#: ../libgimpconfig/gimpconfigwriter.c:679
+#: ../libgimpconfig/gimpconfigwriter.c:699
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -902,7 +896,7 @@ msgstr ""
"Error writing to temporary file for '%s': %s\n"
"The original file has not been touched."
-#: ../libgimpconfig/gimpconfigwriter.c:682
+#: ../libgimpconfig/gimpconfigwriter.c:707
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -911,7 +905,7 @@ msgstr ""
"Error writing to temporary file for '%s': %s\n"
"No file has been created."
-#: ../libgimpconfig/gimpconfigwriter.c:711
+#: ../libgimpconfig/gimpconfigwriter.c:731
#, c-format
msgid "Could not create '%s': %s"
msgstr "Could not create '%s': %s"
@@ -949,7 +943,7 @@ msgstr "Load failed"
msgid "Not loaded"
msgstr "Not loaded"
-#: ../libgimpthumb/gimpthumb-utils.c:125
+#: ../libgimpthumb/gimpthumb-utils.c:123
#, c-format
msgid ""
"Cannot determine a valid home directory.\n"
@@ -958,7 +952,7 @@ msgstr ""
"Cannot determine a valid home directory.\n"
"Thumbnails will be stored in the folder for temporary files (%s) instead."
-#: ../libgimpthumb/gimpthumb-utils.c:249 ../libgimpthumb/gimpthumb-utils.c:317
+#: ../libgimpthumb/gimpthumb-utils.c:247 ../libgimpthumb/gimpthumb-utils.c:315
#, c-format
msgid "Failed to create thumbnail folder '%s'."
msgstr "Failed to create thumbnail folder '%s'."
@@ -998,8 +992,9 @@ msgid "Select color profile from disk..."
msgstr "Select colour profile from disk..."
#: ../libgimpwidgets/gimpcolorprofilestore.c:280
-msgid "profile|None"
-msgstr "profile|None"
+msgctxt "profile"
+msgid "None"
+msgstr "None"
#: ../libgimpwidgets/gimpcolorscales.c:98
msgid "Scales"
@@ -1025,6 +1020,10 @@ msgstr ""
msgid "HTML _notation:"
msgstr "HTML _notation:"
+#: ../libgimpwidgets/gimphelpui.c:420
+msgid "Press F1 for more help"
+msgstr "Press F1 for more help"
+
#: ../libgimpwidgets/gimpfileentry.c:174
msgid "Open a file selector to browse your folders"
msgstr "Open a file selector to browse your folders"
@@ -1122,66 +1121,66 @@ msgstr "Check Style"
msgid "_Preview"
msgstr "_Preview"
-#: ../libgimpwidgets/gimppropwidgets.c:1859
+#: ../libgimpwidgets/gimppropwidgets.c:1860
#, c-format
msgid "This text input field is limited to %d character."
msgid_plural "This text input field is limited to %d characters."
msgstr[0] "This text input field is limited to %d character."
msgstr[1] "This text input field is limited to %d characters."
-#: ../libgimpwidgets/gimpstock.c:113
+#: ../libgimpwidgets/gimpstock.c:112
msgid "Anchor"
msgstr "Anchor"
-#: ../libgimpwidgets/gimpstock.c:114
+#: ../libgimpwidgets/gimpstock.c:113
msgid "C_enter"
msgstr "C_entre"
-#: ../libgimpwidgets/gimpstock.c:115
+#: ../libgimpwidgets/gimpstock.c:114
msgid "_Duplicate"
msgstr "_Duplicate"
-#: ../libgimpwidgets/gimpstock.c:116
+#: ../libgimpwidgets/gimpstock.c:115
msgid "_Edit"
msgstr "_Edit"
-#: ../libgimpwidgets/gimpstock.c:117
+#: ../libgimpwidgets/gimpstock.c:116
msgid "Linked"
msgstr "Linked"
-#: ../libgimpwidgets/gimpstock.c:118
+#: ../libgimpwidgets/gimpstock.c:117
msgid "Paste as New"
msgstr "Paste as New"
-#: ../libgimpwidgets/gimpstock.c:119
+#: ../libgimpwidgets/gimpstock.c:118
msgid "Paste Into"
msgstr "Paste Into"
-#: ../libgimpwidgets/gimpstock.c:120
+#: ../libgimpwidgets/gimpstock.c:119
msgid "_Reset"
msgstr "_Reset"
-#: ../libgimpwidgets/gimpstock.c:121
+#: ../libgimpwidgets/gimpstock.c:120
msgid "Visible"
msgstr "Visible"
-#: ../libgimpwidgets/gimpstock.c:157 ../libgimpwidgets/gimpstock.c:161
+#: ../libgimpwidgets/gimpstock.c:156 ../libgimpwidgets/gimpstock.c:160
msgid "_Stroke"
msgstr "_Stroke"
-#: ../libgimpwidgets/gimpstock.c:173
+#: ../libgimpwidgets/gimpstock.c:172
msgid "L_etter Spacing"
msgstr "L_etter Spacing"
-#: ../libgimpwidgets/gimpstock.c:174
+#: ../libgimpwidgets/gimpstock.c:173
msgid "L_ine Spacing"
msgstr "L_ine Spacing"
-#: ../libgimpwidgets/gimpstock.c:190
+#: ../libgimpwidgets/gimpstock.c:189
msgid "_Resize"
msgstr "_Resize"
-#: ../libgimpwidgets/gimpstock.c:191 ../libgimpwidgets/gimpstock.c:321
+#: ../libgimpwidgets/gimpstock.c:190 ../libgimpwidgets/gimpstock.c:320
msgid "_Scale"
msgstr "_Scale"
@@ -1193,11 +1192,11 @@ msgstr "Cr_op"
msgid "_Transform"
msgstr "_Transform"
-#: ../libgimpwidgets/gimpstock.c:320
+#: ../libgimpwidgets/gimpstock.c:319
msgid "_Rotate"
msgstr "_Rotate"
-#: ../libgimpwidgets/gimpstock.c:322
+#: ../libgimpwidgets/gimpstock.c:321
msgid "_Shear"
msgstr "_Shear"
@@ -1301,63 +1300,63 @@ msgstr "Zoom in"
msgid "Zoom out"
msgstr "Zoom out"
-#: ../modules/cdisplay_colorblind.c:67
+#: ../modules/display-filter-color-blind.c:67
msgid "Protanopia (insensitivity to red)"
msgstr "Protanopia (insensitivity to red)"
-#: ../modules/cdisplay_colorblind.c:69
+#: ../modules/display-filter-color-blind.c:69
msgid "Deuteranopia (insensitivity to green)"
msgstr "Deuteranopia (insensitivity to green)"
-#: ../modules/cdisplay_colorblind.c:71
+#: ../modules/display-filter-color-blind.c:71
msgid "Tritanopia (insensitivity to blue)"
msgstr "Tritanopia (insensitivity to blue)"
-#: ../modules/cdisplay_colorblind.c:198
+#: ../modules/display-filter-color-blind.c:198
msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)"
msgstr "Colour deficit simulation filter (Brettel-Vienot-Mollon algorithm)"
-#: ../modules/cdisplay_colorblind.c:261
+#: ../modules/display-filter-color-blind.c:261
msgid "Color Deficient Vision"
msgstr "Colour Deficient Vision"
-#: ../modules/cdisplay_colorblind.c:483
+#: ../modules/display-filter-color-blind.c:483
msgid "Color _deficiency type:"
msgstr "Colour _deficiency type:"
-#: ../modules/cdisplay_gamma.c:90
+#: ../modules/display-filter-gamma.c:90
msgid "Gamma color display filter"
msgstr "Gamma colour display filter"
-#: ../modules/cdisplay_gamma.c:129
+#: ../modules/display-filter-gamma.c:129
msgid "Gamma"
msgstr "Gamma"
-#: ../modules/cdisplay_gamma.c:232
+#: ../modules/display-filter-gamma.c:232
msgid "_Gamma:"
msgstr "_Gamma:"
-#: ../modules/cdisplay_highcontrast.c:90
+#: ../modules/display-filter-high-contrast.c:90
msgid "High Contrast color display filter"
msgstr "High Contrast colour display filter"
-#: ../modules/cdisplay_highcontrast.c:129
+#: ../modules/display-filter-high-contrast.c:129
msgid "Contrast"
msgstr "Contrast"
-#: ../modules/cdisplay_highcontrast.c:232
+#: ../modules/display-filter-high-contrast.c:232
msgid "Contrast c_ycles:"
msgstr "Contrast c_ycles:"
-#: ../modules/cdisplay_lcms.c:106
+#: ../modules/display-filter-lcms.c:102
msgid "Color management display filter using ICC color profiles"
msgstr "Colour management display filter using ICC colour profiles"
-#: ../modules/cdisplay_lcms.c:138
+#: ../modules/display-filter-lcms.c:134
msgid "Color Management"
msgstr "Colour Management"
-#: ../modules/cdisplay_lcms.c:216
+#: ../modules/display-filter-lcms.c:212
msgid ""
"This filter takes its configuration from the Color Management section in the "
"Preferences dialog."
@@ -1365,444 +1364,453 @@ msgstr ""
"This filter takes its configuration from the Colour Management section in "
"the Preferences dialogue."
-#: ../modules/cdisplay_lcms.c:230
+#: ../modules/display-filter-lcms.c:226
msgid "Mode of operation:"
msgstr "Mode of operation:"
-#: ../modules/cdisplay_lcms.c:237
+#: ../modules/display-filter-lcms.c:233
msgid "Image profile:"
msgstr "Image profile:"
-#: ../modules/cdisplay_lcms.c:245
+#: ../modules/display-filter-lcms.c:241
msgid "Monitor profile:"
msgstr "Monitor profile:"
-#: ../modules/cdisplay_lcms.c:253
+#: ../modules/display-filter-lcms.c:249
msgid "Print simulation profile:"
msgstr "Print simulation profile:"
-#: ../modules/cdisplay_proof.c:101
+#: ../modules/display-filter-proof.c:97
msgid "Color proof filter using ICC color profile"
msgstr "Colour proof filter using ICC colour profile"
-#: ../modules/cdisplay_proof.c:149
+#: ../modules/display-filter-proof.c:145
msgid "Color Proof"
msgstr "Colour Proof"
-#: ../modules/cdisplay_proof.c:315
+#: ../modules/display-filter-proof.c:311
msgid "Choose an ICC Color Profile"
msgstr "Choose an ICC Colour Profile"
-#: ../modules/cdisplay_proof.c:342
+#: ../modules/display-filter-proof.c:338
msgid "All files (*.*)"
msgstr "All files (*.*)"
-#: ../modules/cdisplay_proof.c:347
+#: ../modules/display-filter-proof.c:343
msgid "ICC color profile (*.icc, *.icm)"
msgstr "ICC colour profile (*.icc, *.icm)"
-#: ../modules/cdisplay_proof.c:405
+#: ../modules/display-filter-proof.c:401
msgid "_Profile:"
msgstr "_Profile:"
-#: ../modules/cdisplay_proof.c:411
+#: ../modules/display-filter-proof.c:407
msgid "_Intent:"
msgstr "_Intent:"
-#: ../modules/cdisplay_proof.c:416
+#: ../modules/display-filter-proof.c:412
msgid "_Black Point Compensation"
msgstr "_Black Point Compensation"
-#: ../modules/colorsel_cmyk.c:71
+#: ../modules/color-selector-cmyk.c:71
msgid "CMYK color selector"
msgstr "CMYK colour selector"
-#: ../modules/colorsel_cmyk.c:102 ../modules/colorsel_cmyk_lcms.c:154
+#: ../modules/color-selector-cmyk.c:102
+#: ../modules/color-selector-cmyk-lcms.c:150
msgid "CMYK"
msgstr "CMYK"
#. Cyan
-#: ../modules/colorsel_cmyk.c:125 ../modules/colorsel_cmyk_lcms.c:173
+#: ../modules/color-selector-cmyk.c:125
+#: ../modules/color-selector-cmyk-lcms.c:169
msgid "_C"
msgstr "_C"
#. Magenta
-#: ../modules/colorsel_cmyk.c:127 ../modules/colorsel_cmyk_lcms.c:175
+#: ../modules/color-selector-cmyk.c:127
+#: ../modules/color-selector-cmyk-lcms.c:171
msgid "_M"
msgstr "_M"
#. Yellow
-#: ../modules/colorsel_cmyk.c:129 ../modules/colorsel_cmyk_lcms.c:177
+#: ../modules/color-selector-cmyk.c:129
+#: ../modules/color-selector-cmyk-lcms.c:173
msgid "_Y"
msgstr "_Y"
#. Key (Black)
-#: ../modules/colorsel_cmyk.c:131 ../modules/colorsel_cmyk_lcms.c:179
+#: ../modules/color-selector-cmyk.c:131
+#: ../modules/color-selector-cmyk-lcms.c:175
msgid "_K"
msgstr "_K"
-#: ../modules/colorsel_cmyk.c:135 ../modules/colorsel_cmyk_lcms.c:183
+#: ../modules/color-selector-cmyk.c:135
+#: ../modules/color-selector-cmyk-lcms.c:179
msgid "Cyan"
msgstr "Cyan"
-#: ../modules/colorsel_cmyk.c:136 ../modules/colorsel_cmyk_lcms.c:184
+#: ../modules/color-selector-cmyk.c:136
+#: ../modules/color-selector-cmyk-lcms.c:180
msgid "Magenta"
msgstr "Magenta"
-#: ../modules/colorsel_cmyk.c:137 ../modules/colorsel_cmyk_lcms.c:185
+#: ../modules/color-selector-cmyk.c:137
+#: ../modules/color-selector-cmyk-lcms.c:181
msgid "Yellow"
msgstr "Yellow"
-#: ../modules/colorsel_cmyk.c:138 ../modules/colorsel_cmyk_lcms.c:186
+#: ../modules/color-selector-cmyk.c:138
+#: ../modules/color-selector-cmyk-lcms.c:182
msgid "Black"
msgstr "Black"
-#: ../modules/colorsel_cmyk.c:172
+#: ../modules/color-selector-cmyk.c:172
msgid "Black _pullout:"
msgstr "Black _pullout:"
-#: ../modules/colorsel_cmyk.c:189
+#: ../modules/color-selector-cmyk.c:189
msgid "The percentage of black to pull out of the colored inks."
msgstr "The percentage of black to pull out of the coloured inks."
-#: ../modules/colorsel_cmyk_lcms.c:91
+#: ../modules/color-selector-cmyk-lcms.c:87
msgid "CMYK color selector (using color profile)"
msgstr "CMYK colour selector (using colour profile)"
-#: ../modules/colorsel_cmyk_lcms.c:399
+#: ../modules/color-selector-cmyk-lcms.c:395
msgid "Profile: (none)"
msgstr "Profile: (none)"
-#: ../modules/colorsel_cmyk_lcms.c:420
+#: ../modules/color-selector-cmyk-lcms.c:416
#, c-format
msgid "Profile: %s"
msgstr "Profile: %s"
-#: ../modules/colorsel_triangle.c:102
-msgid "Painter-style triangle color selector"
-msgstr "Painter-style triangle colour selector"
-
-#: ../modules/colorsel_triangle.c:138
-msgid "Triangle"
-msgstr "Triangle"
-
-#: ../modules/colorsel_water.c:82
+#: ../modules/color-selector-water.c:82
msgid "Watercolor style color selector"
msgstr "Watercolour style colour selector"
-#: ../modules/colorsel_water.c:118
+#: ../modules/color-selector-water.c:118
msgid "Watercolor"
msgstr "Watercolour"
-#: ../modules/colorsel_water.c:186
+#: ../modules/color-selector-water.c:186
msgid "Pressure"
msgstr "Pressure"
-#: ../modules/controller_linux_input.c:58
+#: ../modules/color-selector-wheel.c:103
+msgid "HSV color wheel"
+msgstr "HSV colour wheel"
+
+#: ../modules/color-selector-wheel.c:134
+msgid "Wheel"
+msgstr "Wheel"
+
+#: ../modules/controller-linux-input.c:58
msgid "Button 0"
msgstr "Button 0"
-#: ../modules/controller_linux_input.c:59
+#: ../modules/controller-linux-input.c:59
msgid "Button 1"
msgstr "Button 1"
-#: ../modules/controller_linux_input.c:60
+#: ../modules/controller-linux-input.c:60
msgid "Button 2"
msgstr "Button 2"
-#: ../modules/controller_linux_input.c:61
+#: ../modules/controller-linux-input.c:61
msgid "Button 3"
msgstr "Button 3"
-#: ../modules/controller_linux_input.c:62
+#: ../modules/controller-linux-input.c:62
msgid "Button 4"
msgstr "Button 4"
-#: ../modules/controller_linux_input.c:63
+#: ../modules/controller-linux-input.c:63
msgid "Button 5"
msgstr "Button 5"
-#: ../modules/controller_linux_input.c:64
+#: ../modules/controller-linux-input.c:64
msgid "Button 6"
msgstr "Button 6"
-#: ../modules/controller_linux_input.c:65
+#: ../modules/controller-linux-input.c:65
msgid "Button 7"
msgstr "Button 7"
-#: ../modules/controller_linux_input.c:66
+#: ../modules/controller-linux-input.c:66
msgid "Button 8"
msgstr "Button 8"
-#: ../modules/controller_linux_input.c:67
+#: ../modules/controller-linux-input.c:67
msgid "Button 9"
msgstr "Button 9"
-#: ../modules/controller_linux_input.c:68
+#: ../modules/controller-linux-input.c:68
msgid "Button Mouse"
msgstr "Button Mouse"
-#: ../modules/controller_linux_input.c:69
+#: ../modules/controller-linux-input.c:69
msgid "Button Left"
msgstr "Button Left"
-#: ../modules/controller_linux_input.c:70
+#: ../modules/controller-linux-input.c:70
msgid "Button Right"
msgstr "Button Right"
-#: ../modules/controller_linux_input.c:71
+#: ../modules/controller-linux-input.c:71
msgid "Button Middle"
msgstr "Button Middle"
-#: ../modules/controller_linux_input.c:72
+#: ../modules/controller-linux-input.c:72
msgid "Button Side"
msgstr "Button Side"
-#: ../modules/controller_linux_input.c:73
+#: ../modules/controller-linux-input.c:73
msgid "Button Extra"
msgstr "Button Extra"
-#: ../modules/controller_linux_input.c:74
+#: ../modules/controller-linux-input.c:74
msgid "Button Forward"
msgstr "Button Forward"
-#: ../modules/controller_linux_input.c:75
+#: ../modules/controller-linux-input.c:75
msgid "Button Back"
msgstr "Button Back"
-#: ../modules/controller_linux_input.c:76
+#: ../modules/controller-linux-input.c:76
msgid "Button Task"
msgstr "Button Task"
-#: ../modules/controller_linux_input.c:78
+#: ../modules/controller-linux-input.c:78
msgid "Button Wheel"
msgstr "Button Wheel"
-#: ../modules/controller_linux_input.c:81
+#: ../modules/controller-linux-input.c:81
msgid "Button Gear Down"
msgstr "Button Gear Down"
-#: ../modules/controller_linux_input.c:84
+#: ../modules/controller-linux-input.c:84
msgid "Button Gear Up"
msgstr "Button Gear Up"
-#: ../modules/controller_linux_input.c:90
-#: ../modules/controller_dx_dinput.c:443
+#: ../modules/controller-linux-input.c:90
+#: ../modules/controller-dx-dinput.c:443
msgid "X Move Left"
msgstr "X Move Left"
-#: ../modules/controller_linux_input.c:91
-#: ../modules/controller_dx_dinput.c:446
+#: ../modules/controller-linux-input.c:91
+#: ../modules/controller-dx-dinput.c:446
msgid "X Move Right"
msgstr "X Move Right"
-#: ../modules/controller_linux_input.c:92
+#: ../modules/controller-linux-input.c:92
msgid "Y Move Forward"
msgstr "Y Move Forward"
-#: ../modules/controller_linux_input.c:93
+#: ../modules/controller-linux-input.c:93
msgid "Y Move Back"
msgstr "Y Move Back"
-#: ../modules/controller_linux_input.c:94
-#: ../modules/controller_dx_dinput.c:461
+#: ../modules/controller-linux-input.c:94
+#: ../modules/controller-dx-dinput.c:461
msgid "Z Move Up"
msgstr "Z Move Up"
-#: ../modules/controller_linux_input.c:95
-#: ../modules/controller_dx_dinput.c:464
+#: ../modules/controller-linux-input.c:95
+#: ../modules/controller-dx-dinput.c:464
msgid "Z Move Down"
msgstr "Z Move Down"
-#: ../modules/controller_linux_input.c:97
+#: ../modules/controller-linux-input.c:97
msgid "X Axis Tilt Forward"
msgstr "X Axis Tilt Forward"
-#: ../modules/controller_linux_input.c:98
+#: ../modules/controller-linux-input.c:98
msgid "X Axis Tilt Back"
msgstr "X Axis Tilt Back"
-#: ../modules/controller_linux_input.c:99
-#: ../modules/controller_dx_dinput.c:479
+#: ../modules/controller-linux-input.c:99
+#: ../modules/controller-dx-dinput.c:479
msgid "Y Axis Tilt Right"
msgstr "Y Axis Tilt Right"
-#: ../modules/controller_linux_input.c:100
-#: ../modules/controller_dx_dinput.c:482
+#: ../modules/controller-linux-input.c:100
+#: ../modules/controller-dx-dinput.c:482
msgid "Y Axis Tilt Left"
msgstr "Y Axis Tilt Left"
-#: ../modules/controller_linux_input.c:101
-#: ../modules/controller_dx_dinput.c:488
+#: ../modules/controller-linux-input.c:101
+#: ../modules/controller-dx-dinput.c:488
msgid "Z Axis Turn Left"
msgstr "Z Axis Turn Left"
-#: ../modules/controller_linux_input.c:102
-#: ../modules/controller_dx_dinput.c:491
+#: ../modules/controller-linux-input.c:102
+#: ../modules/controller-dx-dinput.c:491
msgid "Z Axis Turn Right"
msgstr "Z Axis Turn Right"
-#: ../modules/controller_linux_input.c:104
+#: ../modules/controller-linux-input.c:104
msgid "Horiz. Wheel Turn Back"
msgstr "Horiz. Wheel Turn Back"
-#: ../modules/controller_linux_input.c:105
+#: ../modules/controller-linux-input.c:105
msgid "Horiz. Wheel Turn Forward"
msgstr "Horiz. Wheel Turn Forward"
-#: ../modules/controller_linux_input.c:106
+#: ../modules/controller-linux-input.c:106
msgid "Dial Turn Left"
msgstr "Dial Turn Left"
-#: ../modules/controller_linux_input.c:107
+#: ../modules/controller-linux-input.c:107
msgid "Dial Turn Right"
msgstr "Dial Turn Right"
-#: ../modules/controller_linux_input.c:108
+#: ../modules/controller-linux-input.c:108
msgid "Wheel Turn Left"
msgstr "Wheel Turn Left"
-#: ../modules/controller_linux_input.c:109
+#: ../modules/controller-linux-input.c:109
msgid "Wheel Turn Right"
msgstr "Wheel Turn Right"
-#: ../modules/controller_linux_input.c:178
+#: ../modules/controller-linux-input.c:178
msgid "Linux input event controller"
msgstr "Linux input event controller"
-#: ../modules/controller_linux_input.c:218
-#: ../modules/controller_dx_dinput.c:196 ../modules/controller_midi.c:212
+#: ../modules/controller-linux-input.c:218
+#: ../modules/controller-dx-dinput.c:196 ../modules/controller-midi.c:212
msgid "Device:"
msgstr "Device:"
-#: ../modules/controller_linux_input.c:219
+#: ../modules/controller-linux-input.c:219
msgid "The name of the device to read Linux Input events from."
msgstr "The name of the device to read Linux Input events from."
-#: ../modules/controller_linux_input.c:230
+#: ../modules/controller-linux-input.c:230
msgid "Linux Input"
msgstr "Linux Input"
-#: ../modules/controller_linux_input.c:513
+#: ../modules/controller-linux-input.c:513
msgid "Linux Input Events"
msgstr "Linux Input Events"
-#: ../modules/controller_linux_input.c:525
-#: ../modules/controller_dx_dinput.c:1095 ../modules/controller_midi.c:505
+#: ../modules/controller-linux-input.c:525
+#: ../modules/controller-dx-dinput.c:1095 ../modules/controller-midi.c:505
msgid "No device configured"
msgstr "No device configured"
-#: ../modules/controller_linux_input.c:551 ../modules/controller_midi.c:454
-#: ../modules/controller_midi.c:480
+#: ../modules/controller-linux-input.c:551 ../modules/controller-midi.c:454
+#: ../modules/controller-midi.c:480
#, c-format
msgid "Reading from %s"
msgstr "Reading from %s"
-#: ../modules/controller_linux_input.c:569
-#: ../modules/controller_linux_input.c:623 ../modules/controller_midi.c:436
-#: ../modules/controller_midi.c:497 ../modules/controller_midi.c:568
+#: ../modules/controller-linux-input.c:569
+#: ../modules/controller-linux-input.c:623 ../modules/controller-midi.c:436
+#: ../modules/controller-midi.c:497 ../modules/controller-midi.c:568
#, c-format
msgid "Device not available: %s"
msgstr "Device not available: %s"
-#: ../modules/controller_linux_input.c:588
-#: ../modules/controller_dx_dinput.c:1120
+#: ../modules/controller-linux-input.c:588
+#: ../modules/controller-dx-dinput.c:1120
msgid "Device not available"
msgstr "Device not available"
-#: ../modules/controller_linux_input.c:632 ../modules/controller_midi.c:577
+#: ../modules/controller-linux-input.c:632 ../modules/controller-midi.c:577
msgid "End of file"
msgstr "End of file"
-#: ../modules/controller_dx_dinput.c:156
+#: ../modules/controller-dx-dinput.c:156
msgid "DirectX DirectInput event controller"
msgstr "DirectX DirectInput event controller"
-#: ../modules/controller_dx_dinput.c:197
+#: ../modules/controller-dx-dinput.c:197
msgid "The device to read DirectInput events from."
msgstr "The device to read DirectInput events from."
-#: ../modules/controller_dx_dinput.c:206
+#: ../modules/controller-dx-dinput.c:206
msgid "DirectX DirectInput"
msgstr "DirectX DirectInput"
-#: ../modules/controller_dx_dinput.c:420
+#: ../modules/controller-dx-dinput.c:420
#, c-format
msgid "Button %d"
msgstr "Button %d"
-#: ../modules/controller_dx_dinput.c:423
+#: ../modules/controller-dx-dinput.c:423
#, c-format
msgid "Button %d Press"
msgstr "Button %d Press"
-#: ../modules/controller_dx_dinput.c:426
+#: ../modules/controller-dx-dinput.c:426
#, c-format
msgid "Button %d Release"
msgstr "Button %d Release"
-#: ../modules/controller_dx_dinput.c:452
+#: ../modules/controller-dx-dinput.c:452
msgid "Y Move Away"
msgstr "Y Move Away"
-#: ../modules/controller_dx_dinput.c:455
+#: ../modules/controller-dx-dinput.c:455
msgid "Y Move Near"
msgstr "Y Move Near"
-#: ../modules/controller_dx_dinput.c:470
+#: ../modules/controller-dx-dinput.c:470
msgid "X Axis Tilt Away"
msgstr "X Axis Tilt Away"
-#: ../modules/controller_dx_dinput.c:473
+#: ../modules/controller-dx-dinput.c:473
msgid "X Axis Tilt Near"
msgstr "X Axis Tilt Near"
-#: ../modules/controller_dx_dinput.c:502
+#: ../modules/controller-dx-dinput.c:502
#, c-format
msgid "Slider %d Increase"
msgstr "Slider %d Increase"
-#: ../modules/controller_dx_dinput.c:505
+#: ../modules/controller-dx-dinput.c:505
#, c-format
msgid "Slider %d Decrease"
msgstr "Slider %d Decrease"
-#: ../modules/controller_dx_dinput.c:515
+#: ../modules/controller-dx-dinput.c:515
#, c-format
msgid "POV %d X View"
msgstr "POV %d X View"
-#: ../modules/controller_dx_dinput.c:518
+#: ../modules/controller-dx-dinput.c:518
#, c-format
msgid "POV %d Y View"
msgstr "POV %d Y View"
-#: ../modules/controller_dx_dinput.c:521
+#: ../modules/controller-dx-dinput.c:521
#, c-format
msgid "POV %d Return"
msgstr "POV %d Return"
-#: ../modules/controller_dx_dinput.c:1084
+#: ../modules/controller-dx-dinput.c:1084
msgid "DirectInput Events"
msgstr "DirectInput Events"
-#: ../modules/controller_midi.c:164
+#: ../modules/controller-midi.c:164
msgid "MIDI event controller"
msgstr "MIDI event controller"
-#: ../modules/controller_midi.c:203
+#: ../modules/controller-midi.c:203
msgid "The name of the device to read MIDI events from."
msgstr "The name of the device to read MIDI events from."
-#: ../modules/controller_midi.c:206
+#: ../modules/controller-midi.c:206
msgid "Enter 'alsa' to use the ALSA sequencer."
msgstr "Enter 'alsa' to use the ALSA sequencer."
-#: ../modules/controller_midi.c:221
+#: ../modules/controller-midi.c:221
msgid "Channel:"
msgstr "Channel:"
-#: ../modules/controller_midi.c:222
+#: ../modules/controller-midi.c:222
msgid ""
"The MIDI channel to read events from. Set to -1 for reading from all MIDI "
"channels."
@@ -1810,37 +1818,78 @@ msgstr ""
"The MIDI channel to read events from. Set to -1 for reading from all MIDI "
"channels."
-#: ../modules/controller_midi.c:226
+#: ../modules/controller-midi.c:226
msgid "MIDI"
msgstr "MIDI"
-#: ../modules/controller_midi.c:355
+#: ../modules/controller-midi.c:355
#, c-format
msgid "Note %02x on"
msgstr "Note %02x on"
-#: ../modules/controller_midi.c:358
+#: ../modules/controller-midi.c:358
#, c-format
msgid "Note %02x off"
msgstr "Note %02x off"
-#: ../modules/controller_midi.c:361
+#: ../modules/controller-midi.c:361
#, c-format
msgid "Controller %03d"
msgstr "Controller %03d"
-#: ../modules/controller_midi.c:408
+#: ../modules/controller-midi.c:408
msgid "MIDI Events"
msgstr "MIDI Events"
-#: ../modules/controller_midi.c:426
+#: ../modules/controller-midi.c:426
msgid "GIMP"
msgstr "GIMP"
-#: ../modules/controller_midi.c:428
+#: ../modules/controller-midi.c:428
msgid "GIMP MIDI Input Controller"
msgstr "GIMP MIDI Input Controller"
+#~ msgid "%d Byte"
+#~ msgid_plural "%d Bytes"
+#~ msgstr[0] "%d Byte"
+#~ msgstr[1] "%d Bytes"
+
+#~ msgid "%.2f KB"
+#~ msgstr "%.2f KB"
+
+#~ msgid "%.1f KB"
+#~ msgstr "%.1f KB"
+
+#~ msgid "%d KB"
+#~ msgstr "%d KB"
+
+#~ msgid "%.2f MB"
+#~ msgstr "%.2f MB"
+
+#~ msgid "%.1f MB"
+#~ msgstr "%.1f MB"
+
+#~ msgid "%d MB"
+#~ msgstr "%d MB"
+
+#~ msgid "%.2f GB"
+#~ msgstr "%.2f GB"
+
+#~ msgid "%.1f GB"
+#~ msgstr "%.1f GB"
+
+#~ msgid "%d GB"
+#~ msgstr "%d GB"
+
+#~ msgid "profile|None"
+#~ msgstr "profile|None"
+
+#~ msgid "Painter-style triangle color selector"
+#~ msgstr "Painter-style triangle colour selector"
+
+#~ msgid "Triangle"
+#~ msgstr "Triangle"
+
#~ msgid "RGB working space profile:"
#~ msgstr "RGB working space profile:"
diff --git a/po-libgimp/eu.po b/po-libgimp/eu.po
index 66645a0721..3a756d637f 100644
--- a/po-libgimp/eu.po
+++ b/po-libgimp/eu.po
@@ -3,21 +3,21 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
#
# Hizkuntza Politikarako Sailburuordetza , 2004.
-# Iñaki Larrañaga Murgoitio , 2004, 2006, 2008.
+# Iñaki Larrañaga Murgoitio , 2004, 2006, 2008, 2009.
# Iñaki Larrañaga Murgoitio , 2007.
msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-08-27 19:23+0200\n"
-"PO-Revision-Date: 2008-08-27 19:28+0200\n"
+"PO-Revision-Date: 2009-09-07 12:44+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio \n"
"Language-Team: Basque \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"\n"
#. procedure executed successfully
@@ -499,7 +499,7 @@ msgstr "Argitasuna"
#: ../libgimpbase/gimpbaseenums.c:295
msgid "Luminosity"
-msgstr "Argitasuna"
+msgstr "Klartasuna"
#: ../libgimpbase/gimpbaseenums.c:296
msgid "Average"
diff --git a/po-libgimp/it.po b/po-libgimp/it.po
index 1e1aa615c8..8263568298 100644
--- a/po-libgimp/it.po
+++ b/po-libgimp/it.po
@@ -1,17 +1,37 @@
# This is the Italian catalog for The GIMP.
# Copyright (C) 1999 Free Software Foundation, Inc.
-# Daniele Medri , 2000-2002
-# Marco Ciampa , 2003-2008
-# Luca Ferretti , 2006
+# Daniele Medri , 2000, 2001, 2002
+# Marco Ciampa , 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Alessandro Falappa , 2007
+# Luca Ferretti , 2006, 2009.
+#
+# Convenzioni adottate per Gimp:
+#
+# brush = pennello
+# brush pipe = pennello animato
+# canvas = superficie (impreciso ma entrato nel gergo convenzionale grafico italiano)
+# emboss = rilievo
+# feather = sfumata
+# gradients = gradiente
+# layer = livello (errato ma entrato nel gergo convenzionale grafico italiano)
+# map = mappa
+# newsprint = effetto giornale
+# ripple = increspatura
+# pattern = motivo
+# path = tracciato
+# palette = tavolozza
+# (to) render = render, disegnare
+# stroke = delineare
+# (to) shear = inclinare
+# undo history = cronologia annullamenti
msgid ""
msgstr ""
-"Project-Id-Version: gimp 2.3\n"
+"Project-Id-Version: gimp 2.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-20 10:23+0200\n"
-"PO-Revision-Date: 2008-09-20 10:28+0200\n"
-"Last-Translator: Marco Ciampa \n"
-"Language-Team: gimp.linux.it\n"
+"POT-Creation-Date: 2009-08-17 17:00+0200\n"
+"PO-Revision-Date: 2009-08-17 17:00+0200\n"
+"Last-Translator: Luca Ferretti \n"
+"Language-Team: Italian \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -45,7 +65,7 @@ msgstr "Selezione pennello"
#: ../libgimp/gimpbrushselectbutton.c:913
#: ../libgimp/gimppatternselectbutton.c:714
msgid "_Browse..."
-msgstr "_Scorri..."
+msgstr "E_splora..."
#: ../libgimp/gimpexport.c:217 ../libgimp/gimpexport.c:253
#, c-format
@@ -61,7 +81,8 @@ msgstr "Unisci livelli visibili"
#, c-format
msgid "%s plug-in can't handle layer offsets, size or opacity"
msgstr ""
-"Il plug-in %s non può gestire la posizione, dimensione o opacità dei livelli"
+"Il plug-in %s non può gestire la posizione, la dimensione o l'opacità dei "
+"livelli"
#: ../libgimp/gimpexport.c:235 ../libgimp/gimpexport.c:244
#, c-format
@@ -85,7 +106,7 @@ msgstr "Il plug-in %s non può gestire la trasparenza"
#: ../libgimp/gimpexport.c:271
#, c-format
msgid "%s plug-in can't handle layer masks"
-msgstr "Il plug-in %s non può gestire maschere di livello"
+msgstr "Il plug-in %s non può gestire le maschere di livello"
#: ../libgimp/gimpexport.c:272
msgid "Apply Layer Masks"
@@ -94,17 +115,17 @@ msgstr "Applica maschere di livello"
#: ../libgimp/gimpexport.c:280
#, c-format
msgid "%s plug-in can only handle RGB images"
-msgstr "Il plug-in %s può gestire solo immagini RGB"
+msgstr "Il plug-in %s può gestire solo le immagini RGB"
#: ../libgimp/gimpexport.c:281 ../libgimp/gimpexport.c:319
#: ../libgimp/gimpexport.c:328
msgid "Convert to RGB"
-msgstr "Conversione a RGB"
+msgstr "Converti in RGB"
#: ../libgimp/gimpexport.c:289
#, c-format
msgid "%s plug-in can only handle grayscale images"
-msgstr "Il plug-in %s può gestire solo immagini in scala di grigi"
+msgstr "Il plug-in %s può gestire solo le immagini in scala di grigi"
#: ../libgimp/gimpexport.c:290 ../libgimp/gimpexport.c:319
#: ../libgimp/gimpexport.c:340
@@ -114,7 +135,7 @@ msgstr "Converti in scala di grigi"
#: ../libgimp/gimpexport.c:298
#, c-format
msgid "%s plug-in can only handle indexed images"
-msgstr "Il plug-in %s può gestire solo immagini indicizzate"
+msgstr "Il plug-in %s può gestire solo le immagini indicizzate"
#: ../libgimp/gimpexport.c:299 ../libgimp/gimpexport.c:328
#: ../libgimp/gimpexport.c:338
@@ -122,40 +143,38 @@ msgid ""
"Convert to Indexed using default settings\n"
"(Do it manually to tune the result)"
msgstr ""
-"Converti in immagini indicizzate utilizzando \n"
-"le impostazioni predefinite (impostare manualmente\n"
-"per controllare il risultato)"
+"Converti in indicizzata usando le impostazioni predefinite\n"
+"(impostare manualmente per controllare il risultato)"
#: ../libgimp/gimpexport.c:308
#, c-format
msgid "%s plug-in can only handle bitmap (two color) indexed images"
msgstr ""
-"Il plug-in %s può gestire solo immagini bitmap (due colori) o indicizzate"
+"Il plug-in %s può gestire solo le immagini indicizzate bitmap (due colori)"
#: ../libgimp/gimpexport.c:309
msgid ""
"Convert to Indexed using bitmap default settings\n"
"(Do it manually to tune the result)"
msgstr ""
-"Converti in immagini indicizzate utilizzando le\n"
-"impostazioni predefinite delle immagini bitmap\n"
-"(impostate manualmente per controllare il risultato)"
+"Converti in indicizzata usando le impostazioni predefinite per bitmap\n"
+"(impostare manualmente per controllare il risultato)"
#: ../libgimp/gimpexport.c:318
#, c-format
msgid "%s plug-in can only handle RGB or grayscale images"
-msgstr "Il plug-in %s può gestire solo immagini RGB o in scala di grigi"
+msgstr "Il plug-in %s può gestire solo le immagini RGB o in scala di grigi"
#: ../libgimp/gimpexport.c:327
#, c-format
msgid "%s plug-in can only handle RGB or indexed images"
-msgstr "Il plug-in %s può gestire solo immagini RGB o indicizzate"
+msgstr "Il plug-in %s può gestire solo le immagini RGB o indicizzate"
#: ../libgimp/gimpexport.c:337
#, c-format
msgid "%s plug-in can only handle grayscale or indexed images"
msgstr ""
-"Il plug-in %s può gestire solo immagini in scala di grigi o indicizzate"
+"Il plug-in %s può gestire solo le immagini in scala di grigi o indicizzate"
#: ../libgimp/gimpexport.c:348
#, c-format
@@ -221,7 +240,7 @@ msgstr ""
#: ../libgimp/gimpfontselectbutton.c:130
msgid "Font Selection"
-msgstr "Selezione caratteri"
+msgstr "Selezione tipo di carattere"
#: ../libgimp/gimpfontselectbutton.c:145
msgid "Sans"
@@ -307,7 +326,7 @@ msgstr "Ricerca per tipo"
#, c-format
msgid "%d procedure"
msgid_plural "%d procedures"
-msgstr[0] "%d procedure"
+msgstr[0] "%d procedura"
msgstr[1] "%d procedure"
#: ../libgimp/gimpprocbrowserdialog.c:463
@@ -350,9 +369,11 @@ msgstr "Data:"
msgid "Copyright:"
msgstr "Copyright:"
+# era percento, ma il dizionario dice che la
+# grafia separata è più frequente
#: ../libgimp/gimpunitcache.c:57
msgid "percent"
-msgstr "percento"
+msgstr "per cento"
#: ../libgimpbase/gimpbaseenums.c:28
msgid "_White (full opacity)"
@@ -410,13 +431,14 @@ msgstr "Riempi colore SF"
msgid "Pattern fill"
msgstr "Riempimento con motivo"
+# questo e i seguenti simili sono commenti
#: ../libgimpbase/gimpbaseenums.c:128
msgid "Add to the current selection"
-msgstr "Aggiungi alla selezione corrente"
+msgstr "Aggiunge alla selezione corrente"
#: ../libgimpbase/gimpbaseenums.c:129
msgid "Subtract from the current selection"
-msgstr "Sottrai dalla selezione corrente"
+msgstr "Sottrae dalla selezione corrente"
#: ../libgimpbase/gimpbaseenums.c:130
msgid "Replace the current selection"
@@ -442,6 +464,8 @@ msgstr "Blu"
msgid "Gray"
msgstr "Grigio"
+# o indicizzata? nel senso di immagine?
+# boh
#: ../libgimpbase/gimpbaseenums.c:167 ../libgimpbase/gimpbaseenums.c:532
msgid "Indexed"
msgstr "Indicizzato"
@@ -538,17 +562,18 @@ msgstr "Conica (simm.)"
msgid "Conical (asym)"
msgstr "Conica (asimm.)"
+# era "Conformata", ma mi pare errato...
#: ../libgimpbase/gimpbaseenums.c:395
msgid "Shaped (angular)"
-msgstr "Conformata (angolare)"
+msgstr "Sagomata (angolare)"
#: ../libgimpbase/gimpbaseenums.c:396
msgid "Shaped (spherical)"
-msgstr "Conformata (sferica)"
+msgstr "Sagomata (sferica)"
#: ../libgimpbase/gimpbaseenums.c:397
msgid "Shaped (dimpled)"
-msgstr "Conformata (curvata)"
+msgstr "Sagomata (curvata)"
#: ../libgimpbase/gimpbaseenums.c:398
msgid "Spiral (cw)"
@@ -566,26 +591,32 @@ msgstr "Intersezioni (punti)"
msgid "Intersections (crosshairs)"
msgstr "Intersezioni (crocini)"
+# Tratteggiata? nel senso linea?
#: ../libgimpbase/gimpbaseenums.c:432
msgid "Dashed"
msgstr "Tratteggio"
+# vedi sopra
#: ../libgimpbase/gimpbaseenums.c:433
msgid "Double dashed"
msgstr "Doppio tratteggio"
+# vedi sopra
#: ../libgimpbase/gimpbaseenums.c:434
msgid "Solid"
msgstr "Continuo"
+# enumer. per tipo di icona
#: ../libgimpbase/gimpbaseenums.c:463
msgid "Stock ID"
-msgstr "ID blocco"
+msgstr "ID di stock"
+# enumer. per tipo di icona
#: ../libgimpbase/gimpbaseenums.c:464
msgid "Inline pixbuf"
-msgstr "Pixbuf inlinea"
+msgstr "Pixbuf incorporata"
+# enumer. per tipo di icona
#: ../libgimpbase/gimpbaseenums.c:465
msgid "Image file"
msgstr "File immagine"
@@ -634,22 +665,27 @@ msgstr "Cubica"
msgid "Sinc (Lanczos3)"
msgstr "Sinc (Lanczos3)"
+# paint-application-mode
#: ../libgimpbase/gimpbaseenums.c:594
msgid "Constant"
msgstr "Costante"
+# paint-application-mode
#: ../libgimpbase/gimpbaseenums.c:595
msgid "Incremental"
msgstr "Incrementale"
+# repeat-mode
#: ../libgimpbase/gimpbaseenums.c:624 ../modules/display-filter-lcms.c:191
msgid "None"
-msgstr "Nessuno"
+msgstr "Nessuna"
+# repeat-mode
#: ../libgimpbase/gimpbaseenums.c:625
msgid "Sawtooth wave"
msgstr "Onda a dente di sega"
+# repeat-mode
#: ../libgimpbase/gimpbaseenums.c:626
msgid "Triangular wave"
msgstr "Onda triangolare"
@@ -682,6 +718,7 @@ msgstr "Ombre"
msgid "Midtones"
msgstr "Mezzi toni"
+# zone di luce? punti luminosi? punti luce?
#: ../libgimpbase/gimpbaseenums.c:717
msgid "Highlights"
msgstr "Alte luci"
@@ -698,6 +735,8 @@ msgstr "Correttiva (indietro)"
msgid "Adjust"
msgstr "Regola"
+# non mi convince molto anche perché taglia
+# è già Cut(ctrl+x)....
#: ../libgimpbase/gimpbaseenums.c:777
msgid "Clip"
msgstr "Taglia"
@@ -763,7 +802,7 @@ msgstr "Modalità di operazione per la gestione del colore."
#: ../libgimpconfig/gimpcolorconfig.c:44
msgid "The color profile of your (primary) monitor."
-msgstr "Profilo di colore per il monitor (principale)."
+msgstr "Il profilo di colore del monitor (principale)."
#: ../libgimpconfig/gimpcolorconfig.c:46
msgid ""
@@ -771,9 +810,9 @@ msgid ""
"windowing system. The configured monitor profile is then only used as a "
"fallback."
msgstr ""
-"Se attivata, GIMP tenterà di usare il profilo di colore dello schermo "
+"Se attivata, GIMP tenta di usare il profilo di colore dello schermo "
"dall'ambiente grafico. Il profilo del monitor configurato verrà usato solo "
-"in caso di fallimento dell'operazione."
+"come ripiego."
#: ../libgimpconfig/gimpcolorconfig.c:50
msgid "The default RGB working space color profile."
@@ -791,14 +830,14 @@ msgstr ""
#: ../libgimpconfig/gimpcolorconfig.c:56
msgid "Sets how colors are mapped for your display."
-msgstr "Imposta come verranno mappati i colori per il display."
+msgstr "Imposta come sono mappati i colori per il display."
#: ../libgimpconfig/gimpcolorconfig.c:58
msgid ""
"Sets how colors are converted from RGB working space to the print simulation "
"device."
msgstr ""
-"Imposta come i colori saranno convertiti dallo spazio di lavoro RGB al "
+"Imposta come i colori sono convertiti dallo spazio di lavoro RGB al "
"dispositivo di simulazione di stampa."
#: ../libgimpconfig/gimpcolorconfig.c:61
@@ -806,12 +845,12 @@ msgid ""
"When enabled, the print simulation will mark colors which can not be "
"represented in the target color space."
msgstr ""
-"Se abilitata, la simulazione di stampa segnerà i colori che non potranno "
-"essere rappresentati nello spazio di colore del risultato."
+"Se abilitata, la simulazione di stampa contrassegna i colori che non "
+"potranno essere rappresentati nello spazio di colore di destinazione."
#: ../libgimpconfig/gimpcolorconfig.c:64
msgid "The color to use for marking colors which are out of gamut."
-msgstr "Il colore da usare per segnare i colori fuori gamma."
+msgstr "Il colore da usare per contrassegnare i colori fuori gamma."
#: ../libgimpconfig/gimpcolorconfig-enums.c:24
msgid "No color management"
@@ -850,8 +889,7 @@ msgstr "il valore per il token %s non è una stringa UTF-8 valida"
#: ../libgimpconfig/gimpconfig-deserialize.c:436
#, c-format
msgid "expected 'yes' or 'no' for boolean token %s, got '%s'"
-msgstr ""
-"per un token booleano %s era previsto \"yes\" o \"no\" ma è arrivato \"%s\""
+msgstr "atteso \"yes\" o \"no\" per il token booleano %s, ottenuto \"%s\""
#: ../libgimpconfig/gimpconfig-deserialize.c:510
#, c-format
@@ -861,7 +899,7 @@ msgstr "valore \"%s\" non valido per il token %s"
#: ../libgimpconfig/gimpconfig-deserialize.c:525
#, c-format
msgid "invalid value '%ld' for token %s"
-msgstr "valore non valido \"%ld\" per il token %s"
+msgstr "valore \"%ld\" non valido per il token %s"
#: ../libgimpconfig/gimpconfig-deserialize.c:594
#, c-format
@@ -873,18 +911,18 @@ msgstr "durante l'analisi del token \"%s\": %s"
#: ../libgimpconfig/gimpscanner.c:579
#: ../libgimpwidgets/gimpcolorprofilestore.c:656
msgid "fatal parse error"
-msgstr "errore di analisi fatale"
+msgstr "errore di analisi irrimediabile"
#: ../libgimpconfig/gimpconfig-path.c:377
#, c-format
msgid "Cannot expand ${%s}"
-msgstr "Impossibile espandere $(%s)"
+msgstr "Impossibile espandere ${%s}"
#: ../libgimpconfig/gimpconfigwriter.c:78
-#: ../libgimpconfig/gimpconfigwriter.c:693
+#: ../libgimpconfig/gimpconfigwriter.c:718
#, c-format
msgid "Error writing to '%s': %s"
-msgstr "Errore nella scrittura su \"%s\": %s"
+msgstr "Errore nello scrivere su \"%s\": %s"
#: ../libgimpconfig/gimpconfigwriter.c:136
#, c-format
@@ -896,25 +934,26 @@ msgstr "Impossibile creare il file temporaneo per \"%s\": %s"
msgid "Could not open '%s' for writing: %s"
msgstr "Impossibile aprire \"%s\" in scrittura: %s"
-#: ../libgimpconfig/gimpconfigwriter.c:674
+#: ../libgimpconfig/gimpconfigwriter.c:679
+#: ../libgimpconfig/gimpconfigwriter.c:699
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
"The original file has not been touched."
msgstr ""
-"Errore nella scrittura su file temporaneo per \"%s\": %s\n"
+"Errore nello scrivere sul file temporaneo per \"%s\": %s\n"
"Il file originale non è stato toccato."
-#: ../libgimpconfig/gimpconfigwriter.c:682
+#: ../libgimpconfig/gimpconfigwriter.c:707
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
"No file has been created."
msgstr ""
-"Errore nella scrittura su file temporaneo per \"%s\": %s\n"
+"Errore nello scrivere sul file temporaneo per \"%s\": %s\n"
"Non è stato creato alcun file."
-#: ../libgimpconfig/gimpconfigwriter.c:711
+#: ../libgimpconfig/gimpconfigwriter.c:731
#, c-format
msgid "Could not create '%s': %s"
msgstr "Impossibile creare \"%s\": %s"
@@ -927,7 +966,7 @@ msgstr "stringa UTF-8 non valida"
#: ../libgimpconfig/gimpscanner.c:606
#, c-format
msgid "Error while parsing '%s' in line %d: %s"
-msgstr "Errore durante l'elaborazione di \"%s\" alla riga %d: %s"
+msgstr "Errore durante l'analisi di \"%s\" alla riga %d: %s"
#: ../libgimpmodule/gimpmodule.c:153 ../libgimpmodule/gimpmodule.c:171
#: ../libgimpmodule/gimpmodule.c:280 ../libgimpmodule/gimpmodule.c:307
@@ -946,7 +985,7 @@ msgstr "Caricato"
#: ../libgimpmodule/gimpmodule.c:377
msgid "Load failed"
-msgstr "Caricamento fallito"
+msgstr "Caricamento non riuscito"
#: ../libgimpmodule/gimpmodule.c:378
msgid "Not loaded"
@@ -965,12 +1004,12 @@ msgstr ""
#: ../libgimpthumb/gimpthumb-utils.c:247 ../libgimpthumb/gimpthumb-utils.c:315
#, c-format
msgid "Failed to create thumbnail folder '%s'."
-msgstr "Fallita la creazione della cartella per le miniature \"%s\"."
+msgstr "Creazione della cartella \"%s\" per le miniature non riuscita."
#: ../libgimpthumb/gimpthumbnail.c:498
#, c-format
msgid "Thumbnail contains no Thumb::URI tag"
-msgstr "La miniatura non contiene la tag Thumb::URI"
+msgstr "La miniatura non contiene il tag Thumb::URI"
#: ../libgimpthumb/gimpthumbnail.c:898
#, c-format
@@ -1023,8 +1062,8 @@ msgid ""
"Hexadecimal color notation as used in HTML and CSS. This entry also accepts "
"CSS color names."
msgstr ""
-"Notazione colore esadecimale come si usa in HTML e nei CSS. Questa voce "
-"accetta anche i nomi di colore CSS."
+"Notazione colore esadecimale come si usa in HTML e CSS. Questa voce accetta "
+"anche i nomi di colore CSS."
#: ../libgimpwidgets/gimpcolorselection.c:292
msgid "HTML _notation:"
@@ -1066,11 +1105,12 @@ msgstr "Gigabyte"
#: ../libgimpwidgets/gimppageselector.c:269
#: ../libgimpwidgets/gimppageselector.c:1166
msgid "Nothing selected"
-msgstr "Selezione nulla"
+msgstr "Nessuna selezione"
+# usato accelerato gtk+
#: ../libgimpwidgets/gimppageselector.c:287
msgid "Select _All"
-msgstr "Selezion_a tutto"
+msgstr "_Seleziona tutto"
#: ../libgimpwidgets/gimppageselector.c:307
msgid "Select _range:"
@@ -1092,15 +1132,15 @@ msgstr "Pagina %d"
#: ../libgimpwidgets/gimppageselector.c:1171
msgid "One page selected"
-msgstr "Una pagina selezionata"
+msgstr "Selezionata una pagina"
#: ../libgimpwidgets/gimppageselector.c:1178
#: ../libgimpwidgets/gimppageselector.c:1182
#, c-format
msgid "%d page selected"
msgid_plural "All %d pages selected"
-msgstr[0] "%d pagina selezionata"
-msgstr[1] "%d pagine selezionate"
+msgstr[0] "Selezionata %d pagina"
+msgstr[1] "Selezionate tutte le pagine (%d)"
#: ../libgimpwidgets/gimppatheditor.c:214
msgid "Writable"
@@ -1170,10 +1210,9 @@ msgstr "Incolla come nuovo"
msgid "Paste Into"
msgstr "Incolla dentro"
-# Un'altra traduzione per reset potrebbe essere "Azzera" -Luca
#: ../libgimpwidgets/gimpstock.c:119
msgid "_Reset"
-msgstr "_Reimposta"
+msgstr "Azze_ra"
#: ../libgimpwidgets/gimpstock.c:120
msgid "Visible"
@@ -1217,7 +1256,7 @@ msgstr "_Inclina"
#: ../libgimpwidgets/gimpunitmenu.c:266
msgid "More..."
-msgstr "Altri..."
+msgstr "Altro..."
#: ../libgimpwidgets/gimpunitmenu.c:581
msgid "Unit Selection"
@@ -1237,8 +1276,7 @@ msgid ""
"a given \"random\" operation"
msgstr ""
"Usare questo valore per la generazione del seme di casualità - questo "
-"permette \n"
-"di ripetere una data operazione \"casuale\""
+"permette di ripetere una data operazione \"casuale\""
#: ../libgimpwidgets/gimpwidgets.c:515
msgid "_New Seed"
@@ -1354,7 +1392,7 @@ msgstr "_Gamma:"
#: ../modules/display-filter-high-contrast.c:90
msgid "High Contrast color display filter"
-msgstr "Filtro di visualizzazione colore ad alto contrasto"
+msgstr "Filtro di visualizzazione colore a contrasto elevato"
#: ../modules/display-filter-high-contrast.c:129
msgid "Contrast"
@@ -1387,7 +1425,7 @@ msgstr "Modalità di operazione:"
#: ../modules/display-filter-lcms.c:233
msgid "Image profile:"
-msgstr "Profilo immagine:"
+msgstr "Profilo dell'immagine:"
#: ../modules/display-filter-lcms.c:241
msgid "Monitor profile:"
@@ -1399,7 +1437,7 @@ msgstr "Profilo di simulazione di stampa:"
#: ../modules/display-filter-proof.c:97
msgid "Color proof filter using ICC color profile"
-msgstr "Fitro a prova di colore usando i profili di colore ICC"
+msgstr "Filtro a prova di colore usando i profili di colore ICC"
#: ../modules/display-filter-proof.c:145
msgid "Color Proof"
@@ -1407,7 +1445,7 @@ msgstr "Prova di colore"
#: ../modules/display-filter-proof.c:311
msgid "Choose an ICC Color Profile"
-msgstr "Scegli un profilo di colore ICC"
+msgstr "Scegliere un profilo di colore ICC"
#: ../modules/display-filter-proof.c:338
msgid "All files (*.*)"
@@ -1515,11 +1553,11 @@ msgstr "Acquerelli"
msgid "Pressure"
msgstr "Pressione"
-#: ../modules/color-selector-wheel.c:98
+#: ../modules/color-selector-wheel.c:103
msgid "HSV color wheel"
msgstr "Ruota di colori HSV"
-#: ../modules/color-selector-wheel.c:129
+#: ../modules/color-selector-wheel.c:134
msgid "Wheel"
msgstr "Ruota"
@@ -1619,7 +1657,7 @@ msgstr "A sinistra spostamento X"
#: ../modules/controller-linux-input.c:91
#: ../modules/controller-dx-dinput.c:446
msgid "X Move Right"
-msgstr "A destra Spostamento X"
+msgstr "A destra spostamento X"
#: ../modules/controller-linux-input.c:92
msgid "Y Move Forward"
@@ -1675,6 +1713,12 @@ msgstr "Marcia indietro rotella orizzontale"
msgid "Horiz. Wheel Turn Forward"
msgstr "Marcia avanti rotella orizzontale"
+# { REL_DIAL, "dial-turn-left", N_("Dial Turn Left")
+# },
+# { REL_DIAL, "dial-turn-right", N_("Dial Turn Right")
+# },
+#
+# e trovando REL_DIAL nei sorgenti di un modulo del kernel Linux, credo che si riferisca ad apparecchi come http://en.wikipedia.org/wiki/Griffin_PowerMate
#: ../modules/controller-linux-input.c:106
msgid "Dial Turn Left"
msgstr "Tasto a sinistra"
@@ -1821,7 +1865,7 @@ msgstr "Il nome del dispositivo da cui leggere gli eventi MIDI."
#: ../modules/controller-midi.c:206
msgid "Enter 'alsa' to use the ALSA sequencer."
-msgstr "Immettere 'alsa' per usare il sequencer ALSA."
+msgstr "Inserire \"alsa\" per usare il sequencer ALSA."
#: ../modules/controller-midi.c:221
msgid "Channel:"
diff --git a/po-libgimp/ja.po b/po-libgimp/ja.po
index a4a0617d34..7f5be32dd4 100644
--- a/po-libgimp/ja.po
+++ b/po-libgimp/ja.po
@@ -1,23 +1,24 @@
# Japanese message table for GIMP 2.0
-# Copyright (C) 1998-2005,2008 Free Software Foundation, Inc.
+# Copyright (C) 1998-2005,2008-2009 Free Software Foundation, Inc.
# SHIRASAKI Yasuhiro , 1998-2001, 2004.
# Ryoichi INAGAKI , 2003, 2004.
# Tadashi Jokagi , 2005.
# OKANO Takayoshi , 2005.
-# Nishibori Kiyotaka , 2008
+# Nishibori Kiyotaka , 2008-2009.
#
msgid ""
msgstr ""
-"Project-Id-Version: gimp trunk\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-01 11:08+0900\n"
-"PO-Revision-Date: 2008-10-30 23:08+0900\n"
+"Project-Id-Version: gimp gimp-2-6\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gimp&component=Internationalisation\n"
+"POT-Creation-Date: 2009-10-03 21:11+0900\n"
+"PO-Revision-Date: 2009-10-03 21:20+0900\n"
"Last-Translator: Nishibori Kiyotaka \n"
-"Language-Team: Japanese \n"
+"Language-Team: Japanese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#. procedure executed successfully
#: ../libgimp/gimp.c:1045
@@ -304,7 +305,6 @@ msgstr "型で検索中"
msgid "%d procedure"
msgid_plural "%d procedures"
msgstr[0] "%d 個のプロシージャ"
-msgstr[1] "%d 個のプロシージャ"
#: ../libgimp/gimpprocbrowserdialog.c:463
msgid "No matches for your query"
@@ -315,7 +315,6 @@ msgstr "条件に合致するものがありません"
msgid "%d procedure matches your query"
msgid_plural "%d procedures match your query"
msgstr[0] "%d 個のプロシージャが合致しました"
-msgstr[1] "%d 個のプロシージャが合致しました"
#. count label
#: ../libgimp/gimpprocbrowserdialog.c:516 ../libgimpwidgets/gimpbrowser.c:114
@@ -876,7 +875,7 @@ msgid "Cannot expand ${%s}"
msgstr "${%s} を展開できません"
#: ../libgimpconfig/gimpconfigwriter.c:78
-#: ../libgimpconfig/gimpconfigwriter.c:693
+#: ../libgimpconfig/gimpconfigwriter.c:718
#, c-format
msgid "Error writing to '%s': %s"
msgstr ""
@@ -900,7 +899,8 @@ msgstr ""
"(詳細または原因は次のとおりです)\n"
" %s"
-#: ../libgimpconfig/gimpconfigwriter.c:674
+#: ../libgimpconfig/gimpconfigwriter.c:679
+#: ../libgimpconfig/gimpconfigwriter.c:699
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -912,7 +912,7 @@ msgstr ""
"\n"
"元ファイルは変更されていません"
-#: ../libgimpconfig/gimpconfigwriter.c:682
+#: ../libgimpconfig/gimpconfigwriter.c:707
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -924,7 +924,7 @@ msgstr ""
"\n"
"ファイルは作成されませんでした"
-#: ../libgimpconfig/gimpconfigwriter.c:711
+#: ../libgimpconfig/gimpconfigwriter.c:731
#, c-format
msgid "Could not create '%s': %s"
msgstr ""
@@ -1123,7 +1123,6 @@ msgstr "1 ページを選択"
msgid "%d page selected"
msgid_plural "All %d pages selected"
msgstr[0] "%d ページを選択"
-msgstr[1] "複数ページ(%dページ)を選択"
#: ../libgimpwidgets/gimppatheditor.c:214
msgid "Writable"
@@ -1159,7 +1158,6 @@ msgstr "プレビュー(_P)"
msgid "This text input field is limited to %d character."
msgid_plural "This text input field is limited to %d characters."
msgstr[0] "この文字入力フィールドは %d 文字に制限されています。"
-msgstr[1] "この文字入力フィールドは %d 文字に制限されています。"
#: ../libgimpwidgets/gimpstock.c:112
msgid "Anchor"
@@ -1896,7 +1894,6 @@ msgstr "GIMP MIDI 入力コントローラ"
#~ msgid "%d Byte"
#~ msgid_plural "%d Bytes"
#~ msgstr[0] "%d バイト"
-#~ msgstr[1] "%d バイト"
#~ msgid "%.2f KB"
#~ msgstr "%.2f KB"
diff --git a/po-libgimp/nn.po b/po-libgimp/nn.po
index e63519da01..e308bb1009 100644
--- a/po-libgimp/nn.po
+++ b/po-libgimp/nn.po
@@ -3,10 +3,10 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp 2.4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-12 15:26+0100\n"
-"PO-Revision-Date: 2008-03-05 21:54+0100\n"
-"Last-Translator: Kolbjørn Stuestøl \n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n"
+"POT-Creation-Date: 2009-04-17 09:06+0000\n"
+"PO-Revision-Date: 2009-06-12 18:12+0100\n"
+"Last-Translator: Kolbjørn Stuestøl \n"
"Language-Team: Kolbjørn Stuestøl \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -15,6 +15,26 @@ msgstr ""
"X-Poedit-Country: NORWAY\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#. procedure executed successfully
+#: ../libgimp/gimp.c:1045
+msgid "success"
+msgstr "vellukka"
+
+#. procedure execution failed
+#: ../libgimp/gimp.c:1049
+msgid "execution error"
+msgstr "utføringsfeil"
+
+#. procedure called incorrectly
+#: ../libgimp/gimp.c:1053
+msgid "calling error"
+msgstr "oppkallsfeil"
+
+#. procedure execution cancelled
+#: ../libgimp/gimp.c:1057
+msgid "cancelled"
+msgstr "avbrote"
+
#: ../libgimp/gimpbrushselectbutton.c:170
msgid "Brush Selection"
msgstr "Penselval"
@@ -24,32 +44,37 @@ msgstr "Penselval"
msgid "_Browse..."
msgstr "_Bla gjennom..."
-#: ../libgimp/gimpexport.c:217 ../libgimp/gimpexport.c:253
+#: ../libgimp/gimpexport.c:217
+#: ../libgimp/gimpexport.c:253
#, c-format
msgid "%s plug-in can't handle layers"
msgstr "Programtillegget %s kan ikkje handtere lag"
-#: ../libgimp/gimpexport.c:218 ../libgimp/gimpexport.c:227
-#: ../libgimp/gimpexport.c:236 ../libgimp/gimpexport.c:254
+#: ../libgimp/gimpexport.c:218
+#: ../libgimp/gimpexport.c:227
+#: ../libgimp/gimpexport.c:236
+#: ../libgimp/gimpexport.c:254
msgid "Merge Visible Layers"
msgstr "Flett saman synlege lag"
#: ../libgimp/gimpexport.c:226
#, c-format
msgid "%s plug-in can't handle layer offsets, size or opacity"
-msgstr ""
-"Programtillegget %s kan ikkje handtere lagforskyving, storleik og dekkevne"
+msgstr "Programtillegget %s kan ikkje handtere lagforskyving, storleik og dekkevne"
-#: ../libgimp/gimpexport.c:235 ../libgimp/gimpexport.c:244
+#: ../libgimp/gimpexport.c:235
+#: ../libgimp/gimpexport.c:244
#, c-format
msgid "%s plug-in can only handle layers as animation frames"
msgstr "Programtillegget %s kan bare handtere lag som animasjonsrammer"
-#: ../libgimp/gimpexport.c:236 ../libgimp/gimpexport.c:245
+#: ../libgimp/gimpexport.c:236
+#: ../libgimp/gimpexport.c:245
msgid "Save as Animation"
msgstr "Lagra som animasjon"
-#: ../libgimp/gimpexport.c:245 ../libgimp/gimpexport.c:254
+#: ../libgimp/gimpexport.c:245
+#: ../libgimp/gimpexport.c:254
#: ../libgimp/gimpexport.c:263
msgid "Flatten Image"
msgstr "Flat ut biletet"
@@ -73,7 +98,8 @@ msgstr "Legg til lagmasker"
msgid "%s plug-in can only handle RGB images"
msgstr "Programtillegget %s kan bare handtere RGB-bilete"
-#: ../libgimp/gimpexport.c:281 ../libgimp/gimpexport.c:319
+#: ../libgimp/gimpexport.c:281
+#: ../libgimp/gimpexport.c:319
#: ../libgimp/gimpexport.c:328
msgid "Convert to RGB"
msgstr "Konverter til RGB"
@@ -83,7 +109,8 @@ msgstr "Konverter til RGB"
msgid "%s plug-in can only handle grayscale images"
msgstr "Programtillegget %s kan bare handtere gråtonebilete"
-#: ../libgimp/gimpexport.c:290 ../libgimp/gimpexport.c:319
+#: ../libgimp/gimpexport.c:290
+#: ../libgimp/gimpexport.c:319
#: ../libgimp/gimpexport.c:340
msgid "Convert to Grayscale"
msgstr "Konverter til gråtoner"
@@ -93,7 +120,8 @@ msgstr "Konverter til gråtoner"
msgid "%s plug-in can only handle indexed images"
msgstr "Programtillegget %s kan bare handtere indekserte bilete"
-#: ../libgimp/gimpexport.c:299 ../libgimp/gimpexport.c:328
+#: ../libgimp/gimpexport.c:299
+#: ../libgimp/gimpexport.c:328
#: ../libgimp/gimpexport.c:338
msgid ""
"Convert to Indexed using default settings\n"
@@ -105,8 +133,7 @@ msgstr ""
#: ../libgimp/gimpexport.c:308
#, c-format
msgid "%s plug-in can only handle bitmap (two color) indexed images"
-msgstr ""
-"Programtillegget %s kan bare handtere indekserte punktbilet (to fargar)"
+msgstr "Programtillegget %s kan bare handtere indekserte punktbilet (to fargar)"
#: ../libgimp/gimpexport.c:309
msgid ""
@@ -163,16 +190,13 @@ msgstr "_Eksporter"
#. the headline
#: ../libgimp/gimpexport.c:499
#, c-format
-msgid ""
-"Your image should be exported before it can be saved as %s for the following "
-"reasons:"
+msgid "Your image should be exported before it can be saved as %s for the following reasons:"
msgstr "Du bør eksportera biletet før du lagrar det som %s fordi:"
#. the footline
#: ../libgimp/gimpexport.c:573
msgid "The export conversion won't modify your original image."
-msgstr ""
-"Endringane gjort for å eksportera biletet vil ikkje endra originalbiletet."
+msgstr "Endringane gjort for å eksportera biletet vil ikkje endra originalbiletet."
#: ../libgimp/gimpexport.c:673
#, c-format
@@ -204,7 +228,8 @@ msgstr "Sans"
msgid "Gradient Selection"
msgstr "Val av fargeovergang"
-#: ../libgimp/gimpmenu.c:450 ../libgimpwidgets/gimpintstore.c:239
+#: ../libgimp/gimpmenu.c:450
+#: ../libgimpwidgets/gimpintstore.c:239
msgid "(Empty)"
msgstr "(Tom)"
@@ -295,7 +320,8 @@ msgstr[0] "1 prosedyre passa til spørringa"
msgstr[1] "%d prosedyrar passa til spørringa"
#. count label
-#: ../libgimp/gimpprocbrowserdialog.c:516 ../libgimpwidgets/gimpbrowser.c:114
+#: ../libgimp/gimpprocbrowserdialog.c:516
+#: ../libgimpwidgets/gimpbrowser.c:114
msgid "No matches"
msgstr "Ingen treff"
@@ -311,15 +337,15 @@ msgstr "Returverdiar"
msgid "Additional Information"
msgstr "Tilleggsinformasjon"
-#: ../libgimp/gimpprocview.c:210
+#: ../libgimp/gimpprocview.c:209
msgid "Author:"
msgstr "Forfattar:"
-#: ../libgimp/gimpprocview.c:222
+#: ../libgimp/gimpprocview.c:221
msgid "Date:"
msgstr "Dato:"
-#: ../libgimp/gimpprocview.c:234
+#: ../libgimp/gimpprocview.c:233
msgid "Copyright:"
msgstr "Opphavsrett:"
@@ -399,15 +425,18 @@ msgstr "Erstatt det gjeldande utvalet"
msgid "Intersect with the current selection"
msgstr "Snitt med det gjeldande utvalet"
-#: ../libgimpbase/gimpbaseenums.c:163 ../libgimpwidgets/gimpwidgetsenums.c:126
+#: ../libgimpbase/gimpbaseenums.c:163
+#: ../libgimpwidgets/gimpwidgetsenums.c:126
msgid "Red"
msgstr "Raud"
-#: ../libgimpbase/gimpbaseenums.c:164 ../libgimpwidgets/gimpwidgetsenums.c:127
+#: ../libgimpbase/gimpbaseenums.c:164
+#: ../libgimpwidgets/gimpwidgetsenums.c:127
msgid "Green"
msgstr "Grøn"
-#: ../libgimpbase/gimpbaseenums.c:165 ../libgimpwidgets/gimpwidgetsenums.c:128
+#: ../libgimpbase/gimpbaseenums.c:165
+#: ../libgimpwidgets/gimpwidgetsenums.c:128
msgid "Blue"
msgstr "Blå"
@@ -415,11 +444,13 @@ msgstr "Blå"
msgid "Gray"
msgstr "Grå"
-#: ../libgimpbase/gimpbaseenums.c:167 ../libgimpbase/gimpbaseenums.c:532
+#: ../libgimpbase/gimpbaseenums.c:167
+#: ../libgimpbase/gimpbaseenums.c:532
msgid "Indexed"
msgstr "Indeksert"
-#: ../libgimpbase/gimpbaseenums.c:168 ../libgimpwidgets/gimpwidgetsenums.c:129
+#: ../libgimpbase/gimpbaseenums.c:168
+#: ../libgimpwidgets/gimpwidgetsenums.c:129
msgid "Alpha"
msgstr "Alfa"
@@ -499,7 +530,8 @@ msgstr "Bi-lineær"
msgid "Radial"
msgstr "Radial"
-#: ../libgimpbase/gimpbaseenums.c:392 ../libgimpwidgets/gimpwidgetsenums.c:24
+#: ../libgimpbase/gimpbaseenums.c:392
+#: ../libgimpwidgets/gimpwidgetsenums.c:24
msgid "Square"
msgstr "Firkanta"
@@ -568,7 +600,8 @@ msgstr "Biletfil"
msgid "RGB color"
msgstr "RGB-farge"
-#: ../libgimpbase/gimpbaseenums.c:495 ../libgimpbase/gimpbaseenums.c:530
+#: ../libgimpbase/gimpbaseenums.c:495
+#: ../libgimpbase/gimpbaseenums.c:530
msgid "Grayscale"
msgstr "Gråtoner"
@@ -616,7 +649,8 @@ msgstr "Konstant"
msgid "Incremental"
msgstr "Aukande"
-#: ../libgimpbase/gimpbaseenums.c:624 ../modules/cdisplay_lcms.c:195
+#: ../libgimpbase/gimpbaseenums.c:624
+#: ../modules/display-filter-lcms.c:191
msgid "None"
msgstr "Ingen"
@@ -684,77 +718,52 @@ msgstr "Beskjer til resultatet"
msgid "Crop with aspect"
msgstr "Beskjer med sideforhold"
-#: ../libgimpbase/gimpbaseenums.c:882
+#: ../libgimpbase/gimpbaseenums.c:909
msgid "Internal GIMP procedure"
msgstr "Intern GIMP-prosedyre"
-#: ../libgimpbase/gimpbaseenums.c:883
+#: ../libgimpbase/gimpbaseenums.c:910
msgid "GIMP Plug-In"
msgstr "Programtillegg for GIMP"
-#: ../libgimpbase/gimpbaseenums.c:884
+#: ../libgimpbase/gimpbaseenums.c:911
msgid "GIMP Extension"
msgstr "GIMP-utviding"
-#: ../libgimpbase/gimpbaseenums.c:885
+#: ../libgimpbase/gimpbaseenums.c:912
msgid "Temporary Procedure"
msgstr "Midlartidig prosedyre"
-#: ../libgimpbase/gimpmemsize.c:180
-#, c-format
-msgid "%d Byte"
-msgid_plural "%d Bytes"
-msgstr[0] "%d byte"
-msgstr[1] "%d byte"
+#: ../libgimpbase/gimpbaseenums.c:1074
+msgid "From left to right"
+msgstr "Får venstre til høgre"
-#: ../libgimpbase/gimpmemsize.c:186
-#, c-format
-msgid "%.2f KB"
-msgstr "%.2f KB"
+#: ../libgimpbase/gimpbaseenums.c:1075
+msgid "From right to left"
+msgstr "Frå høgre til venstre"
-#: ../libgimpbase/gimpmemsize.c:190
-#, c-format
-msgid "%.1f KB"
-msgstr "%.1f KB"
+#: ../libgimpbase/gimpbaseenums.c:1105
+msgid "Left justified"
+msgstr "Venstrejustert"
-#: ../libgimpbase/gimpmemsize.c:194
-#, c-format
-msgid "%d KB"
-msgstr "%d KB"
+#: ../libgimpbase/gimpbaseenums.c:1106
+msgid "Right justified"
+msgstr "Høgrejustert"
-#: ../libgimpbase/gimpmemsize.c:201
-#, c-format
-msgid "%.2f MB"
-msgstr "%.2f MB"
+#: ../libgimpbase/gimpbaseenums.c:1107
+#| msgid "C_enter"
+msgid "Centered"
+msgstr "Sentrert"
-#: ../libgimpbase/gimpmemsize.c:205
-#, c-format
-msgid "%.1f MB"
-msgstr "%.1f MB"
+#: ../libgimpbase/gimpbaseenums.c:1108
+msgid "Filled"
+msgstr "Fylt"
-#: ../libgimpbase/gimpmemsize.c:209
-#, c-format
-msgid "%d MB"
-msgstr "%d MB"
-
-#: ../libgimpbase/gimpmemsize.c:216
-#, c-format
-msgid "%.2f GB"
-msgstr "%.2f GB"
-
-#: ../libgimpbase/gimpmemsize.c:220
-#, c-format
-msgid "%.1f GB"
-msgstr "%.1f GB"
-
-#: ../libgimpbase/gimpmemsize.c:224
-#, c-format
-msgid "%d GB"
-msgstr "%d GB"
-
-#: ../libgimpbase/gimputils.c:170 ../libgimpbase/gimputils.c:175
-#: ../modules/cdisplay_lcms.c:187 ../modules/colorsel_cmyk_lcms.c:411
-#: ../modules/colorsel_cmyk_lcms.c:417
+#: ../libgimpbase/gimputils.c:170
+#: ../libgimpbase/gimputils.c:175
+#: ../modules/display-filter-lcms.c:183
+#: ../modules/color-selector-cmyk-lcms.c:407
+#: ../modules/color-selector-cmyk-lcms.c:413
msgid "(invalid UTF-8 string)"
msgstr "(ugyldig «UTF-8»-streng)"
@@ -767,14 +776,8 @@ msgid "The color profile of your (primary) monitor."
msgstr "Fargeprofilen for (primær)skjermen"
#: ../libgimpconfig/gimpcolorconfig.c:46
-msgid ""
-"When enabled, GIMP will try to use the display color profile from the "
-"windowing system. The configured monitor profile is then only used as a "
-"fallback."
-msgstr ""
-"Dersom denne er aktivisert, vil GIMP prøve å bruke fargevisingsprofilen frå "
-"vindaugesystemet. Skjermprofilen blir då bare brukt for å ha noe å falle "
-"tilbake på."
+msgid "When enabled, GIMP will try to use the display color profile from the windowing system. The configured monitor profile is then only used as a fallback."
+msgstr "Dersom denne er aktivert, vil GIMP prøve å bruke fargevisingsprofilen frå vindaugesystemet. Skjermprofilen blir då bare brukt for å ha noe å falle tilbake på."
#: ../libgimpconfig/gimpcolorconfig.c:50
msgid "The default RGB working space color profile."
@@ -786,33 +789,23 @@ msgstr "Fargeprofilen CMYK blir brukt for å omforma mellom RGB og CMYK"
#: ../libgimpconfig/gimpcolorconfig.c:54
msgid "The color profile used for simulating a printed version (softproof)."
-msgstr ""
-"Fargeprofilen som blir brukt for å simulera ein utskriven versjon (softproof)"
+msgstr "Fargeprofilen som blir brukt for å simulera ein utskriven versjon (softproof)"
#: ../libgimpconfig/gimpcolorconfig.c:56
msgid "Sets how colors are mapped for your display."
msgstr "Bestemmer korleis fargane blir vist på skjermen"
#: ../libgimpconfig/gimpcolorconfig.c:58
-msgid ""
-"Sets how colors are converted from RGB working space to the print simulation "
-"device."
-msgstr ""
-"Bestemmer korleis fargane blir omforma frå RGB-arbeidsområdet til "
-"utskriftsimuleringsutstyret."
+msgid "Sets how colors are converted from RGB working space to the print simulation device."
+msgstr "Bestemmer korleis fargane blir omforma frå RGB-arbeidsområdet til utskriftsimuleringsutstyret."
#: ../libgimpconfig/gimpcolorconfig.c:61
-msgid ""
-"When enabled, the print simulation will mark colors which can not be "
-"represented in the target color space."
-msgstr ""
-"Utskriftsimuleringa vil gi dei fargane som ikkje finst i fargeområdet for "
-"utskrifta den fargen du har vald i ruta til høgre.."
+msgid "When enabled, the print simulation will mark colors which can not be represented in the target color space."
+msgstr "Utskriftsimuleringa vil gi dei fargane som ikkje finst i fargeområdet for utskrifta den fargen du har vald i ruta til høgre.."
#: ../libgimpconfig/gimpcolorconfig.c:64
msgid "The color to use for marking colors which are out of gamut."
-msgstr ""
-"Fargen som skal brukast for å merke fargar som ikkje finst i fargeområdet."
+msgstr "Fargen som skal brukast for å merke fargar som ikkje finst i fargeområdet."
#: ../libgimpconfig/gimpcolorconfig-enums.c:24
msgid "No color management"
@@ -869,9 +862,10 @@ msgid "while parsing token '%s': %s"
msgstr "under tolking av «%s»: %s"
#: ../libgimpconfig/gimpconfig-iface.c:474
-#: ../libgimpconfig/gimpconfig-iface.c:487 ../libgimpconfig/gimpscanner.c:498
+#: ../libgimpconfig/gimpconfig-iface.c:487
+#: ../libgimpconfig/gimpscanner.c:498
#: ../libgimpconfig/gimpscanner.c:579
-#: ../libgimpwidgets/gimpcolorprofilestore.c:654
+#: ../libgimpwidgets/gimpcolorprofilestore.c:656
msgid "fatal parse error"
msgstr "fatal tolkingsfeil"
@@ -881,7 +875,7 @@ msgid "Cannot expand ${%s}"
msgstr "Kan ikkje utvida $(%s)"
#: ../libgimpconfig/gimpconfigwriter.c:78
-#: ../libgimpconfig/gimpconfigwriter.c:693
+#: ../libgimpconfig/gimpconfigwriter.c:718
#, c-format
msgid "Error writing to '%s': %s"
msgstr "Feil under skriving av «%s»: %s"
@@ -896,7 +890,8 @@ msgstr "Kunne ikkje oppretta ei mellombels fil for «%s»: %s"
msgid "Could not open '%s' for writing: %s"
msgstr "Kan ikkje opna «%s» for skriving: %s"
-#: ../libgimpconfig/gimpconfigwriter.c:674
+#: ../libgimpconfig/gimpconfigwriter.c:679
+#: ../libgimpconfig/gimpconfigwriter.c:699
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -905,7 +900,7 @@ msgstr ""
"Feil ved skriving til mellombels fil for «%s»: %s\n"
"Originalfila er uforandra."
-#: ../libgimpconfig/gimpconfigwriter.c:682
+#: ../libgimpconfig/gimpconfigwriter.c:707
#, c-format
msgid ""
"Error writing to temporary file for '%s': %s\n"
@@ -914,7 +909,7 @@ msgstr ""
"Feil under skriving til mellombels fil for «%s»: %s\n"
"Det blei ikkje oppratta ny fil."
-#: ../libgimpconfig/gimpconfigwriter.c:711
+#: ../libgimpconfig/gimpconfigwriter.c:731
#, c-format
msgid "Could not create '%s': %s"
msgstr "Kunne ikkje oppretta «%s»: %s"
@@ -931,8 +926,10 @@ msgstr ""
"Feil ved tolking av «%s» i linje %d:\n"
" %s"
-#: ../libgimpmodule/gimpmodule.c:153 ../libgimpmodule/gimpmodule.c:171
-#: ../libgimpmodule/gimpmodule.c:280 ../libgimpmodule/gimpmodule.c:307
+#: ../libgimpmodule/gimpmodule.c:153
+#: ../libgimpmodule/gimpmodule.c:171
+#: ../libgimpmodule/gimpmodule.c:280
+#: ../libgimpmodule/gimpmodule.c:307
#: ../libgimpmodule/gimpmodule.c:418
#, c-format
msgid "Module '%s' load error: %s"
@@ -954,7 +951,7 @@ msgstr "Lastinga mislukka"
msgid "Not loaded"
msgstr "Ikkje lasta"
-#: ../libgimpthumb/gimpthumb-utils.c:125
+#: ../libgimpthumb/gimpthumb-utils.c:123
#, c-format
msgid ""
"Cannot determine a valid home directory.\n"
@@ -963,7 +960,8 @@ msgstr ""
"Fann ikkje ein gyldig heimekatalog.\n"
"Miniatyrane blei lagra i mappa for temporære filer (%s) i staden."
-#: ../libgimpthumb/gimpthumb-utils.c:249 ../libgimpthumb/gimpthumb-utils.c:317
+#: ../libgimpthumb/gimpthumb-utils.c:247
+#: ../libgimpthumb/gimpthumb-utils.c:315
#, c-format
msgid "Failed to create thumbnail folder '%s'."
msgstr "Kunne ikkje oppretta miniatyrbiletmappa «%s.»"
@@ -971,7 +969,7 @@ msgstr "Kunne ikkje oppretta miniatyrbiletmappa «%s.»"
#: ../libgimpthumb/gimpthumbnail.c:498
#, c-format
msgid "Thumbnail contains no Thumb::URI tag"
-msgstr ""
+msgstr "Miniatyren inneheld ingen «Thumb::URI»-tag"
#: ../libgimpthumb/gimpthumbnail.c:898
#, c-format
@@ -1003,7 +1001,9 @@ msgid "Select color profile from disk..."
msgstr "Vel fargeprofil frå disk..."
#: ../libgimpwidgets/gimpcolorprofilestore.c:280
-msgid "profile|None"
+#| msgid "None"
+msgctxt "profile"
+msgid "None"
msgstr "Ingen"
#: ../libgimpwidgets/gimpcolorscales.c:98
@@ -1019,17 +1019,17 @@ msgid "Old:"
msgstr "Gammal:"
#: ../libgimpwidgets/gimpcolorselection.c:286
-msgid ""
-"Hexadecimal color notation as used in HTML and CSS. This entry also accepts "
-"CSS color names."
-msgstr ""
-"Hexadesimal fargenotasjon slik som brukt i HTML og CSS. Du kan også bruke "
-"CSS fargenamn."
+msgid "Hexadecimal color notation as used in HTML and CSS. This entry also accepts CSS color names."
+msgstr "Hexadesimal fargenotasjon slik som brukt i HTML og CSS. Du kan også bruke CSS fargenamn."
#: ../libgimpwidgets/gimpcolorselection.c:292
msgid "HTML _notation:"
msgstr "HTML-_notasjon:"
+#: ../libgimpwidgets/gimphelpui.c:420
+msgid "Press F1 for more help"
+msgstr "Trykk F1 for meir hjelp"
+
#: ../libgimpwidgets/gimpfileentry.c:174
msgid "Open a file selector to browse your folders"
msgstr "Opnar ein filveljar slik at du kan sjå gjennom mappene dine."
@@ -1107,12 +1107,8 @@ msgid "Folder"
msgstr "Mappe"
#: ../libgimpwidgets/gimppickbutton.c:107
-msgid ""
-"Click the eyedropper, then click a color anywhere on your screen to select "
-"that color."
-msgstr ""
-"Klikk på fargeplukkaren. Deretter kan du klikka kvar som helst på skjermen "
-"for å velje farge."
+msgid "Click the eyedropper, then click a color anywhere on your screen to select that color."
+msgstr "Klikk på fargeplukkaren. Deretter kan du klikka kvar som helst på skjermen for å velje farge."
#: ../libgimpwidgets/gimppreviewarea.c:94
msgid "Check Size"
@@ -1127,66 +1123,68 @@ msgstr "Rutestil"
msgid "_Preview"
msgstr "_Førehandsvising"
-#: ../libgimpwidgets/gimppropwidgets.c:1859
+#: ../libgimpwidgets/gimppropwidgets.c:1860
#, c-format
msgid "This text input field is limited to %d character."
msgid_plural "This text input field is limited to %d characters."
msgstr[0] "Dette tekstfeltet er avgrensa til %d teikn."
msgstr[1] "Dette tekstfeltet er avgrensa til %d teikn."
-#: ../libgimpwidgets/gimpstock.c:113
+#: ../libgimpwidgets/gimpstock.c:112
msgid "Anchor"
msgstr "Anker"
-#: ../libgimpwidgets/gimpstock.c:114
+#: ../libgimpwidgets/gimpstock.c:113
msgid "C_enter"
msgstr "S_enter"
-#: ../libgimpwidgets/gimpstock.c:115
+#: ../libgimpwidgets/gimpstock.c:114
msgid "_Duplicate"
msgstr "_Duplikat"
-#: ../libgimpwidgets/gimpstock.c:116
+#: ../libgimpwidgets/gimpstock.c:115
msgid "_Edit"
msgstr "R_ediger"
-#: ../libgimpwidgets/gimpstock.c:117
+#: ../libgimpwidgets/gimpstock.c:116
msgid "Linked"
msgstr "Lenka"
-#: ../libgimpwidgets/gimpstock.c:118
+#: ../libgimpwidgets/gimpstock.c:117
msgid "Paste as New"
msgstr "Lim inn som nytt"
-#: ../libgimpwidgets/gimpstock.c:119
+#: ../libgimpwidgets/gimpstock.c:118
msgid "Paste Into"
msgstr "Lim inn i"
-#: ../libgimpwidgets/gimpstock.c:120
+#: ../libgimpwidgets/gimpstock.c:119
msgid "_Reset"
msgstr "_Tilbakestill"
-#: ../libgimpwidgets/gimpstock.c:121
+#: ../libgimpwidgets/gimpstock.c:120
msgid "Visible"
msgstr "Synleg"
-#: ../libgimpwidgets/gimpstock.c:157 ../libgimpwidgets/gimpstock.c:161
+#: ../libgimpwidgets/gimpstock.c:156
+#: ../libgimpwidgets/gimpstock.c:160
msgid "_Stroke"
msgstr "_Strek opp"
-#: ../libgimpwidgets/gimpstock.c:173
+#: ../libgimpwidgets/gimpstock.c:172
msgid "L_etter Spacing"
msgstr "_Bokstavmellomrom"
-#: ../libgimpwidgets/gimpstock.c:174
+#: ../libgimpwidgets/gimpstock.c:173
msgid "L_ine Spacing"
msgstr "_Linjeavstand"
-#: ../libgimpwidgets/gimpstock.c:190
+#: ../libgimpwidgets/gimpstock.c:189
msgid "_Resize"
msgstr "_Nytt format"
-#: ../libgimpwidgets/gimpstock.c:191 ../libgimpwidgets/gimpstock.c:321
+#: ../libgimpwidgets/gimpstock.c:190
+#: ../libgimpwidgets/gimpstock.c:320
msgid "_Scale"
msgstr "_Skaler"
@@ -1198,11 +1196,11 @@ msgstr "_Beskjer"
msgid "_Transform"
msgstr "_Transformer"
-#: ../libgimpwidgets/gimpstock.c:320
+#: ../libgimpwidgets/gimpstock.c:319
msgid "_Rotate"
msgstr "_Roter"
-#: ../libgimpwidgets/gimpstock.c:322
+#: ../libgimpwidgets/gimpstock.c:321
msgid "_Shear"
msgstr "_Forskyv"
@@ -1223,12 +1221,8 @@ msgid "Factor"
msgstr "Faktor"
#: ../libgimpwidgets/gimpwidgets.c:511
-msgid ""
-"Use this value for random number generator seed - this allows you to repeat "
-"a given \"random\" operation"
-msgstr ""
-"Bruk denne verdien som startverdi for generering av tilfeldige tal - dette "
-"lar deg gjenta ein bestemt «tilfeldig» operasjon"
+msgid "Use this value for random number generator seed - this allows you to repeat a given \"random\" operation"
+msgstr "Bruk denne verdien som startverdi for generering av tilfeldige tal - dette lar deg gjenta ein bestemt «tilfeldig» operasjon"
#: ../libgimpwidgets/gimpwidgets.c:515
msgid "_New Seed"
@@ -1236,8 +1230,7 @@ msgstr "_Nytt frø"
#: ../libgimpwidgets/gimpwidgets.c:528
msgid "Seed random number generator with a generated random number"
-msgstr ""
-"Gi generator for tilfeldige tal eit generert tilfeldig tall som startverdi"
+msgstr "Gi generator for tilfeldige tal eit generert tilfeldig tall som startverdi"
#: ../libgimpwidgets/gimpwidgets.c:532
msgid "_Randomize"
@@ -1307,543 +1300,579 @@ msgstr "Forstørr"
msgid "Zoom out"
msgstr "Forminsk"
-#: ../modules/cdisplay_colorblind.c:67
+#: ../modules/display-filter-color-blind.c:67
msgid "Protanopia (insensitivity to red)"
msgstr "Protanopi (raudblind)"
-#: ../modules/cdisplay_colorblind.c:69
+#: ../modules/display-filter-color-blind.c:69
msgid "Deuteranopia (insensitivity to green)"
msgstr "Deuteranopi (grønblind)"
-#: ../modules/cdisplay_colorblind.c:71
+#: ../modules/display-filter-color-blind.c:71
msgid "Tritanopia (insensitivity to blue)"
msgstr "Tritanopi (blåblind)"
-#: ../modules/cdisplay_colorblind.c:198
+#: ../modules/display-filter-color-blind.c:198
msgid "Color deficit simulation filter (Brettel-Vienot-Mollon algorithm)"
-msgstr ""
-"Simuleringsfilter for avvikande fargesyn (Brettel-Vienot-Mollon-algoritmen)"
+msgstr "Simuleringsfilter for avvikande fargesyn (Brettel-Vienot-Mollon-algoritmen)"
-#: ../modules/cdisplay_colorblind.c:261
+#: ../modules/display-filter-color-blind.c:261
msgid "Color Deficient Vision"
msgstr "For fargesvakt syn"
-#: ../modules/cdisplay_colorblind.c:483
+#: ../modules/display-filter-color-blind.c:483
msgid "Color _deficiency type:"
msgstr "Type farge_synssvikt:"
-#: ../modules/cdisplay_gamma.c:90
+#: ../modules/display-filter-gamma.c:90
msgid "Gamma color display filter"
msgstr "Visingsfilter for gammafargar"
-#: ../modules/cdisplay_gamma.c:129
+#: ../modules/display-filter-gamma.c:129
msgid "Gamma"
msgstr "Gamma"
-#: ../modules/cdisplay_gamma.c:232
+#: ../modules/display-filter-gamma.c:232
msgid "_Gamma:"
msgstr "_Gamma:"
-#: ../modules/cdisplay_highcontrast.c:90
+#: ../modules/display-filter-high-contrast.c:90
msgid "High Contrast color display filter"
msgstr "Visingsfilter for høgkontrastfargar"
-#: ../modules/cdisplay_highcontrast.c:129
+#: ../modules/display-filter-high-contrast.c:129
msgid "Contrast"
msgstr "Kontrast"
-#: ../modules/cdisplay_highcontrast.c:232
+#: ../modules/display-filter-high-contrast.c:232
msgid "Contrast c_ycles:"
msgstr "_Kontrastsyklusar:"
-#: ../modules/cdisplay_lcms.c:106
+#: ../modules/display-filter-lcms.c:102
msgid "Color management display filter using ICC color profiles"
msgstr "Visingsfilter for fargestyring med ICC fargeprofilar"
-#: ../modules/cdisplay_lcms.c:138
+#: ../modules/display-filter-lcms.c:134
msgid "Color Management"
msgstr "Fargestyring"
-#: ../modules/cdisplay_lcms.c:216
-msgid ""
-"This filter takes its configuration from the Color Management section in the "
-"Preferences dialog."
-msgstr ""
-"Filteret hentar innstillingane sine frå seksjonen fargestyring i "
-"brukarinnstillingane."
+#: ../modules/display-filter-lcms.c:212
+msgid "This filter takes its configuration from the Color Management section in the Preferences dialog."
+msgstr "Filteret hentar innstillingane sine frå seksjonen fargestyring i brukarinnstillingane."
-#: ../modules/cdisplay_lcms.c:230
+#: ../modules/display-filter-lcms.c:226
msgid "Mode of operation:"
msgstr "Operasjonsmodus:"
-#: ../modules/cdisplay_lcms.c:237
+#: ../modules/display-filter-lcms.c:233
msgid "Image profile:"
msgstr "Biletprofil:"
-#: ../modules/cdisplay_lcms.c:245
+#: ../modules/display-filter-lcms.c:241
msgid "Monitor profile:"
msgstr "Skjermprofil"
-#: ../modules/cdisplay_lcms.c:253
+#: ../modules/display-filter-lcms.c:249
msgid "Print simulation profile:"
msgstr "Skriv ut simuleringsprofil:"
-#: ../modules/cdisplay_proof.c:101
+#: ../modules/display-filter-proof.c:97
msgid "Color proof filter using ICC color profile"
msgstr "Fargeprofilfilter for ICC fargeprofil"
-#: ../modules/cdisplay_proof.c:149
+#: ../modules/display-filter-proof.c:145
msgid "Color Proof"
msgstr "Fargeprøvetrykk"
-#: ../modules/cdisplay_proof.c:315
+#: ../modules/display-filter-proof.c:311
msgid "Choose an ICC Color Profile"
msgstr "Vel ein ICC-fargeprofil"
-#: ../modules/cdisplay_proof.c:342
+#: ../modules/display-filter-proof.c:338
msgid "All files (*.*)"
msgstr "Alle filer (*.*)"
-#: ../modules/cdisplay_proof.c:347
+#: ../modules/display-filter-proof.c:343
msgid "ICC color profile (*.icc, *.icm)"
msgstr "ICC-fargeprofil (*.icc, *.icm)"
-#: ../modules/cdisplay_proof.c:405
+#: ../modules/display-filter-proof.c:401
msgid "_Profile:"
msgstr "_Profil:"
-#: ../modules/cdisplay_proof.c:411
+#: ../modules/display-filter-proof.c:407
msgid "_Intent:"
msgstr "_Føremål:"
-#: ../modules/cdisplay_proof.c:416
+#: ../modules/display-filter-proof.c:412
msgid "_Black Point Compensation"
msgstr "_Svartpunktkompensering"
-#: ../modules/colorsel_cmyk.c:71
+#: ../modules/color-selector-cmyk.c:71
msgid "CMYK color selector"
msgstr "CMYK fargeveljar"
-#: ../modules/colorsel_cmyk.c:102 ../modules/colorsel_cmyk_lcms.c:154
+#: ../modules/color-selector-cmyk.c:102
+#: ../modules/color-selector-cmyk-lcms.c:150
msgid "CMYK"
msgstr "CMYK"
#. Cyan
-#: ../modules/colorsel_cmyk.c:125 ../modules/colorsel_cmyk_lcms.c:173
+#: ../modules/color-selector-cmyk.c:125
+#: ../modules/color-selector-cmyk-lcms.c:169
msgid "_C"
msgstr "_C"
#. Magenta
-#: ../modules/colorsel_cmyk.c:127 ../modules/colorsel_cmyk_lcms.c:175
+#: ../modules/color-selector-cmyk.c:127
+#: ../modules/color-selector-cmyk-lcms.c:171
msgid "_M"
msgstr "_M"
#. Yellow
-#: ../modules/colorsel_cmyk.c:129 ../modules/colorsel_cmyk_lcms.c:177
+#: ../modules/color-selector-cmyk.c:129
+#: ../modules/color-selector-cmyk-lcms.c:173
msgid "_Y"
msgstr "_Y"
#. Key (Black)
-#: ../modules/colorsel_cmyk.c:131 ../modules/colorsel_cmyk_lcms.c:179
+#: ../modules/color-selector-cmyk.c:131
+#: ../modules/color-selector-cmyk-lcms.c:175
msgid "_K"
msgstr "_K"
-#: ../modules/colorsel_cmyk.c:135 ../modules/colorsel_cmyk_lcms.c:183
+#: ../modules/color-selector-cmyk.c:135
+#: ../modules/color-selector-cmyk-lcms.c:179
msgid "Cyan"
msgstr "Cyanblå"
-#: ../modules/colorsel_cmyk.c:136 ../modules/colorsel_cmyk_lcms.c:184
+#: ../modules/color-selector-cmyk.c:136
+#: ../modules/color-selector-cmyk-lcms.c:180
msgid "Magenta"
msgstr "Magentaraud"
-#: ../modules/colorsel_cmyk.c:137 ../modules/colorsel_cmyk_lcms.c:185
+#: ../modules/color-selector-cmyk.c:137
+#: ../modules/color-selector-cmyk-lcms.c:181
msgid "Yellow"
msgstr "Gul"
-#: ../modules/colorsel_cmyk.c:138 ../modules/colorsel_cmyk_lcms.c:186
+#: ../modules/color-selector-cmyk.c:138
+#: ../modules/color-selector-cmyk-lcms.c:182
msgid "Black"
msgstr "Svart"
-#: ../modules/colorsel_cmyk.c:172
+#: ../modules/color-selector-cmyk.c:172
msgid "Black _pullout:"
msgstr "Svart_mengde:"
-#: ../modules/colorsel_cmyk.c:189
+#: ../modules/color-selector-cmyk.c:189
msgid "The percentage of black to pull out of the colored inks."
msgstr "Prosentandelen av svart som skal lagast med fargeblekk."
-#: ../modules/colorsel_cmyk_lcms.c:91
+#: ../modules/color-selector-cmyk-lcms.c:87
msgid "CMYK color selector (using color profile)"
msgstr "CMYK fargeveljar (med fargeprofil)"
-#: ../modules/colorsel_cmyk_lcms.c:399
+#: ../modules/color-selector-cmyk-lcms.c:395
msgid "Profile: (none)"
msgstr "Profil: (ingen)"
-#: ../modules/colorsel_cmyk_lcms.c:420
+#: ../modules/color-selector-cmyk-lcms.c:416
#, c-format
msgid "Profile: %s"
msgstr "Profil: %s"
-#: ../modules/colorsel_triangle.c:102
-msgid "Painter-style triangle color selector"
-msgstr "Triangulær fargevelgjar i målarstil"
-
-#: ../modules/colorsel_triangle.c:138
-msgid "Triangle"
-msgstr "Fargetrekant"
-
-#: ../modules/colorsel_water.c:82
+#: ../modules/color-selector-water.c:82
msgid "Watercolor style color selector"
msgstr "Fargeveljar i akvarellstil"
-#: ../modules/colorsel_water.c:118
+#: ../modules/color-selector-water.c:118
msgid "Watercolor"
msgstr "Akvarell"
-#: ../modules/colorsel_water.c:186
+#: ../modules/color-selector-water.c:186
msgid "Pressure"
msgstr "Trykk"
-#: ../modules/controller_linux_input.c:58
+#: ../modules/color-selector-wheel.c:103
+msgid "HSV color wheel"
+msgstr "HSV-fargehjul"
+
+#: ../modules/color-selector-wheel.c:134
+msgid "Wheel"
+msgstr "Hjul"
+
+#: ../modules/controller-linux-input.c:58
msgid "Button 0"
msgstr "Knapp 0"
-#: ../modules/controller_linux_input.c:59
+#: ../modules/controller-linux-input.c:59
msgid "Button 1"
msgstr "Knapp 1"
-#: ../modules/controller_linux_input.c:60
+#: ../modules/controller-linux-input.c:60
msgid "Button 2"
msgstr "Knapp 2"
-#: ../modules/controller_linux_input.c:61
+#: ../modules/controller-linux-input.c:61
msgid "Button 3"
msgstr "Knapp 3"
-#: ../modules/controller_linux_input.c:62
+#: ../modules/controller-linux-input.c:62
msgid "Button 4"
msgstr "Knapp 4"
-#: ../modules/controller_linux_input.c:63
+#: ../modules/controller-linux-input.c:63
msgid "Button 5"
msgstr "Knapp 5"
-#: ../modules/controller_linux_input.c:64
+#: ../modules/controller-linux-input.c:64
msgid "Button 6"
msgstr "Knapp 6"
-#: ../modules/controller_linux_input.c:65
+#: ../modules/controller-linux-input.c:65
msgid "Button 7"
msgstr "Knapp 7"
-#: ../modules/controller_linux_input.c:66
+#: ../modules/controller-linux-input.c:66
msgid "Button 8"
msgstr "Knapp 8"
-#: ../modules/controller_linux_input.c:67
+#: ../modules/controller-linux-input.c:67
msgid "Button 9"
msgstr "Knapp 9"
-#: ../modules/controller_linux_input.c:68
+#: ../modules/controller-linux-input.c:68
msgid "Button Mouse"
msgstr "Museknapp"
-#: ../modules/controller_linux_input.c:69
+#: ../modules/controller-linux-input.c:69
msgid "Button Left"
msgstr "Venstre knapp"
-#: ../modules/controller_linux_input.c:70
+#: ../modules/controller-linux-input.c:70
msgid "Button Right"
msgstr "Høgre knapp"
-#: ../modules/controller_linux_input.c:71
+#: ../modules/controller-linux-input.c:71
msgid "Button Middle"
msgstr "Midtknapp"
-#: ../modules/controller_linux_input.c:72
+#: ../modules/controller-linux-input.c:72
msgid "Button Side"
msgstr "Sideknapp"
-#: ../modules/controller_linux_input.c:73
+#: ../modules/controller-linux-input.c:73
msgid "Button Extra"
msgstr "Ekstraknapp"
-#: ../modules/controller_linux_input.c:74
+#: ../modules/controller-linux-input.c:74
msgid "Button Forward"
msgstr "Framoverknapp"
-#: ../modules/controller_linux_input.c:75
+#: ../modules/controller-linux-input.c:75
msgid "Button Back"
msgstr "Bakoverknapp"
-#: ../modules/controller_linux_input.c:76
+#: ../modules/controller-linux-input.c:76
msgid "Button Task"
msgstr "Oppgåveknapp"
-#: ../modules/controller_linux_input.c:78
+#: ../modules/controller-linux-input.c:78
msgid "Button Wheel"
msgstr "Musehjul"
-#: ../modules/controller_linux_input.c:81
+#: ../modules/controller-linux-input.c:81
msgid "Button Gear Down"
msgstr "Gir ned knapp"
-#: ../modules/controller_linux_input.c:84
+#: ../modules/controller-linux-input.c:84
msgid "Button Gear Up"
msgstr "Gir opp knapp"
-#: ../modules/controller_linux_input.c:90
-#: ../modules/controller_dx_dinput.c:443
+#: ../modules/controller-linux-input.c:90
+#: ../modules/controller-dx-dinput.c:443
msgid "X Move Left"
msgstr "X-flytt venstre"
-#: ../modules/controller_linux_input.c:91
-#: ../modules/controller_dx_dinput.c:446
+#: ../modules/controller-linux-input.c:91
+#: ../modules/controller-dx-dinput.c:446
msgid "X Move Right"
msgstr "X-flytt høgre"
-#: ../modules/controller_linux_input.c:92
+#: ../modules/controller-linux-input.c:92
msgid "Y Move Forward"
msgstr "Y-flytt framover"
-#: ../modules/controller_linux_input.c:93
+#: ../modules/controller-linux-input.c:93
msgid "Y Move Back"
msgstr "Y-flytt bakover"
-#: ../modules/controller_linux_input.c:94
-#: ../modules/controller_dx_dinput.c:461
+#: ../modules/controller-linux-input.c:94
+#: ../modules/controller-dx-dinput.c:461
msgid "Z Move Up"
msgstr "Z-flytt oppover"
-#: ../modules/controller_linux_input.c:95
-#: ../modules/controller_dx_dinput.c:464
+#: ../modules/controller-linux-input.c:95
+#: ../modules/controller-dx-dinput.c:464
msgid "Z Move Down"
msgstr "Z-flytt nedover"
-#: ../modules/controller_linux_input.c:97
+#: ../modules/controller-linux-input.c:97
msgid "X Axis Tilt Forward"
msgstr "X-akse hell framover"
-#: ../modules/controller_linux_input.c:98
+#: ../modules/controller-linux-input.c:98
msgid "X Axis Tilt Back"
msgstr "X-akse hell bakover"
-#: ../modules/controller_linux_input.c:99
-#: ../modules/controller_dx_dinput.c:479
+#: ../modules/controller-linux-input.c:99
+#: ../modules/controller-dx-dinput.c:479
msgid "Y Axis Tilt Right"
msgstr "X-akse hell mot høgre"
-#: ../modules/controller_linux_input.c:100
-#: ../modules/controller_dx_dinput.c:482
+#: ../modules/controller-linux-input.c:100
+#: ../modules/controller-dx-dinput.c:482
msgid "Y Axis Tilt Left"
msgstr "X-akse hell mot venstre"
-#: ../modules/controller_linux_input.c:101
-#: ../modules/controller_dx_dinput.c:488
+#: ../modules/controller-linux-input.c:101
+#: ../modules/controller-dx-dinput.c:488
msgid "Z Axis Turn Left"
msgstr "Z-akse vend mot venstre"
-#: ../modules/controller_linux_input.c:102
-#: ../modules/controller_dx_dinput.c:491
+#: ../modules/controller-linux-input.c:102
+#: ../modules/controller-dx-dinput.c:491
msgid "Z Axis Turn Right"
msgstr "Z-akse vend mot høgre"
-#: ../modules/controller_linux_input.c:104
+#: ../modules/controller-linux-input.c:104
msgid "Horiz. Wheel Turn Back"
-msgstr ""
+msgstr "Vassrett hjul bakover"
-#: ../modules/controller_linux_input.c:105
+#: ../modules/controller-linux-input.c:105
msgid "Horiz. Wheel Turn Forward"
-msgstr ""
+msgstr "Vassrett hjul forover"
-#: ../modules/controller_linux_input.c:106
+#: ../modules/controller-linux-input.c:106
msgid "Dial Turn Left"
msgstr "Snu til venstre"
-#: ../modules/controller_linux_input.c:107
+#: ../modules/controller-linux-input.c:107
msgid "Dial Turn Right"
msgstr "Snu til høgre"
-#: ../modules/controller_linux_input.c:108
+#: ../modules/controller-linux-input.c:108
msgid "Wheel Turn Left"
msgstr "Hjulrotasjon venstre"
-#: ../modules/controller_linux_input.c:109
+#: ../modules/controller-linux-input.c:109
msgid "Wheel Turn Right"
msgstr "Hjulrotasjon høgre"
-#: ../modules/controller_linux_input.c:178
+#: ../modules/controller-linux-input.c:178
msgid "Linux input event controller"
msgstr "Linux hendingskontrollar for inndata"
-#: ../modules/controller_linux_input.c:218
-#: ../modules/controller_dx_dinput.c:196 ../modules/controller_midi.c:212
+#: ../modules/controller-linux-input.c:218
+#: ../modules/controller-dx-dinput.c:196
+#: ../modules/controller-midi.c:212
msgid "Device:"
msgstr "_Eining:"
-#: ../modules/controller_linux_input.c:219
+#: ../modules/controller-linux-input.c:219
msgid "The name of the device to read Linux Input events from."
msgstr "Namnet på utstyret som inneheld Linux inndatahendingane"
-#: ../modules/controller_linux_input.c:230
+#: ../modules/controller-linux-input.c:230
msgid "Linux Input"
msgstr "Linux Input"
-#: ../modules/controller_linux_input.c:513
+#: ../modules/controller-linux-input.c:513
msgid "Linux Input Events"
msgstr "Linux Input Events"
-#: ../modules/controller_linux_input.c:525
-#: ../modules/controller_dx_dinput.c:1095 ../modules/controller_midi.c:505
+#: ../modules/controller-linux-input.c:525
+#: ../modules/controller-dx-dinput.c:1095
+#: ../modules/controller-midi.c:505
msgid "No device configured"
msgstr "Inga eining er konfigurert"
-#: ../modules/controller_linux_input.c:551 ../modules/controller_midi.c:454
-#: ../modules/controller_midi.c:480
+#: ../modules/controller-linux-input.c:551
+#: ../modules/controller-midi.c:454
+#: ../modules/controller-midi.c:480
#, c-format
msgid "Reading from %s"
msgstr "Les frå %s"
-#: ../modules/controller_linux_input.c:569
-#: ../modules/controller_linux_input.c:623 ../modules/controller_midi.c:436
-#: ../modules/controller_midi.c:497 ../modules/controller_midi.c:568
+#: ../modules/controller-linux-input.c:569
+#: ../modules/controller-linux-input.c:623
+#: ../modules/controller-midi.c:436
+#: ../modules/controller-midi.c:497
+#: ../modules/controller-midi.c:568
#, c-format
msgid "Device not available: %s"
msgstr "Eininga er ikkje tilgjengeleg: %s"
-#: ../modules/controller_linux_input.c:588
-#: ../modules/controller_dx_dinput.c:1120
+#: ../modules/controller-linux-input.c:588
+#: ../modules/controller-dx-dinput.c:1120
msgid "Device not available"
msgstr "Eininga er ikkje tilgjengeleg"
-#: ../modules/controller_linux_input.c:632 ../modules/controller_midi.c:577
+#: ../modules/controller-linux-input.c:632
+#: ../modules/controller-midi.c:577
msgid "End of file"
msgstr "Filslutt"
-#: ../modules/controller_dx_dinput.c:156
+#: ../modules/controller-dx-dinput.c:156
msgid "DirectX DirectInput event controller"
msgstr "DirectX hendingskontrollar for direkteinngang"
-#: ../modules/controller_dx_dinput.c:197
+#: ../modules/controller-dx-dinput.c:197
msgid "The device to read DirectInput events from."
msgstr "Einingar som det skal lesast direkteinngangshendingar from"
-#: ../modules/controller_dx_dinput.c:206
+#: ../modules/controller-dx-dinput.c:206
msgid "DirectX DirectInput"
msgstr "DirectX DirectInput"
-#: ../modules/controller_dx_dinput.c:420
+#: ../modules/controller-dx-dinput.c:420
#, c-format
msgid "Button %d"
msgstr "Knapp %d"
-#: ../modules/controller_dx_dinput.c:423
+#: ../modules/controller-dx-dinput.c:423
#, c-format
msgid "Button %d Press"
msgstr "Knapp %d trykt"
-#: ../modules/controller_dx_dinput.c:426
+#: ../modules/controller-dx-dinput.c:426
#, c-format
msgid "Button %d Release"
msgstr "Knapp %d ikkje trykt"
-#: ../modules/controller_dx_dinput.c:452
+#: ../modules/controller-dx-dinput.c:452
msgid "Y Move Away"
msgstr "Flytt tilbake Y"
-#: ../modules/controller_dx_dinput.c:455
+#: ../modules/controller-dx-dinput.c:455
msgid "Y Move Near"
msgstr "Flytt nærare Y"
-#: ../modules/controller_dx_dinput.c:470
+#: ../modules/controller-dx-dinput.c:470
msgid "X Axis Tilt Away"
msgstr "X-akse hell tilbake"
-#: ../modules/controller_dx_dinput.c:473
+#: ../modules/controller-dx-dinput.c:473
msgid "X Axis Tilt Near"
msgstr "X-akse hell framover"
-#: ../modules/controller_dx_dinput.c:502
+#: ../modules/controller-dx-dinput.c:502
#, c-format
msgid "Slider %d Increase"
msgstr "Glidebrytar %d minkar"
-#: ../modules/controller_dx_dinput.c:505
+#: ../modules/controller-dx-dinput.c:505
#, c-format
msgid "Slider %d Decrease"
msgstr "Glidebrytar %d aukar"
-#: ../modules/controller_dx_dinput.c:515
+#: ../modules/controller-dx-dinput.c:515
#, c-format
msgid "POV %d X View"
msgstr "POV %d x-vis"
-#: ../modules/controller_dx_dinput.c:518
+#: ../modules/controller-dx-dinput.c:518
#, c-format
msgid "POV %d Y View"
msgstr "POV %d y-vis"
-#: ../modules/controller_dx_dinput.c:521
+#: ../modules/controller-dx-dinput.c:521
#, c-format
msgid "POV %d Return"
msgstr "POV %d return"
-#: ../modules/controller_dx_dinput.c:1084
+#: ../modules/controller-dx-dinput.c:1084
msgid "DirectInput Events"
msgstr "DirectInput hendingar"
-#: ../modules/controller_midi.c:164
+#: ../modules/controller-midi.c:164
msgid "MIDI event controller"
msgstr "MIDI hendingskontrollar"
-#: ../modules/controller_midi.c:203
+#: ../modules/controller-midi.c:203
msgid "The name of the device to read MIDI events from."
msgstr "Namnet på utstyret som inneheld MIDI-hendingane"
-#: ../modules/controller_midi.c:206
+#: ../modules/controller-midi.c:206
msgid "Enter 'alsa' to use the ALSA sequencer."
msgstr "Skriv inn «alsa» for å bruke ALSA-sekvenser."
-#: ../modules/controller_midi.c:221
+#: ../modules/controller-midi.c:221
msgid "Channel:"
msgstr "Kanal:"
-#: ../modules/controller_midi.c:222
-msgid ""
-"The MIDI channel to read events from. Set to -1 for reading from all MIDI "
-"channels."
-msgstr ""
-"Namnet på utstyret som inneheld MIDI-hendingane. Sett til -1 for å lesa frå "
-"alle MIDI-kanalane."
+#: ../modules/controller-midi.c:222
+msgid "The MIDI channel to read events from. Set to -1 for reading from all MIDI channels."
+msgstr "Namnet på utstyret som inneheld MIDI-hendingane. Sett til -1 for å lesa frå alle MIDI-kanalane."
-#: ../modules/controller_midi.c:226
+#: ../modules/controller-midi.c:226
msgid "MIDI"
msgstr "MIDI"
-#: ../modules/controller_midi.c:355
+#: ../modules/controller-midi.c:355
#, c-format
msgid "Note %02x on"
msgstr "Note %02x på"
-#: ../modules/controller_midi.c:358
+#: ../modules/controller-midi.c:358
#, c-format
msgid "Note %02x off"
msgstr "Note %02x av"
-#: ../modules/controller_midi.c:361
+#: ../modules/controller-midi.c:361
#, c-format
msgid "Controller %03d"
msgstr "Kontrollar %03d"
-#: ../modules/controller_midi.c:408
+#: ../modules/controller-midi.c:408
msgid "MIDI Events"
msgstr "MIDI-hendingar"
-#: ../modules/controller_midi.c:426
+#: ../modules/controller-midi.c:426
msgid "GIMP"
msgstr "GIMP"
-#: ../modules/controller_midi.c:428
+#: ../modules/controller-midi.c:428
msgid "GIMP MIDI Input Controller"
msgstr "GIMP MIDI inndatakontrollar"
+
+#~ msgid "%d Byte"
+#~ msgid_plural "%d Bytes"
+#~ msgstr[0] "%d byte"
+#~ msgstr[1] "%d byte"
+#~ msgid "%.2f KB"
+#~ msgstr "%.2f KB"
+#~ msgid "%.1f KB"
+#~ msgstr "%.1f KB"
+#~ msgid "%d KB"
+#~ msgstr "%d KB"
+#~ msgid "%.2f MB"
+#~ msgstr "%.2f MB"
+#~ msgid "%.1f MB"
+#~ msgstr "%.1f MB"
+#~ msgid "%d MB"
+#~ msgstr "%d MB"
+#~ msgid "%.2f GB"
+#~ msgstr "%.2f GB"
+#~ msgid "%.1f GB"
+#~ msgstr "%.1f GB"
+#~ msgid "%d GB"
+#~ msgstr "%d GB"
+#~ msgid "profile|None"
+#~ msgstr "Ingen"
+#~ msgid "Painter-style triangle color selector"
+#~ msgstr "Triangulær fargevelgjar i målarstil"
+#~ msgid "Triangle"
+#~ msgstr "Fargetrekant"
+
diff --git a/po-libgimp/ro.po b/po-libgimp/ro.po
index 32177ad754..4c752b1463 100644
--- a/po-libgimp/ro.po
+++ b/po-libgimp/ro.po
@@ -1,16 +1,16 @@
-# gimp ro translation
+# Romanian GIMP translation
# Copyright (C) YEAR Free Software Foundation, Inc.
# Robert Claudiu Gheorghe , 2001.
-# Cristian Secară , 2008.
+# Cristian Secară , 2008-2009.
#
msgid ""
msgstr ""
"Project-Id-Version: gimp-libgimp\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-03-18 23:34+0200\n"
-"PO-Revision-Date: 2009-02-25 22:19+0200\n"
+"POT-Creation-Date: 2009-09-28 23:09+0300\n"
+"PO-Revision-Date: 2009-07-07 23:16+0200\n"
"Last-Translator: Cristian Secară \n"
-"Language-Team: Română \n"
+"Language-Team: Română \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -650,7 +650,7 @@ msgstr "Incremental"
# la color display filter, dacă unele poziții nu au niciun profil specificat
#: ../libgimpbase/gimpbaseenums.c:624 ../modules/display-filter-lcms.c:191
msgid "None"
-msgstr "Nimic"
+msgstr "Fără"
#: ../libgimpbase/gimpbaseenums.c:625
msgid "Sawtooth wave"
@@ -835,7 +835,7 @@ msgstr "Simulare de tipărire"
#: ../libgimpconfig/gimpcolorconfig-enums.c:56
msgid "Perceptual"
-msgstr "Perceptual"
+msgstr "Perceptiv"
#: ../libgimpconfig/gimpcolorconfig-enums.c:57
msgid "Relative colorimetric"
@@ -1170,7 +1170,7 @@ msgstr "_Duplică"
#: ../libgimpwidgets/gimpstock.c:115
msgid "_Edit"
-msgstr "_Editare"
+msgstr "_Editează"
# hm ?
#: ../libgimpwidgets/gimpstock.c:116
diff --git a/po-libgimp/zh_CN.po b/po-libgimp/zh_CN.po
index 8635c83722..837f8bf90d 100644
--- a/po-libgimp/zh_CN.po
+++ b/po-libgimp/zh_CN.po
@@ -10,9 +10,8 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-libgimp\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
-"product=gimp&component=general\n"
-"POT-Creation-Date: 2009-07-26 19:04+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-09-07 16:14+0800\n"
"PO-Revision-Date: 2009-07-27 22:15+0800\n"
"Last-Translator: Aron Xu \n"
"Language-Team: zh_CN \n"
diff --git a/po-plug-ins/cs.po b/po-plug-ins/cs.po
index 262d79e884..80b3700856 100644
--- a/po-plug-ins/cs.po
+++ b/po-plug-ins/cs.po
@@ -1,25 +1,28 @@
# Czech translation of GIMP plugins.
-# Copyright (C) 2001, 2003, 2006, 2007, 2008 the author(s) of the GIMP.
+# Copyright (C) 2001, 2003, 2006, 2007, 2008, 2009 the author(s) of the GIMP.
# Copyright (C) 2003, 2004 Miloslav Trmac .
# This file is distributed under the same license as the gimp-plugins package.
# Stanislav Brabec , 1999-2001.
# Michal Bukovjan , 2002, 2003.
# Miloslav Trmac , 2003, 2004.
# Jakub Friedl , 2006, 2007.
+# JardaK , 2009.
+# Marek Černocký , 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: gimp-plugins\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-27 23:31+0100\n"
-"PO-Revision-Date: 2008-10-27 23:51+0100\n"
-"Last-Translator: Petr Kovar \n"
+"POT-Creation-Date: 2009-11-04 21:27+0100\n"
+"PO-Revision-Date: 2009-11-04 20:16+0100\n"
+"Last-Translator: Marek Černocký \n"
"Language-Team: Czech \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Poedit-Language: Czech\n"
+"X-Poedit-SourceCharset: utf-8\n"
#: ../plug-ins/color-rotate/color-rotate-dialog.c:119
msgid "Original"
@@ -156,11 +159,11 @@ msgstr "Nahradit rozsah barev jiným rozsahem"
#: ../plug-ins/color-rotate/color-rotate.c:106
msgid "_Rotate Colors..."
-msgstr "_Rotovat barvy..."
+msgstr "_Otočit barvy…"
#: ../plug-ins/color-rotate/color-rotate.c:140
msgid "Rotating the colors"
-msgstr "Rotují se barvy"
+msgstr "Otáčejí se barvy"
#: ../plug-ins/common/alien-map.c:140
msgid "_Modify red channel"
@@ -240,7 +243,7 @@ msgstr "Upravit barvy rozličnými psychedelickými způsoby"
#: ../plug-ins/common/alien-map.c:188
msgid "_Alien Map..."
-msgstr "_Mimozemské mapování..."
+msgstr "_Mimozemské mapování…"
#: ../plug-ins/common/alien-map.c:320
msgid "Alien Map: Transforming"
@@ -280,7 +283,7 @@ msgstr "Zarovnání všech viditelných vrstev obrázku"
#: ../plug-ins/common/align-layers.c:133
msgid "Align Visi_ble Layers..."
-msgstr "Zarovnat _viditelné vrstvy..."
+msgstr "Zarovnat _viditelné vrstvy…"
#: ../plug-ins/common/align-layers.c:173
msgid "There are not enough layers to align."
@@ -430,7 +433,7 @@ msgstr "Náhled GIMP animace založené na vrstvách"
#: ../plug-ins/common/animation-play.c:168
msgid "_Playback..."
-msgstr "_Přehrávání..."
+msgstr "_Přehrávání…"
#: ../plug-ins/common/animation-play.c:447
msgid "_Step"
@@ -512,7 +515,7 @@ msgstr "_Vyhlazování"
#: ../plug-ins/common/antialias.c:147
msgid "Antialiasing..."
-msgstr "Vyhlazování..."
+msgstr "Vyhlazování…"
#: ../plug-ins/common/apply-canvas.c:1140
msgid "Add a canvas texture to the image"
@@ -520,7 +523,7 @@ msgstr "Přidat do obrázku texturu plátna"
#: ../plug-ins/common/apply-canvas.c:1145
msgid "_Apply Canvas..."
-msgstr "_Použít plátno..."
+msgstr "_Použít plátno…"
#: ../plug-ins/common/apply-canvas.c:1226
msgid "Applying canvas"
@@ -566,7 +569,7 @@ msgstr "Simulovat obrázek na okenních žaluziích"
#: ../plug-ins/common/blinds.c:121
msgid "_Blinds..."
-msgstr "_Pruhy..."
+msgstr "_Pruhy…"
#: ../plug-ins/common/blinds.c:188
msgid "Adding blinds"
@@ -599,14 +602,14 @@ msgstr "_Svisle"
#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557
#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:412
#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382
-#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:584
+#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585
#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975
#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997
#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746
#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267
-#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478
-#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249
-#: ../plug-ins/file-jpeg/jpeg-load.c:758
+#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:617
+#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530
+#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761
#: ../plug-ins/file-psd/psd-image-res-load.c:995
#: ../plug-ins/file-psd/psd-load.c:1526 ../plug-ins/file-sgi/sgi.c:384
#: ../plug-ins/gfig/gfig-dialog.c:1284
@@ -634,7 +637,7 @@ msgstr "Rozostřit sousední pixely, ale pouze v oblastech nízkého kontrastu"
#: ../plug-ins/common/blur-gauss-selective.c:115
msgid "_Selective Gaussian Blur..."
-msgstr "_Selektivní Gaussovské rozostření..."
+msgstr "_Selektivní Gaussovské rozostření…"
#: ../plug-ins/common/blur-gauss-selective.c:195
#: ../plug-ins/common/blur-gauss-selective.c:232
@@ -665,7 +668,7 @@ msgstr "Nejjednodušší, nejčastěji používaný způsob rozostřování"
#: ../plug-ins/common/blur-gauss.c:172
msgid "_Gaussian Blur..."
-msgstr "_Gaussovské rozostření..."
+msgstr "_Gaussovské rozostření…"
#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199
#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239
@@ -682,12 +685,12 @@ msgid "Blur Radius"
msgstr "Poloměr rozostření"
#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457
-#: ../plug-ins/common/noise-spread.c:384
+#: ../plug-ins/common/noise-spread.c:386
msgid "_Horizontal:"
-msgstr "_Vodorovně"
+msgstr "_Vodorovně:"
#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474
-#: ../plug-ins/common/noise-spread.c:388
+#: ../plug-ins/common/noise-spread.c:390
msgid "_Vertical:"
msgstr "_Svisle:"
@@ -709,7 +712,7 @@ msgstr "Simulovat pohyb směrovým rozostřením"
#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177
msgid "_Motion Blur..."
-msgstr "_Rozmáznutí pohybem..."
+msgstr "_Rozmáznutí pohybem…"
#: ../plug-ins/common/blur-motion.c:910
msgid "Motion blurring"
@@ -724,19 +727,16 @@ msgid "Blur Type"
msgstr "Typ rozmáznutí"
#: ../plug-ins/common/blur-motion.c:1049
-#, fuzzy
msgctxt "blur-type"
msgid "_Linear"
msgstr "_Lineární"
#: ../plug-ins/common/blur-motion.c:1050
-#, fuzzy
msgctxt "blur-type"
msgid "_Radial"
msgstr "_Radiální"
#: ../plug-ins/common/blur-motion.c:1051
-#, fuzzy
msgctxt "blur-type"
msgid "_Zoom"
msgstr "_Přiblížení"
@@ -796,7 +796,7 @@ msgstr "Nastavit popředí na průměrnou barvu okraje obrázku"
#: ../plug-ins/common/border-average.c:104
msgid "_Border Average..."
-msgstr "_Průměr okraje..."
+msgstr "_Průměr okraje…"
#: ../plug-ins/common/border-average.c:171
msgid "Border Average"
@@ -830,7 +830,7 @@ msgstr "Vytvořit efekt reliéfu pomocí mapy nerovností"
#: ../plug-ins/common/bump-map.c:267
msgid "_Bump Map..."
-msgstr "Ma_pa vyvýšení..."
+msgstr "Ma_pa vyvýšení…"
#: ../plug-ins/common/bump-map.c:415
msgid "Bump-mapping"
@@ -895,7 +895,8 @@ msgstr "Posun _X:"
msgid ""
"The offset can be adjusted by dragging the preview using the middle mouse "
"button."
-msgstr "Posun může být upraven přetažením náhledu pomocí prostředního tlačítka myši."
+msgstr ""
+"Posun může být upraven přetažením náhledu pomocí prostředního tlačítka myši."
#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407
msgid "_Y offset:"
@@ -915,7 +916,7 @@ msgstr "Simulovat komiksovou kresbu zesílením hran"
#: ../plug-ins/common/cartoon.c:147
msgid "Ca_rtoon..."
-msgstr "_Komiks..."
+msgstr "_Komiks…"
#: ../plug-ins/common/cartoon.c:811
msgid "Cartoon"
@@ -935,7 +936,7 @@ msgstr "Upravit barvy mísením RGB kanálů"
#: ../plug-ins/common/channel-mixer.c:180
msgid "Channel Mi_xer..."
-msgstr "_Mixér kanálů..."
+msgstr "_Mixér kanálů…"
#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ",
#. param[3].data.d_int32, mix.black.red_gain,
@@ -1010,21 +1011,21 @@ msgstr "Načíst nastavení mixéru kanálů"
#: ../plug-ins/common/file-compressor.c:666
#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361
#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662
-#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330
+#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330
#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541
#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721
-#: ../plug-ins/common/file-pnm.c:493 ../plug-ins/common/file-ps.c:1036
+#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036
#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751
#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666
#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333
-#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442
+#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442
#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736
#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002
-#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233
+#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233
#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460
#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653
#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109
-#: ../plug-ins/file-jpeg/jpeg-load.c:828 ../plug-ins/file-psd/psd-load.c:131
+#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131
#: ../plug-ins/file-psd/psd-thumb-load.c:80
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272
#: ../plug-ins/file-uri/uri-backend-libcurl.c:190
@@ -1037,7 +1038,7 @@ msgstr "Načíst nastavení mixéru kanálů"
#: ../plug-ins/lighting/lighting-ui.c:1354
#, c-format
msgid "Could not open '%s' for reading: %s"
-msgstr "Nemohu otevřít '%s' pro čtení: %s"
+msgstr "Nemohu otevřít „%s“ pro čtení: %s"
#: ../plug-ins/common/channel-mixer.c:1005
msgid "Save Channel Mixer Settings"
@@ -1052,14 +1053,14 @@ msgstr "Uložit nastavení mixéru kanálů"
#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801
#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761
#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236
-#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909
+#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944
#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666
#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270
-#: ../plug-ins/common/file-pnm.c:973 ../plug-ins/common/file-ps.c:1213
+#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213
#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574
#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170
#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034
-#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112
+#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111
#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476
#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008
#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635
@@ -1072,13 +1073,13 @@ msgstr "Uložit nastavení mixéru kanálů"
#: ../plug-ins/lighting/lighting-ui.c:1211
#, c-format
msgid "Could not open '%s' for writing: %s"
-msgstr "Nemohu otevřít '%s' pro zápis: %s"
+msgstr "Nemohu otevřít „%s“ pro zápis: %s"
#: ../plug-ins/common/channel-mixer.c:1068
#: ../plug-ins/common/cml-explorer.c:2060
#, c-format
msgid "Parameters were saved to '%s'"
-msgstr "Parametry byly uloženy do '%s'"
+msgstr "Parametry byly uloženy do „%s“"
#: ../plug-ins/common/checkerboard.c:89
msgid "Create a checkerboard pattern"
@@ -1086,7 +1087,7 @@ msgstr "Vytvořit vzorek šachovnice"
#: ../plug-ins/common/checkerboard.c:94
msgid "_Checkerboard..."
-msgstr "Ša_chovnice..."
+msgstr "Ša_chovnice…"
#: ../plug-ins/common/checkerboard.c:161
msgid "Adding checkerboard"
@@ -1322,7 +1323,7 @@ msgstr "Tvorba abstraktních CML vzorů"
#: ../plug-ins/common/cml-explorer.c:466
msgid "CML _Explorer..."
-msgstr "CML _badatel..."
+msgstr "CML _badatel…"
#: ../plug-ins/common/cml-explorer.c:756
msgid "CML Explorer: evoluting"
@@ -1355,7 +1356,7 @@ msgstr "S_ytost"
#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708
msgid "_Value"
-msgstr "_Jas:"
+msgstr "_Hodnota"
#: ../plug-ins/common/cml-explorer.c:1300
msgid "_Advanced"
@@ -1379,7 +1380,7 @@ msgstr "Počáteční posun:"
#: ../plug-ins/common/cml-explorer.c:1361
msgid "Seed of Random (only for \"From Seed\" Modes)"
-msgstr "Hnízdo náhodných čísel (pouze pro režimy \"z hnízda\")"
+msgstr "Hnízdo náhodných čísel (pouze pro režimy „z hnízda“)"
#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261
msgid "Seed:"
@@ -1387,7 +1388,7 @@ msgstr "Hnízdo:"
#: ../plug-ins/common/cml-explorer.c:1385
msgid "Switch to \"From seed\" With the Last Seed"
-msgstr "Přepnout do režimu \"z hnízda\" s posledním hnízdem"
+msgstr "Přepnout do režimu „z hnízda“ s posledním hnízdem"
#: ../plug-ins/common/cml-explorer.c:1397
msgid ""
@@ -1396,7 +1397,7 @@ msgid ""
"(this is the reason why image on drawable is different from preview), and "
"(2) all mutation rates equal to zero."
msgstr ""
-"Tlačítko \"Upravit hnízdo\" je přezdívka.\n"
+"Tlačítko „Upravit hnízdo“ je přezdívka.\n"
"Stejné hnízdo vytváří stejný obrázek, pokud (1) šířky obrázků jsou stejné "
"(to je důvod, proč jsou obrázky v obrazovce odlišné od náhledu) a (2) "
"všechny míry mutace se rovnají nule."
@@ -1468,7 +1469,7 @@ msgstr "Počet podrozsahů:"
#: ../plug-ins/common/cml-explorer.c:1637
msgid "P(ower factor):"
-msgstr "P (Faktor mocniny)"
+msgstr "P (faktor mocniny):"
#: ../plug-ins/common/cml-explorer.c:1646
msgid "Parameter k:"
@@ -1521,12 +1522,12 @@ msgstr "Chyba: nejedná se o CML soubor s parametry."
#: ../plug-ins/common/cml-explorer.c:2207
#, c-format
msgid "Warning: '%s' is an old format file."
-msgstr "Varování: '%s' je soubor ve starém formátu."
+msgstr "Varování: „%s“ je soubor ve starém formátu."
#: ../plug-ins/common/cml-explorer.c:2211
#, c-format
msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer."
-msgstr "Varování: '%s' je soubor parametrů pro novější verzi CML badatele."
+msgstr "Varování: „%s“ je soubor parametrů pro novější verzi CML badatele."
#: ../plug-ins/common/cml-explorer.c:2274
msgid "Error: failed to load parameters"
@@ -1538,7 +1539,7 @@ msgstr "Analyzovat barvy v obrázku"
#: ../plug-ins/common/color-cube-analyze.c:112
msgid "Colorcube A_nalysis..."
-msgstr "_Analýza barevné krychle..."
+msgstr "_Analýza barevné krychle…"
#: ../plug-ins/common/color-cube-analyze.c:200
#: ../plug-ins/common/color-cube-analyze.c:356
@@ -1583,7 +1584,7 @@ msgstr "Nahradit barvu jinou barvou"
#: ../plug-ins/common/color-exchange.c:128
msgid "_Color Exchange..."
-msgstr "_Zaměnit barvy..."
+msgstr "_Zaměnit barvy…"
#: ../plug-ins/common/color-exchange.c:213
#: ../plug-ins/common/color-exchange.c:287
@@ -1592,7 +1593,7 @@ msgstr "Záměna barev"
#: ../plug-ins/common/color-exchange.c:309
msgid "Middle-Click Inside Preview to Pick \"From Color\""
-msgstr "Pro výběr \"Z barvy\" klikněte prostředním tlačítkem myši do náhledu"
+msgstr "Pro výběr „Z barvy“ klikněte prostředním tlačítkem myši do náhledu"
#: ../plug-ins/common/color-exchange.c:347
msgid "To Color"
@@ -1632,7 +1633,7 @@ msgstr "Převést zvolenou barvu na průhlednost"
#: ../plug-ins/common/color-to-alpha.c:101
msgid "Color to _Alpha..."
-msgstr "Barva do _alfy..."
+msgstr "Barva do _alfy…"
#: ../plug-ins/common/color-to-alpha.c:184
msgid "Removing color"
@@ -1656,7 +1657,7 @@ msgstr "Nahradit všechny barvy odstíny zadané barvy"
#: ../plug-ins/common/colorify.c:108
msgid "Colorif_y..."
-msgstr "_Kolorovat..."
+msgstr "_Kolorovat…"
#: ../plug-ins/common/colorify.c:169
msgid "Colorifying"
@@ -1680,7 +1681,7 @@ msgstr "Přerovnat barevnou mapu"
#: ../plug-ins/common/colormap-remap.c:104
msgid "R_earrange Colormap..."
-msgstr "_Přerovnat barevnou mapu..."
+msgstr "_Přerovnat barevnou mapu…"
#: ../plug-ins/common/colormap-remap.c:116
msgid "Swap two colors in the colormap"
@@ -1762,7 +1763,7 @@ msgstr "_Sytost:"
#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433
msgid "_Value:"
-msgstr "_Jas:"
+msgstr "_Hodnota:"
#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193
msgid "HSL"
@@ -1856,7 +1857,7 @@ msgstr ""
#: ../plug-ins/common/compose.c:410
msgid "C_ompose..."
-msgstr "_Komponovat..."
+msgstr "_Komponovat…"
#: ../plug-ins/common/compose.c:434
msgid "Recompose an image that was previously decomposed"
@@ -1871,12 +1872,13 @@ msgid ""
"You can only run 'Recompose' if the active image was originally produced by "
"'Decompose'."
msgstr ""
-"'Rekomponovat' můžete spustit, jen pokud byl aktivní obrázek původně "
-"vytvořen pomocí 'Dekomponovat'."
+"„Rekomponovat“ můžete spustit, jen pokud byl aktivní obrázek původně "
+"vytvořen pomocí „Dekomponovat“."
#: ../plug-ins/common/compose.c:512
msgid "Error scanning 'decompose-data' parasite: too few layers found"
-msgstr "Chyba při skenování parazita 'decompose-data': nalezeno příliš málo vrstev"
+msgstr ""
+"Chyba při skenování parazita „decompose-data“: nalezeno příliš málo vrstev"
#: ../plug-ins/common/compose.c:545
#, c-format
@@ -1958,7 +1960,7 @@ msgstr "Vylepšit kontrast metodou Retinex"
#: ../plug-ins/common/contrast-retinex.c:166
msgid "Retine_x..."
-msgstr "Retine_x..."
+msgstr "Retine_x…"
#: ../plug-ins/common/contrast-retinex.c:250
msgid "Retinex"
@@ -2014,7 +2016,7 @@ msgstr "Automatické roztahování HSV"
#: ../plug-ins/common/contrast-stretch-hsv.c:192
msgid "autostretch_hsv: cmap was NULL! Quitting...\n"
-msgstr "autostretch_hsv: cmap bylo NULL! Končím...\n"
+msgstr "autostretch_hsv: cmap bylo NULL! Končím…\n"
#: ../plug-ins/common/contrast-stretch.c:68
msgid "Stretch contrast to cover the maximum possible range"
@@ -2030,7 +2032,7 @@ msgstr "Automatické roztahování kontrastu"
#: ../plug-ins/common/contrast-stretch.c:152
msgid "c_astretch: cmap was NULL! Quitting...\n"
-msgstr "c_astretch: cmap bylo NULL! Končím...\n"
+msgstr "c_astretch: cmap bylo NULL! Končím…\n"
#: ../plug-ins/common/convolution-matrix.c:64
msgid "Gr_ey"
@@ -2043,16 +2045,16 @@ msgstr "Čer_vená"
#: ../plug-ins/common/convolution-matrix.c:66
#: ../plug-ins/common/newsprint.c:353
msgid "_Green"
-msgstr "_Zelená:"
+msgstr "_Zelená"
#: ../plug-ins/common/convolution-matrix.c:67
#: ../plug-ins/common/newsprint.c:361
msgid "_Blue"
-msgstr "_Modrá:"
+msgstr "_Modrá"
#: ../plug-ins/common/convolution-matrix.c:68
msgid "_Alpha"
-msgstr "_Alfa:"
+msgstr "_Alfa"
#: ../plug-ins/common/convolution-matrix.c:73
msgid "E_xtend"
@@ -2074,7 +2076,7 @@ msgstr "Aplikovat obecnou konvoluční matici 5x5"
#: ../plug-ins/common/convolution-matrix.c:206
msgid "_Convolution Matrix..."
-msgstr "_Konvoluční matice..."
+msgstr "_Konvoluční matice…"
#: ../plug-ins/common/convolution-matrix.c:241
msgid "Convolution does not work on layers smaller than 3x3 pixels."
@@ -2159,7 +2161,7 @@ msgstr "Převést obrázek do náhodně otočených barevných skvrn"
#: ../plug-ins/common/cubism.c:155
msgid "_Cubism..."
-msgstr "_Kubismus..."
+msgstr "_Kubismus…"
#: ../plug-ins/common/cubism.c:268
msgid "Cubism"
@@ -2187,7 +2189,7 @@ msgstr "Ohnout obrázek pomocí dvou kontrolních křivek"
#: ../plug-ins/common/curve-bend.c:541
msgid "_Curve Bend..."
-msgstr "_Zkřivit..."
+msgstr "_Zkřivit…"
#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176
msgid "Can operate on layers only (but was called on channel or mask)."
@@ -2495,7 +2497,7 @@ msgstr "Rozložit obrázek do oddělených barevných komponent"
#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336
msgid "_Decompose..."
-msgstr "_Dekomponovat..."
+msgstr "_Dekomponovat…"
#: ../plug-ins/common/decompose.c:429
msgid "Decomposing"
@@ -2531,7 +2533,7 @@ msgstr "Opravit obrázky, ve kterých chybí každý druhý řádek"
#: ../plug-ins/common/deinterlace.c:100
msgid "_Deinterlace..."
-msgstr "_Odstranit prokládání..."
+msgstr "_Odstranit prokládání…"
#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325
msgid "Deinterlace"
@@ -2551,7 +2553,7 @@ msgstr "Kombinovat dva obrázky pomocí map hloubky (z-bufferů)"
#: ../plug-ins/common/depth-merge.c:193
msgid "_Depth Merge..."
-msgstr "_Sloučit hloubku..."
+msgstr "_Sloučit hloubku…"
#: ../plug-ins/common/depth-merge.c:387
msgid "Depth-merging"
@@ -2591,7 +2593,7 @@ msgstr "Odstranit šum z obrázku"
#: ../plug-ins/common/despeckle.c:148
msgid "Des_peckle..."
-msgstr "_Vyčistit..."
+msgstr "_Vyčistit…"
#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645
msgid "Despeckle"
@@ -2631,7 +2633,7 @@ msgstr "Odstranit artefakty v podobě svislých pruhů"
#: ../plug-ins/common/destripe.c:109
msgid "Des_tripe..."
-msgstr "Odstranit _pruhy..."
+msgstr "Odstranit _pruhy…"
#: ../plug-ins/common/destripe.c:272
msgid "Destriping"
@@ -2661,7 +2663,7 @@ msgstr "Generovat difrakční obrazce"
#: ../plug-ins/common/diffraction.c:172
msgid "_Diffraction Patterns..."
-msgstr "_Difrakční obrazce..."
+msgstr "_Difrakční obrazce…"
#: ../plug-ins/common/diffraction.c:330
msgid "Creating diffraction pattern"
@@ -2727,7 +2729,7 @@ msgstr "Posunout pixely podle mapy posunutí"
#: ../plug-ins/common/displace.c:179
msgid "_Displace..."
-msgstr "_Vytlačit..."
+msgstr "_Vytlačit…"
#: ../plug-ins/common/displace.c:290
msgid "Displacing"
@@ -2779,7 +2781,7 @@ msgstr "Detekce hran s ovládáním síly hran"
#: ../plug-ins/common/edge-dog.c:140
msgid "_Difference of Gaussians..."
-msgstr "_Rozdíl Gaussovských rozostření..."
+msgstr "_Rozdíl Gaussovských rozostření…"
#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300
msgid "DoG Edge Detect"
@@ -2823,7 +2825,7 @@ msgstr "Simulovat záři neonového světla"
#: ../plug-ins/common/edge-neon.c:139
msgid "_Neon..."
-msgstr "_Neon..."
+msgstr "_Neon…"
#: ../plug-ins/common/edge-neon.c:211
msgid "Neon"
@@ -2843,7 +2845,7 @@ msgstr "Specializovaná na směru závislá detekce hran"
#: ../plug-ins/common/edge-sobel.c:121
msgid "_Sobel..."
-msgstr "_Sobel..."
+msgstr "_Sobel…"
#: ../plug-ins/common/edge-sobel.c:231
msgid "Sobel Edge Detection"
@@ -2871,7 +2873,7 @@ msgstr "Několik jednoduchých metod detekce hran"
#: ../plug-ins/common/edge.c:157
msgid "_Edge..."
-msgstr "_Hrana..."
+msgstr "_Hrana…"
#: ../plug-ins/common/edge.c:229
msgid "Edge detection"
@@ -2886,9 +2888,8 @@ msgid "Sobel"
msgstr "Sobelův"
#: ../plug-ins/common/edge.c:669
-#, fuzzy
msgid "Prewitt compass"
-msgstr "Prewittův"
+msgstr "Prewittův kompas"
#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904
msgid "Gradient"
@@ -2903,14 +2904,12 @@ msgid "Differential"
msgstr "Diferenciální"
#: ../plug-ins/common/edge.c:682
-#, fuzzy
msgid "_Algorithm:"
-msgstr "Algoritmus"
+msgstr "_Algoritmus:"
#: ../plug-ins/common/edge.c:690
-#, fuzzy
msgid "A_mount:"
-msgstr "Míra:"
+msgstr "_Míra:"
#: ../plug-ins/common/emboss.c:124
msgid "Simulate an image created by embossing"
@@ -2918,7 +2917,7 @@ msgstr "Simulovat reliéfní obrázek"
#: ../plug-ins/common/emboss.c:130
msgid "_Emboss..."
-msgstr "R_eliéf..."
+msgstr "R_eliéf…"
#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446
msgid "Emboss"
@@ -2946,7 +2945,7 @@ msgstr "Simulovat starou rytinu"
#: ../plug-ins/common/engrave.c:106
msgid "En_grave..."
-msgstr "Vy_rýt..."
+msgstr "Vy_rýt…"
#: ../plug-ins/common/engrave.c:180
msgid "Engraving"
@@ -3000,18 +2999,18 @@ msgstr "Načíst KISS paletu"
#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335
#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586
#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728
-#: ../plug-ins/common/file-pnm.c:498 ../plug-ins/common/file-ps.c:1042
+#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042
#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486
#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603
#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741
#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520
-#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217
+#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217
#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646
#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136
#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363
#, c-format
msgid "Opening '%s'"
-msgstr "Otvírá se '%s'"
+msgstr "Otvírá se „%s“"
#: ../plug-ins/common/file-cel.c:354
msgid "Can't create a new image"
@@ -3028,7 +3027,7 @@ msgstr "Nepodporovaná bitová hloubka (%d)!"
#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280
#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467
#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529
-#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:978
+#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:982
#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568
#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693
#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637
@@ -3039,7 +3038,7 @@ msgstr "Nepodporovaná bitová hloubka (%d)!"
#: ../plug-ins/file-xjt/xjt.c:1710
#, c-format
msgid "Saving '%s'"
-msgstr "Ukládá se '%s'"
+msgstr "Ukládá se „%s“"
#: ../plug-ins/common/file-compressor.c:160
msgid "gzip archive"
@@ -3114,7 +3113,7 @@ msgstr "Desktop odkaz"
#: ../plug-ins/common/file-desktop-link.c:173
#, c-format
msgid "Error loading desktop file '%s': %s"
-msgstr "Chyba načítání desktop souboru '%s': %s"
+msgstr "Chyba načítání desktop souboru „%s“: %s"
#: ../plug-ins/common/file-dicom.c:146
msgid "DICOM image"
@@ -3127,10 +3126,10 @@ msgstr "Obrázek Digital Imaging and Communications in Medicine"
#: ../plug-ins/common/file-dicom.c:352
#, c-format
msgid "'%s' is not a DICOM file."
-msgstr "'%s' není soubor DICOM."
+msgstr "„%s“ není soubor DICOM."
#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659
-#: ../plug-ins/common/file-pnm.c:963
+#: ../plug-ins/common/file-pnm.c:967
msgid "Cannot save images with alpha channel."
msgstr "Nemohu uložit obrázky s alfa kanálem."
@@ -3151,12 +3150,12 @@ msgstr "Nepodporovaný formát stopy"
#: ../plug-ins/common/file-gbr.c:425
#, c-format
msgid "Error in GIMP brush file '%s'"
-msgstr "Chyba v souboru stopy GIMPu '%s'"
+msgstr "Chyba v souboru stopy GIMPu „%s“"
#: ../plug-ins/common/file-gbr.c:433
#, c-format
msgid "Invalid UTF-8 string in brush file '%s'."
-msgstr "Neplatný řetězec UTF-8 v souboru stopy '%s'."
+msgstr "Neplatný řetězec UTF-8 v souboru stopy „%s“."
#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510
#: ../plug-ins/common/file-gih.c:1173
@@ -3203,7 +3202,7 @@ msgstr "Pozadí (%d%s)"
#: ../plug-ins/common/file-gif-load.c:936
#, c-format
msgid "Opening '%s' (frame %d)"
-msgstr "Otevírá se '%s' (políčko %d)"
+msgstr "Otevírá se „%s“ (políčko %d)"
#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791
#: ../plug-ins/common/iwarp.c:826
@@ -3230,13 +3229,13 @@ msgid "Couldn't simply reduce colors further. Saving as opaque."
msgstr "Nemohu jednoduše dále snížit barvy. Ukládám jako neprůhledné."
#: ../plug-ins/common/file-gif-save.c:562
-#, fuzzy, c-format
+#, c-format
msgid ""
"Unable to save '%s'. The GIF file format does not support images that are "
"more than %d pixels wide or tall."
msgstr ""
-"Nemohu uložit '%s'. Formát souborů psd nepodporuje obrázky, které jsou širší "
-"nebo vyšší než 30000 pixelů."
+"Nemohu uložit „%s“. Formát souborů GIF nepodporuje obrázky, které jsou širší "
+"nebo vyšší než %d pixelů."
#: ../plug-ins/common/file-gif-save.c:673
msgid ""
@@ -3247,14 +3246,16 @@ msgstr ""
"nebyl uložen."
#: ../plug-ins/common/file-gif-save.c:732
-msgid "Cannot save RGB color images. Convert to indexed color or grayscale first."
+msgid ""
+"Cannot save RGB color images. Convert to indexed color or grayscale first."
msgstr ""
"Nemohu ukládat barevné obrázky RGB. Nejdříve jej převeďte na indexovaný nebo "
"do šedí."
#: ../plug-ins/common/file-gif-save.c:910
msgid "Delay inserted to prevent evil CPU-sucking animation."
-msgstr "Vloženo zpoždění, aby nevznikla zlá animace požírající procesorový čas"
+msgstr ""
+"Vloženo zpoždění, aby nevznikla zlá animace požírající procesorový čas."
#: ../plug-ins/common/file-gif-save.c:950
msgid ""
@@ -3302,7 +3303,7 @@ msgstr "_Opakovat donekonečna"
msgid "_Delay between frames where unspecified:"
msgstr "_Prodleva mezi políčky, není-li určena:"
-#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474
+#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507
msgid "milliseconds"
msgstr "milisekundy"
@@ -3544,105 +3545,106 @@ msgstr "Míra rozestupu buněk."
#. * transparency & just use the full palette
#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760
msgid "Couldn't losslessly save transparency, saving opacity instead."
-msgstr "Nemohu uložit průhlednost beze ztrát, ukládám místo toho neprůhlednost."
+msgstr ""
+"Nemohu uložit průhlednost beze ztrát, ukládám místo toho neprůhlednost."
-#: ../plug-ins/common/file-mng.c:1254
+#: ../plug-ins/common/file-mng.c:1287
msgid "Save as MNG"
msgstr "Zapsat jako MNG"
-#: ../plug-ins/common/file-mng.c:1274
+#: ../plug-ins/common/file-mng.c:1307
msgid "MNG Options"
msgstr "Volby MNG"
-#: ../plug-ins/common/file-mng.c:1280
+#: ../plug-ins/common/file-mng.c:1313
msgid "Interlace"
msgstr "Prokládané řádkování"
-#: ../plug-ins/common/file-mng.c:1292
+#: ../plug-ins/common/file-mng.c:1325
msgid "Save background color"
msgstr "Uložit barvu pozadí"
-#: ../plug-ins/common/file-mng.c:1303
+#: ../plug-ins/common/file-mng.c:1336
msgid "Save gamma"
msgstr "Uložit gamu"
-#: ../plug-ins/common/file-mng.c:1313
+#: ../plug-ins/common/file-mng.c:1346
msgid "Save resolution"
msgstr "Uložit rozlišení"
-#: ../plug-ins/common/file-mng.c:1324
+#: ../plug-ins/common/file-mng.c:1357
msgid "Save creation time"
msgstr "Uložit čas vytvoření"
-#: ../plug-ins/common/file-mng.c:1343
+#: ../plug-ins/common/file-mng.c:1376
msgid "PNG"
msgstr "PNG"
-#: ../plug-ins/common/file-mng.c:1344
+#: ../plug-ins/common/file-mng.c:1377
msgid "JNG"
msgstr "JNG"
-#: ../plug-ins/common/file-mng.c:1347
+#: ../plug-ins/common/file-mng.c:1380
msgid "PNG + delta PNG"
msgstr "PNG + Delta PNG"
-#: ../plug-ins/common/file-mng.c:1348
+#: ../plug-ins/common/file-mng.c:1381
msgid "JNG + delta PNG"
msgstr "JNG + Delta PNG"
-#: ../plug-ins/common/file-mng.c:1349
+#: ../plug-ins/common/file-mng.c:1382
msgid "All PNG"
msgstr "Vše PNG"
-#: ../plug-ins/common/file-mng.c:1350
+#: ../plug-ins/common/file-mng.c:1383
msgid "All JNG"
msgstr "Vše JNG"
-#: ../plug-ins/common/file-mng.c:1362
+#: ../plug-ins/common/file-mng.c:1395
msgid "Default chunks type:"
-msgstr "Implicitní typ úseku:"
+msgstr "Výchozí typ úseku:"
-#: ../plug-ins/common/file-mng.c:1365
+#: ../plug-ins/common/file-mng.c:1398
msgid "Combine"
msgstr "Zkombinovat"
-#: ../plug-ins/common/file-mng.c:1366
+#: ../plug-ins/common/file-mng.c:1399
msgid "Replace"
msgstr "Přepsat"
-#: ../plug-ins/common/file-mng.c:1377
+#: ../plug-ins/common/file-mng.c:1410
msgid "Default frame disposal:"
-msgstr "Implicitní dispozice políčka:"
+msgstr "Výchozí dispozice políčka:"
-#: ../plug-ins/common/file-mng.c:1389
+#: ../plug-ins/common/file-mng.c:1422
msgid "PNG compression level:"
msgstr "Úroveň komprese PNG:"
-#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908
+#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1908
msgid "Choose a high compression level for small file size"
msgstr "Zvolte vysokou úroveň komprese pro malou velikost souboru"
-#: ../plug-ins/common/file-mng.c:1411
+#: ../plug-ins/common/file-mng.c:1444
msgid "JPEG compression quality:"
msgstr "Kvalita komprese JPEG:"
-#: ../plug-ins/common/file-mng.c:1428
+#: ../plug-ins/common/file-mng.c:1461
msgid "JPEG smoothing factor:"
msgstr "Faktor vyhlazování JPEG:"
-#: ../plug-ins/common/file-mng.c:1438
+#: ../plug-ins/common/file-mng.c:1471
msgid "Animated MNG Options"
msgstr "Volby animovaného MNG"
-#: ../plug-ins/common/file-mng.c:1444
+#: ../plug-ins/common/file-mng.c:1477
msgid "Loop"
msgstr "Smyčka"
-#: ../plug-ins/common/file-mng.c:1458
+#: ../plug-ins/common/file-mng.c:1491
msgid "Default frame delay:"
-msgstr "Implicitní zpoždění políčka:"
+msgstr "Výchozí zpoždění políčka:"
-#: ../plug-ins/common/file-mng.c:1531
+#: ../plug-ins/common/file-mng.c:1564
msgid "MNG animation"
msgstr "Animace MNG"
@@ -3653,7 +3655,7 @@ msgstr "Vzorek GIMPu"
#: ../plug-ins/common/file-pat.c:371
#, c-format
msgid "Invalid UTF-8 string in pattern file '%s'."
-msgstr "Neplatný řetězec UTF-8 v souboru vzorku '%s'."
+msgstr "Neplatný řetězec UTF-8 v souboru vzorku „%s“."
#: ../plug-ins/common/file-pat.c:528
msgid "Save as Pattern"
@@ -3666,20 +3668,20 @@ msgstr "Obrázek ZSoft PCX"
#: ../plug-ins/common/file-pcx.c:372
#, c-format
msgid "Could not read header from '%s'"
-msgstr "Nemohu číst hlavičku z '%s'"
+msgstr "Nemohu číst hlavičku z „%s“"
#: ../plug-ins/common/file-pcx.c:382
#, c-format
msgid "'%s' is not a PCX file"
-msgstr "'%s' není soubor PCX"
+msgstr "„%s“ není soubor PCX"
-#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579
+#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:606
#: ../plug-ins/file-psd/psd-load.c:302
#, c-format
msgid "Unsupported or invalid image width: %d"
msgstr "Nepodporovaná nebo neplatná šířka obrázku: %d"
-#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585
+#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:612
#: ../plug-ins/file-psd/psd-load.c:294
#, c-format
msgid "Unsupported or invalid image height: %d"
@@ -3716,7 +3718,7 @@ msgstr "Spodní okraj mimo rozsah (musí být < %d): %d"
#: ../plug-ins/common/file-pcx.c:752
#, c-format
msgid "Writing to file '%s' failed: %s"
-msgstr "Zápis do souboru '%s' selhal: %s"
+msgstr "Zápis do souboru „%s“ selhal: %s"
#: ../plug-ins/common/file-pdf.c:288
msgid "Portable Document Format"
@@ -3775,12 +3777,12 @@ msgstr "Chyba čtení PNG souboru: %s"
#: ../plug-ins/common/file-png.c:703
#, c-format
msgid "Error while reading '%s'. File corrupted?"
-msgstr "Chyba při čtení '%s'. Poškozený soubor?"
+msgstr "Chyba při čtení „%s“. Poškozený soubor?"
#: ../plug-ins/common/file-png.c:834
#, c-format
msgid "Unknown color model in PNG file '%s'."
-msgstr "Neznámý model barev v souboru PNG '%s'."
+msgstr "Neznámý model barev v souboru PNG „%s“."
#: ../plug-ins/common/file-png.c:889
msgid ""
@@ -3793,7 +3795,7 @@ msgstr ""
#: ../plug-ins/common/file-png.c:1254
#, c-format
msgid "Error while saving '%s'. Could not save image."
-msgstr "Chyba při ukládání '%s'. Nemohu uložit obrázek."
+msgstr "Chyba při ukládání „%s“. Nemohu uložit obrázek."
#: ../plug-ins/common/file-png.c:1785
msgid "Save as PNG"
@@ -3835,87 +3837,86 @@ msgstr "Uložit _hodnoty barvy průhledných pixelů"
msgid "Co_mpression level:"
msgstr "Úroveň ko_mprese:"
-#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1185
+#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1186
msgid "_Load Defaults"
-msgstr "_Načíst implicitní nastavení"
+msgstr "_Načíst výchozí nastavení"
#: ../plug-ins/common/file-png.c:1930
msgid "S_ave Defaults"
-msgstr "_Uložit implicitní nastavení"
+msgstr "_Uložit výchozí nastavení"
-#: ../plug-ins/common/file-pnm.c:247
+#: ../plug-ins/common/file-pnm.c:248
msgid "PNM Image"
msgstr "Obrázek PNM"
-#: ../plug-ins/common/file-pnm.c:267
+#: ../plug-ins/common/file-pnm.c:268
msgid "PNM image"
msgstr "Obrázek PNM"
-#: ../plug-ins/common/file-pnm.c:279
+#: ../plug-ins/common/file-pnm.c:280
msgid "PBM image"
msgstr "Obrázek PBM"
-#: ../plug-ins/common/file-pnm.c:291
+#: ../plug-ins/common/file-pnm.c:292
msgid "PGM image"
msgstr "Obrázek PGM"
-#: ../plug-ins/common/file-pnm.c:303
+#: ../plug-ins/common/file-pnm.c:304
msgid "PPM image"
msgstr "Obrázek PPM"
-#: ../plug-ins/common/file-pnm.c:527 ../plug-ins/common/file-pnm.c:549
-#: ../plug-ins/common/file-pnm.c:558 ../plug-ins/common/file-pnm.c:569
-#: ../plug-ins/common/file-pnm.c:657 ../plug-ins/common/file-pnm.c:727
+#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550
+#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570
+#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728
msgid "Premature end of file."
msgstr "Předčasný konec souboru."
-#: ../plug-ins/common/file-pnm.c:529
+#: ../plug-ins/common/file-pnm.c:530
msgid "Invalid file."
msgstr "Neplatný soubor."
-#: ../plug-ins/common/file-pnm.c:543
+#: ../plug-ins/common/file-pnm.c:544
msgid "File not in a supported format."
msgstr "Soubor není v podporovaném formátu."
-#: ../plug-ins/common/file-pnm.c:552
+#: ../plug-ins/common/file-pnm.c:553
msgid "Invalid X resolution."
msgstr "Neplatné rozlišení X."
-#: ../plug-ins/common/file-pnm.c:554
+#: ../plug-ins/common/file-pnm.c:555
msgid "Image width is larger than GIMP can handle."
msgstr "Šířka obrázku je větší, než GIMP dokáže zpracovat."
-#: ../plug-ins/common/file-pnm.c:561
+#: ../plug-ins/common/file-pnm.c:562
msgid "Invalid Y resolution."
msgstr "Neplatné rozlišení Y."
-#: ../plug-ins/common/file-pnm.c:563
+#: ../plug-ins/common/file-pnm.c:564
msgid "Image height is larger than GIMP can handle."
msgstr "Výška obrázku je větší, než GIMP dokáže zpracovat."
-#: ../plug-ins/common/file-pnm.c:575
-#, fuzzy
+#: ../plug-ins/common/file-pnm.c:576
msgid "Unsupported maximum value."
msgstr "Neplatná maximální hodnota."
-#: ../plug-ins/common/file-pnm.c:780
+#: ../plug-ins/common/file-pnm.c:781
msgid "Error reading file."
msgstr "Chyba při čtení souboru."
-#: ../plug-ins/common/file-pnm.c:1148
+#: ../plug-ins/common/file-pnm.c:1185
msgid "Save as PNM"
msgstr "Zapsat jako PNM"
#. file save type
-#: ../plug-ins/common/file-pnm.c:1165
+#: ../plug-ins/common/file-pnm.c:1202
msgid "Data formatting"
msgstr "Formátování dat"
-#: ../plug-ins/common/file-pnm.c:1169
+#: ../plug-ins/common/file-pnm.c:1206
msgid "Raw"
msgstr "Binární"
-#: ../plug-ins/common/file-pnm.c:1170
+#: ../plug-ins/common/file-pnm.c:1207
msgid "Ascii"
msgstr "ASCII"
@@ -3932,9 +3933,9 @@ msgid "PDF document"
msgstr "Dokument PDF"
#: ../plug-ins/common/file-ps.c:1050
-#, fuzzy, c-format
+#, c-format
msgid "Could not interpret Postscript file '%s'"
-msgstr "Nemohu interpretovat '%s'"
+msgstr "Nemohu interpretovat Postscriptový soubor „%s“"
#: ../plug-ins/common/file-ps.c:1192
#, c-format
@@ -3976,7 +3977,7 @@ msgid "Rendering"
msgstr "Vyobrazení"
#. Resolution
-#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916
+#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929
#: ../plug-ins/common/file-wmf.c:692
msgid "Resolution:"
msgstr "Rozlišení:"
@@ -4210,7 +4211,7 @@ msgstr "Obrázek SUN Rasterfile"
#: ../plug-ins/common/file-sunras.c:402
#, c-format
msgid "Could not open '%s' as SUN-raster-file"
-msgstr "Nemohu otevřít soubor '%s' jako SUN-raster-soubor"
+msgstr "Nemohu otevřít soubor „%s“ jako SUN-raster-soubor"
#: ../plug-ins/common/file-sunras.c:412
msgid "The type of this SUN-rasterfile is not supported"
@@ -4219,7 +4220,7 @@ msgstr "Tento typ SUN-raster souboru není podporován"
#: ../plug-ins/common/file-sunras.c:441
#, c-format
msgid "Could not read color entries from '%s'"
-msgstr "Nemohu číst barevné položky z '%s'"
+msgstr "Nemohu číst barevné položky z „%s“"
#: ../plug-ins/common/file-sunras.c:449
msgid "Type of colormap not supported"
@@ -4232,7 +4233,7 @@ msgid ""
"'%s':\n"
"No image width specified"
msgstr ""
-"'%s':\n"
+"„%s“:\n"
"Nebyla zadána šířka obrázku"
#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833
@@ -4242,7 +4243,7 @@ msgid ""
"'%s':\n"
"Image width is larger than GIMP can handle"
msgstr ""
-"'%s':\n"
+"„%s“:\n"
"Šířka obrázku je větší, než GIMP dokáže zpracovat"
#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840
@@ -4252,7 +4253,7 @@ msgid ""
"'%s':\n"
"No image height specified"
msgstr ""
-"'%s':\n"
+"„%s“:\n"
"Nebyla zadána výška obrázku"
#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847
@@ -4262,7 +4263,7 @@ msgid ""
"'%s':\n"
"Image height is larger than GIMP can handle"
msgstr ""
-"'%s':\n"
+"„%s“:\n"
"Výška obrázku je větší, než GIMP dokáže zpracovat"
#: ../plug-ins/common/file-sunras.c:518
@@ -4303,7 +4304,7 @@ msgstr "Kódované RunLength"
msgid "SVG image"
msgstr "SVG obrázek"
-#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720
+#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733
msgid "Unknown reason"
msgstr "Neznámý důvod"
@@ -4329,50 +4330,51 @@ msgstr ""
"velikost!"
#. Scalable Vector Graphics is SVG, should perhaps not be translated
-#: ../plug-ins/common/file-svg.c:729
+#: ../plug-ins/common/file-svg.c:742
msgid "Render Scalable Vector Graphics"
msgstr "Vykreslit Scalable Vector Graphics"
#. Width and Height
-#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571
+#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571
#: ../plug-ins/common/grid.c:724
msgid "Width:"
msgstr "Šířka:"
-#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577
+#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577
msgid "Height:"
msgstr "Výška:"
-#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651
+#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651
msgid "_X ratio:"
msgstr "Poměr _X:"
-#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673
+#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673
msgid "_Y ratio:"
msgstr "Poměr _Y:"
-#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687
+#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687
msgid "Constrain aspect ratio"
-msgstr "Omezit poměr stran:"
+msgstr "Omezit poměr stran"
-#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698
+#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698
#: ../plug-ins/print/print-page-layout.c:273
#, c-format
msgid "pixels/%a"
msgstr "pixely/%a"
#. Path Import
-#: ../plug-ins/common/file-svg.c:942
+#: ../plug-ins/common/file-svg.c:955
msgid "Import _paths"
msgstr "Importovat _cesty"
-#: ../plug-ins/common/file-svg.c:948
-msgid "Import path elements of the SVG so they can be used with the GIMP path tool"
+#: ../plug-ins/common/file-svg.c:961
+msgid ""
+"Import path elements of the SVG so they can be used with the GIMP path tool"
msgstr ""
"Importovat elementy cesty z SVG, aby mohly být použity s nástrojem GIMPu pro "
"cesty"
-#: ../plug-ins/common/file-svg.c:961
+#: ../plug-ins/common/file-svg.c:974
msgid "Merge imported paths"
msgstr "Sloučit importované cesty"
@@ -4383,17 +4385,17 @@ msgstr "Obrázek TarGA"
#: ../plug-ins/common/file-tga.c:455
#, c-format
msgid "Cannot read footer from '%s'"
-msgstr "Nemohu číst patičku z '%s'"
+msgstr "Nemohu číst patičku z „%s“"
#: ../plug-ins/common/file-tga.c:473
#, c-format
msgid "Cannot read extension from '%s'"
-msgstr "Nemohu číst rozšíření z '%s'"
+msgstr "Nemohu číst rozšíření z „%s“"
#: ../plug-ins/common/file-tga.c:485
-#, fuzzy, c-format
+#, c-format
msgid "Cannot read header from '%s'"
-msgstr "Nemohu číst hlavičku z '%s'"
+msgstr "Nemohu číst hlavičku z „%s“"
#: ../plug-ins/common/file-tga.c:1368
msgid "Save as TGA"
@@ -4405,19 +4407,16 @@ msgid "_RLE compression"
msgstr "Komprese _RLE"
#: ../plug-ins/common/file-tga.c:1405
-#, fuzzy
msgid "Or_igin:"
-msgstr "Původní:"
+msgstr "_Původní:"
#: ../plug-ins/common/file-tga.c:1409
-#, fuzzy
msgid "Bottom left"
-msgstr "Dolů _doleva"
+msgstr "Dolů doleva"
#: ../plug-ins/common/file-tga.c:1410
-#, fuzzy
msgid "Top left"
-msgstr "Do_leva"
+msgstr "Nahoru doleva"
#: ../plug-ins/common/file-tiff-load.c:240
#: ../plug-ins/common/file-tiff-save.c:182
@@ -4428,16 +4427,16 @@ msgstr "Obrázek TIFF"
#: ../plug-ins/common/file-tiff-load.c:310
#, c-format
msgid "TIFF '%s' does not contain any directories"
-msgstr "TIFF '%s' neobsahuje žádné adresáře"
+msgstr "TIFF „%s“ neobsahuje žádné adresáře"
#: ../plug-ins/common/file-tiff-load.c:478
msgid "Import from TIFF"
msgstr "Importovat z TIFF"
#: ../plug-ins/common/file-tiff-load.c:780
-#, fuzzy, c-format
+#, c-format
msgid "%s-%d-of-%d-pages"
-msgstr "%s-strany"
+msgstr "%s-%d-z-%d-stran"
#: ../plug-ins/common/file-tiff-load.c:1015
msgid "TIFF Channel"
@@ -4527,7 +4526,7 @@ msgstr "Vykreslit Windows Metafile"
#: ../plug-ins/common/file-wmf.c:963
#, c-format
msgid "Could not open '%s' for reading"
-msgstr "Nelze otevřít '%s' pro čtení"
+msgstr "Nelze otevřít „%s“ pro čtení"
#: ../plug-ins/common/file-wmf.c:1003
msgid "Rendered WMF"
@@ -4543,7 +4542,7 @@ msgid ""
"'%s':\n"
"Could not read header (ftell == %ld)"
msgstr ""
-"'%s':\n"
+"„%s“:\n"
"Nemohu číst hlavičku (ftell == %ld)"
#: ../plug-ins/common/file-xbm.c:854
@@ -4552,7 +4551,7 @@ msgid ""
"'%s':\n"
"No image data type specified"
msgstr ""
-"'%s':\n"
+"„%s“:\n"
"Nebyl zadán typ dat obrázku"
#. The image is not black-and-white.
@@ -4627,7 +4626,7 @@ msgstr "Obrázek X PixMap"
#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773
#, c-format
msgid "Error opening file '%s'"
-msgstr "Chyba při otevírání souboru '%s'"
+msgstr "Chyba při otevírání souboru „%s“"
#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779
msgid "XPM file invalid"
@@ -4648,7 +4647,7 @@ msgstr "X window dump"
#: ../plug-ins/common/file-xwd.c:442
#, c-format
msgid "Could not read XWD header from '%s'"
-msgstr "Nemohu číst hlavičku XWD z '%s'"
+msgstr "Nemohu číst hlavičku XWD z „%s“"
#: ../plug-ins/common/file-xwd.c:480
msgid "Can't read color entries"
@@ -4681,14 +4680,14 @@ msgstr "Vytvořit z několika obrázků filmový pás"
#: ../plug-ins/common/film.c:222
msgid "_Filmstrip..."
-msgstr "_Film..."
+msgstr "_Film…"
#: ../plug-ins/common/film.c:307
msgid "Composing images"
msgstr "Spojuji obrázky"
#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216
-#: ../plug-ins/help-browser/dialog.c:1133
+#: ../plug-ins/help-browser/dialog.c:1120
msgid "Untitled"
msgstr "Bez názvu"
@@ -4843,7 +4842,7 @@ msgstr "Interaktivně upravit barvy obrázku"
#: ../plug-ins/common/filter-pack.c:322
msgid "_Filter Pack..."
-msgstr "_Sada filtrů..."
+msgstr "_Sada filtrů…"
#: ../plug-ins/common/filter-pack.c:372
msgid "FP can only be used on RGB images."
@@ -4891,7 +4890,7 @@ msgstr "Okna"
#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672
msgid "_Saturation"
-msgstr "_Sytost:"
+msgstr "_Sytost"
#: ../plug-ins/common/filter-pack.c:712
msgid "A_dvanced"
@@ -4911,7 +4910,7 @@ msgstr "Kritérium volby pixelů"
#: ../plug-ins/common/filter-pack.c:835
msgid "H_ue"
-msgstr "O_dstín:"
+msgstr "O_dstín"
#: ../plug-ins/common/filter-pack.c:836
msgid "Satu_ration"
@@ -4968,7 +4967,7 @@ msgstr "Transformovat obrázek pomocí Mandelbrotova fraktálu"
#: ../plug-ins/common/fractal-trace.c:121
msgid "_Fractal Trace..."
-msgstr "_Fraktální trasování..."
+msgstr "_Fraktální trasování…"
#: ../plug-ins/common/fractal-trace.c:460
#: ../plug-ins/common/fractal-trace.c:691
@@ -5060,7 +5059,7 @@ msgstr "Vykreslit do obrázku mřížku"
#: ../plug-ins/common/grid.c:148
msgid "_Grid..."
-msgstr "_Mřížka..."
+msgstr "_Mřížka…"
#: ../plug-ins/common/grid.c:241
msgid "Drawing grid"
@@ -5120,7 +5119,7 @@ msgstr "Hledat a opravit pixely, které jsou příliš jasné"
#: ../plug-ins/common/hot.c:217
msgid "_Hot..."
-msgstr "_Videosnímek..."
+msgstr "_Videosnímek…"
#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586
msgid "Hot"
@@ -5152,7 +5151,7 @@ msgstr "Položit na sebe mnoho pozměněných kopií obrázku"
#: ../plug-ins/common/illusion.c:96
msgid "_Illusion..."
-msgstr "_Iluze..."
+msgstr "_Iluze…"
#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350
msgid "Illusion"
@@ -5176,7 +5175,7 @@ msgstr "Oblasti obrázku deformujte pomocí myši"
#: ../plug-ins/common/iwarp.c:267
msgid "_IWarp..."
-msgstr "_Interaktivní deformace..."
+msgstr "_Interaktivní deformace…"
#: ../plug-ins/common/iwarp.c:697
msgid "Warping"
@@ -5276,7 +5275,8 @@ msgstr "Interaktivní deformace"
msgid ""
"Click and drag in the preview to define the distortions to apply to the "
"image."
-msgstr "Kliknutím a táhnutím myši v náhledů definujte požadovanou deformaci obrázku."
+msgstr ""
+"Kliknutím a táhnutím myši v náhledů definujte požadovanou deformaci obrázku."
#: ../plug-ins/common/jigsaw.c:356
msgid "Add a jigsaw-puzzle pattern to the image"
@@ -5284,7 +5284,7 @@ msgstr "Přidat do obrázku vzorek puzzle"
#: ../plug-ins/common/jigsaw.c:361
msgid "_Jigsaw..."
-msgstr "_Skládačka..."
+msgstr "_Skládačka…"
#: ../plug-ins/common/jigsaw.c:414
msgid "Assembling jigsaw"
@@ -5353,7 +5353,7 @@ msgstr "Nastavit profil barev obrázku"
#: ../plug-ins/common/lcms.c:225
msgid "_Assign Color Profile..."
-msgstr "_Přiřadit profil barev..."
+msgstr "_Přiřadit profil barev…"
#: ../plug-ins/common/lcms.c:241
msgid "Assign default RGB Profile"
@@ -5365,7 +5365,7 @@ msgstr "Aplikovat na obrázek profil barev"
#: ../plug-ins/common/lcms.c:258
msgid "_Convert to Color Profile..."
-msgstr "_Převést do profilu barev..."
+msgstr "_Převést do profilu barev…"
#: ../plug-ins/common/lcms.c:276
msgid "Convert to default RGB Profile"
@@ -5379,111 +5379,112 @@ msgstr "Informace o profilu barev obrázku"
msgid "Color Profile Information"
msgstr "Informace o profilu barev"
-#: ../plug-ins/common/lcms.c:570
+#: ../plug-ins/common/lcms.c:572
#, c-format
msgid "Color profile '%s' is not for RGB color space."
-msgstr "Barevný profil '%s' není určen pro prostor RGB."
+msgstr "Barevný profil „%s“ není určen pro prostor RGB."
-#: ../plug-ins/common/lcms.c:677
+#: ../plug-ins/common/lcms.c:679
msgid "Default RGB working space"
msgstr "Výchozí pracovní prostor RGB"
-#: ../plug-ins/common/lcms.c:773
-msgid "Data attached as 'icc-profile' does not appear to be an ICC color profile"
-msgstr "Data připojená jako 'icc-profile' zřejmě nejsou barevným profilem ICC"
+#: ../plug-ins/common/lcms.c:775
+msgid ""
+"Data attached as 'icc-profile' does not appear to be an ICC color profile"
+msgstr "Data připojená jako „icc-profile“ zřejmě nejsou barevným profilem ICC"
-#: ../plug-ins/common/lcms.c:823
+#: ../plug-ins/common/lcms.c:825
#, c-format
msgid "'%s' does not appear to be an ICC color profile"
-msgstr "'%s' zřejmě není barevným profilem ICC"
+msgstr "„%s“ zřejmě není barevným profilem ICC"
#. ICC color profile conversion
-#: ../plug-ins/common/lcms.c:883
+#: ../plug-ins/common/lcms.c:885
#, c-format
msgid "Converting from '%s' to '%s'"
-msgstr "Konvertuji z '%s' do '%s'"
+msgstr "Konvertuji z „%s“ do „%s“"
-#: ../plug-ins/common/lcms.c:1127
+#: ../plug-ins/common/lcms.c:1129
#, c-format
msgid "Could not load ICC profile from '%s'"
-msgstr "Nelze načíst ICC profil z '%s'"
+msgstr "Nelze načíst ICC profil z „%s“"
-#: ../plug-ins/common/lcms.c:1149
+#: ../plug-ins/common/lcms.c:1151
#, c-format
msgid "The image '%s' has an embedded color profile:"
-msgstr "Obrázek '%s' obsahuje vložený barevný profil:"
+msgstr "Obrázek „%s“ obsahuje vložený barevný profil:"
-#: ../plug-ins/common/lcms.c:1193
+#: ../plug-ins/common/lcms.c:1195
#, c-format
msgid "Convert the image to the RGB working space (%s)?"
msgstr "Převést obrázek do pracovního prostoru RGB (%s)?"
-#: ../plug-ins/common/lcms.c:1224
+#: ../plug-ins/common/lcms.c:1226
msgid "Convert to RGB working space?"
msgstr "Konvertovat do pracovního prostoru RGB?"
-#: ../plug-ins/common/lcms.c:1229
+#: ../plug-ins/common/lcms.c:1231
msgid "_Keep"
msgstr "_Ponechat"
-#: ../plug-ins/common/lcms.c:1234
+#: ../plug-ins/common/lcms.c:1236
msgid "_Convert"
msgstr "_Konvertovat"
-#: ../plug-ins/common/lcms.c:1261 ../plug-ins/file-jpeg/jpeg-exif.c:377
+#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377
msgid "_Don't ask me again"
msgstr "_Neptat se znovu"
-#: ../plug-ins/common/lcms.c:1325
+#: ../plug-ins/common/lcms.c:1327
msgid "Select destination profile"
msgstr "Zvolte cílový profil"
-#: ../plug-ins/common/lcms.c:1352
+#: ../plug-ins/common/lcms.c:1354
msgid "All files (*.*)"
msgstr "Všechny soubory (*.*)"
-#: ../plug-ins/common/lcms.c:1357
+#: ../plug-ins/common/lcms.c:1359
msgid "ICC color profile (*.icc, *.icm)"
msgstr "ICC profil barev (*.icc, *.icm)"
-#: ../plug-ins/common/lcms.c:1400
+#: ../plug-ins/common/lcms.c:1402
#, c-format
msgid "RGB workspace (%s)"
msgstr "Pracovní prostor RGB (%s)"
-#: ../plug-ins/common/lcms.c:1450
+#: ../plug-ins/common/lcms.c:1452
msgid "Convert to ICC Color Profile"
msgstr "Převést do ICC profilu barev"
-#: ../plug-ins/common/lcms.c:1451
+#: ../plug-ins/common/lcms.c:1453
msgid "Assign ICC Color Profile"
msgstr "Přiřadit ICC profil barev"
-#: ../plug-ins/common/lcms.c:1459
+#: ../plug-ins/common/lcms.c:1461
msgid "_Assign"
msgstr "_Přiřadit"
-#: ../plug-ins/common/lcms.c:1476
+#: ../plug-ins/common/lcms.c:1478
msgid "Current Color Profile"
msgstr "Aktuální profil barev"
-#: ../plug-ins/common/lcms.c:1491
+#: ../plug-ins/common/lcms.c:1493
msgid "Convert to"
msgstr "Převést do"
-#: ../plug-ins/common/lcms.c:1491
+#: ../plug-ins/common/lcms.c:1493
msgid "Assign"
msgstr "Přiřadit"
-#: ../plug-ins/common/lcms.c:1515
+#: ../plug-ins/common/lcms.c:1517
msgid "_Rendering Intent:"
msgstr "_Záměr vykreslování:"
-#: ../plug-ins/common/lcms.c:1531
+#: ../plug-ins/common/lcms.c:1533
msgid "_Black Point Compensation"
msgstr "_Kompenzace černého bodu"
-#: ../plug-ins/common/lcms.c:1573
+#: ../plug-ins/common/lcms.c:1575
msgid "Destination profile is not for RGB color space."
msgstr "Cílový profil není určen pro prostor RGB."
@@ -5493,7 +5494,7 @@ msgstr "Simulovat eliptickou čočku nad obrázkem"
#: ../plug-ins/common/lens-apply.c:114
msgid "Apply _Lens..."
-msgstr "P_oužít čočku..."
+msgstr "P_oužít čočku…"
#: ../plug-ins/common/lens-apply.c:181
msgid "Applying lens"
@@ -5529,7 +5530,7 @@ msgstr "Opravit zkreslení objektivu"
#: ../plug-ins/common/lens-distortion.c:120
msgid "Lens Distortion..."
-msgstr "Zkreslení objektivu..."
+msgstr "Zkreslení objektivu…"
#: ../plug-ins/common/lens-distortion.c:383
msgid "Lens distortion"
@@ -5569,7 +5570,7 @@ msgstr "Přidat odlesk objektivu"
#: ../plug-ins/common/lens-flare.c:195
msgid "Lens _Flare..."
-msgstr "_Odlesk objektivu..."
+msgstr "_Odlesk objektivu…"
#: ../plug-ins/common/lens-flare.c:270
msgid "Render lens flare"
@@ -5589,45 +5590,41 @@ msgstr "Zobrazit _polohu"
#: ../plug-ins/common/mail.c:188
msgid "Send the image by email"
-msgstr ""
+msgstr "Odeslat obrázek pomocí e-mailu"
#: ../plug-ins/common/mail.c:194
-#, fuzzy
msgid "Send by E_mail..."
-msgstr "Poslat jako poštu"
+msgstr "Odeslat pomocí e-_mailu…"
-#: ../plug-ins/common/mail.c:408
-#, fuzzy
+#: ../plug-ins/common/mail.c:407
msgid "Send by Email"
-msgstr "Poslat jako poštu"
+msgstr "Odeslat pomocí e-mailu"
-#: ../plug-ins/common/mail.c:413
+#: ../plug-ins/common/mail.c:412
msgid "_Send"
msgstr "_Odeslat"
-#: ../plug-ins/common/mail.c:445
+#: ../plug-ins/common/mail.c:444
msgid "_Filename:"
msgstr "_Název souboru:"
-#: ../plug-ins/common/mail.c:457
-#, fuzzy
+#: ../plug-ins/common/mail.c:456
msgid "_To:"
-msgstr "Na_hoře:"
+msgstr "_Komu:"
-#: ../plug-ins/common/mail.c:471
-#, fuzzy
+#: ../plug-ins/common/mail.c:470
msgid "_From:"
-msgstr "Z:"
+msgstr "_Od:"
-#: ../plug-ins/common/mail.c:483
+#: ../plug-ins/common/mail.c:482
msgid "S_ubject:"
msgstr "_Předmět:"
-#: ../plug-ins/common/mail.c:592
+#: ../plug-ins/common/mail.c:591
msgid "some sort of error with the file extension or lack thereof"
msgstr "nějaký druh chyby přípony souboru nebo její nepřítomnost"
-#: ../plug-ins/common/mail.c:726
+#: ../plug-ins/common/mail.c:725
#, c-format
msgid "Could not start sendmail (%s)"
msgstr "Nemohu spustit sendmail (%s)"
@@ -5638,7 +5635,7 @@ msgstr "Redukovat obrázek na čistou červenou, zelenou a modrou"
#: ../plug-ins/common/max-rgb.c:95
msgid "Maxim_um RGB..."
-msgstr "_Nejvyšší RGB..."
+msgstr "_Nejvyšší RGB…"
#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158
msgid "Can only operate on RGB drawables."
@@ -5666,7 +5663,7 @@ msgstr "Převést obrázek do nepravidelných dlaždic"
#: ../plug-ins/common/mosaic.c:364
msgid "_Mosaic..."
-msgstr "_Mozaika..."
+msgstr "_Mozaika…"
#. progress bar for gradient finding
#: ../plug-ins/common/mosaic.c:502
@@ -5700,7 +5697,7 @@ msgstr "Trojúhelníky"
#: ../plug-ins/common/mosaic.c:640
msgid "_Tiling primitives:"
-msgstr "_Základní dlaždice"
+msgstr "_Základní dlaždice:"
#: ../plug-ins/common/mosaic.c:648
msgid "Tile _size:"
@@ -5792,7 +5789,7 @@ msgstr "Simulovat efekt novinového tisku"
#: ../plug-ins/common/newsprint.c:526
msgid "Newsprin_t..."
-msgstr "_Novinový tisk..."
+msgstr "_Novinový tisk…"
#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188
msgid "Newsprint"
@@ -5868,7 +5865,7 @@ msgstr "Nelineární filtr typu švýcarského armádního nože"
#: ../plug-ins/common/nl-filter.c:124
msgid "_NL Filter..."
-msgstr "_NL Filtr..."
+msgstr "_NL Filtr…"
#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015
msgid "NL Filter"
@@ -5900,7 +5897,7 @@ msgstr "Nezávisle randomizovat odstín/sytost/hodnotu"
#: ../plug-ins/common/noise-hsv.c:108
msgid "HSV Noise..."
-msgstr "HSV šum..."
+msgstr "HSV šum…"
#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361
msgid "HSV Noise"
@@ -5940,15 +5937,15 @@ msgstr "Náhodně posunout některé pixely dolů (podobné tání)"
#: ../plug-ins/common/noise-randomize.c:233
msgid "_Hurl..."
-msgstr "_Výpadky..."
+msgstr "_Výpadky…"
#: ../plug-ins/common/noise-randomize.c:245
msgid "_Pick..."
-msgstr "_Vybrat..."
+msgstr "_Vybrat…"
#: ../plug-ins/common/noise-randomize.c:257
msgid "_Slur..."
-msgstr "_Roztřepení..."
+msgstr "_Roztřepení…"
#: ../plug-ins/common/noise-randomize.c:771
#: ../plug-ins/common/noise-solid.c:602
@@ -5977,7 +5974,7 @@ msgstr "Zkreslit barvy náhodnou měrou"
#: ../plug-ins/common/noise-rgb.c:154
msgid "_RGB Noise..."
-msgstr "_RGB šum..."
+msgstr "_RGB šum…"
#: ../plug-ins/common/noise-rgb.c:282
msgid "Adding noise"
@@ -6010,7 +6007,7 @@ msgstr "Vytvořit náhodnou mrakovitou texturu"
#: ../plug-ins/common/noise-solid.c:182
msgid "_Solid Noise..."
-msgstr "_Pevný šum..."
+msgstr "_Pevný šum…"
#. Dialog initialization
#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563
@@ -6045,17 +6042,17 @@ msgstr "Přesunout náhodně pixely"
#: ../plug-ins/common/noise-spread.c:98
msgid "Sp_read..."
-msgstr "_Rozprostřít..."
+msgstr "_Rozprostřít…"
#: ../plug-ins/common/noise-spread.c:181
msgid "Spreading"
msgstr "Rozprostírám"
-#: ../plug-ins/common/noise-spread.c:344
+#: ../plug-ins/common/noise-spread.c:346
msgid "Spread"
msgstr "Rozprostření"
-#: ../plug-ins/common/noise-spread.c:369
+#: ../plug-ins/common/noise-spread.c:371
msgid "Spread Amount"
msgstr "Míra rozprostření"
@@ -6065,7 +6062,7 @@ msgstr "Vykreslit do obrázku efekt výbuchu hvězdy"
#: ../plug-ins/common/nova.c:177
msgid "Super_nova..."
-msgstr "Super_nova..."
+msgstr "Super_nova…"
#: ../plug-ins/common/nova.c:261
msgid "Rendering supernova"
@@ -6097,7 +6094,7 @@ msgstr "Rozmazat barvy k simulaci olejomalby"
#: ../plug-ins/common/oilify.c:125
msgid "Oili_fy..."
-msgstr "_Olejomalba..."
+msgstr "_Olejomalba…"
#: ../plug-ins/common/oilify.c:247
msgid "Oil painting"
@@ -6142,7 +6139,7 @@ msgstr "Simulovat barevné zkreslení kopírky"
#: ../plug-ins/common/photocopy.c:158
msgid "_Photocopy..."
-msgstr "_Fotokopie..."
+msgstr "_Fotokopie…"
#: ../plug-ins/common/photocopy.c:839
msgid "Photocopy"
@@ -6167,7 +6164,7 @@ msgstr "Zjednodušit obrázek na pole jednobarevných čtverců"
#: ../plug-ins/common/pixelize.c:171
msgid "_Pixelize..."
-msgstr "_Pixelizovat..."
+msgstr "_Pixelizovat…"
#: ../plug-ins/common/pixelize.c:273
msgid "Pixelizing"
@@ -6191,7 +6188,7 @@ msgstr "Vytvořit náhodnou plazmatickou texturu"
#: ../plug-ins/common/plasma.c:181
msgid "_Plasma..."
-msgstr "_Plazma..."
+msgstr "_Plazma…"
#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300
msgid "Plasma"
@@ -6278,7 +6275,7 @@ msgstr "Převést obrázek do nebo z polárních souřadnic"
#: ../plug-ins/common/polar-coords.c:163
msgid "P_olar Coordinates..."
-msgstr "_Polární souřadnice..."
+msgstr "_Polární souřadnice…"
#: ../plug-ins/common/polar-coords.c:360
msgid "Polar coordinates"
@@ -6348,7 +6345,7 @@ msgstr "Generovat mnoho různých abstraktních vzorků"
#: ../plug-ins/common/qbist.c:410
msgid "_Qbist..."
-msgstr "_Qbist..."
+msgstr "_Qbist…"
#: ../plug-ins/common/qbist.c:511
msgid "Qbist"
@@ -6372,7 +6369,7 @@ msgstr "Odstranit efekt červených očí způsobený fotografickým bleskem"
#: ../plug-ins/common/red-eye-removal.c:116
msgid "_Red Eye Removal..."
-msgstr "Odstranit červené _oči..."
+msgstr "Odstranit červené _oči…"
#: ../plug-ins/common/red-eye-removal.c:142
msgid "Red Eye Removal"
@@ -6403,7 +6400,7 @@ msgstr "Přesunout pixely dle vlnitého vzoru"
#: ../plug-ins/common/ripple.c:136
msgid "_Ripple..."
-msgstr "_Rozvlnit..."
+msgstr "_Rozvlnit…"
#: ../plug-ins/common/ripple.c:226
msgid "Rippling"
@@ -6448,9 +6445,8 @@ msgid "A_mplitude:"
msgstr "_Amplituda:"
#: ../plug-ins/common/ripple.c:642
-#, fuzzy
msgid "Phase _shift:"
-msgstr "_Posun fáze červené:"
+msgstr "_Posun fáze:"
#: ../plug-ins/common/rotate.c:413
msgid "You can not rotate the whole image if there's a selection."
@@ -6474,7 +6470,7 @@ msgstr "Kolorizovat obrázek podle vzorového obrázku"
#: ../plug-ins/common/sample-colorize.c:303
msgid "_Sample Colorize..."
-msgstr "_Vzor vybarvení..."
+msgstr "_Vzor vybarvení…"
#: ../plug-ins/common/sample-colorize.c:1318
msgid "Sample Colorize"
@@ -6556,7 +6552,7 @@ msgstr "Vytvořit obrázek z oblasti obrazovky"
#: ../plug-ins/common/screenshot.c:253
msgid "_Screenshot..."
-msgstr "_Snímek obrazovky..."
+msgstr "_Snímek obrazovky…"
#: ../plug-ins/common/screenshot.c:417
msgid "Error selecting the window"
@@ -6591,12 +6587,15 @@ msgid "After the delay, the screenshot is taken."
msgstr "Po prodlevě je vytvořen snímek obrazovky."
#: ../plug-ins/common/screenshot.c:1101
-msgid "After the delay, drag your mouse to select the region for the screenshot."
-msgstr "Po uplynutí časové prodlevy vyberte oblast snímku obrazovky táhnutím myší."
+msgid ""
+"After the delay, drag your mouse to select the region for the screenshot."
+msgstr ""
+"Po uplynutí časové prodlevy vyberte oblast snímku obrazovky táhnutím myší."
#: ../plug-ins/common/screenshot.c:1104
msgid "At the end of the delay, click in a window to snap it."
-msgstr "Po uplynutí časové prodlevy klikněte do okna, jehož snímek chcete vytvořit."
+msgstr ""
+"Po uplynutí časové prodlevy klikněte do okna, jehož snímek chcete vytvořit."
#. Area
#: ../plug-ins/common/screenshot.c:1110
@@ -6651,7 +6650,7 @@ msgstr "Zostřit obrázek (méně účinné než Maskovat rozostření)"
#: ../plug-ins/common/sharpen.c:120
msgid "_Sharpen..."
-msgstr "_Doostřit..."
+msgstr "_Doostřit…"
#.
#. * Let the user know what we're doing...
@@ -6670,7 +6669,7 @@ msgstr "Posunout každý řádek pixelů o náhodnou hodnotu"
#: ../plug-ins/common/shift.c:108
msgid "_Shift..."
-msgstr "_Posunout..."
+msgstr "_Posunout…"
#: ../plug-ins/common/shift.c:189
msgid "Shifting"
@@ -6698,7 +6697,7 @@ msgstr "Generovat komplexní sinusoidní textury"
#: ../plug-ins/common/sinus.c:191
msgid "_Sinus..."
-msgstr "_Sinus..."
+msgstr "_Sinus…"
#: ../plug-ins/common/sinus.c:284
msgid "Sinus: rendering"
@@ -6823,7 +6822,7 @@ msgstr "Odvodit z obrázku plynulou barevnou paletu"
#: ../plug-ins/common/smooth-palette.c:88
msgid "Smoo_th Palette..."
-msgstr "_Plynulá paleta..."
+msgstr "_Plynulá paleta…"
#: ../plug-ins/common/smooth-palette.c:179
msgid "Deriving smooth palette"
@@ -6843,7 +6842,7 @@ msgstr "Simulovat záři zintenzivněním a rozmlžením světel"
#: ../plug-ins/common/softglow.c:139
msgid "_Softglow..."
-msgstr "_Jemná záře..."
+msgstr "_Jemná záře…"
#: ../plug-ins/common/softglow.c:632
msgid "Softglow"
@@ -6859,7 +6858,7 @@ msgstr "Vytvořit ze světlých bodů třpytící se jiskry"
#: ../plug-ins/common/sparkle.c:186
msgid "_Sparkle..."
-msgstr "_Jiskřit..."
+msgstr "_Jiskřit…"
#: ../plug-ins/common/sparkle.c:223
msgid "Region selected for filter is empty"
@@ -7047,13 +7046,13 @@ msgstr "Světlo"
#: ../plug-ins/common/sphere-designer.c:2009
#, c-format
msgid "File '%s' is not a valid save file."
-msgstr "Soubor '%s' není platný uložený soubor."
+msgstr "Soubor „%s“ není platný uložený soubor."
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Open File"
msgstr "Otevřít soubor"
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Save File"
msgstr "Zapsat soubor"
@@ -7158,9 +7157,9 @@ msgstr "Vytvořit obrázek koule s texturou"
#: ../plug-ins/common/sphere-designer.c:3020
msgid "Sphere _Designer..."
-msgstr "_Návrhář koulí..."
+msgstr "_Návrhář koulí…"
-#: ../plug-ins/common/sphere-designer.c:3074
+#: ../plug-ins/common/sphere-designer.c:3080
msgid "Region selected for plug-in is empty"
msgstr "Oblast vybraná pro zásuvný modul je prázdná"
@@ -7170,7 +7169,7 @@ msgstr "Vytvořit průhlednost typu vše nebo nic"
#: ../plug-ins/common/threshold-alpha.c:90
msgid "_Threshold Alpha..."
-msgstr "_Práh alfy..."
+msgstr "_Práh alfy…"
#: ../plug-ins/common/threshold-alpha.c:131
msgid "The layer has its alpha channel locked."
@@ -7198,7 +7197,7 @@ msgstr "Simulovat zkreslení způsobené čtvercovými skleněnými dlaždicemi"
#: ../plug-ins/common/tile-glass.c:130
msgid "_Glass Tile..."
-msgstr "_Skleněné dlaždicování..."
+msgstr "_Skleněné dlaždicování…"
#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250
msgid "Glass Tile"
@@ -7286,7 +7285,7 @@ msgstr "31. září 1999"
#: ../plug-ins/common/tile-paper.c:852
msgid "_Paper Tile..."
-msgstr "_Papírová dlaždice..."
+msgstr "_Papírová dlaždice…"
#: ../plug-ins/common/tile-seamless.c:67
msgid "Alters edges to make the image seamlessly tileable"
@@ -7306,7 +7305,7 @@ msgstr "Poskládat obrázek ze zmenšených kopií sama sebe"
#: ../plug-ins/common/tile-small.c:220
msgid "_Small Tiles..."
-msgstr "_Malé dlaždice..."
+msgstr "_Malé dlaždice…"
#: ../plug-ins/common/tile-small.c:263
msgid "Region selected for filter is empty."
@@ -7364,7 +7363,7 @@ msgstr "Vytvořit pole kopií obrázku"
#: ../plug-ins/common/tile.c:111
msgid "_Tile..."
-msgstr "_Dlaždicovat..."
+msgstr "_Dlaždicovat…"
#: ../plug-ins/common/tile.c:401
msgid "Tile"
@@ -7395,7 +7394,8 @@ msgid "ID"
msgstr "ID"
#: ../plug-ins/common/unit-editor.c:96
-msgid "This string will be used to identify a unit in GIMP's configuration files."
+msgid ""
+"This string will be used to identify a unit in GIMP's configuration files."
msgstr ""
"Tento řetězec bude použit pouze k identifikaci jednotky v konfiguračním "
"souboru GIMPu."
@@ -7420,7 +7420,7 @@ msgid ""
msgstr ""
"Toto pole je pomůcka pro numerická vstupní pole. Určuje, kolik desetinných "
"číslic vstupního pole dává přibližně stejnou přesnost jako vstupní pole "
-"\"palec\" se dvěma desetinnými místy."
+"„palec“ se dvěma desetinnými místy."
#: ../plug-ins/common/unit-editor.c:104
msgid "Symbol"
@@ -7431,7 +7431,7 @@ msgid ""
"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's "
"abbreviation is used if doesn't have a symbol."
msgstr ""
-"Symbol jednotky, má-li nějaký (např. \"'\" pro palce). Nemá-li jednotka "
+"Symbol jednotky, má-li nějaký (např. „'“ pro palce). Nemá-li jednotka "
"symbol, bude použita její zkratka."
#: ../plug-ins/common/unit-editor.c:107
@@ -7440,7 +7440,7 @@ msgstr "Zkratka"
#: ../plug-ins/common/unit-editor.c:107
msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)."
-msgstr "Zkratka jednotky (např. \"cm\" pro centimetry)."
+msgstr "Zkratka jednotky (např. „cm“ pro centimetry)."
#: ../plug-ins/common/unit-editor.c:109
msgid "Singular"
@@ -7524,7 +7524,7 @@ msgstr "Obvykle nejvhodnější způsob zaostření obrázku"
#: ../plug-ins/common/unsharp-mask.c:138
msgid "_Unsharp Mask..."
-msgstr "_Maskovat rozostření..."
+msgstr "_Maskovat rozostření…"
#: ../plug-ins/common/unsharp-mask.c:475
msgid "Merging"
@@ -7584,21 +7584,19 @@ msgstr "Rozšířit určité barvy na sousední pixely"
#: ../plug-ins/common/value-propagate.c:238
msgid "_Value Propagate..."
-msgstr "_Rozšířit hodnotu..."
+msgstr "_Rozšířit hodnotu…"
#: ../plug-ins/common/value-propagate.c:245
-#, fuzzy
msgid "Shrink lighter areas of the image"
-msgstr "Zmenšit tmavé oblasti obrázku"
+msgstr "Zmenšit světlejší oblasti obrázku"
#: ../plug-ins/common/value-propagate.c:250
msgid "E_rode"
msgstr "_Erodovat"
#: ../plug-ins/common/value-propagate.c:257
-#, fuzzy
msgid "Grow lighter areas of the image"
-msgstr "Zvětšit tmavé oblasti obrázku"
+msgstr "Zvětšit světlejší oblasti obrázku"
#: ../plug-ins/common/value-propagate.c:262
msgid "_Dilate"
@@ -7716,7 +7714,7 @@ msgstr "Zvláštní efekty, které nikdo nechápe"
#: ../plug-ins/common/van-gogh-lic.c:814
msgid "_Van Gogh (LIC)..."
-msgstr "_Van Gogh (LIC)..."
+msgstr "_Van Gogh (LIC)…"
#: ../plug-ins/common/video.c:42
msgid "_Staggered"
@@ -7756,11 +7754,12 @@ msgstr "_Body"
#: ../plug-ins/common/video.c:1807
msgid "Simulate distortion produced by a fuzzy or low-res monitor"
-msgstr "Simulovat zkreslení rozostřeného monitoru či monitoru s nízkým rozlišením"
+msgstr ""
+"Simulovat zkreslení rozostřeného monitoru či monitoru s nízkým rozlišením"
#: ../plug-ins/common/video.c:1814
msgid "Vi_deo..."
-msgstr "_Video..."
+msgstr "_Video…"
#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017
msgid "Video"
@@ -7785,7 +7784,7 @@ msgstr "Zkroutit či rozmazat obrázek různými způsoby"
#: ../plug-ins/common/warp.c:241
msgid "_Warp..."
-msgstr "_Ohnout..."
+msgstr "_Ohnout…"
#: ../plug-ins/common/warp.c:376
msgid "Warp"
@@ -7912,7 +7911,7 @@ msgstr "Deformovat obrázek vlnami"
#: ../plug-ins/common/waves.c:125
msgid "_Waves..."
-msgstr "_Vlny..."
+msgstr "_Vlny…"
#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763
msgid "Waves"
@@ -7939,33 +7938,36 @@ msgid "Waving"
msgstr "Vlnění"
#: ../plug-ins/common/web-browser.c:206
-#, fuzzy, c-format
+#, c-format
msgid ""
"Web browser not specified.\n"
"Please specify a web browser using the Preferences dialog."
msgstr ""
-"Není určen WWW prohlížeč.\n"
-"Určete prosím WWW prohlížeč pomocí dialogu Předvolby."
+"Není vybrán webový prohlížeč.\n"
+"Vyberte prosím webový prohlížeč pomocí dialogu Předvolby."
#: ../plug-ins/common/web-browser.c:228
-#, fuzzy, c-format
+#, c-format
msgid ""
"Could not parse the web browser command specified in the Preferences "
"dialog:\n"
"\n"
"%s"
msgstr ""
-"Nemohu zpracovat určený příkaz WWW prohlížeče:\n"
+"Nemohu zpracovat příkaz ve webovém prohlížeči, který byl vybrán v dialogu "
+"Předvolby:\n"
+"\n"
"%s"
#: ../plug-ins/common/web-browser.c:246
-#, fuzzy, c-format
+#, c-format
msgid ""
"Could not execute the web browser specified in the Preferences dialog:\n"
"\n"
"%s"
msgstr ""
-"Nemohu spustit určený WWW prohlížeč:\n"
+"Nemohu spustit webový prohlížeč, který byl vybrán v dialogu Předvolby:\n"
+"\n"
"%s"
#: ../plug-ins/common/whirl-pinch.c:138
@@ -7974,7 +7976,7 @@ msgstr "Zkreslit obrázek vířením a zaškrcováním"
#: ../plug-ins/common/whirl-pinch.c:149
msgid "W_hirl and Pinch..."
-msgstr "_Vír a zaškrcení..."
+msgstr "_Vír a zaškrcení…"
#: ../plug-ins/common/whirl-pinch.c:193
msgid "Region affected by plug-in is empty"
@@ -8002,7 +8004,7 @@ msgstr "Rozmazat obrázek pro vytvoření efektu větru"
#: ../plug-ins/common/wind.c:180
msgid "Wi_nd..."
-msgstr "_Vítr..."
+msgstr "_Vítr…"
#: ../plug-ins/common/wind.c:315
msgid "Rendering blast"
@@ -8070,36 +8072,36 @@ msgstr "Pevno_st:"
msgid "Higher values increase the magnitude of the effect"
msgstr "Vyšší hodnota znamená zesiluje efekt"
-#: ../plug-ins/file-bmp/bmp-read.c:86
+#: ../plug-ins/file-bmp/bmp-read.c:88
msgid "Bad colormap"
msgstr "Špatná barevná mapa"
-#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180
-#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196
-#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395
-#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411
-#: ../plug-ins/file-bmp/bmp-read.c:419
+#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182
+#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198
+#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:422
+#: ../plug-ins/file-bmp/bmp-read.c:430 ../plug-ins/file-bmp/bmp-read.c:438
+#: ../plug-ins/file-bmp/bmp-read.c:446
#, c-format
msgid "'%s' is not a valid BMP file"
-msgstr "'%s' není platný soubor BMP"
+msgstr "„%s“ není platný soubor BMP"
-#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252
-#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345
-#: ../plug-ins/file-bmp/bmp-read.c:371
+#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254
+#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347
+#: ../plug-ins/file-bmp/bmp-read.c:397
#, c-format
msgid "Error reading BMP file header from '%s'"
-msgstr "Chyba při čtení hlavičky souboru BMP z '%s'"
+msgstr "Chyba při čtení hlavičky souboru BMP z „%s“"
-#: ../plug-ins/file-bmp/bmp-read.c:531
+#: ../plug-ins/file-bmp/bmp-read.c:558
msgid "Unrecognized or invalid BMP compression format."
msgstr "Neznámý nebo neplatný formát komprese BMP."
-#: ../plug-ins/file-bmp/bmp-read.c:573
+#: ../plug-ins/file-bmp/bmp-read.c:600
msgid "Unsupported or invalid bitdepth."
msgstr "Nepodporovaná nebo neplatná bitová hloubka."
-#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802
-#: ../plug-ins/file-bmp/bmp-read.c:852
+#: ../plug-ins/file-bmp/bmp-read.c:788 ../plug-ins/file-bmp/bmp-read.c:829
+#: ../plug-ins/file-bmp/bmp-read.c:879
msgid "The bitmap ends unexpectedly."
msgstr "Bitmapa neočekávaně končí."
@@ -8119,7 +8121,7 @@ msgstr "Zapsat jako BMP"
msgid "_Run-Length Encoded"
msgstr "Kódované _RunLength"
-#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:899
+#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:900
msgid "_Advanced Options"
msgstr "_Pokročilá nastavení"
@@ -8223,23 +8225,23 @@ msgstr ""
#: ../plug-ins/file-ico/ico-dialog.c:178
msgid "1 bpp, 1-bit alpha, 2-slot palette"
-msgstr "1 bpp, jednobitová alfa, dvouprvková paleta"
+msgstr "1 bpp, 1bitový alfa kanál, 2místná paleta"
#: ../plug-ins/file-ico/ico-dialog.c:179
msgid "4 bpp, 1-bit alpha, 16-slot palette"
-msgstr "4 bpp, jednobitová alfa, šestnáctiprvková paleta"
+msgstr "4 bpp, 1bitový alfa kanál, 16místná paleta"
#: ../plug-ins/file-ico/ico-dialog.c:180
msgid "8 bpp, 1-bit alpha, 256-slot palette"
-msgstr "8 bpp, jednobitová alfa, dvěstěpadesátišestiprvková paleta"
+msgstr "8 bpp, 1bitový alfa kanál, 256místná paleta"
#: ../plug-ins/file-ico/ico-dialog.c:181
msgid "24 bpp, 1-bit alpha, no palette"
-msgstr "32 bpp, 1bitová alfa, bez palety"
+msgstr "24 bpp, 1bitový alfa kanál, bez palety"
#: ../plug-ins/file-ico/ico-dialog.c:182
msgid "32 bpp, 8-bit alpha, no palette"
-msgstr "32 bpp, osmibitová alpha, bez palety"
+msgstr "32 bpp, 8bitový alfa kanál, bez palety"
#: ../plug-ins/file-ico/ico-dialog.c:196
msgid "Compressed (PNG)"
@@ -8251,11 +8253,11 @@ msgstr "Komprimováno (PNG)"
msgid "Icon #%i"
msgstr "Ikona č. %i"
-#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:630
+#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:633
#: ../plug-ins/file-psd/psd-thumb-load.c:85
#, c-format
msgid "Opening thumbnail for '%s'"
-msgstr "Otevírá se miniatura '%s'"
+msgstr "Otevírá se miniatura „%s“"
#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137
msgid "Microsoft Windows icon"
@@ -8288,78 +8290,69 @@ msgstr "Velikost souboru: %02.01f kB"
#: ../plug-ins/file-jpeg/jpeg-save.c:682
msgid "Calculating file size..."
-msgstr "Počítá se velikost souboru..."
+msgstr "Počítá se velikost souboru…"
-#: ../plug-ins/file-jpeg/jpeg-save.c:773 ../plug-ins/file-jpeg/jpeg-save.c:875
+#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876
msgid "File size: unknown"
msgstr "Velikost souboru: neznámá"
-#: ../plug-ins/file-jpeg/jpeg-save.c:826
+#: ../plug-ins/file-jpeg/jpeg-save.c:827
msgid "Save as JPEG"
msgstr "Zapsat jako JPEG"
-#: ../plug-ins/file-jpeg/jpeg-save.c:861
+#: ../plug-ins/file-jpeg/jpeg-save.c:862
msgid "_Quality:"
msgstr "_Kvalita:"
-#: ../plug-ins/file-jpeg/jpeg-save.c:865
+#: ../plug-ins/file-jpeg/jpeg-save.c:866
msgid "JPEG quality parameter"
msgstr "Parametr kvality JPEG"
-#: ../plug-ins/file-jpeg/jpeg-save.c:884
+#: ../plug-ins/file-jpeg/jpeg-save.c:885
msgid "Enable preview to obtain the file size."
msgstr "Povolit náhled pro zjištění velikosti souboru."
-#: ../plug-ins/file-jpeg/jpeg-save.c:887
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:888
msgid "Sho_w preview in image window"
msgstr "Zobrazit _náhled v okně obrázku"
-#: ../plug-ins/file-jpeg/jpeg-save.c:928
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:929
msgid "S_moothing:"
-msgstr "Vyhlazování:"
+msgstr "Vy_hlazování:"
-#: ../plug-ins/file-jpeg/jpeg-save.c:941
+#: ../plug-ins/file-jpeg/jpeg-save.c:942
msgid "Frequency (rows):"
msgstr "Frekvence (řádky):"
-#: ../plug-ins/file-jpeg/jpeg-save.c:957
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:958
msgid "Use _restart markers"
-msgstr "Používat restartovací značky"
+msgstr "Používat _restartovací značky"
-#: ../plug-ins/file-jpeg/jpeg-save.c:973
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:974
msgid "_Optimize"
-msgstr "Optimalizovat"
+msgstr "_Optimalizovat"
-#: ../plug-ins/file-jpeg/jpeg-save.c:987
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:988
msgid "_Progressive"
-msgstr "Progresivní"
+msgstr "_Progresivní"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1003
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1004
msgid "Save _EXIF data"
-msgstr "Uložit data EXIF"
+msgstr "Uložit data _EXIF"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1020
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1021
msgid "Save _thumbnail"
-msgstr "Uložit miniaturu"
+msgstr "Uložit _miniaturu"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1037
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1038
msgid "Save _XMP data"
-msgstr "Uložit data XMP"
+msgstr "Uložit data _XMP"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1052
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1053
msgid "_Use quality settings from original image"
-msgstr "Použít nastavení kvality z původního obrázku"
+msgstr "_Použít nastavení kvality z původního obrázku"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1058
+#: ../plug-ins/file-jpeg/jpeg-save.c:1059
msgid ""
"If the original image was loaded from a JPEG file using non-standard quality "
"settings (quantization tables), enable this option to get almost the same "
@@ -8370,53 +8363,50 @@ msgstr ""
"stejné kvality a velikosti souboru."
#. Subsampling
-#: ../plug-ins/file-jpeg/jpeg-save.c:1082
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1083
msgid "Su_bsampling:"
-msgstr "Podvzorkování:"
+msgstr "Po_dvzorkování:"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1089
+#: ../plug-ins/file-jpeg/jpeg-save.c:1090
msgid "1x1,1x1,1x1 (best quality)"
msgstr "1x1,1x1,1x1 (nejlepší kvalita)"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1091
+#: ../plug-ins/file-jpeg/jpeg-save.c:1092
msgid "2x1,1x1,1x1 (4:2:2)"
msgstr "2x1,1x1,1x1 (4:2:2)"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1093
+#: ../plug-ins/file-jpeg/jpeg-save.c:1094
msgid "1x2,1x1,1x1"
msgstr "1x2,1x1,1x1"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1095
+#: ../plug-ins/file-jpeg/jpeg-save.c:1096
msgid "2x2,1x1,1x1 (smallest file)"
msgstr "2x2,1x1,1x1 (nejmenší soubor)"
#. DCT method
-#: ../plug-ins/file-jpeg/jpeg-save.c:1125
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1126
msgid "_DCT method:"
-msgstr "Metoda DCT:"
+msgstr "Metoda _DCT:"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1131
+#: ../plug-ins/file-jpeg/jpeg-save.c:1132
msgid "Fast Integer"
msgstr "Rychlé celočíselné"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1132
+#: ../plug-ins/file-jpeg/jpeg-save.c:1133
msgid "Integer"
msgstr "Celočíselné"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1133
+#: ../plug-ins/file-jpeg/jpeg-save.c:1134
msgid "Floating-Point"
msgstr "V plovoucí řádové čárce"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1149
+#: ../plug-ins/file-jpeg/jpeg-save.c:1150
msgid "Comment"
msgstr "Komentář"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1194
-#, fuzzy
+#: ../plug-ins/file-jpeg/jpeg-save.c:1195
msgid "Sa_ve Defaults"
-msgstr "_Uložit implicitní nastavení"
+msgstr "_Uložit výchozí nastavení"
#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175
msgid "JPEG image"
@@ -8428,64 +8418,64 @@ msgstr "Náhled exportu"
#: ../plug-ins/file-psd/psd-load.c:215
#: ../plug-ins/file-psd/psd-thumb-load.c:131
-#, fuzzy, c-format
+#, c-format
msgid "Error loading PSD file: %s"
-msgstr "Chyba čtení PNG souboru: %s"
+msgstr "Chyba čtení PSD souboru: %s"
#: ../plug-ins/file-psd/psd-load.c:270
#, c-format
msgid "Not a valid photoshop document file"
-msgstr ""
+msgstr "Soubor není platným formátem Photoshopu"
#: ../plug-ins/file-psd/psd-load.c:277
-#, fuzzy, c-format
+#, c-format
msgid "Unsupported file format version: %d"
-msgstr "Nepodporovaná nebo neplatná výška obrázku: %d"
+msgstr "Nepodporovaná verze souborového typu: %d"
#: ../plug-ins/file-psd/psd-load.c:284
-#, fuzzy, c-format
+#, c-format
msgid "Too many channels in file: %d"
-msgstr "Zdrojový kanál v souboru:"
+msgstr "Příliš mnoho kanálů v souboru: %d"
#: ../plug-ins/file-psd/psd-load.c:314
-#, fuzzy, c-format
+#, c-format
msgid "Unsupported color mode: %s"
-msgstr "Nepodporovaná bitová hloubka (%d)!"
+msgstr "Nepodporovaný barevný mód: %s"
#: ../plug-ins/file-psd/psd-load.c:341
-#, fuzzy, c-format
+#, c-format
msgid "Unsupported bit depth: %d"
-msgstr "Nepodporovaná bitová hloubka (%d)!"
+msgstr "Nepodporovaná bitová hloubka: %d"
#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385
#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785
#, c-format
msgid "The file is corrupt!"
-msgstr ""
+msgstr "Soubor je porušen!"
#: ../plug-ins/file-psd/psd-load.c:545
-#, fuzzy, c-format
+#, c-format
msgid "Too many channels in layer: %d"
-msgstr "Zdrojový kanál v souboru:"
+msgstr "Příliš mnoho kanálů ve vrstvě: %d"
#: ../plug-ins/file-psd/psd-load.c:552
-#, fuzzy, c-format
+#, c-format
msgid "Unsupported or invalid layer height: %d"
-msgstr "Nepodporovaná nebo neplatná výška obrázku: %d"
+msgstr "Nepodporovaná nebo neplatná výška vrstvy: %d"
#: ../plug-ins/file-psd/psd-load.c:559
-#, fuzzy, c-format
+#, c-format
msgid "Unsupported or invalid layer width: %d"
-msgstr "Nepodporovaná nebo neplatná šířka obrázku: %d"
+msgstr "Nepodporovaná nebo neplatná šířka vrstvy: %d"
#: ../plug-ins/file-psd/psd-load.c:1153 ../plug-ins/file-psd/psd-load.c:1502
-#, fuzzy, c-format
+#, c-format
msgid "Unsupported compression mode: %d"
-msgstr "Nepodporovaná nebo neplatná šířka obrázku: %d"
+msgstr "Nepodporovaný kompresní mód: %d"
#: ../plug-ins/file-psd/psd-load.c:1595
msgid "Extra"
-msgstr ""
+msgstr "Extra"
#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114
#: ../plug-ins/file-psd/psd.c:153
@@ -8498,7 +8488,7 @@ msgid ""
"Unable to save layer with mode '%s'. Either the PSD file format or the save "
"plug-in does not support that, using normal mode instead."
msgstr ""
-"Nelze uložit vrstvu v režimu '%s'. Formát souborů PSD nebo zásuvný modul pro "
+"Nelze uložit vrstvu v režimu „%s“. Formát souborů PSD nebo zásuvný modul pro "
"ukládání režim nepodporuje, používám tedy normální režim."
#: ../plug-ins/file-psd/psd-save.c:631
@@ -8506,27 +8496,26 @@ msgid "Error: Can't convert GIMP base imagetype to PSD mode"
msgstr "Chyba: nelze převést základní obrazový typ GIMPu do PSD režimu"
#: ../plug-ins/file-psd/psd-save.c:1605
-#, fuzzy, c-format
+#, c-format
msgid ""
"Unable to save '%s'. The PSD file format does not support images that are "
"more than 30,000 pixels wide or tall."
msgstr ""
-"Nemohu uložit '%s'. Formát souborů psd nepodporuje obrázky, které jsou širší "
+"Nemohu uložit „%s“. Formát souborů PSD nepodporuje obrázky, které jsou širší "
"nebo vyšší než 30000 pixelů."
#: ../plug-ins/file-psd/psd-save.c:1620
-#, fuzzy, c-format
+#, c-format
msgid ""
"Unable to save '%s'. The PSD file format does not support images with "
"layers that are more than 30,000 pixels wide or tall."
msgstr ""
-"Nemohu uložit '%s'. Formát souborů psd nepodporuje obrázky s vrstvami, které "
+"Nemohu uložit „%s“. Formát souborů PSD nepodporuje obrázky s vrstvami, které "
"jsou širší nebo vyšší než 30000 pixelů."
#: ../plug-ins/file-psd/psd-util.c:51
-#, fuzzy
msgid "Unexpected end of file"
-msgstr "Předčasný konec souboru."
+msgstr "Předčasný konec souboru"
#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141
msgid "Silicon Graphics IRIS image"
@@ -8535,12 +8524,12 @@ msgstr "Obrázek Silicon Graphics IRIS"
#: ../plug-ins/file-sgi/sgi.c:326
#, c-format
msgid "Could not open '%s' for reading."
-msgstr "Nemohu otevřít '%s' pro čtení."
+msgstr "Nemohu otevřít „%s“ pro čtení."
#: ../plug-ins/file-sgi/sgi.c:549
#, c-format
msgid "Could not open '%s' for writing."
-msgstr "Nemohu otevřít '%s' pro zápis."
+msgstr "Nemohu otevřít „%s“ pro zápis."
#: ../plug-ins/file-sgi/sgi.c:629
msgid "Save as SGI"
@@ -8567,45 +8556,40 @@ msgstr ""
"(nepodporovaná SGI)"
#: ../plug-ins/file-uri/gimpmountoperation.c:448
-#, fuzzy
msgid "Co_nnect"
-msgstr "Shrnout"
+msgstr "Při_pojit"
#: ../plug-ins/file-uri/gimpmountoperation.c:492
msgid "Connect _anonymously"
-msgstr ""
+msgstr "Připojit _anonymně"
#: ../plug-ins/file-uri/gimpmountoperation.c:501
-#, fuzzy
msgid "Connect as u_ser:"
-msgstr "Připojování k serveru"
+msgstr "Připojit se jako u_živatel:"
#: ../plug-ins/file-uri/gimpmountoperation.c:538
-#, fuzzy
msgid "_Username:"
-msgstr "_Název souboru:"
+msgstr "_Uživatelské jméno:"
#: ../plug-ins/file-uri/gimpmountoperation.c:542
-#, fuzzy
msgid "_Domain:"
-msgstr "_Hlavní:"
+msgstr "_Doména:"
#: ../plug-ins/file-uri/gimpmountoperation.c:547
msgid "_Password:"
-msgstr ""
+msgstr "_Heslo:"
#: ../plug-ins/file-uri/gimpmountoperation.c:562
msgid "_Forget password immediately"
-msgstr ""
+msgstr "Okamžitě _zapomenout heslo"
#: ../plug-ins/file-uri/gimpmountoperation.c:570
msgid "_Remember password until you logout"
-msgstr ""
+msgstr "Za_pamatovat si heslo do odhlášení"
#: ../plug-ins/file-uri/gimpmountoperation.c:578
-#, fuzzy
msgid "_Remember forever"
-msgstr "_Opakovat donekonečna"
+msgstr "Za_pamatovat si natrvalo"
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163
#: ../plug-ins/file-uri/uri-backend-libcurl.c:129
@@ -8623,9 +8607,9 @@ msgid "Downloaded %s of image data"
msgstr "Staženo %s dat obrázku"
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182
-#, fuzzy, c-format
+#, c-format
msgid "Uploading %s of image data"
-msgstr "Odesílám %s dat obrázku..."
+msgstr "Odesílám %s dat obrázku"
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183
#: ../plug-ins/file-uri/uri-backend-gvfs.c:230
@@ -8643,22 +8627,22 @@ msgstr "Připojování k serveru"
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312
#, c-format
msgid "Failed to read %s from '%s': %s"
-msgstr "Nemohu číst %s z '%s': %s"
+msgstr "Nemohu číst %s z „%s“: %s"
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361
#, c-format
msgid "Failed to write %s to '%s': %s"
-msgstr "Nemohu zapsat %s do '%s': %s"
+msgstr "Nemohu zapsat %s do „%s“: %s"
#: ../plug-ins/file-uri/uri-backend-gvfs.c:200
-#, fuzzy, c-format
+#, c-format
msgid "Downloading image (%s of %s)"
-msgstr "Stahuje se %s obrazových dat"
+msgstr "Stahuje se obrázek (%s z %s)"
#: ../plug-ins/file-uri/uri-backend-gvfs.c:204
#, c-format
msgid "Uploading image (%s of %s)"
-msgstr ""
+msgstr "Nahrávání obrázku (%s z %s)"
#: ../plug-ins/file-uri/uri-backend-libcurl.c:60
msgid "Could not initialize libcurl"
@@ -8667,7 +8651,7 @@ msgstr "Nelze inicializovat libcurl"
#: ../plug-ins/file-uri/uri-backend-libcurl.c:202
#, c-format
msgid "Opening '%s' for reading resulted in HTTP response code: %d"
-msgstr "Otevírání '%s' ke čtení vedlo k návratovému kódu HTTP: %d"
+msgstr "Otevírání „%s“ ke čtení vedlo k návratovému kódu HTTP: %d"
#: ../plug-ins/file-uri/uri-backend-wget.c:162
#: ../plug-ins/file-uri/uri-backend-wget.c:182
@@ -8676,7 +8660,7 @@ msgstr "Otevírání '%s' ke čtení vedlo k návratovému kódu HTTP: %d"
#: ../plug-ins/file-uri/uri-backend-wget.c:253
#, c-format
msgid "wget exited abnormally on URI '%s'"
-msgstr "wget skončil nenormálně na URI '%s'"
+msgstr "wget skončil nenormálně na URI „%s“"
#. The third line is "Connecting to..."
#: ../plug-ins/file-uri/uri-backend-wget.c:190
@@ -8763,17 +8747,17 @@ msgstr "Vyhlazování:"
#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373
#, c-format
msgid "Could not create working folder '%s': %s"
-msgstr "Nemohu vytvořit pracovní adresář '%s': %s"
+msgstr "Nemohu vytvořit pracovní adresář „%s“: %s"
#: ../plug-ins/file-xjt/xjt.c:3239
#, c-format
msgid "Error: Could not read XJT property file '%s'."
-msgstr "Chyba: Nemohu načíst soubor XJT vlastností '%s'."
+msgstr "Chyba: Nemohu načíst soubor XJT vlastností „%s“."
#: ../plug-ins/file-xjt/xjt.c:3246
#, c-format
msgid "Error: XJT property file '%s' is empty."
-msgstr "Chyba: Soubor XJT vlastností '%s' je prázdný."
+msgstr "Chyba: Soubor XJT vlastností „%s“ je prázdný."
#: ../plug-ins/flame/flame.c:129
msgid "Create cosmic recursive fractal flames"
@@ -8781,7 +8765,7 @@ msgstr "Vytvořit rekurzivní fraktální plameny"
#: ../plug-ins/flame/flame.c:134
msgid "_Flame..."
-msgstr "_Plamen..."
+msgstr "_Plamen…"
#: ../plug-ins/flame/flame.c:227
msgid "Drawing flame"
@@ -8794,7 +8778,7 @@ msgstr "Plamen pracuje pouze s RGB obrazovkami."
#: ../plug-ins/flame/flame.c:402
#, c-format
msgid "'%s' is not a regular file"
-msgstr "'%s' není běžný soubor"
+msgstr "„%s“ není běžný soubor"
#: ../plug-ins/flame/flame.c:646
msgid "Edit Flame"
@@ -8843,25 +8827,23 @@ msgstr "Louka"
#: ../plug-ins/flame/flame.c:755
msgid "Handkerchief"
-msgstr ""
+msgstr "Kapesník"
#: ../plug-ins/flame/flame.c:756
-#, fuzzy
msgid "Heart"
-msgstr "Šmouha"
+msgstr "Srdce"
#: ../plug-ins/flame/flame.c:757
-#, fuzzy
msgid "Disc"
-msgstr "Vytlačení"
+msgstr "Disk"
#: ../plug-ins/flame/flame.c:759
msgid "Hyperbolic"
-msgstr ""
+msgstr "Hyperbolický"
#: ../plug-ins/flame/flame.c:761
msgid "Ex"
-msgstr ""
+msgstr "Odbytý"
#: ../plug-ins/flame/flame.c:762
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844
@@ -8870,21 +8852,19 @@ msgstr "Julia"
#: ../plug-ins/flame/flame.c:764
msgid "Fisheye"
-msgstr ""
+msgstr "Rybí oko"
#: ../plug-ins/flame/flame.c:765
msgid "Popcorn"
-msgstr ""
+msgstr "Popkorn"
#: ../plug-ins/flame/flame.c:766
-#, fuzzy
msgid "Exponential"
-msgstr "_Exponent:"
+msgstr "Exponenciální"
#: ../plug-ins/flame/flame.c:767
-#, fuzzy
msgid "Power"
-msgstr "Pomaleji"
+msgstr "Síla"
#: ../plug-ins/flame/flame.c:768
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997
@@ -8894,36 +8874,32 @@ msgid "Cosine"
msgstr "Kosinus"
#: ../plug-ins/flame/flame.c:769
-#, fuzzy
msgid "Rings"
-msgstr "Radiány"
+msgstr "Prsteny"
#: ../plug-ins/flame/flame.c:770
msgid "Fan"
-msgstr ""
+msgstr "Ventilátor"
#: ../plug-ins/flame/flame.c:771
msgid "Eyefish"
-msgstr ""
+msgstr "Okatá ryba"
#: ../plug-ins/flame/flame.c:772
-#, fuzzy
msgid "Bubble"
-msgstr "Modrá"
+msgstr "Bublina"
#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491
msgid "Cylinder"
msgstr "Válec"
#: ../plug-ins/flame/flame.c:775
-#, fuzzy
msgid "Blur"
-msgstr "_Rozostřit"
+msgstr "Rozostřit"
#: ../plug-ins/flame/flame.c:776
-#, fuzzy
msgid "Gaussian"
-msgstr "Gaussovské rozostření"
+msgstr "Gaussovské"
#: ../plug-ins/flame/flame.c:789
msgid "_Variation:"
@@ -8990,7 +8966,7 @@ msgstr ""
"V gimprc chybí %1$s:\n"
"Do svého souboru %4$s musíte\n"
"přidat položku tvaru\n"
-"(%2$s \"%3$s\")."
+"(%2$s „%3$s“)."
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638
msgid "Realtime preview"
@@ -9046,7 +9022,8 @@ msgid "Bottom:"
msgstr "Dole:"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773
-msgid "The higher the number of iterations, the more details will be calculated"
+msgid ""
+"The higher the number of iterations, the more details will be calculated"
msgstr "Čím více iterací, tím více detailů v obraze."
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781
@@ -9068,7 +9045,7 @@ msgstr "Načíst fraktál ze souboru"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817
msgid "Reset parameters to default values"
-msgstr "Nastaví parametry na implicitní hodnoty"
+msgstr "Nastaví parametry na výchozí hodnoty"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826
msgid "Save active fractal to file"
@@ -9125,7 +9102,7 @@ msgstr "Použít spojité vyhlazení"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937
msgid "Use log log smoothing to eliminate \"banding\" in the result"
-msgstr "Užití spojitého vyhlazení zabrání \"pruhování\" výsledku"
+msgstr "Užití spojitého vyhlazení zabrání „pruhování“ výsledku"
#. Color Density frame
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941
@@ -9189,7 +9166,8 @@ msgstr "Inverze"
msgid ""
"If you enable this option higher color values will be swapped with lower "
"ones and vice versa"
-msgstr "Povolením této volby budou vyšší barevné hodnoty prohozeny za nižší a naopak"
+msgstr ""
+"Povolením této volby budou vyšší barevné hodnoty prohozeny za nižší a naopak"
#. Colormode toggle box
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114
@@ -9227,7 +9205,7 @@ msgstr "_Fraktály"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560
#, c-format
msgid "Could not write '%s': %s"
-msgstr "Nemohu zapsat '%s': %s"
+msgstr "Nemohu zapsat „%s“: %s"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635
msgid "Load Fractal Parameters"
@@ -9240,12 +9218,12 @@ msgstr "Zapsat parametry fraktálu"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871
#, c-format
msgid "'%s' is not a FractalExplorer file"
-msgstr "'%s' není soubor badatele fraktálů"
+msgstr "„%s“ není soubor badatele fraktálů"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877
#, c-format
msgid "'%s' is corrupt. Line %d Option section incorrect"
-msgstr "'%s' je poškozen. Řádek %d Nesprávná sekce voleb"
+msgstr "„%s“ je poškozen. Řádek %d Nesprávná sekce voleb"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:239
msgid "Render fractal art"
@@ -9253,7 +9231,7 @@ msgstr "Vykreslit fraktální obrazec"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:244
msgid "_Fractal Explorer..."
-msgstr "Badatel _fraktálů..."
+msgstr "Badatel _fraktálů…"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:374
msgid "Rendering fractal"
@@ -9263,7 +9241,7 @@ msgstr "Počítá se fraktál"
#: ../plug-ins/gradient-flare/gradient-flare.c:3200
#, c-format
msgid "Are you sure you want to delete \"%s\" from the list and from disk?"
-msgstr "Opravdu chcete odstranit \"%s\" ze seznamu a z disku?"
+msgstr "Opravdu chcete odstranit „%s“ ze seznamu a z disku?"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:760
msgid "Delete Fractal"
@@ -9272,7 +9250,7 @@ msgstr "Odstranit fraktál"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:950
#, c-format
msgid "File '%s' is not a FractalExplorer file"
-msgstr "Soubor '%s' není souborem pro badatele fraktálů"
+msgstr "Soubor „%s“ není souborem pro badatele fraktálů"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:959
#, c-format
@@ -9280,7 +9258,7 @@ msgid ""
"File '%s' is corrupt.\n"
"Line %d Option section incorrect"
msgstr ""
-"Soubor '%s' je poškozený.\n"
+"Soubor „%s“ je poškozený.\n"
"Řádek %d Nesprávná sekce voleb"
#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003
@@ -9373,10 +9351,9 @@ msgstr "Zobrazit obrázek"
#. "snap to grid" checkbutton at bottom of style frame
#: ../plug-ins/gfig/gfig-dialog.c:493
-#, fuzzy
msgctxt "checkbutton"
msgid "Snap to grid"
-msgstr "Chytat k mřížce"
+msgstr "Přichytit k mřížce"
#. "show grid" checkbutton at bottom of style frame
#: ../plug-ins/gfig/gfig-dialog.c:502
@@ -9529,7 +9506,8 @@ msgstr "Kopírovat"
msgid ""
"Layer background type. Copy causes the previous layer to be copied before "
"the draw is performed."
-msgstr "Typ pozadí vrstvy. Kopie způsobí zkopírování předchozí vrstvy před kreslením."
+msgstr ""
+"Typ pozadí vrstvy. Kopie způsobí zkopírování předchozí vrstvy před kreslením."
#: ../plug-ins/gfig/gfig-dialog.c:1302
msgid "Background:"
@@ -9652,10 +9630,11 @@ msgstr "Vytvořit geometrické tvary"
#: ../plug-ins/gfig/gfig.c:135
msgid "_Gfig..."
-msgstr "_Gfig..."
+msgstr "_Gfig…"
#: ../plug-ins/gfig/gfig.c:731
-msgid "Error trying to save figure as a parasite: can't attach parasite to drawable."
+msgid ""
+"Error trying to save figure as a parasite: can't attach parasite to drawable."
msgstr ""
"Chyba při pokusu uložit obrázek jako parazita: nemohu připojit parazita k "
"drawable."
@@ -9663,7 +9642,7 @@ msgstr ""
#: ../plug-ins/gfig/gfig.c:758
#, c-format
msgid "Error trying to open temporary file '%s' for parasite loading: %s"
-msgstr "Chyba při pokusu otevřít dočasný soubor '%s' pro načtení parazita: %s"
+msgstr "Chyba při pokusu otevřít dočasný soubor „%s“ pro načtení parazita: %s"
#: ../plug-ins/gimpressionist/brush.c:247
msgid "Can only save drawables!"
@@ -9810,7 +9789,8 @@ msgid "Shadow depth:"
msgstr "Hloubka stínu:"
#: ../plug-ins/gimpressionist/general.c:262
-msgid "The depth of the drop shadow, i.e. how far apart from the object it should be"
+msgid ""
+"The depth of the drop shadow, i.e. how far apart from the object it should be"
msgstr "Hloubka vrženého stínu, tj. jak daleko od objektu budou"
#: ../plug-ins/gimpressionist/general.c:267
@@ -9835,7 +9815,7 @@ msgstr "Provádí různé umělecké operace"
#: ../plug-ins/gimpressionist/gimp.c:95
msgid "_GIMPressionist..."
-msgstr "_GIMPresionista..."
+msgstr "_GIMPresionista…"
#: ../plug-ins/gimpressionist/gimp.c:371
msgid "Painting"
@@ -9911,7 +9891,7 @@ msgstr "Uvolněný"
#: ../plug-ins/gimpressionist/orientation.c:177
#: ../plug-ins/gimpressionist/size.c:180
msgid "The strokes follow a \"flowing\" pattern"
-msgstr "Tahy sledují \"uvolněný\" vzorek"
+msgstr "Tahy sledují „uvolněný“ vzorek"
#: ../plug-ins/gimpressionist/orientation.c:181
msgid "The hue of the region determines the direction of the stroke"
@@ -10113,7 +10093,7 @@ msgstr "Poměrná hustota stop štětce"
#: ../plug-ins/gimpressionist/ppmtool.c:650
#, c-format
msgid "Failed to save PPM file '%s': %s"
-msgstr "Nemohu uložit soubor PPM '%s': %s"
+msgstr "Nemohu uložit soubor PPM „%s“: %s"
#: ../plug-ins/gimpressionist/presets.c:640
msgid "Save Current"
@@ -10121,7 +10101,7 @@ msgstr "Uložit aktuální"
#: ../plug-ins/gimpressionist/presets.c:894
msgid "Gimpressionist Defaults"
-msgstr "Implicitní nastavení GIMPresionisty"
+msgstr "Výchozí nastavení GIMPresionisty"
#: ../plug-ins/gimpressionist/presets.c:1015
msgid "_Presets"
@@ -10129,7 +10109,7 @@ msgstr "_Předvolby"
#: ../plug-ins/gimpressionist/presets.c:1030
msgid "Save Current..."
-msgstr "Uložit aktuální..."
+msgstr "Uložit aktuální…"
#: ../plug-ins/gimpressionist/presets.c:1038
msgid "Save the current settings to the specified file"
@@ -10195,11 +10175,13 @@ msgid "Size:"
msgstr "Velikost:"
#: ../plug-ins/gimpressionist/size.c:160
-msgid "Let the value (brightness) of the region determine the size of the stroke"
+msgid ""
+"Let the value (brightness) of the region determine the size of the stroke"
msgstr "Nechť hodnota (jas) oblasti určí velikost tahu"
#: ../plug-ins/gimpressionist/size.c:164
-msgid "The distance from the center of the image determines the size of the stroke"
+msgid ""
+"The distance from the center of the image determines the size of the stroke"
msgstr "Vzdálenost od středu obrázku určí velikost tahu"
#: ../plug-ins/gimpressionist/size.c:168
@@ -10294,7 +10276,7 @@ msgstr "Vytvořit odlesku objektivu pomocí přechodů"
#: ../plug-ins/gradient-flare/gradient-flare.c:812
msgid "_Gradient Flare..."
-msgstr "_Záře z přechodu..."
+msgstr "_Záře z přechodu…"
#.
#. * Dialog Shell
@@ -10307,12 +10289,12 @@ msgstr "Záře z přechodu"
#: ../plug-ins/gradient-flare/gradient-flare.c:1264
#, c-format
msgid "Failed to open GFlare file '%s': %s"
-msgstr "Nemohu otevřít soubor P-záře '%s': %s"
+msgstr "Nemohu otevřít soubor P-záře „%s“: %s"
#: ../plug-ins/gradient-flare/gradient-flare.c:1272
#, c-format
msgid "'%s' is not a valid GFlare file."
-msgstr "'%s' není platný soubor P-záře."
+msgstr "„%s“ není platný soubor P-záře."
#: ../plug-ins/gradient-flare/gradient-flare.c:1326
#, c-format
@@ -10326,15 +10308,15 @@ msgid ""
"(gflare-path \"%s\")\n"
"and make a folder '%s', then you can save your own GFlares into that folder."
msgstr ""
-"P-záře `%s' není uložena. Pokud přidáte novou položku do '%s', např.:\n"
-"(gflare-path \"%s\")\n"
-"a vytvoříte adresář '%s', můžete uložit svou vlastní P-záři do tohoto "
+"P-záře „%s“ není uložena. Pokud přidáte novou položku do „%s“, např.:\n"
+"(gflare-path „%s“)\n"
+"a vytvoříte adresář „%s“, můžete uložit svou vlastní P-záři do tohoto "
"adresáře."
#: ../plug-ins/gradient-flare/gradient-flare.c:1484
#, c-format
msgid "Failed to write GFlare file '%s': %s"
-msgstr "Nemohu zapsat soubor P-záře '%s': %s"
+msgstr "Nemohu zapsat soubor P-záře „%s“: %s"
#: ../plug-ins/gradient-flare/gradient-flare.c:2414
msgid "A_uto update preview"
@@ -10342,11 +10324,11 @@ msgstr "A_utomaticky aktualizovat náhled"
#: ../plug-ins/gradient-flare/gradient-flare.c:2465
msgid "`Default' is created."
-msgstr "Byl vytvořen ,Implicitní'."
+msgstr "Byl vytvořen „výchozí“."
#: ../plug-ins/gradient-flare/gradient-flare.c:2466
msgid "Default"
-msgstr "Implicitní"
+msgstr "Výchozí"
#.
#. * Scales
@@ -10387,7 +10369,7 @@ msgstr "_Maximální hloubka:"
#: ../plug-ins/gradient-flare/gradient-flare.c:2857
msgid "_Threshold"
-msgstr "_Práh:"
+msgstr "_Práh"
#: ../plug-ins/gradient-flare/gradient-flare.c:2995
msgid "S_elector"
@@ -10404,7 +10386,7 @@ msgstr "Zadejte název pro nové P-záře"
#: ../plug-ins/gradient-flare/gradient-flare.c:3082
#, c-format
msgid "The name '%s' is used already!"
-msgstr "Jméno '%s' je již použito!"
+msgstr "Jméno „%s“ je již použito!"
#: ../plug-ins/gradient-flare/gradient-flare.c:3138
msgid "Copy Gradient Flare"
@@ -10417,7 +10399,7 @@ msgstr "Zadejte název zkopírované P-záře"
#: ../plug-ins/gradient-flare/gradient-flare.c:3163
#, c-format
msgid "The name `%s' is used already!"
-msgstr "Jméno ,%s' je již použito!"
+msgstr "Jméno „%s“ je již použito!"
#: ../plug-ins/gradient-flare/gradient-flare.c:3194
msgid "Cannot delete!! There must be at least one GFlare."
@@ -10560,97 +10542,88 @@ msgid "_Second Flares"
msgstr "_Druhá záře"
#: ../plug-ins/help-browser/dialog.c:186
-#: ../plug-ins/help-browser/dialog.c:1134
+#: ../plug-ins/help-browser/dialog.c:1121
msgid "GIMP Help Browser"
msgstr "Prohlížeč nápovědy GIMPu"
-#: ../plug-ins/help-browser/dialog.c:566
+#: ../plug-ins/help-browser/dialog.c:564
msgid "Go back one page"
msgstr "Jít o jednu stranu zpět"
-#: ../plug-ins/help-browser/dialog.c:571
+#: ../plug-ins/help-browser/dialog.c:569
msgid "Go forward one page"
msgstr "Jít o jednu stranu vpřed"
-#: ../plug-ins/help-browser/dialog.c:576
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:574
msgid "_Reload"
-msgstr "Če_rvená:"
+msgstr "_Znovu načíst"
-#: ../plug-ins/help-browser/dialog.c:576
+#: ../plug-ins/help-browser/dialog.c:574
msgid "Reload current page"
-msgstr ""
+msgstr "Znovu načíst aktuální stránku"
-#: ../plug-ins/help-browser/dialog.c:581
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:579
msgid "_Stop"
-msgstr "_Krok"
+msgstr "_Zastavit"
-#: ../plug-ins/help-browser/dialog.c:581
+#: ../plug-ins/help-browser/dialog.c:579
msgid "Stop loading this page"
-msgstr ""
+msgstr "Zastaví nahrávání aktuální stránky"
-#: ../plug-ins/help-browser/dialog.c:586
+#: ../plug-ins/help-browser/dialog.c:584
msgid "Go to the index page"
msgstr "Jít na stranu rejstříku"
-#: ../plug-ins/help-browser/dialog.c:591
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:589
msgid "C_opy location"
-msgstr "Místo zkroucení"
+msgstr "K_opírovat umístění"
-#: ../plug-ins/help-browser/dialog.c:592
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:590
msgid "Copy the location of this page to the clipboard"
-msgstr "Kopírovat aktivní křivku na druhou hranici"
+msgstr "Kopírovat umístění této stránky do schránky"
-#: ../plug-ins/help-browser/dialog.c:612
+#: ../plug-ins/help-browser/dialog.c:610
msgid "Find text in current page"
-msgstr ""
+msgstr "Najít text na aktuální stránce"
-#: ../plug-ins/help-browser/dialog.c:617
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:615
msgid "Find _Again"
-msgstr "Hledá se XY přechod"
+msgstr "_Znovu najít"
-#: ../plug-ins/help-browser/dialog.c:636
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:634
msgid "S_how Index"
-msgstr "Zobrazovat mřížku"
+msgstr "_Zobrazit rejstřík"
-#: ../plug-ins/help-browser/dialog.c:637
+#: ../plug-ins/help-browser/dialog.c:635
msgid "Toggle the visibility of the sidebar"
-msgstr ""
+msgstr "Zapnout/vypnout postranní lištu"
-#: ../plug-ins/help-browser/dialog.c:658
+#: ../plug-ins/help-browser/dialog.c:656
msgid "Visit the GIMP documentation website"
msgstr "Navštívit WWW server dokumentace GIMPu"
-#: ../plug-ins/help-browser/dialog.c:1175
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:1162
msgid "Find:"
-msgstr "Vítr"
+msgstr "Najít:"
-#: ../plug-ins/help-browser/dialog.c:1192
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:1179
msgctxt "search"
msgid "_Previous"
-msgstr "_Náhled"
+msgstr "_Předchozí"
-#: ../plug-ins/help-browser/dialog.c:1204
-#, fuzzy
+#: ../plug-ins/help-browser/dialog.c:1191
msgctxt "search"
msgid "_Next"
-msgstr "Šestiú_helníky"
+msgstr "_Následující"
#: ../plug-ins/help/gimphelpdomain.c:181
#, c-format
msgid "The help pages for '%s' are not available."
-msgstr ""
+msgstr "Stránky nápovědy pro „%s“ jsou nedostupné."
#: ../plug-ins/help/gimphelpdomain.c:187
msgid "The GIMP user manual is not available."
-msgstr ""
+msgstr "Uživatelská přiručka GIMPu je nedostupná."
#: ../plug-ins/help/gimphelpdomain.c:188
msgid ""
@@ -10662,17 +10635,17 @@ msgstr ""
#: ../plug-ins/help/gimphelpdomain.c:197
msgid "Perhaps you are missing GIO backends and need to install GVFS?"
-msgstr ""
+msgstr "Možná vám chybí GIO backend a potřebujete nainstalovat GVFS?"
#: ../plug-ins/help/gimphelpdomain.c:216
#, c-format
msgid "Help ID '%s' unknown"
-msgstr "ID nápovědy '%s' není známo"
+msgstr "ID nápovědy „%s“ není známo"
#: ../plug-ins/help/gimphelplocale.c:209
-#, fuzzy, c-format
+#, c-format
msgid "Loading index from '%s'"
-msgstr "Chyba při čtení hlavičky souboru BMP z '%s'"
+msgstr "Nahrávání seznamu z „%s“"
#: ../plug-ins/help/gimphelplocale.c:267
#, c-format
@@ -10680,7 +10653,7 @@ msgid ""
"Parse error in '%s':\n"
"%s"
msgstr ""
-"Chyba při zpracovávání '%s':\n"
+"Chyba při zpracovávání „%s“:\n"
"%s"
#: ../plug-ins/ifs-compose/ifs-compose.c:334
@@ -10689,7 +10662,7 @@ msgstr "Vytvořit IFS fraktál"
#: ../plug-ins/ifs-compose/ifs-compose.c:346
msgid "_IFS Fractal..."
-msgstr "_IFS fraktál..."
+msgstr "_IFS fraktál…"
#. X
#: ../plug-ins/ifs-compose/ifs-compose.c:526
@@ -10849,7 +10822,7 @@ msgstr "Otevření selhalo"
#: ../plug-ins/ifs-compose/ifs-compose.c:2468
#, c-format
msgid "File '%s' doesn't seem to be an IFS Fractal file."
-msgstr "Soubor '%s' zřejmě není soubor IFS fraktálu."
+msgstr "Soubor „%s“ zřejmě není soubor IFS fraktálu."
#: ../plug-ins/ifs-compose/ifs-compose.c:2508
msgid "Save as IFS Fractal file"
@@ -10983,7 +10956,7 @@ msgid ""
msgstr ""
"Vodítka jsou předdefinované obdélníky pokrývající obrázek. Definujete je "
"jejich šířkou, výškou a rozestupem od ostatních. To vám umožňuje rychle "
-"vytvořit nejběžnější typy obrázkových map - soubor \"miniatur\", vhodný pro "
+"vytvořit nejběžnější typy obrázkových map - soubor „miniatur“, vhodný pro "
"navigační proužky."
#: ../plug-ins/imagemap/imap_cmd_guides.c:170
@@ -11235,7 +11208,7 @@ msgstr "Vytvořit klikatelnou obrazovou mapu"
#: ../plug-ins/imagemap/imap_main.c:127
msgid "_Image Map..."
-msgstr "_Obrázková mapa..."
+msgstr "_Obrázková mapa…"
#: ../plug-ins/imagemap/imap_main.c:517
#: ../plug-ins/imagemap/imap_settings.c:171
@@ -11253,7 +11226,7 @@ msgstr "Opravdu chcete přijít o tyto změny?"
#: ../plug-ins/imagemap/imap_main.c:873
#, c-format
msgid "File \"%s\" saved."
-msgstr "Soubor \"%s\" zapsán."
+msgstr "Soubor „%s“ zapsán."
#: ../plug-ins/imagemap/imap_main.c:877
msgid "Couldn't save file:"
@@ -11292,7 +11265,7 @@ msgstr "_Soubor"
#: ../plug-ins/imagemap/imap_menu.c:147
msgid "_Open..."
-msgstr "_Otevřít..."
+msgstr "_Otevřít…"
#: ../plug-ins/imagemap/imap_menu.c:147
msgid "Open"
@@ -11300,7 +11273,7 @@ msgstr "Otevřít"
#: ../plug-ins/imagemap/imap_menu.c:149
msgid "_Save..."
-msgstr "_Uložit..."
+msgstr "_Uložit…"
#: ../plug-ins/imagemap/imap_menu.c:149
msgid "Save"
@@ -11308,7 +11281,7 @@ msgstr "Uložit"
#: ../plug-ins/imagemap/imap_menu.c:151
msgid "Save _As..."
-msgstr "Uložit j_ako..."
+msgstr "Uložit j_ako…"
#: ../plug-ins/imagemap/imap_menu.c:156
msgid "_Edit"
@@ -11328,7 +11301,7 @@ msgstr "_Odvybrat vše"
#: ../plug-ins/imagemap/imap_menu.c:166
msgid "Edit Area _Info..."
-msgstr "Upravit _informace o oblasti..."
+msgstr "Upravit _informace o oblasti…"
#: ../plug-ins/imagemap/imap_menu.c:167
msgid "Edit selected area info"
@@ -11356,7 +11329,7 @@ msgstr "_Pohled"
#: ../plug-ins/imagemap/imap_menu.c:182
msgid "Source..."
-msgstr "Zdroj..."
+msgstr "Zdroj…"
#: ../plug-ins/imagemap/imap_menu.c:183
msgid "Zoom in"
@@ -11376,7 +11349,7 @@ msgstr "_Mapování"
#: ../plug-ins/imagemap/imap_menu.c:188
msgid "Edit Map Info..."
-msgstr "Úpravy informace o mapování..."
+msgstr "Úpravy informace o mapování…"
#: ../plug-ins/imagemap/imap_menu.c:189
msgid "Edit Map Info"
@@ -11388,15 +11361,15 @@ msgstr "_Nástroje"
#: ../plug-ins/imagemap/imap_menu.c:192
msgid "Grid Settings..."
-msgstr "Nastavení mřížky..."
+msgstr "Nastavení mřížky…"
#: ../plug-ins/imagemap/imap_menu.c:194
msgid "Use GIMP Guides..."
-msgstr "Použít vodítka GIMPu..."
+msgstr "Použít vodítka GIMPu…"
#: ../plug-ins/imagemap/imap_menu.c:196
msgid "Create Guides..."
-msgstr "Vytvořit vodítka..."
+msgstr "Vytvořit vodítka…"
#: ../plug-ins/imagemap/imap_menu.c:199
msgid "_Help"
@@ -11468,7 +11441,7 @@ msgstr "Obecné"
#: ../plug-ins/imagemap/imap_preferences.c:354
msgid "Default Map Type"
-msgstr "Implicitní druh mapy"
+msgstr "Výchozí druh mapy"
#: ../plug-ins/imagemap/imap_preferences.c:373
msgid "_Prompt for area info"
@@ -11476,7 +11449,7 @@ msgstr "_Výzva k informaci o oblasti"
#: ../plug-ins/imagemap/imap_preferences.c:375
msgid "_Require default URL"
-msgstr "Vyžaduje _implicitní URL"
+msgstr "Vyžaduje _výchozí URL"
#: ../plug-ins/imagemap/imap_preferences.c:377
msgid "Show area _handles"
@@ -11584,7 +11557,7 @@ msgstr "_Autor:"
#: ../plug-ins/imagemap/imap_settings.c:106
msgid "Default _URL:"
-msgstr "Implicitní _URL:"
+msgstr "Výchozí _URL:"
#: ../plug-ins/imagemap/imap_settings.c:108
msgid "_Description:"
@@ -11609,7 +11582,7 @@ msgstr "Aplikovat různé světelné efekty"
#: ../plug-ins/lighting/lighting-main.c:197
msgid "_Lighting Effects..."
-msgstr "_Světelné efekty..."
+msgstr "_Světelné efekty…"
#. General options
#: ../plug-ins/lighting/lighting-ui.c:295
@@ -11623,7 +11596,8 @@ msgstr "P_růhledné pozadí"
#: ../plug-ins/lighting/lighting-ui.c:313
msgid "Make destination image transparent where bump height is zero"
-msgstr "Vytvoření průhledného cílového obrázku v místech, kde je vyvýšení nulové"
+msgstr ""
+"Vytvoření průhledného cílového obrázku v místech, kde je vyvýšení nulové"
#: ../plug-ins/lighting/lighting-ui.c:316
msgid "Cre_ate new image"
@@ -11792,7 +11766,7 @@ msgstr "Intenzita původní barvy, je-li ozářena zdrojem světla"
#: ../plug-ins/lighting/lighting-ui.c:705
msgid "_Shiny:"
-msgstr "_Lesknoucí se"
+msgstr "_Lesknoucí se:"
#: ../plug-ins/lighting/lighting-ui.c:724
#: ../plug-ins/map-object/map-object-ui.c:925
@@ -11922,7 +11896,7 @@ msgstr "Mapovat obrázek na objekt (plochu, kouli, kvádr nebo válec)"
#: ../plug-ins/map-object/map-object-main.c:198
msgid "Map _Object..."
-msgstr "Mapovat _objekt..."
+msgstr "Mapovat _objekt…"
#: ../plug-ins/map-object/map-object-ui.c:248
#: ../plug-ins/map-object/map-object-ui.c:1305
@@ -12195,7 +12169,7 @@ msgstr "Nakreslit bludiště"
#: ../plug-ins/maze/maze.c:130
msgid "_Maze..."
-msgstr "_Bludiště..."
+msgstr "_Bludiště…"
#: ../plug-ins/maze/maze.c:426
msgid "Drawing maze"
@@ -12229,7 +12203,7 @@ msgstr "Neznámý element <%s>"
#: ../plug-ins/metadata/xmp-parse.c:325
#, c-format
msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>"
-msgstr "Neznámý atribut \"%s\"=\"%s\" v elementu <%s>"
+msgstr "Neznámý atribut „%s“=„%s“ v elementu <%s>"
#: ../plug-ins/metadata/xmp-parse.c:655
#, c-format
@@ -12241,25 +12215,25 @@ msgstr "Vyžadovaný atribut rdf:about v <%s> chybí"
msgid "Nested elements (<%s>) are not allowed in this context"
msgstr "Vnořené elementy (<%s>) v tomto kontextu nejsou povoleny"
-#: ../plug-ins/metadata/xmp-parse.c:1005
+#: ../plug-ins/metadata/xmp-parse.c:1010
#, c-format
msgid "End of element <%s> not expected in this context"
msgstr "Konec elementu <%s> neočekáván v tomto kontextu"
-#: ../plug-ins/metadata/xmp-parse.c:1107
+#: ../plug-ins/metadata/xmp-parse.c:1112
#, c-format
msgid "The current element (<%s>) cannot contain text"
msgstr "Aktuální element (<%s>) nemůže obsahovat text"
-#: ../plug-ins/metadata/xmp-parse.c:1132
+#: ../plug-ins/metadata/xmp-parse.c:1137
msgid "XMP packets must start with "
-msgstr "Pakety XMP musí začínat "
+msgstr "Pakety XMP musí začínat "
-#: ../plug-ins/metadata/xmp-parse.c:1146
+#: ../plug-ins/metadata/xmp-parse.c:1151
msgid "XMP packets must end with "
-msgstr "Pakety XMP musí končit "
+msgstr "Pakety XMP musí končit "
-#: ../plug-ins/metadata/xmp-parse.c:1159
+#: ../plug-ins/metadata/xmp-parse.c:1164
msgid "XMP cannot contain XML comments or processing instructions"
msgstr "XMP nemůže obsahovat poznámky XML nebo instrukce pro zpracovávání"
@@ -12269,7 +12243,7 @@ msgstr "Zkroutit jeden z rohů obrázku"
#: ../plug-ins/pagecurl/pagecurl.c:221
msgid "_Pagecurl..."
-msgstr "_Zkroucení stránky..."
+msgstr "_Zkroucení stránky…"
#: ../plug-ins/pagecurl/pagecurl.c:440
msgid "Pagecurl Effect"
@@ -12369,17 +12343,15 @@ msgstr "Vytisknout obrázek"
#: ../plug-ins/print/print.c:107
msgid "_Print..."
-msgstr "_Tisk..."
+msgstr "_Tisk…"
#: ../plug-ins/print/print.c:118
-#, fuzzy
msgid "Adjust page size and orientation for printing"
-msgstr "_Upravit velikost stránky a orientaci"
+msgstr "Upravit velikost a orientaci stránky k tisku"
#: ../plug-ins/print/print.c:124
-#, fuzzy
msgid "Page Set_up"
-msgstr "Zkroucení stránky"
+msgstr "_Vzhled stránky"
#: ../plug-ins/print/print.c:265
msgid "Image Settings"
@@ -12412,7 +12384,7 @@ msgstr "Získat obrázek ze TWAIN zdroje dat"
#: ../plug-ins/twain/twain.c:352
msgid "_Scanner/Camera..."
-msgstr "_Skener/Fotoaparát..."
+msgstr "_Skener/Fotoaparát…"
#. Initialize our progress dialog
#: ../plug-ins/twain/twain.c:486
@@ -12449,115 +12421,8 @@ msgstr "Zachytit obraz okna či pracovní plochy"
#: ../plug-ins/win-snap/winsnap.c:994
msgid "_Screen Shot..."
-msgstr "_Snímek obrazovky..."
+msgstr "_Snímek obrazovky…"
#: ../plug-ins/win-snap/winsnap.c:1142
msgid "No data captured"
msgstr "Žádná data nebyla získána"
-
-#~ msgid "_Method:"
-#~ msgstr "_Metoda:"
-
-#~ msgid "Email the image"
-#~ msgstr "Odeslat obrázek poštou"
-
-#~ msgid "_Mail Image..."
-#~ msgstr "_Poslat obrázek..."
-
-#~ msgid "Encapsulation:"
-#~ msgstr "Zapouzdření dat:"
-
-#~ msgid "_MIME"
-#~ msgstr "_MIME"
-
-#~ msgid "_Uuencode"
-#~ msgstr "_UU-kódování"
-
-#~ msgid "_Recipient:"
-#~ msgstr "Pří_jemce:"
-
-#~ msgid "_Sender:"
-#~ msgstr "_Odesílatel:"
-
-#~ msgid "Comm_ent:"
-#~ msgstr "_Komentář:"
-
-#~ msgid "Unable to add additional point.\n"
-#~ msgstr "Nepodařilo se přidat další bod.\n"
-
-#~ msgid "Invalid UTF-8 string in PSD file"
-#~ msgstr "Neplatný řetězec UTF-8 v souboru PSD"
-
-#~ msgid "Cannot handle bitmap PSD files"
-#~ msgstr "Nelze zpracovat bitmapové PSD soubory"
-
-#~ msgid "Cannot handle PSD files in CMYK color"
-#~ msgstr "Nelze zpracovat PSD soubory v barevném režimu CMYK"
-
-#~ msgid "Cannot handle PSD files in Multichannel color"
-#~ msgstr "Nelze zpracovat PSD soubory ve vícekanálovém režimu"
-
-#~ msgid "Cannot handle PSD files in Duotone color"
-#~ msgstr "Nelze zpracovat PSD soubory v duplex režimu"
-
-#~ msgid "Cannot handle PSD files in Lab color"
-#~ msgstr "Nezle zpracovat PSD soubory v barvách Lab"
-
-#~ msgid "Cannot handle the color mode %d of the PSD file"
-#~ msgstr "Nelze zpracovat barevný režim %d tohoto PSD souboru"
-
-#~ msgid "Cannot handle PSD file with more than %d channels"
-#~ msgstr "Nelze zpracovat PSD soubor s více než %d kanály"
-
-#~ msgid "Cannot handle PSD files in CMYK color with more than 5 channels"
-#~ msgstr ""
-#~ "Nelze zpracovat PSD soubory v barevném prostoru CMYK s více než 5 kanály"
-
-#~ msgid "Cannot handle image mode %d (%s)"
-#~ msgstr "Nelze zpracovat obrazový režim %d (%s)"
-
-#~ msgid "Cannot handle %d bits per channel PSD files"
-#~ msgstr "Nelze zpracovat PSD soubory s %d bity na kanál"
-
-#~ msgid "This is not an Adobe Photoshop PSD file"
-#~ msgstr "Toto není soubor Adobe Photoshop PSD"
-
-#~ msgid "The PSD file has bad version number '%d', not 1"
-#~ msgstr "PSD soubor má špatné číslo verze '%d', nikoliv 1"
-
-#~ msgid "Or_igin at bottom left"
-#~ msgstr "Počátek dol_e vlevo"
-
-#~ msgid "checkbutton|Snap to grid"
-#~ msgstr "Chytat k mřížce"
-
-#~ msgid "The GIMP help files are not found."
-#~ msgstr "Soubory nápovědy GIMPu nebyly nalezeny."
-
-#~ msgid "There is a problem with the GIMP help files."
-#~ msgstr "Se soubory nápovědy GIMPu je problém."
-
-#~ msgid "Please check your installation."
-#~ msgstr "Zkontrolujte prosím svou instalaci."
-
-#~ msgid "Drag and drop this icon to a web browser"
-#~ msgstr "Přetáhněte tuto ikonu do prohlížeče WWW"
-
-#~ msgid "Document not found"
-#~ msgstr "Dokument nenalezen"
-
-#~ msgid "The requested URL could not be loaded:"
-#~ msgstr "Požadované URL nelze načíst:"
-
-#~ msgid "_Smoothing:"
-#~ msgstr "_Vyhlazování:"
-
-#~ msgid "Printable area:"
-#~ msgstr "Tisknutelná oblast:"
-
-#~ msgid "Downloading %s of image data..."
-#~ msgstr "Stahuji %s dat obrázku..."
-
-#~ msgid "Could not open output file for writing"
-#~ msgstr "Nelze otevřít výstupní soubor pro zápis."
-
diff --git a/po-plug-ins/en_GB.po b/po-plug-ins/en_GB.po
index f3f112c084..94889ee1d2 100644
--- a/po-plug-ins/en_GB.po
+++ b/po-plug-ins/en_GB.po
@@ -2,2067 +2,501 @@
# Copyright (C) 2000 Free Software Foundation, Inc.
# Robert Brady , 2000.
# Gareth Owen , David Lodge , 2004.
-#
-#
+# Bruce Cowan , 2009.
msgid ""
msgstr ""
-"Project-Id-Version: gimp CVS\n"
+"Project-Id-Version: gimp\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-09 19:20+0000\n"
-"PO-Revision-Date: 2008-03-09 19:16+0000\n"
-"Last-Translator: David Lodge \n"
-"Language-Team: \n"
+"POT-Creation-Date: 2009-10-17 22:57+0100\n"
+"PO-Revision-Date: 2009-10-17 23:03+0100\n"
+"Last-Translator: Bruce Cowan \n"
+"Language-Team: British English \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../plug-ins/FractalExplorer/Dialogs.c:547
-#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gflare/gflare.c:883
-#: ../plug-ins/gimpressionist/utils.c:143
-#, c-format
-msgid ""
-"No %s in gimprc:\n"
-"You need to add an entry like\n"
-"(%s \"%s\")\n"
-"to your %s file."
-msgstr ""
-"No %s in gimprc:\n"
-"You need to add an entry like\n"
-"(%s \"%s\")\n"
-"to your %s file."
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:638
-msgid "Realtime preview"
-msgstr "Realtime preview"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:646
-msgid "If enabled the preview will be redrawn automatically"
-msgstr "If enabled the preview will be redrawn automatically"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:649
-msgid "R_edraw preview"
-msgstr "R_edraw preview"
-
-#. Zoom Options
-#: ../plug-ins/FractalExplorer/Dialogs.c:657
-msgid "Zoom"
-msgstr "Zoom"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:693
-msgid "Undo last zoom change"
-msgstr "Undo last zoom change"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:703
-msgid "Redo last zoom change"
-msgstr "Redo last zoom change"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:718
-msgid "_Parameters"
-msgstr "_Parameters"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:721
-msgid "Fractal Parameters"
-msgstr "Fractal Parameters"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:734
-#: ../plug-ins/MapObject/mapobject_ui.c:1099
-msgid "Left:"
-msgstr "Left:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:743
-#: ../plug-ins/MapObject/mapobject_ui.c:1099
-msgid "Right:"
-msgstr "Right:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:752
-#: ../plug-ins/MapObject/mapobject_ui.c:1098
-msgid "Top:"
-msgstr "Top:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:761
-#: ../plug-ins/MapObject/mapobject_ui.c:1098
-msgid "Bottom:"
-msgstr "Bottom:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:770 ../plug-ins/common/warp.c:433
-#: ../plug-ins/ifscompose/ifscompose.c:1210
-msgid "Iterations:"
-msgstr "Iterations:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:773
-msgid ""
-"The higher the number of iterations, the more details will be calculated"
-msgstr ""
-"The higher the number of iterations, the more details will be calculated"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:781
-msgid "CX:"
-msgstr "CX:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:784
-#: ../plug-ins/FractalExplorer/Dialogs.c:794
-msgid "Changes aspect of fractal"
-msgstr "Changes aspect of fractal"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:791
-msgid "CY:"
-msgstr "CY:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:809
-msgid "Load a fractal from file"
-msgstr "Load a fractal from file"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:817
-msgid "Reset parameters to default values"
-msgstr "Reset parameters to default values"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:826
-msgid "Save active fractal to file"
-msgstr "Save active fractal to file"
-
-#. Fractal type toggle box
-#: ../plug-ins/FractalExplorer/Dialogs.c:829
-msgid "Fractal Type"
-msgstr "Fractal Type"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:842
-msgid "Mandelbrot"
-msgstr "Mandelbrot"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:844
-msgid "Julia"
-msgstr "Julia"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:846
-msgid "Barnsley 1"
-msgstr "Barnsley 1"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:848
-msgid "Barnsley 2"
-msgstr "Barnsley 2"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:850
-msgid "Barnsley 3"
-msgstr "Barnsley 3"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:852
-msgid "Spider"
-msgstr "Spider"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:854
-msgid "Man'o'war"
-msgstr "Man'o'war"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:856
-msgid "Lambda"
-msgstr "Lambda"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:858
-msgid "Sierpinski"
-msgstr "Sierpinski"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:904 ../plug-ins/common/sinus.c:886
-msgid "Co_lors"
-msgstr "Co_lours"
-
-#. Number of Colors frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:908
-#: ../plug-ins/common/borderaverage.c:415
-msgid "Number of Colors"
-msgstr "Number of Colours"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:920
-msgid "Number of colors:"
-msgstr "Number of colours:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:923
-msgid "Change the number of colors in the mapping"
-msgstr "Change the number of colours in the mapping"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:930
-msgid "Use loglog smoothing"
-msgstr "Use loglog smoothing"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:937
-msgid "Use log log smoothing to eliminate \"banding\" in the result"
-msgstr "Use log log smoothing to eliminate \"banding\" in the result"
-
-#. Color Density frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:941
-msgid "Color Density"
-msgstr "Colour Density"
-
-#. These values are translated for the GUI but also used internally
-#. to figure out which button the user pushed, etc.
-#. Not my design, please don't blame me -- njl
-#: ../plug-ins/FractalExplorer/Dialogs.c:953 ../plug-ins/common/fp.c:220
-msgid "Red:"
-msgstr "Red:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:956
-msgid "Change the intensity of the red channel"
-msgstr "Change the intensity of the red channel"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:963 ../plug-ins/common/fp.c:221
-msgid "Green:"
-msgstr "Green:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:966
-msgid "Change the intensity of the green channel"
-msgstr "Change the intensity of the green channel"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:973 ../plug-ins/common/fp.c:222
-msgid "Blue:"
-msgstr "Blue:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:976
-msgid "Change the intensity of the blue channel"
-msgstr "Change the intensity of the blue channel"
-
-#. Color Function frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:982
-msgid "Color Function"
-msgstr "Colour Function"
-
-#. Redmode radio frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:991
-#: ../plug-ins/common/channel_mixer.c:537 ../plug-ins/common/decompose.c:174
-msgid "Red"
-msgstr "Red"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:995
-#: ../plug-ins/FractalExplorer/Dialogs.c:1036
-#: ../plug-ins/FractalExplorer/Dialogs.c:1077
-msgid "Sine"
-msgstr "Sine"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:997
-#: ../plug-ins/FractalExplorer/Dialogs.c:1038
-#: ../plug-ins/FractalExplorer/Dialogs.c:1079
-msgid "Cosine"
-msgstr "Cosine"
-
-#. if and how to center the image on the page
-#: ../plug-ins/FractalExplorer/Dialogs.c:999
-#: ../plug-ins/FractalExplorer/Dialogs.c:1040
-#: ../plug-ins/FractalExplorer/Dialogs.c:1081
-#: ../plug-ins/Lighting/lighting_ui.c:415
-#: ../plug-ins/common/CML_explorer.c:166 ../plug-ins/common/align_layers.c:422
-#: ../plug-ins/common/align_layers.c:453 ../plug-ins/common/postscript.c:3230
-#: ../plug-ins/common/postscript.c:3242 ../plug-ins/common/psp.c:418
-#: ../plug-ins/fits/fits.c:1026 ../plug-ins/print/print-page-layout.c:449
-msgid "None"
-msgstr "None"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1004
-#: ../plug-ins/FractalExplorer/Dialogs.c:1045
-#: ../plug-ins/FractalExplorer/Dialogs.c:1086
-msgid "Use sine-function for this color component"
-msgstr "Use sine-function for this colour component"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1007
-#: ../plug-ins/FractalExplorer/Dialogs.c:1048
-#: ../plug-ins/FractalExplorer/Dialogs.c:1089
-msgid "Use cosine-function for this color component"
-msgstr "Use cosine-function for this colour component"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1010
-#: ../plug-ins/FractalExplorer/Dialogs.c:1051
-#: ../plug-ins/FractalExplorer/Dialogs.c:1092
-msgid ""
-"Use linear mapping instead of any trigonometrical function for this color "
-"channel"
-msgstr ""
-"Use linear mapping instead of any trigonometrical function for this colour "
-"channel"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1019
-#: ../plug-ins/FractalExplorer/Dialogs.c:1060
-#: ../plug-ins/FractalExplorer/Dialogs.c:1101
-msgid "Inversion"
-msgstr "Inversion"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1027
-#: ../plug-ins/FractalExplorer/Dialogs.c:1068
-#: ../plug-ins/FractalExplorer/Dialogs.c:1109
-msgid ""
-"If you enable this option higher color values will be swapped with lower "
-"ones and vice versa"
-msgstr ""
-"If you enable this option higher colour values will be swapped with lower "
-"ones and vice versa"
-
-#. Greenmode radio frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:1032
-#: ../plug-ins/common/channel_mixer.c:542 ../plug-ins/common/decompose.c:175
-msgid "Green"
-msgstr "Green"
-
-#. Bluemode radio frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:1073
-#: ../plug-ins/common/channel_mixer.c:547 ../plug-ins/common/decompose.c:176
-msgid "Blue"
-msgstr "Blue"
-
-#. Colormode toggle box
-#: ../plug-ins/FractalExplorer/Dialogs.c:1114
-msgid "Color Mode"
-msgstr "Colour Mode"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1123
-msgid "As specified above"
-msgstr "As specified above"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1135
-msgid ""
-"Create a color-map with the options you specified above (color density/"
-"function). The result is visible in the preview image"
-msgstr ""
-"Create a colour-map with the options you specified above (colour density/"
-"function). The result is visible in the preview image"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1145
-msgid "Apply active gradient to final image"
-msgstr "Apply active gradient to final image"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1157
-msgid "Create a color-map using a gradient from the gradient editor"
-msgstr "Create a colour-map using a gradient from the gradient editor"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1168
-msgid "FractalExplorer Gradient"
-msgstr "FractalExplorer Gradient"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1198
-msgid "_Fractals"
-msgstr "_Fractals"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1546
-#: ../plug-ins/Lighting/lighting_ui.c:1210 ../plug-ins/bmp/bmpwrite.c:294
-#: ../plug-ins/common/CEL.c:568 ../plug-ins/common/CML_explorer.c:2004
-#: ../plug-ins/common/channel_mixer.c:1059 ../plug-ins/common/compressor.c:410
-#: ../plug-ins/common/compressor.c:473 ../plug-ins/common/compressor.c:563
-#: ../plug-ins/common/compressor.c:632 ../plug-ins/common/curve_bend.c:817
-#: ../plug-ins/common/dicom.c:708 ../plug-ins/common/gbr.c:616
-#: ../plug-ins/common/gif-save.c:986 ../plug-ins/common/gih.c:1258
-#: ../plug-ins/common/gtm.c:225 ../plug-ins/common/mng.c:561
-#: ../plug-ins/common/mng.c:950 ../plug-ins/common/pat.c:447
-#: ../plug-ins/common/pcx.c:645 ../plug-ins/common/pix.c:508
-#: ../plug-ins/common/png.c:1244 ../plug-ins/common/pnm.c:958
-#: ../plug-ins/common/postscript.c:1196 ../plug-ins/common/psd-save.c:1557
-#: ../plug-ins/common/raw.c:528 ../plug-ins/common/raw.c:555
-#: ../plug-ins/common/spheredesigner.c:2120 ../plug-ins/common/sunras.c:544
-#: ../plug-ins/common/tga.c:1133 ../plug-ins/common/tiff-save.c:671
-#: ../plug-ins/common/xbm.c:1016 ../plug-ins/common/xwd.c:598
-#: ../plug-ins/fits/fits.c:457 ../plug-ins/flame/flame.c:442
-#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/gfli/gfli.c:715
-#: ../plug-ins/ifscompose/ifscompose.c:2376 ../plug-ins/jpeg/jpeg-save.c:325
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:282
-#: ../plug-ins/winicon/icosave.c:1020 ../plug-ins/xjt/xjt.c:1280
-#: ../plug-ins/xjt/xjt.c:1714
-#, c-format
-msgid "Could not open '%s' for writing: %s"
-msgstr "Could not open '%s' for writing: %s"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1560
-#, c-format
-msgid "Could not write '%s': %s"
-msgstr "Could not write '%s': %s"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1635
-msgid "Load Fractal Parameters"
-msgstr "Load Fractal Parameters"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1673
-msgid "Save Fractal Parameters"
-msgstr "Save Fractal Parameters"
-
-#. Do not rely on librsvg setting GError on failure!
-#. stat error (file does not exist)
-#: ../plug-ins/FractalExplorer/Dialogs.c:1863
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:933
-#: ../plug-ins/Lighting/lighting_ui.c:1353 ../plug-ins/bmp/bmpread.c:149
-#: ../plug-ins/common/CEL.c:299 ../plug-ins/common/CML_explorer.c:2177
-#: ../plug-ins/common/channel_mixer.c:981 ../plug-ins/common/compressor.c:464
-#: ../plug-ins/common/compressor.c:622 ../plug-ins/common/curve_bend.c:869
-#: ../plug-ins/common/dicom.c:296 ../plug-ins/common/gbr.c:348
-#: ../plug-ins/common/gif-load.c:309 ../plug-ins/common/gih.c:649
-#: ../plug-ins/common/mng.c:1121 ../plug-ins/common/pat.c:317
-#: ../plug-ins/common/pcx.c:344 ../plug-ins/common/pix.c:329
-#: ../plug-ins/common/png.c:703 ../plug-ins/common/pnm.c:480
-#: ../plug-ins/common/poppler.c:527 ../plug-ins/common/postscript.c:1023
-#: ../plug-ins/common/postscript.c:3031 ../plug-ins/common/psp.c:1432
-#: ../plug-ins/common/raw.c:243 ../plug-ins/common/raw.c:645
-#: ../plug-ins/common/spheredesigner.c:2010 ../plug-ins/common/sunras.c:378
-#: ../plug-ins/common/svg.c:321 ../plug-ins/common/svg.c:702
-#: ../plug-ins/common/tga.c:423 ../plug-ins/common/tiff-load.c:288
-#: ../plug-ins/common/xbm.c:720 ../plug-ins/common/xwd.c:420
-#: ../plug-ins/faxg3/faxg3.c:219 ../plug-ins/fits/fits.c:345
-#: ../plug-ins/flame/flame.c:411 ../plug-ins/gfig/gfig.c:434
-#: ../plug-ins/gfli/gfli.c:429 ../plug-ins/gfli/gfli.c:464
-#: ../plug-ins/help/gimphelplocale.c:193 ../plug-ins/jpeg/jpeg-load.c:111
-#: ../plug-ins/jpeg/jpeg-load.c:821 ../plug-ins/psd/psd-load.c:125
-#: ../plug-ins/psd/psd-thumb-load.c:78
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:271
-#: ../plug-ins/uri/uri-backend-libcurl.c:186 ../plug-ins/winicon/icoload.c:651
-#: ../plug-ins/winicon/icoload.c:728 ../plug-ins/xjt/xjt.c:2545
-#: ../plug-ins/xjt/xjt.c:2553
-#, c-format
-msgid "Could not open '%s' for reading: %s"
-msgstr "Could not open '%s' for reading: %s"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1871
-#, c-format
-msgid "'%s' is not a FractalExplorer file"
-msgstr "'%s' is not a FractalExplorer file"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1877
-#, c-format
-msgid "'%s' is corrupt. Line %d Option section incorrect"
-msgstr "'%s' is corrupt. Line %d Option section incorrect"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:243
-msgid "Render fractal art"
-msgstr "Render fractal art"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:248
-msgid "_Fractal Explorer..."
-msgstr "_Fractal Explorer..."
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:378
-msgid "Rendering fractal"
-msgstr "Rendering fractal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:760
-#: ../plug-ins/gflare/gflare.c:3154
-#, c-format
-msgid "Are you sure you want to delete \"%s\" from the list and from disk?"
-msgstr "Are you sure you want to delete \"%s\" from the list and from disk?"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:764
-msgid "Delete Fractal"
-msgstr "Delete Fractal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:954
-#, c-format
-msgid "File '%s' is not a FractalExplorer file"
-msgstr "File '%s' is not a FractalExplorer file"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:963
-#, c-format
-msgid ""
-"File '%s' is corrupt.\n"
-"Line %d Option section incorrect"
-msgstr ""
-"File '%s' is corrupt.\n"
-"Line %d Option section incorrect"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1007
-msgid "My first fractal"
-msgstr "My first fractal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1071
-msgid "Select folder and rescan collection"
-msgstr "Select folder and rescan collection"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1083
-msgid "Apply currently selected fractal"
-msgstr "Apply currently selected fractal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1095
-msgid "Delete currently selected fractal"
-msgstr "Delete currently selected fractal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1118
-msgid "Rescan for Fractals"
-msgstr "Rescan for Fractals"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1137
-msgid "Add FractalExplorer Path"
-msgstr "Add FractalExplorer Path"
-
-#: ../plug-ins/Lighting/lighting_apply.c:104
-#: ../plug-ins/Lighting/lighting_ui.c:1018
-msgid "Lighting Effects"
-msgstr "Lighting Effects"
-
-#: ../plug-ins/Lighting/lighting_main.c:195
-msgid "Apply various lighting effects to an image"
-msgstr "Apply various lighting effects to an image"
-
-#: ../plug-ins/Lighting/lighting_main.c:200
-msgid "_Lighting Effects..."
-msgstr "_Lighting Effects..."
-
-#. General options
-#: ../plug-ins/Lighting/lighting_ui.c:294
-#: ../plug-ins/MapObject/mapobject_ui.c:472
-msgid "General Options"
-msgstr "General Options"
-
-#: ../plug-ins/Lighting/lighting_ui.c:302
-msgid "T_ransparent background"
-msgstr "T_ransparent background"
-
-#: ../plug-ins/Lighting/lighting_ui.c:312
-msgid "Make destination image transparent where bump height is zero"
-msgstr "Make destination image transparent where bump height is zero"
-
-#: ../plug-ins/Lighting/lighting_ui.c:315
-msgid "Cre_ate new image"
-msgstr "Cre_ate new image"
-
-#: ../plug-ins/Lighting/lighting_ui.c:325
-#: ../plug-ins/MapObject/mapobject_ui.c:541
-msgid "Create a new image when applying filter"
-msgstr "Create a new image when applying filter"
-
-#: ../plug-ins/Lighting/lighting_ui.c:327
-msgid "High _quality preview"
-msgstr "High _quality preview"
-
-#: ../plug-ins/Lighting/lighting_ui.c:337
-msgid "Enable/disable high quality preview"
-msgstr "Enable/disable high quality preview"
-
-#: ../plug-ins/Lighting/lighting_ui.c:344
-msgid "Distance:"
-msgstr "Distance:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:377
-#: ../plug-ins/MapObject/mapobject_ui.c:619
-msgid "Light Settings"
-msgstr "Light Settings"
-
-#: ../plug-ins/Lighting/lighting_ui.c:390
-msgid "Light 1"
-msgstr "Light 1"
-
-#: ../plug-ins/Lighting/lighting_ui.c:391
-msgid "Light 2"
-msgstr "Light 2"
-
-#: ../plug-ins/Lighting/lighting_ui.c:392
-msgid "Light 3"
-msgstr "Light 3"
-
-#: ../plug-ins/Lighting/lighting_ui.c:393
-msgid "Light 4"
-msgstr "Light 4"
-
-#: ../plug-ins/Lighting/lighting_ui.c:394
-msgid "Light 5"
-msgstr "Light 5"
-
-#: ../plug-ins/Lighting/lighting_ui.c:395
-msgid "Light 6"
-msgstr "Light 6"
-
-#. row labels
-#: ../plug-ins/Lighting/lighting_ui.c:404
-#: ../plug-ins/common/spheredesigner.c:2706
-msgid "Type:"
-msgstr "Type:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:409
-msgid "Color:"
-msgstr "Colour:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:416
-msgid "Directional"
-msgstr "Directional"
-
-#: ../plug-ins/Lighting/lighting_ui.c:417
-msgid "Point"
-msgstr "Point"
-
-#: ../plug-ins/Lighting/lighting_ui.c:431
-#: ../plug-ins/MapObject/mapobject_ui.c:642
-msgid "Type of light source to apply"
-msgstr "Type of light source to apply"
-
-#: ../plug-ins/Lighting/lighting_ui.c:433
-#: ../plug-ins/MapObject/mapobject_ui.c:644
-msgid "Select lightsource color"
-msgstr "Select lightsource colour"
-
-#: ../plug-ins/Lighting/lighting_ui.c:447
-#: ../plug-ins/MapObject/mapobject_ui.c:657
-msgid "Set light source color"
-msgstr "Set light source colour"
-
-#: ../plug-ins/Lighting/lighting_ui.c:455
-msgid "_Intensity:"
-msgstr "_Intensity:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:463
-msgid "Light intensity"
-msgstr "Light intensity"
-
-#: ../plug-ins/Lighting/lighting_ui.c:466
-#: ../plug-ins/MapObject/mapobject_ui.c:659
-#: ../plug-ins/MapObject/mapobject_ui.c:986
-#: ../plug-ins/print/print-page-layout.c:343
-msgid "Position"
-msgstr "Position"
-
-#: ../plug-ins/Lighting/lighting_ui.c:476 ../plug-ins/common/flarefx.c:772
-#: ../plug-ins/common/mblur.c:1094 ../plug-ins/common/nova.c:463
-#: ../plug-ins/common/papertile.c:282 ../plug-ins/flame/flame.c:1227
-#: ../plug-ins/gflare/gflare.c:2679
-msgid "_X:"
-msgstr "_X:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:484
-#: ../plug-ins/MapObject/mapobject_ui.c:683
-msgid "Light source X position in XYZ space"
-msgstr "Light source X position in XYZ space"
-
-#: ../plug-ins/Lighting/lighting_ui.c:491 ../plug-ins/common/flarefx.c:777
-#: ../plug-ins/common/mblur.c:1099 ../plug-ins/common/nova.c:468
-#: ../plug-ins/common/papertile.c:291 ../plug-ins/flame/flame.c:1241
-#: ../plug-ins/gflare/gflare.c:2683
-msgid "_Y:"
-msgstr "_Y:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:499
-#: ../plug-ins/MapObject/mapobject_ui.c:697
-msgid "Light source Y position in XYZ space"
-msgstr "Light source Y position in XYZ space"
-
-#: ../plug-ins/Lighting/lighting_ui.c:506
-msgid "_Z:"
-msgstr "_Z:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:514
-#: ../plug-ins/MapObject/mapobject_ui.c:711
-msgid "Light source Z position in XYZ space"
-msgstr "Light source Z position in XYZ space"
-
-#. *****************************************************
-#. radio buttons for choosing LEFT or RIGHT
-#. *************************************************
-#: ../plug-ins/Lighting/lighting_ui.c:517 ../plug-ins/common/struc.c:1292
-#: ../plug-ins/common/wind.c:943
-msgid "Direction"
-msgstr "Direction"
-
-#. X
-#: ../plug-ins/Lighting/lighting_ui.c:526
-#: ../plug-ins/MapObject/mapobject_ui.c:675
-#: ../plug-ins/MapObject/mapobject_ui.c:729
-#: ../plug-ins/MapObject/mapobject_ui.c:997
-#: ../plug-ins/MapObject/mapobject_ui.c:1046
-#: ../plug-ins/ifscompose/ifscompose.c:525
-msgid "X:"
-msgstr "X:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:534
-#: ../plug-ins/MapObject/mapobject_ui.c:737
-msgid "Light source X direction in XYZ space"
-msgstr "Light source X direction in XYZ space"
-
-#. Y
-#: ../plug-ins/Lighting/lighting_ui.c:540
-#: ../plug-ins/MapObject/mapobject_ui.c:689
-#: ../plug-ins/MapObject/mapobject_ui.c:742
-#: ../plug-ins/MapObject/mapobject_ui.c:1010
-#: ../plug-ins/MapObject/mapobject_ui.c:1057
-#: ../plug-ins/MapObject/mapobject_ui.c:1155
-#: ../plug-ins/ifscompose/ifscompose.c:539
-msgid "Y:"
-msgstr "Y:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:548
-#: ../plug-ins/MapObject/mapobject_ui.c:750
-msgid "Light source Y direction in XYZ space"
-msgstr "Light source Y direction in XYZ space"
-
-#: ../plug-ins/Lighting/lighting_ui.c:554
-#: ../plug-ins/MapObject/mapobject_ui.c:703
-#: ../plug-ins/MapObject/mapobject_ui.c:755
-#: ../plug-ins/MapObject/mapobject_ui.c:1023
-#: ../plug-ins/MapObject/mapobject_ui.c:1068
-#: ../plug-ins/MapObject/mapobject_ui.c:1167
-msgid "Z:"
-msgstr "Z:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:562
-#: ../plug-ins/MapObject/mapobject_ui.c:763
-msgid "Light source Z direction in XYZ space"
-msgstr "Light source Z direction in XYZ space"
-
-#: ../plug-ins/Lighting/lighting_ui.c:565
-msgid "I_solate"
-msgstr "I_solate"
-
-#: ../plug-ins/Lighting/lighting_ui.c:574
-msgid "Lighting preset:"
-msgstr "Lighting preset:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:620
-msgid "Material Properties"
-msgstr "Material Properties"
-
-#: ../plug-ins/Lighting/lighting_ui.c:638
-msgid "_Glowing:"
-msgstr "_Glowing:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:657
-#: ../plug-ins/MapObject/mapobject_ui.c:824
-msgid "Amount of original color to show where no direct light falls"
-msgstr "Amount of original colour to show where no direct light falls"
-
-#: ../plug-ins/Lighting/lighting_ui.c:671
-msgid "_Bright:"
-msgstr "_Bright:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:690
-#: ../plug-ins/MapObject/mapobject_ui.c:853
-msgid "Intensity of original color when lit by a light source"
-msgstr "Intensity of original colour when lit by a light source"
-
-#: ../plug-ins/Lighting/lighting_ui.c:704
-msgid "_Shiny:"
-msgstr "_Shiny:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:723
-#: ../plug-ins/MapObject/mapobject_ui.c:925
-msgid "Controls how intense the highlights will be"
-msgstr "Controls how intense the highlights will be"
-
-#: ../plug-ins/Lighting/lighting_ui.c:736
-msgid "_Polished:"
-msgstr "_Polished:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:755
-#: ../plug-ins/MapObject/mapobject_ui.c:954
-msgid "Higher values makes the highlights more focused"
-msgstr "Higher values makes the highlights more focused"
-
-#. Metallic
-#: ../plug-ins/Lighting/lighting_ui.c:765
-msgid "_Metallic"
-msgstr "_Metallic"
-
-#: ../plug-ins/Lighting/lighting_ui.c:802
-msgid "E_nable bump mapping"
-msgstr "E_nable bump mapping"
-
-#: ../plug-ins/Lighting/lighting_ui.c:816
-msgid "Enable/disable bump-mapping (image depth)"
-msgstr "Enable/disable bump-mapping (image depth)"
-
-#: ../plug-ins/Lighting/lighting_ui.c:838
-msgid "Bumpm_ap image:"
-msgstr "Bumpm_ap image:"
-
-#. Map type menu
-#: ../plug-ins/Lighting/lighting_ui.c:841 ../plug-ins/common/bumpmap.c:835
-#: ../plug-ins/flame/flame.c:746
-msgid "Linear"
-msgstr "Linear"
-
-#: ../plug-ins/Lighting/lighting_ui.c:842
-msgid "Logarithmic"
-msgstr "Logarithmic"
-
-#: ../plug-ins/Lighting/lighting_ui.c:843 ../plug-ins/common/bumpmap.c:837
-#: ../plug-ins/flame/flame.c:747
-msgid "Sinusoidal"
-msgstr "Sinusoidal"
-
-#: ../plug-ins/Lighting/lighting_ui.c:844 ../plug-ins/common/bumpmap.c:836
-#: ../plug-ins/flame/flame.c:748
-msgid "Spherical"
-msgstr "Spherical"
-
-#: ../plug-ins/Lighting/lighting_ui.c:854
-msgid "Cu_rve:"
-msgstr "Cu_rve:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:859
-msgid "Ma_ximum height:"
-msgstr "Ma_ximum height:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:869
-msgid "Maximum height for bumps"
-msgstr "Maximum height for bumps"
-
-#: ../plug-ins/Lighting/lighting_ui.c:893
-msgid "E_nable environment mapping"
-msgstr "E_nable environment mapping"
-
-#: ../plug-ins/Lighting/lighting_ui.c:907
-msgid "Enable/disable environment-mapping (reflection)"
-msgstr "Enable/disable environment-mapping (reflection)"
-
-#: ../plug-ins/Lighting/lighting_ui.c:924
-msgid "En_vironment image:"
-msgstr "En_vironment image:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:927
-msgid "Environment image to use"
-msgstr "Environment image to use"
-
-#: ../plug-ins/Lighting/lighting_ui.c:949
-msgid "Op_tions"
-msgstr "Op_tions"
-
-#: ../plug-ins/Lighting/lighting_ui.c:953
-#: ../plug-ins/MapObject/mapobject_ui.c:1291
-msgid "_Light"
-msgstr "_Light"
-
-#: ../plug-ins/Lighting/lighting_ui.c:957
-#: ../plug-ins/MapObject/mapobject_ui.c:1295
-msgid "_Material"
-msgstr "_Material"
-
-#: ../plug-ins/Lighting/lighting_ui.c:961
-msgid "_Bump Map"
-msgstr "_Bump Map"
-
-#: ../plug-ins/Lighting/lighting_ui.c:965
-msgid "_Environment Map"
-msgstr "_Environment Map"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1074
-#: ../plug-ins/gimpressionist/preview.c:174
-#: ../plug-ins/gimpressionist/repaint.c:1184
-#: ../plug-ins/imagemap/imap_polygon.c:515
-msgid "_Update"
-msgstr "_Update"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1081
-#: ../plug-ins/MapObject/mapobject_ui.c:1397
-msgid "Recompute preview image"
-msgstr "Recompute preview image"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1083
-msgid "I_nteractive"
-msgstr "I_nteractive"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1097
-msgid "Enable/disable real time preview of changes"
-msgstr "Enable/disable real time preview of changes"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1136
-msgid "Save Lighting Preset"
-msgstr "Save Lighting Preset"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1280
-msgid "Load Lighting Preset"
-msgstr "Load Lighting Preset"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:275
-msgid "Map to plane"
-msgstr "Map to plane"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:278
-msgid "Map to sphere"
-msgstr "Map to sphere"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:281
-msgid "Map to box"
-msgstr "Map to box"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:284
-msgid "Map to cylinder"
-msgstr "Map to cylinder"
-
-#: ../plug-ins/MapObject/mapobject_main.c:196
-msgid "Map the image to an object (plane, sphere, box or cylinder)"
-msgstr "Map the image to an object (plane, sphere, box or cylinder)"
-
-#: ../plug-ins/MapObject/mapobject_main.c:201
-msgid "Map _Object..."
-msgstr "Map _Object..."
-
-#: ../plug-ins/MapObject/mapobject_ui.c:248
-#: ../plug-ins/MapObject/mapobject_ui.c:1305
-msgid "_Box"
-msgstr "_Box"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:266
-#: ../plug-ins/MapObject/mapobject_ui.c:1311
-msgid "C_ylinder"
-msgstr "C_ylinder"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:484
-msgid "Map to:"
-msgstr "Map to:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:488
-msgid "Plane"
-msgstr "Plane"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:489
-msgid "Sphere"
-msgstr "Sphere"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:490
-msgid "Box"
-msgstr "Box"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:491
-msgid "Cylinder"
-msgstr "Cylinder"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:501
-msgid "Type of object to map to"
-msgstr "Type of object to map to"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:503
-msgid "Transparent background"
-msgstr "Transparent background"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:514
-msgid "Make image transparent outside object"
-msgstr "Make image transparent outside object"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:516
-msgid "Tile source image"
-msgstr "Tile source image"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:527
-msgid "Tile source image: useful for infinite planes"
-msgstr "Tile source image: useful for infinite planes"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:530
-msgid "Create new image"
-msgstr "Create new image"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:549
-msgid "Enable _antialiasing"
-msgstr "Enable _antialiasing"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:560
-msgid "Enable/disable jagged edges removal (antialiasing)"
-msgstr "Enable/disable jagged edges removal (antialiasing)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:573 ../plug-ins/common/bumpmap.c:916
-#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractaltrace.c:796
-#: ../plug-ins/common/struc.c:1324
-msgid "_Depth:"
-msgstr "_Depth:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:576
-msgid "Antialiasing quality. Higher is better, but slower"
-msgstr "Antialiasing quality. Higher is better, but slower"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:585 ../plug-ins/common/redeye.c:173
-#: ../plug-ins/common/unsharp.c:704 ../plug-ins/common/wind.c:1006
-#: ../plug-ins/imagemap/imap_preferences.c:441
-msgid "_Threshold:"
-msgstr "_Threshold:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:593
-msgid "Stop when pixel differences are smaller than this value"
-msgstr "Stop when pixel differences are smaller than this value"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:628
-msgid "Point light"
-msgstr "Point light"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:629
-msgid "Directional light"
-msgstr "Directional light"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:630
-msgid "No light"
-msgstr "No light"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:635
-msgid "Lightsource type:"
-msgstr "Lightsource type:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:649
-msgid "Lightsource color:"
-msgstr "Lightsource colour:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:714
-msgid "Direction Vector"
-msgstr "Direction Vector"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:790
-msgid "Intensity Levels"
-msgstr "Intensity Levels"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:809
-msgid "Ambient:"
-msgstr "Ambient:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:838
-#: ../plug-ins/MapObject/mapobject_ui.c:881
-msgid "Diffuse:"
-msgstr "Diffuse:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:862
-msgid "Reflectivity"
-msgstr "Reflectivity"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:896
-msgid "Higher values makes the object reflect more light (appear lighter)"
-msgstr "Higher values makes the object reflect more light (appear lighter)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:910
-msgid "Specular:"
-msgstr "Specular:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:939
-msgid "Highlight:"
-msgstr "Highlight:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1000
-msgid "Object X position in XYZ space"
-msgstr "Object X position in XYZ space"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1013
-msgid "Object Y position in XYZ space"
-msgstr "Object Y position in XYZ space"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1026
-msgid "Object Z position in XYZ space"
-msgstr "Object Z position in XYZ space"
-
-#. Rotation
-#: ../plug-ins/MapObject/mapobject_ui.c:1035
-#: ../plug-ins/common/postscript.c:3428
-msgid "Rotation"
-msgstr "Rotation"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1049
-msgid "Rotation angle about X axis"
-msgstr "Rotation angle about X axis"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1060
-msgid "Rotation angle about Y axis"
-msgstr "Rotation angle about Y axis"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1071
-msgid "Rotation angle about Z axis"
-msgstr "Rotation angle about Z axis"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1097
-msgid "Front:"
-msgstr "Front:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1097
-msgid "Back:"
-msgstr "Back:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1105
-msgid "Map Images to Box Faces"
-msgstr "Map Images to Box Faces"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1143
-#: ../plug-ins/common/spheredesigner.c:2800
-msgid "Scale X:"
-msgstr "Scale X:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1146
-msgid "X scale (size)"
-msgstr "X scale (size)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1158
-msgid "Y scale (size)"
-msgstr "Y scale (size)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1170
-msgid "Z scale (size)"
-msgstr "Z scale (size)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1193
-#: ../plug-ins/print/print-page-layout.c:402
-msgid "_Top:"
-msgstr "_Top:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1193
-#: ../plug-ins/print/print-page-layout.c:421
-msgid "_Bottom:"
-msgstr "_Bottom:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1198
-msgid "Images for the Cap Faces"
-msgstr "Images for the Cap Faces"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1227
-#: ../plug-ins/print/print-page-layout.c:219
-msgid "Size"
-msgstr "Size"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1238
-msgid "R_adius:"
-msgstr "R_adius:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1242
-msgid "Cylinder radius"
-msgstr "Cylinder radius"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1252 ../plug-ins/common/mblur.c:1125
-msgid "L_ength:"
-msgstr "L_ength:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1256
-msgid "Cylinder length"
-msgstr "Cylinder length"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1287
-msgid "O_ptions"
-msgstr "O_ptions"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1299
-msgid "O_rientation"
-msgstr "O_rientation"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1335
-msgid "Map to Object"
-msgstr "Map to Object"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1388
-#: ../plug-ins/common/diffraction.c:477
-msgid "_Preview!"
-msgstr "_Preview!"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1415
-msgid "Show preview _wireframe"
-msgstr "Show preview _wireframe"
-
-#: ../plug-ins/bmp/bmp.c:124 ../plug-ins/bmp/bmp.c:143
-msgid "Windows BMP image"
-msgstr "Windows BMP image"
-
-#: ../plug-ins/bmp/bmpread.c:85
-msgid "Bad colormap"
-msgstr "Bad colourmap"
-
-#. max. rows allocated
-#. column, highest column ever used
-#. -1 assume fsel is not available (and not attached to any drawable)
-#. -1 assume there is no floating selection
-#: ../plug-ins/bmp/bmpread.c:154 ../plug-ins/common/CEL.c:304
-#: ../plug-ins/common/dicom.c:301 ../plug-ins/common/gbr.c:353
-#: ../plug-ins/common/gif-load.c:314 ../plug-ins/common/gih.c:654
-#: ../plug-ins/common/pat.c:322 ../plug-ins/common/pcx.c:349
-#: ../plug-ins/common/pix.c:334 ../plug-ins/common/png.c:710
-#: ../plug-ins/common/pnm.c:485 ../plug-ins/common/poppler.c:572
-#: ../plug-ins/common/postscript.c:1029 ../plug-ins/common/raw.c:650
-#: ../plug-ins/common/sunras.c:470 ../plug-ins/common/tga.c:428
-#: ../plug-ins/common/tiff-load.c:569 ../plug-ins/common/wmf.c:992
-#: ../plug-ins/common/xbm.c:725 ../plug-ins/common/xpm.c:343
-#: ../plug-ins/common/xwd.c:506 ../plug-ins/faxg3/faxg3.c:204
-#: ../plug-ins/gfli/gfli.c:469 ../plug-ins/jpeg/jpeg-load.c:117
-#: ../plug-ins/psd/psd-load.c:130 ../plug-ins/sgi/sgi.c:318
-#: ../plug-ins/winicon/icoload.c:645 ../plug-ins/xjt/xjt.c:3344
-#, c-format
-msgid "Opening '%s'"
-msgstr "Opening '%s'"
-
-#: ../plug-ins/bmp/bmpread.c:164 ../plug-ins/bmp/bmpread.c:173
-#: ../plug-ins/bmp/bmpread.c:179 ../plug-ins/bmp/bmpread.c:187
-#: ../plug-ins/bmp/bmpread.c:201 ../plug-ins/bmp/bmpread.c:382
-#, c-format
-msgid "'%s' is not a valid BMP file"
-msgstr "'%s' is not a valid BMP file"
-
-#: ../plug-ins/bmp/bmpread.c:214 ../plug-ins/bmp/bmpread.c:240
-#: ../plug-ins/bmp/bmpread.c:266 ../plug-ins/bmp/bmpread.c:329
-#: ../plug-ins/bmp/bmpread.c:353 ../plug-ins/bmp/bmpread.c:375
-#: ../plug-ins/bmp/bmpread.c:388 ../plug-ins/bmp/bmpread.c:394
-#, c-format
-msgid "Error reading BMP file header from '%s'"
-msgstr "Error reading BMP file header from '%s'"
-
-#: ../plug-ins/bmp/bmpread.c:502
-msgid "Unrecognized or invalid BMP compression format."
-msgstr "Unrecognised or invalid BMP compression format."
-
-#: ../plug-ins/bmp/bmpread.c:544
-msgid "Unsupported or invalid bitdepth."
-msgstr "Unsupported or invalid bitdepth."
-
-#: ../plug-ins/bmp/bmpread.c:550 ../plug-ins/common/pcx.c:376
-#: ../plug-ins/psd/psd-load.c:295
-#, c-format
-msgid "Unsupported or invalid image width: %d"
-msgstr "Unsupported or invalid image width: %d"
-
-#: ../plug-ins/bmp/bmpread.c:555 ../plug-ins/common/pcx.c:381
-#: ../plug-ins/psd/psd-load.c:287
-#, c-format
-msgid "Unsupported or invalid image height: %d"
-msgstr "Unsupported or invalid image height: %d"
-
-#.
-#. * Create the "background" layer to hold the image...
-#.
-#: ../plug-ins/bmp/bmpread.c:559 ../plug-ins/common/CEL.c:349
-#: ../plug-ins/common/CEL.c:352 ../plug-ins/common/blinds.c:277
-#: ../plug-ins/common/compose.c:931 ../plug-ins/common/decompose.c:723
-#: ../plug-ins/common/dicom.c:503 ../plug-ins/common/film.c:746
-#: ../plug-ins/common/gif-load.c:879 ../plug-ins/common/pcx.c:393
-#: ../plug-ins/common/pcx.c:399 ../plug-ins/common/pix.c:368
-#: ../plug-ins/common/png.c:831 ../plug-ins/common/pnm.c:571
-#: ../plug-ins/common/raw.c:691 ../plug-ins/common/smooth_palette.c:257
-#: ../plug-ins/common/sunras.c:956 ../plug-ins/common/tga.c:1029
-#: ../plug-ins/common/tiff-load.c:952 ../plug-ins/common/tile.c:267
-#: ../plug-ins/common/xbm.c:880 ../plug-ins/faxg3/faxg3.c:464
-#: ../plug-ins/fits/fits.c:511 ../plug-ins/gfig/gfig-dialog.c:1284
-#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/jpeg/jpeg-load.c:249
-#: ../plug-ins/jpeg/jpeg-load.c:752 ../plug-ins/psd/psd-image-res-load.c:995
-#: ../plug-ins/psd/psd-load.c:1510 ../plug-ins/sgi/sgi.c:369
-#: ../plug-ins/twain/twain.c:571 ../plug-ins/winsnap/winsnap.c:1155
-msgid "Background"
-msgstr "Background"
-
-#: ../plug-ins/bmp/bmpread.c:730 ../plug-ins/bmp/bmpread.c:771
-#: ../plug-ins/bmp/bmpread.c:821
-msgid "The bitmap ends unexpectedly."
-msgstr "The bitmap ends unexpectedly."
-
-#: ../plug-ins/bmp/bmpwrite.c:187 ../plug-ins/bmp/bmpwrite.c:209
-msgid "Cannot save indexed image with transparency in BMP file format."
-msgstr "Cannot save indexed image with transparency in BMP file format."
-
-#: ../plug-ins/bmp/bmpwrite.c:189 ../plug-ins/bmp/bmpwrite.c:211
-msgid "Alpha channel will be ignored."
-msgstr "Alpha channel will be ignored."
-
-#. And let's begin the progress
-#. init the progress meter
-#: ../plug-ins/bmp/bmpwrite.c:305 ../plug-ins/common/CEL.c:573
-#: ../plug-ins/common/gbr.c:621 ../plug-ins/common/gif-save.c:993
-#: ../plug-ins/common/gih.c:1263 ../plug-ins/common/gtm.c:245
-#: ../plug-ins/common/pat.c:452 ../plug-ins/common/pcx.c:607
-#: ../plug-ins/common/pix.c:513 ../plug-ins/common/png.c:1251
-#: ../plug-ins/common/pnm.c:963 ../plug-ins/common/postscript.c:1201
-#: ../plug-ins/common/psd-save.c:1562 ../plug-ins/common/sunras.c:549
-#: ../plug-ins/common/tga.c:1138 ../plug-ins/common/tiff-save.c:681
-#: ../plug-ins/common/xbm.c:1021 ../plug-ins/common/xpm.c:623
-#: ../plug-ins/common/xwd.c:603 ../plug-ins/fits/fits.c:462
-#: ../plug-ins/gfli/gfli.c:684 ../plug-ins/jpeg/jpeg-save.c:283
-#: ../plug-ins/sgi/sgi.c:537 ../plug-ins/winicon/icosave.c:1015
-#: ../plug-ins/xjt/xjt.c:1697
-#, c-format
-msgid "Saving '%s'"
-msgstr "Saving '%s'"
-
-#: ../plug-ins/bmp/bmpwrite.c:791
-msgid "Save as BMP"
-msgstr "Save as BMP"
-
-#: ../plug-ins/bmp/bmpwrite.c:814
-msgid "_Run-Length Encoded"
-msgstr "_Run-Length Encoded"
-
-#: ../plug-ins/bmp/bmpwrite.c:826 ../plug-ins/jpeg/jpeg-save.c:892
-msgid "_Advanced Options"
-msgstr "_Advanced Options"
-
-#: ../plug-ins/bmp/bmpwrite.c:841
-msgid "16 bits"
-msgstr "16 bits"
-
-#: ../plug-ins/bmp/bmpwrite.c:877
-msgid "24 bits"
-msgstr "24 bits"
-
-#: ../plug-ins/bmp/bmpwrite.c:894
-msgid "32 bits"
-msgstr "32 bits"
-
-#: ../plug-ins/common/AlienMap2.c:140
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:119
+msgid "Original"
+msgstr "Original"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:137
+msgid "Rotated"
+msgstr "Rotated"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:155
+msgid "Continuous update"
+msgstr "Continuous update"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:168
+msgid "Area:"
+msgstr "Area:"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:172
+msgid "Entire Layer"
+msgstr "Entire Layer"
+
+#. Create selection
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:173
+#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367
+#: ../plug-ins/selection-to-path/selection-to-path.c:433
+msgid "Selection"
+msgstr "Selection"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:174
+msgid "Context"
+msgstr "Context"
+
+#. spinbutton 1
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:299
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:377
+#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875
+#: ../plug-ins/file-fli/fli-gimp.c:945
+msgid "From:"
+msgstr "From:"
+
+#. spinbutton 2
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:325
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:378
+#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954
+msgid "To:"
+msgstr "To:"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:419
+#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214
+msgid "Gray"
+msgstr "Grey"
+
+#. Gray: Circle: Spinbutton 1
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:467
+msgid "Hue:"
+msgstr "Hue:"
+
+#. Gray: Circle: Spinbutton 2
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:494
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:556
+msgid "Saturation:"
+msgstr "Saturation:"
+
+#. * Gray: Operation-Mode *
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:514
+msgid "Gray Mode"
+msgstr "Grey Mode"
+
+#. Gray: Operation-Mode: two radio buttons
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:523
+msgid "Treat as this"
+msgstr "Treat as this"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:535
+msgid "Change to this"
+msgstr "Change to this"
+
+#. * Gray: What is gray? *
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:548
+msgid "Gray Threshold"
+msgstr "Grey Threshold"
+
+#. * Misc: Used unit selection *
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:588
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:698
+msgid "Units"
+msgstr "Units"
+
+#. Misc: Used unit selection: 3 radio buttons
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:597
+msgid "Radians"
+msgstr "Radians"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:609
+msgid "Radians/Pi"
+msgstr "Radians/Pi"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:621
+msgid "Degrees"
+msgstr "Degrees"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:652
+msgid "Rotate Colors"
+msgstr "Rotate Colours"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:692
+msgid "Main Options"
+msgstr "Main Options"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:695
+msgid "Gray Options"
+msgstr "Grey Options"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:35
+msgid "Switch to Clockwise"
+msgstr "Switch to Clockwise"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:37
+msgid "Switch to C/Clockwise"
+msgstr "Switch to Anticlockwise"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:39
+msgid "Change Order of Arrows"
+msgstr "Change Order of Arrows"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:41
+#: ../plug-ins/imagemap/imap_cmd_select_all.c:51
+msgid "Select All"
+msgstr "Select All"
+
+#: ../plug-ins/color-rotate/color-rotate.c:99
+msgid "Replace a range of colors with another"
+msgstr "Replace a range of colours with another"
+
+#: ../plug-ins/color-rotate/color-rotate.c:106
+msgid "_Rotate Colors..."
+msgstr "_Rotate Colours..."
+
+#: ../plug-ins/color-rotate/color-rotate.c:140
+msgid "Rotating the colors"
+msgstr "Rotating the colours"
+
+#: ../plug-ins/common/alien-map.c:140
msgid "_Modify red channel"
msgstr "_Modify red channel"
-#: ../plug-ins/common/AlienMap2.c:140
+#: ../plug-ins/common/alien-map.c:140
msgid "_Modify hue channel"
msgstr "_Modify hue channel"
-#: ../plug-ins/common/AlienMap2.c:141
+#: ../plug-ins/common/alien-map.c:141
msgid "Mo_dify green channel"
msgstr "Mo_dify green channel"
-#: ../plug-ins/common/AlienMap2.c:141
+#: ../plug-ins/common/alien-map.c:141
msgid "Mo_dify saturation channel"
msgstr "Mo_dify saturation channel"
-#: ../plug-ins/common/AlienMap2.c:142
+#: ../plug-ins/common/alien-map.c:142
msgid "Mod_ify blue channel"
msgstr "Mod_ify blue channel"
-#: ../plug-ins/common/AlienMap2.c:142
+#: ../plug-ins/common/alien-map.c:142
msgid "Mod_ify luminosity channel"
msgstr "Mod_ify luminosity channel"
-#: ../plug-ins/common/AlienMap2.c:147
+#: ../plug-ins/common/alien-map.c:147
msgid "Red _frequency:"
msgstr "Red _frequency:"
-#: ../plug-ins/common/AlienMap2.c:147
+#: ../plug-ins/common/alien-map.c:147
msgid "Hue _frequency:"
msgstr "Hue _frequency:"
-#: ../plug-ins/common/AlienMap2.c:148
+#: ../plug-ins/common/alien-map.c:148
msgid "Green fr_equency:"
msgstr "Green fr_equency:"
-#: ../plug-ins/common/AlienMap2.c:148
+#: ../plug-ins/common/alien-map.c:148
msgid "Saturation fr_equency:"
msgstr "Saturation fr_equency:"
-#: ../plug-ins/common/AlienMap2.c:149
+#: ../plug-ins/common/alien-map.c:149
msgid "Blue freq_uency:"
msgstr "Blue freq_uency:"
-#: ../plug-ins/common/AlienMap2.c:149
+#: ../plug-ins/common/alien-map.c:149
msgid "Luminosity freq_uency:"
msgstr "Luminosity freq_uency:"
-#: ../plug-ins/common/AlienMap2.c:151
+#: ../plug-ins/common/alien-map.c:151
msgid "Red _phaseshift:"
msgstr "Red _phaseshift:"
-#: ../plug-ins/common/AlienMap2.c:151
+#: ../plug-ins/common/alien-map.c:151
msgid "Hue _phaseshift:"
msgstr "Hue _phaseshift:"
-#: ../plug-ins/common/AlienMap2.c:152
+#: ../plug-ins/common/alien-map.c:152
msgid "Green ph_aseshift:"
msgstr "Green ph_aseshift:"
-#: ../plug-ins/common/AlienMap2.c:152
+#: ../plug-ins/common/alien-map.c:152
msgid "Saturation ph_aseshift:"
msgstr "Saturation ph_aseshift:"
-#: ../plug-ins/common/AlienMap2.c:153
+#: ../plug-ins/common/alien-map.c:153
msgid "Blue pha_seshift:"
msgstr "Blue pha_seshift:"
-#: ../plug-ins/common/AlienMap2.c:153
+#: ../plug-ins/common/alien-map.c:153
msgid "Luminosity pha_seshift:"
msgstr "Luminosity pha_seshift:"
-#: ../plug-ins/common/AlienMap2.c:183
+#: ../plug-ins/common/alien-map.c:183
msgid "Alter colors in various psychedelic ways"
msgstr "Alter colours in various psychedelic ways"
-#: ../plug-ins/common/AlienMap2.c:188
+#: ../plug-ins/common/alien-map.c:188
msgid "_Alien Map..."
msgstr "_Alien Map..."
-#: ../plug-ins/common/AlienMap2.c:320
+#: ../plug-ins/common/alien-map.c:320
msgid "Alien Map: Transforming"
msgstr "Alien Map: Transforming"
-#: ../plug-ins/common/AlienMap2.c:393
+#: ../plug-ins/common/alien-map.c:393
msgid "Alien Map"
msgstr "Alien Map"
-#: ../plug-ins/common/AlienMap2.c:440 ../plug-ins/common/AlienMap2.c:464
-#: ../plug-ins/common/AlienMap2.c:488
+#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465
+#: ../plug-ins/common/alien-map.c:489
msgid "Number of cycles covering full value range"
msgstr "Number of cycles covering full value range"
-#: ../plug-ins/common/AlienMap2.c:452 ../plug-ins/common/AlienMap2.c:476
-#: ../plug-ins/common/AlienMap2.c:500
+#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477
+#: ../plug-ins/common/alien-map.c:501
msgid "Phase angle, range 0-360"
msgstr "Phase angle, range 0-360"
#. Propagate Mode
-#: ../plug-ins/common/AlienMap2.c:514 ../plug-ins/common/hot.c:595
-#: ../plug-ins/common/vpropagate.c:1096 ../plug-ins/common/waves.c:276
+#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611
+#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277
msgid "Mode"
msgstr "Mode"
-#: ../plug-ins/common/AlienMap2.c:518
+#: ../plug-ins/common/alien-map.c:519
msgid "_RGB color model"
msgstr "_RGB colour model"
-#: ../plug-ins/common/AlienMap2.c:519
+#: ../plug-ins/common/alien-map.c:520
msgid "_HSL color model"
msgstr "_HSL colour model"
-#: ../plug-ins/common/CEL.c:109 ../plug-ins/common/CEL.c:127
-msgid "KISS CEL"
-msgstr "KISS CEL"
-
-#: ../plug-ins/common/CEL.c:188
-msgid "Load KISS Palette"
-msgstr "Load KISS Palette"
-
-#: ../plug-ins/common/CEL.c:341
-msgid "Can't create a new image"
-msgstr "Can't create a new image"
-
-#: ../plug-ins/common/CEL.c:430
-#, c-format
-msgid "Unsupported bit depth (%d)!"
-msgstr "Unsupported bit depth (%d)!"
-
-#: ../plug-ins/common/CML_explorer.c:129
-msgid "Keep image's values"
-msgstr "Keep image's values"
-
-#: ../plug-ins/common/CML_explorer.c:130
-msgid "Keep the first value"
-msgstr "Keep the first value"
-
-#: ../plug-ins/common/CML_explorer.c:131
-msgid "Fill with parameter k"
-msgstr "Fill with parameter k"
-
-#: ../plug-ins/common/CML_explorer.c:132
-msgid "k{x(1-x)}^p"
-msgstr "k{x(1-x)}^p"
-
-#: ../plug-ins/common/CML_explorer.c:133
-msgid "k{x(1-x)}^p stepped"
-msgstr "k{x(1-x)}^p stepped"
-
-#: ../plug-ins/common/CML_explorer.c:134
-msgid "kx^p"
-msgstr "kx^p"
-
-#: ../plug-ins/common/CML_explorer.c:135
-msgid "kx^p stepped"
-msgstr "kx^p stepped"
-
-#: ../plug-ins/common/CML_explorer.c:136
-msgid "k(1-x^p)"
-msgstr "k(1-x^p)"
-
-#: ../plug-ins/common/CML_explorer.c:137
-msgid "k(1-x^p) stepped"
-msgstr "k(1-x^p) stepped"
-
-#: ../plug-ins/common/CML_explorer.c:138
-msgid "Delta function"
-msgstr "Delta function"
-
-#: ../plug-ins/common/CML_explorer.c:139
-msgid "Delta function stepped"
-msgstr "Delta function stepped"
-
-#: ../plug-ins/common/CML_explorer.c:140
-msgid "sin^p-based function"
-msgstr "sin^p-based function"
-
-#: ../plug-ins/common/CML_explorer.c:141
-msgid "sin^p, stepped"
-msgstr "sin^p, stepped"
-
-#: ../plug-ins/common/CML_explorer.c:167
-msgid "Max (x, -)"
-msgstr "Max (x, -)"
-
-#: ../plug-ins/common/CML_explorer.c:168
-msgid "Max (x+d, -)"
-msgstr "Max (x+d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:169
-msgid "Max (x-d, -)"
-msgstr "Max (x-d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:170
-msgid "Min (x, -)"
-msgstr "Min (x, -)"
-
-#: ../plug-ins/common/CML_explorer.c:171
-msgid "Min (x+d, -)"
-msgstr "Min (x+d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:172
-msgid "Min (x-d, -)"
-msgstr "Min (x-d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:173
-msgid "Max (x+d, -), (x < 0.5)"
-msgstr "Max (x+d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:174
-msgid "Max (x+d, -), (0.5 < x)"
-msgstr "Max (x+d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:175
-msgid "Max (x-d, -), (x < 0.5)"
-msgstr "Max (x-d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:176
-msgid "Max (x-d, -), (0.5 < x)"
-msgstr "Max (x-d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:177
-msgid "Min (x+d, -), (x < 0.5)"
-msgstr "Min (x+d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:178
-msgid "Min (x+d, -), (0.5 < x)"
-msgstr "Min (x+d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:179
-msgid "Min (x-d, -), (x < 0.5)"
-msgstr "Min (x-d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:180
-msgid "Min (x-d, -), (0.5 < x)"
-msgstr "Min (x-d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:200 ../plug-ins/common/sunras.c:1632
-msgid "Standard"
-msgstr "Standard"
-
-#: ../plug-ins/common/CML_explorer.c:201
-msgid "Use average value"
-msgstr "Use average value"
-
-#: ../plug-ins/common/CML_explorer.c:202
-msgid "Use reverse value"
-msgstr "Use reverse value"
-
-#: ../plug-ins/common/CML_explorer.c:203
-msgid "With random power (0,10)"
-msgstr "With random power (0,10)"
-
-#: ../plug-ins/common/CML_explorer.c:204
-msgid "With random power (0,1)"
-msgstr "With random power (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:205
-msgid "With gradient power (0,1)"
-msgstr "With gradient power (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:206
-msgid "Multiply rand. value (0,1)"
-msgstr "Multiply rand. value (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:207
-msgid "Multiply rand. value (0,2)"
-msgstr "Multiply rand. value (0,2)"
-
-#: ../plug-ins/common/CML_explorer.c:208
-msgid "Multiply gradient (0,1)"
-msgstr "Multiply gradient (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:209
-msgid "With p and random (0,1)"
-msgstr "With p and random (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:223
-msgid "All black"
-msgstr "All black"
-
-#: ../plug-ins/common/CML_explorer.c:224
-msgid "All gray"
-msgstr "All grey"
-
-#: ../plug-ins/common/CML_explorer.c:225
-msgid "All white"
-msgstr "All white"
-
-#: ../plug-ins/common/CML_explorer.c:226
-msgid "The first row of the image"
-msgstr "The first row of the image"
-
-#: ../plug-ins/common/CML_explorer.c:227
-msgid "Continuous gradient"
-msgstr "Continuous gradient"
-
-#: ../plug-ins/common/CML_explorer.c:228
-msgid "Continuous grad. w/o gap"
-msgstr "Continuous grad. w/o gap"
-
-#: ../plug-ins/common/CML_explorer.c:229
-msgid "Random, ch. independent"
-msgstr "Random, ch. independent"
-
-#: ../plug-ins/common/CML_explorer.c:230
-msgid "Random shared"
-msgstr "Random shared"
-
-#: ../plug-ins/common/CML_explorer.c:231
-msgid "Randoms from seed"
-msgstr "Randoms from seed"
-
-#: ../plug-ins/common/CML_explorer.c:232
-msgid "Randoms from seed (shared)"
-msgstr "Randoms from seed (shared)"
-
-#: ../plug-ins/common/CML_explorer.c:300 ../plug-ins/common/CML_explorer.c:308
-#: ../plug-ins/common/decompose.c:188
-#: ../plug-ins/gimpressionist/orientation.c:180
-#: ../plug-ins/gimpressionist/size.c:183
-msgid "Hue"
-msgstr "Hue"
-
-#: ../plug-ins/common/CML_explorer.c:301 ../plug-ins/common/CML_explorer.c:309
-#: ../plug-ins/common/decompose.c:189
-msgid "Saturation"
-msgstr "Saturation"
-
-#: ../plug-ins/common/CML_explorer.c:302 ../plug-ins/common/CML_explorer.c:310
-#: ../plug-ins/common/decompose.c:190
-#: ../plug-ins/gimpressionist/orientation.c:156
-#: ../plug-ins/gimpressionist/size.c:159
-msgid "Value"
-msgstr "Value"
-
-#: ../plug-ins/common/CML_explorer.c:307
-msgid "(None)"
-msgstr "(None)"
-
-#: ../plug-ins/common/CML_explorer.c:455
-msgid "Create abstract Coupled-Map Lattice patterns"
-msgstr "Create abstract Coupled-Map Lattice patterns"
-
-#: ../plug-ins/common/CML_explorer.c:466
-msgid "CML _Explorer..."
-msgstr "CML _Explorer..."
-
-#: ../plug-ins/common/CML_explorer.c:756
-msgid "CML Explorer: evoluting"
-msgstr "CML Explorer: evoluting"
-
-#: ../plug-ins/common/CML_explorer.c:1177
-msgid "Coupled-Map-Lattice Explorer"
-msgstr "Coupled-Map-Lattice Explorer"
-
-#: ../plug-ins/common/CML_explorer.c:1224
-msgid "New Seed"
-msgstr "New Seed"
-
-#: ../plug-ins/common/CML_explorer.c:1235
-msgid "Fix Seed"
-msgstr "Fix Seed"
-
-#: ../plug-ins/common/CML_explorer.c:1246
-msgid "Random Seed"
-msgstr "Random Seed"
-
-#: ../plug-ins/common/CML_explorer.c:1288 ../plug-ins/common/fp.c:700
-#: ../plug-ins/common/lic.c:671
-msgid "_Hue"
-msgstr "_Hue"
-
-#: ../plug-ins/common/CML_explorer.c:1292
-msgid "Sat_uration"
-msgstr "Sat_uration"
-
-#: ../plug-ins/common/CML_explorer.c:1296 ../plug-ins/common/fp.c:708
-msgid "_Value"
-msgstr "_Value"
-
-#: ../plug-ins/common/CML_explorer.c:1300
-msgid "_Advanced"
-msgstr "_Advanced"
-
-#: ../plug-ins/common/CML_explorer.c:1315
-msgid "Channel Independent Parameters"
-msgstr "Channel Independent Parameters"
-
-#: ../plug-ins/common/CML_explorer.c:1337
-msgid "Initial value:"
-msgstr "Initial value:"
-
-#: ../plug-ins/common/CML_explorer.c:1343
-msgid "Zoom scale:"
-msgstr "Zoom scale:"
-
-#: ../plug-ins/common/CML_explorer.c:1352
-msgid "Start offset:"
-msgstr "Start offset:"
-
-#: ../plug-ins/common/CML_explorer.c:1361
-msgid "Seed of Random (only for \"From Seed\" Modes)"
-msgstr "Seed of Random (only for \"From Seed\" Modes)"
-
-#: ../plug-ins/common/CML_explorer.c:1372 ../plug-ins/maze/maze_face.c:267
-msgid "Seed:"
-msgstr "Seed:"
-
-#: ../plug-ins/common/CML_explorer.c:1385
-msgid "Switch to \"From seed\" With the Last Seed"
-msgstr "Switch to \"From seed\" With the Last Seed"
-
-#: ../plug-ins/common/CML_explorer.c:1397
-msgid ""
-"\"Fix seed\" button is an alias of me.\n"
-"The same seed produces the same image, if (1) the widths of images are same "
-"(this is the reason why image on drawable is different from preview), and "
-"(2) all mutation rates equal to zero."
-msgstr ""
-"\"Fix seed\" button is an alias of me.\n"
-"The same seed produces the same image, if (1) the widths of images are same "
-"(this is the reason why image on drawable is different from preview), and "
-"(2) all mutation rates equal to zero."
-
-#: ../plug-ins/common/CML_explorer.c:1405
-msgid "O_thers"
-msgstr "O_thers"
-
-#: ../plug-ins/common/CML_explorer.c:1420
-msgid "Copy Settings"
-msgstr "Copy Settings"
-
-#: ../plug-ins/common/CML_explorer.c:1439
-msgid "Source channel:"
-msgstr "Source channel:"
-
-#: ../plug-ins/common/CML_explorer.c:1454
-#: ../plug-ins/common/CML_explorer.c:1502
-msgid "Destination channel:"
-msgstr "Destination channel:"
-
-#: ../plug-ins/common/CML_explorer.c:1458
-msgid "Copy Parameters"
-msgstr "Copy Parameters"
-
-#: ../plug-ins/common/CML_explorer.c:1467
-msgid "Selective Load Settings"
-msgstr "Selective Load Settings"
-
-#: ../plug-ins/common/CML_explorer.c:1487
-msgid "Source channel in file:"
-msgstr "Source channel in file:"
-
-#: ../plug-ins/common/CML_explorer.c:1508
-msgid "_Misc Ops."
-msgstr "_Misc Ops."
-
-#: ../plug-ins/common/CML_explorer.c:1557
-msgid "Function type:"
-msgstr "Function type:"
-
-#: ../plug-ins/common/CML_explorer.c:1573
-msgid "Composition:"
-msgstr "Composition:"
-
-#: ../plug-ins/common/CML_explorer.c:1587
-msgid "Misc arrange:"
-msgstr "Misc arrange:"
-
-#: ../plug-ins/common/CML_explorer.c:1591
-msgid "Use cyclic range"
-msgstr "Use cyclic range"
-
-#: ../plug-ins/common/CML_explorer.c:1601
-msgid "Mod. rate:"
-msgstr "Mod. rate:"
-
-#: ../plug-ins/common/CML_explorer.c:1610
-msgid "Env. sensitivity:"
-msgstr "Env. sensitivity:"
-
-#: ../plug-ins/common/CML_explorer.c:1619
-msgid "Diffusion dist.:"
-msgstr "Diffusion dist.:"
-
-#: ../plug-ins/common/CML_explorer.c:1628
-msgid "# of subranges:"
-msgstr "# of subranges:"
-
-#: ../plug-ins/common/CML_explorer.c:1637
-msgid "P(ower factor):"
-msgstr "P(ower factor):"
-
-#: ../plug-ins/common/CML_explorer.c:1646
-msgid "Parameter k:"
-msgstr "Parameter k:"
-
-#: ../plug-ins/common/CML_explorer.c:1655
-msgid "Range low:"
-msgstr "Range low:"
-
-#: ../plug-ins/common/CML_explorer.c:1664
-msgid "Range high:"
-msgstr "Range high:"
-
-#: ../plug-ins/common/CML_explorer.c:1676
-msgid "Plot a Graph of the Settings"
-msgstr "Plot a Graph of the Settings"
-
-#: ../plug-ins/common/CML_explorer.c:1721
-msgid "Ch. sensitivity:"
-msgstr "Ch. sensitivity:"
-
-#: ../plug-ins/common/CML_explorer.c:1731
-msgid "Mutation rate:"
-msgstr "Mutation rate:"
-
-#: ../plug-ins/common/CML_explorer.c:1741
-msgid "Mutation dist.:"
-msgstr "Mutation dist.:"
-
-#: ../plug-ins/common/CML_explorer.c:1818
-msgid "Graph of the Current Settings"
-msgstr "Graph of the Current Settings"
-
-#: ../plug-ins/common/CML_explorer.c:1889
-msgid "Warning: the source and the destination are the same channel."
-msgstr "Warning: the source and the destination are the same channel."
-
-#: ../plug-ins/common/CML_explorer.c:1948
-msgid "Save CML Explorer Parameters"
-msgstr "Save CML Explorer Parameters"
-
-#: ../plug-ins/common/CML_explorer.c:2059
-#: ../plug-ins/common/channel_mixer.c:1067
-#, c-format
-msgid "Parameters were saved to '%s'"
-msgstr "Parameters were saved to '%s'"
-
-#: ../plug-ins/common/CML_explorer.c:2081
-msgid "Load CML Explorer Parameters"
-msgstr "Load CML Explorer Parameters"
-
-#: ../plug-ins/common/CML_explorer.c:2199
-msgid "Error: it's not CML parameter file."
-msgstr "Error: it's not CML parameter file."
-
-#: ../plug-ins/common/CML_explorer.c:2206
-#, c-format
-msgid "Warning: '%s' is an old format file."
-msgstr "Warning: '%s' is an old format file."
-
-#: ../plug-ins/common/CML_explorer.c:2210
-#, c-format
-msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer."
-msgstr "Warning: '%s' is a parameter file for a newer version of CML Explorer."
-
-#: ../plug-ins/common/CML_explorer.c:2273
-msgid "Error: failed to load parameters"
-msgstr "Error: failed to load parameters"
-
-#: ../plug-ins/common/aa.c:98
-msgid "ASCII art"
-msgstr "ASCII art"
-
-#. Create the actual window.
-#: ../plug-ins/common/aa.c:349
-msgid "Save as Text"
-msgstr "Save as Text"
-
-#: ../plug-ins/common/aa.c:371
-msgid "_Format:"
-msgstr "_Format:"
-
-#: ../plug-ins/common/align_layers.c:128
+#: ../plug-ins/common/align-layers.c:128
msgid "Align all visible layers of the image"
msgstr "Align all visible layers of the image"
-#: ../plug-ins/common/align_layers.c:133
+#: ../plug-ins/common/align-layers.c:133
msgid "Align Visi_ble Layers..."
msgstr "Align Visi_ble Layers..."
-#: ../plug-ins/common/align_layers.c:171
+#: ../plug-ins/common/align-layers.c:173
msgid "There are not enough layers to align."
msgstr "There are not enough layers to align."
-#: ../plug-ins/common/align_layers.c:398
+#: ../plug-ins/common/align-layers.c:400
msgid "Align Visible Layers"
msgstr "Align Visible Layers"
-#: ../plug-ins/common/align_layers.c:423 ../plug-ins/common/align_layers.c:454
+#. if and how to center the image on the page
+#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455
+#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247
+#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661
+#: ../plug-ins/file-fits/fits.c:1045
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1081
+#: ../plug-ins/lighting/lighting-ui.c:416
+#: ../plug-ins/print/print-page-layout.c:449
+msgid "None"
+msgstr "None"
+
+#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456
msgid "Collect"
msgstr "Collect"
-#: ../plug-ins/common/align_layers.c:424
+#: ../plug-ins/common/align-layers.c:426
msgid "Fill (left to right)"
msgstr "Fill (left to right)"
-#: ../plug-ins/common/align_layers.c:425
+#: ../plug-ins/common/align-layers.c:427
msgid "Fill (right to left)"
msgstr "Fill (right to left)"
-#: ../plug-ins/common/align_layers.c:426 ../plug-ins/common/align_layers.c:457
+#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459
msgid "Snap to grid"
msgstr "Snap to grid"
-#: ../plug-ins/common/align_layers.c:435
+#: ../plug-ins/common/align-layers.c:437
msgid "_Horizontal style:"
msgstr "_Horizontal style:"
-#: ../plug-ins/common/align_layers.c:439
+#: ../plug-ins/common/align-layers.c:441
msgid "Left edge"
msgstr "Left edge"
-#: ../plug-ins/common/align_layers.c:440 ../plug-ins/common/align_layers.c:470
-#: ../plug-ins/gflare/gflare.c:2667
+#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472
+#: ../plug-ins/gradient-flare/gradient-flare.c:2713
msgid "Center"
msgstr "Centre"
-#: ../plug-ins/common/align_layers.c:441
+#: ../plug-ins/common/align-layers.c:443
msgid "Right edge"
msgstr "Right edge"
-#: ../plug-ins/common/align_layers.c:450
+#: ../plug-ins/common/align-layers.c:452
msgid "Ho_rizontal base:"
msgstr "Ho_rizontal base:"
-#: ../plug-ins/common/align_layers.c:455
+#: ../plug-ins/common/align-layers.c:457
msgid "Fill (top to bottom)"
msgstr "Fill (top to bottom)"
-#: ../plug-ins/common/align_layers.c:456
+#: ../plug-ins/common/align-layers.c:458
msgid "Fill (bottom to top)"
msgstr "Fill (bottom to top)"
-#: ../plug-ins/common/align_layers.c:466
+#: ../plug-ins/common/align-layers.c:468
msgid "_Vertical style:"
msgstr "_Vertical style:"
-#: ../plug-ins/common/align_layers.c:469
+#: ../plug-ins/common/align-layers.c:471
msgid "Top edge"
msgstr "Top edge"
-#: ../plug-ins/common/align_layers.c:471
+#: ../plug-ins/common/align-layers.c:473
msgid "Bottom edge"
msgstr "Bottom edge"
-#: ../plug-ins/common/align_layers.c:480
+#: ../plug-ins/common/align-layers.c:482
msgid "Ver_tical base:"
msgstr "Ver_tical base:"
-#: ../plug-ins/common/align_layers.c:484
+#: ../plug-ins/common/align-layers.c:486
msgid "_Grid size:"
msgstr "_Grid size:"
-#: ../plug-ins/common/align_layers.c:493
+#: ../plug-ins/common/align-layers.c:495
msgid "_Ignore the bottom layer even if visible"
msgstr "_Ignore the bottom layer even if visible"
-#: ../plug-ins/common/align_layers.c:503
+#: ../plug-ins/common/align-layers.c:505
msgid "_Use the (invisible) bottom layer as the base"
msgstr "_Use the (invisible) bottom layer as the base"
-#: ../plug-ins/common/animationplay.c:163
+#: ../plug-ins/common/animation-optimize.c:133
+msgid "Modify image to reduce size when saved as GIF animation"
+msgstr "Modify image to reduce size when saved as GIF animation"
+
+#: ../plug-ins/common/animation-optimize.c:145
+msgid "Optimize (for _GIF)"
+msgstr "Optimise (for _GIF)"
+
+#: ../plug-ins/common/animation-optimize.c:153
+msgid "Reduce file size where combining layers is possible"
+msgstr "Reduce file size where combining layers is possible"
+
+#: ../plug-ins/common/animation-optimize.c:163
+msgid "_Optimize (Difference)"
+msgstr "_Optimise (Difference)"
+
+#: ../plug-ins/common/animation-optimize.c:171
+msgid "Remove optimization to make editing easier"
+msgstr "Remove optimisation to make editing easier"
+
+#: ../plug-ins/common/animation-optimize.c:178
+msgid "_Unoptimize"
+msgstr "_Unoptimise"
+
+#: ../plug-ins/common/animation-optimize.c:198
+msgid "_Remove Backdrop"
+msgstr "_Remove Backdrop"
+
+#: ../plug-ins/common/animation-optimize.c:214
+msgid "_Find Backdrop"
+msgstr "_Find Backdrop"
+
+#: ../plug-ins/common/animation-optimize.c:427
+msgid "Unoptimizing animation"
+msgstr "Unoptimising animation"
+
+#: ../plug-ins/common/animation-optimize.c:430
+msgid "Removing animation background"
+msgstr "Removing animation background"
+
+#: ../plug-ins/common/animation-optimize.c:433
+msgid "Finding animation background"
+msgstr "Finding animation background"
+
+#: ../plug-ins/common/animation-optimize.c:437
+msgid "Optimizing animation"
+msgstr "Optimising animation"
+
+#: ../plug-ins/common/animation-play.c:163
msgid "Preview a GIMP layer-based animation"
msgstr "Preview a GIMP layer-based animation"
-#: ../plug-ins/common/animationplay.c:168
+#: ../plug-ins/common/animation-play.c:168
msgid "_Playback..."
msgstr "_Playback..."
-#: ../plug-ins/common/animationplay.c:443
+#: ../plug-ins/common/animation-play.c:447
msgid "_Step"
msgstr "_Step"
-#: ../plug-ins/common/animationplay.c:443
+#: ../plug-ins/common/animation-play.c:447
msgid "Step to next frame"
msgstr "Step to next frame"
-#: ../plug-ins/common/animationplay.c:447
+#: ../plug-ins/common/animation-play.c:451
msgid "Rewind the animation"
msgstr "Rewind the animation"
-#: ../plug-ins/common/animationplay.c:465
+#: ../plug-ins/common/animation-play.c:469
msgid "Faster"
msgstr "Faster"
-#: ../plug-ins/common/animationplay.c:465
+#: ../plug-ins/common/animation-play.c:469
msgid "Increase the speed of the animation"
msgstr "Increase the speed of the animation"
-#: ../plug-ins/common/animationplay.c:470
+#: ../plug-ins/common/animation-play.c:474
msgid "Slower"
msgstr "Slower"
-#: ../plug-ins/common/animationplay.c:470
+#: ../plug-ins/common/animation-play.c:474
msgid "Decrease the speed of the animation"
msgstr "Decrease the speed of the animation"
-#: ../plug-ins/common/animationplay.c:475
+#: ../plug-ins/common/animation-play.c:479
msgid "Reset speed"
msgstr "Reset speed"
-#: ../plug-ins/common/animationplay.c:475
+#: ../plug-ins/common/animation-play.c:479
msgid "Reset the speed of the animation"
msgstr "Reset the speed of the animation"
-#: ../plug-ins/common/animationplay.c:483
-#: ../plug-ins/common/animationplay.c:1440
+#: ../plug-ins/common/animation-play.c:487
+#: ../plug-ins/common/animation-play.c:1446
msgid "Start playback"
msgstr "Start playback"
-#: ../plug-ins/common/animationplay.c:487
+#: ../plug-ins/common/animation-play.c:491
msgid "Detach"
msgstr "Detach"
-#: ../plug-ins/common/animationplay.c:488
+#: ../plug-ins/common/animation-play.c:492
msgid "Detach the animation from the dialog window"
msgstr "Detach the animation from the dialogue window"
-#: ../plug-ins/common/animationplay.c:580
+#: ../plug-ins/common/animation-play.c:584
msgid "Animation Playback:"
msgstr "Animation Playback:"
-#: ../plug-ins/common/animationplay.c:659
+#: ../plug-ins/common/animation-play.c:663
msgid "Playback speed"
msgstr "Playback speed"
-#: ../plug-ins/common/animationplay.c:797
+#: ../plug-ins/common/animation-play.c:803
msgid "Tried to display an invalid layer."
msgstr "Tried to display an invalid layer."
-#: ../plug-ins/common/animationplay.c:1317
+#: ../plug-ins/common/animation-play.c:1323
#, c-format
msgid "Frame %d of %d"
msgstr "Frame %d of %d"
-#: ../plug-ins/common/animationplay.c:1440
+#: ../plug-ins/common/animation-play.c:1446
msgid "Stop playback"
msgstr "Stop playback"
-#: ../plug-ins/common/animoptimize.c:133
-msgid "Modify image to reduce size when saved as GIF animation"
-msgstr "Modify image to reduce size when saved as GIF animation"
-
-#: ../plug-ins/common/animoptimize.c:145
-msgid "Optimize (for _GIF)"
-msgstr "Optimise (for _GIF)"
-
-#: ../plug-ins/common/animoptimize.c:153
-msgid "Reduce file size where combining layers is possible"
-msgstr "Reduce file size where combining layers is possible"
-
-#: ../plug-ins/common/animoptimize.c:163
-msgid "_Optimize (Difference)"
-msgstr "_Optimise (Difference)"
-
-#: ../plug-ins/common/animoptimize.c:171
-msgid "Remove optimization to make editing easier"
-msgstr "Remove optimisation to make editing easier"
-
-#: ../plug-ins/common/animoptimize.c:178
-msgid "_Unoptimize"
-msgstr "_Unoptimise"
-
-#: ../plug-ins/common/animoptimize.c:198
-msgid "_Remove Backdrop"
-msgstr "_Remove Backdrop"
-
-#: ../plug-ins/common/animoptimize.c:214
-msgid "_Find Backdrop"
-msgstr "_Find Backdrop"
-
-#: ../plug-ins/common/animoptimize.c:427
-msgid "Unoptimizing animation"
-msgstr "Unoptimising animation"
-
-#: ../plug-ins/common/animoptimize.c:430
-msgid "Removing animation background"
-msgstr "Removing animation background"
-
-#: ../plug-ins/common/animoptimize.c:433
-msgid "Finding animation background"
-msgstr "Finding animation background"
-
-#: ../plug-ins/common/animoptimize.c:437
-msgid "Optimizing animation"
-msgstr "Optimising animation"
-
#: ../plug-ins/common/antialias.c:84
msgid "Antialias using the Scale3X edge-extrapolation algorithm"
msgstr "Antialias using the Scale3X edge-extrapolation algorithm"
@@ -2075,77 +509,51 @@ msgstr "_Antialias"
msgid "Antialiasing..."
msgstr "Antialiasing..."
-#: ../plug-ins/common/apply_lens.c:108
-msgid "Simulate an elliptical lens over the image"
-msgstr "Simulate an elliptical lens over the image"
+#: ../plug-ins/common/apply-canvas.c:1140
+msgid "Add a canvas texture to the image"
+msgstr "Add a canvas texture to the image"
-#: ../plug-ins/common/apply_lens.c:114
-msgid "Apply _Lens..."
-msgstr "Apply _Lens..."
+#: ../plug-ins/common/apply-canvas.c:1145
+msgid "_Apply Canvas..."
+msgstr "_Apply Canvas..."
-#: ../plug-ins/common/apply_lens.c:181
-msgid "Applying lens"
-msgstr "Applying lens"
+#: ../plug-ins/common/apply-canvas.c:1226
+msgid "Applying canvas"
+msgstr "Applying canvas"
-#: ../plug-ins/common/apply_lens.c:393
-msgid "Lens Effect"
-msgstr "Lens Effect"
+#: ../plug-ins/common/apply-canvas.c:1263
+msgid "Apply Canvas"
+msgstr "Apply Canvas"
-#: ../plug-ins/common/apply_lens.c:426
-msgid "_Keep original surroundings"
-msgstr "_Keep original surroundings"
+#. *****************************************************
+#. radio buttons for choosing LEFT or RIGHT
+#. *************************************************
+#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945
+#: ../plug-ins/lighting/lighting-ui.c:518
+msgid "Direction"
+msgstr "Direction"
-#: ../plug-ins/common/apply_lens.c:441
-msgid "_Set surroundings to index 0"
-msgstr "_Set surroundings to index 0"
+#: ../plug-ins/common/apply-canvas.c:1296
+msgid "_Top-right"
+msgstr "_Top-right"
-#: ../plug-ins/common/apply_lens.c:442
-msgid "_Set surroundings to background color"
-msgstr "_Set surroundings to background colour"
+#: ../plug-ins/common/apply-canvas.c:1297
+msgid "Top-_left"
+msgstr "Top-_left"
-#: ../plug-ins/common/apply_lens.c:457
-msgid "_Make surroundings transparent"
-msgstr "_Make surroundings transparent"
+#: ../plug-ins/common/apply-canvas.c:1298
+msgid "_Bottom-left"
+msgstr "_Bottom-left"
-#: ../plug-ins/common/apply_lens.c:474
-msgid "_Lens refraction index:"
-msgstr "_Lens refraction index:"
+#: ../plug-ins/common/apply-canvas.c:1299
+msgid "Bottom-_right"
+msgstr "Bottom-_right"
-#: ../plug-ins/common/autocrop.c:85
-msgid "Remove empty borders from the image"
-msgstr "Remove empty borders from the image"
-
-#: ../plug-ins/common/autocrop.c:90
-msgid "Autocrop Imag_e"
-msgstr "Autocrop Imag_e"
-
-#: ../plug-ins/common/autocrop.c:99
-msgid "Remove empty borders from the layer"
-msgstr "Remove empty borders from the layer"
-
-#: ../plug-ins/common/autocrop.c:104
-msgid "Autocrop Lay_er"
-msgstr "Autocrop Lay_er"
-
-#: ../plug-ins/common/autocrop.c:151
-msgid "Cropping"
-msgstr "Cropping"
-
-#: ../plug-ins/common/autostretch_hsv.c:68
-msgid "Stretch image contrast to cover the maximum possible range"
-msgstr "Stretch image contrast to cover the maximum possible range"
-
-#: ../plug-ins/common/autostretch_hsv.c:81
-msgid "Stretch _HSV"
-msgstr "Stretch _HSV"
-
-#: ../plug-ins/common/autostretch_hsv.c:116
-msgid "Auto-Stretching HSV"
-msgstr "Auto-Stretching HSV"
-
-#: ../plug-ins/common/autostretch_hsv.c:192
-msgid "autostretch_hsv: cmap was NULL! Quitting...\n"
-msgstr "autostretch_hsv: cmap was NULL! Quitting...\n"
+#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916
+#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796
+#: ../plug-ins/map-object/map-object-ui.c:573
+msgid "_Depth:"
+msgstr "_Depth:"
#: ../plug-ins/common/blinds.c:116
msgid "Simulate an image painted on window blinds"
@@ -2164,33 +572,204 @@ msgid "Blinds"
msgstr "Blinds"
#. Orientation toggle box
-#: ../plug-ins/common/blinds.c:259 ../plug-ins/common/ripple.c:538
+#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539
msgid "Orientation"
msgstr "Orientation"
-#: ../plug-ins/common/blinds.c:263 ../plug-ins/common/ripple.c:542
-#: ../plug-ins/common/tileit.c:426 ../plug-ins/pagecurl/pagecurl.c:534
+#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543
+#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534
msgid "_Horizontal"
msgstr "_Horizontal"
-#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543
-#: ../plug-ins/common/tileit.c:436 ../plug-ins/pagecurl/pagecurl.c:533
+#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544
+#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533
msgid "_Vertical"
msgstr "_Vertical"
-#: ../plug-ins/common/blinds.c:281 ../plug-ins/common/fractaltrace.c:738
-#: ../plug-ins/common/papertile.c:384
+#.
+#. * Create the "background" layer to hold the image...
+#.
+#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935
+#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362
+#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557
+#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:412
+#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382
+#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585
+#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975
+#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997
+#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746
+#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267
+#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:617
+#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530
+#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761
+#: ../plug-ins/file-psd/psd-image-res-load.c:995
+#: ../plug-ins/file-psd/psd-load.c:1526 ../plug-ins/file-sgi/sgi.c:384
+#: ../plug-ins/gfig/gfig-dialog.c:1284
+#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568
+#: ../plug-ins/win-snap/winsnap.c:1155
+msgid "Background"
+msgstr "Background"
+
+#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738
+#: ../plug-ins/common/tile-paper.c:384
msgid "_Transparent"
msgstr "_Transparent"
-#: ../plug-ins/common/blinds.c:307
+#: ../plug-ins/common/blinds.c:308
msgid "_Displacement:"
msgstr "_Displacement:"
-#: ../plug-ins/common/blinds.c:319
+#: ../plug-ins/common/blinds.c:320
msgid "_Number of segments:"
msgstr "_Number of segments:"
+#: ../plug-ins/common/blur-gauss-selective.c:104
+msgid "Blur neighboring pixels, but only in low-contrast areas"
+msgstr "Blur neighbouring pixels, but only in low-contrast areas"
+
+#: ../plug-ins/common/blur-gauss-selective.c:115
+msgid "_Selective Gaussian Blur..."
+msgstr "_Selective Gaussian Blur..."
+
+#: ../plug-ins/common/blur-gauss-selective.c:195
+#: ../plug-ins/common/blur-gauss-selective.c:232
+msgid "Selective Gaussian Blur"
+msgstr "Selective Gaussian Blur"
+
+#: ../plug-ins/common/blur-gauss-selective.c:211
+#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232
+#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228
+#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244
+#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224
+#: ../plug-ins/file-sgi/sgi.c:536 ../plug-ins/file-xjt/xjt.c:1701
+#: ../plug-ins/gradient-flare/gradient-flare.c:966
+msgid "Cannot operate on indexed color images."
+msgstr "Cannot operate on indexed colour images."
+
+#: ../plug-ins/common/blur-gauss-selective.c:271
+msgid "_Blur radius:"
+msgstr "_Blur radius:"
+
+#: ../plug-ins/common/blur-gauss-selective.c:281
+msgid "_Max. delta:"
+msgstr "_Max. delta:"
+
+#: ../plug-ins/common/blur-gauss.c:159
+msgid "Simplest, most commonly used way of blurring"
+msgstr "Simplest, most commonly used way of blurring"
+
+#: ../plug-ins/common/blur-gauss.c:172
+msgid "_Gaussian Blur..."
+msgstr "_Gaussian Blur..."
+
+#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199
+#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239
+msgid "Apply a gaussian blur"
+msgstr "Apply a gaussian blur"
+
+#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478
+msgid "Gaussian Blur"
+msgstr "Gaussian Blur"
+
+#. parameter settings
+#: ../plug-ins/common/blur-gauss.c:508
+msgid "Blur Radius"
+msgstr "Blur Radius"
+
+#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457
+#: ../plug-ins/common/noise-spread.c:386
+msgid "_Horizontal:"
+msgstr "_Horizontal:"
+
+#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474
+#: ../plug-ins/common/noise-spread.c:390
+msgid "_Vertical:"
+msgstr "_Vertical:"
+
+#: ../plug-ins/common/blur-gauss.c:549
+msgid "Blur Method"
+msgstr "Blur Method"
+
+#: ../plug-ins/common/blur-gauss.c:553
+msgid "_IIR"
+msgstr "_IIR"
+
+#: ../plug-ins/common/blur-gauss.c:554
+msgid "_RLE"
+msgstr "_RLE"
+
+#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171
+msgid "Simulate movement using directional blur"
+msgstr "Simulate movement using directional blur"
+
+#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177
+msgid "_Motion Blur..."
+msgstr "_Motion Blur..."
+
+#: ../plug-ins/common/blur-motion.c:910
+msgid "Motion blurring"
+msgstr "Motion blurring"
+
+#: ../plug-ins/common/blur-motion.c:1012
+msgid "Motion Blur"
+msgstr "Motion Blur"
+
+#: ../plug-ins/common/blur-motion.c:1045
+msgid "Blur Type"
+msgstr "Blur Type"
+
+#: ../plug-ins/common/blur-motion.c:1049
+msgctxt "blur-type"
+msgid "_Linear"
+msgstr "_Linear"
+
+#: ../plug-ins/common/blur-motion.c:1050
+msgctxt "blur-type"
+msgid "_Radial"
+msgstr "_Radial"
+
+#: ../plug-ins/common/blur-motion.c:1051
+msgctxt "blur-type"
+msgid "_Zoom"
+msgstr "_Zoom "
+
+#: ../plug-ins/common/blur-motion.c:1058
+msgid "Blur Center"
+msgstr "Blur Centre"
+
+#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772
+#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282
+#: ../plug-ins/flame/flame.c:1251
+#: ../plug-ins/gradient-flare/gradient-flare.c:2725
+#: ../plug-ins/lighting/lighting-ui.c:477
+msgid "_X:"
+msgstr "_X:"
+
+#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777
+#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291
+#: ../plug-ins/flame/flame.c:1265
+#: ../plug-ins/gradient-flare/gradient-flare.c:2729
+#: ../plug-ins/lighting/lighting-ui.c:492
+msgid "_Y:"
+msgstr "_Y:"
+
+#: ../plug-ins/common/blur-motion.c:1101
+msgid "Blur _outward"
+msgstr "Blur _outward"
+
+#: ../plug-ins/common/blur-motion.c:1114
+msgid "Blur Parameters"
+msgstr "Blur Parameters"
+
+#: ../plug-ins/common/blur-motion.c:1125
+#: ../plug-ins/map-object/map-object-ui.c:1252
+msgid "L_ength:"
+msgstr "L_ength:"
+
+#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001
+msgid "_Angle:"
+msgstr "_Angle:"
+
#: ../plug-ins/common/blur.c:125
msgid "Simple blur, fast but not very strong"
msgstr "Simple blur, fast but not very strong"
@@ -2199,90 +778,112 @@ msgstr "Simple blur, fast but not very strong"
msgid "_Blur"
msgstr "_Blur"
-#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp.c:439
+#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439
msgid "Blurring"
msgstr "Blurring"
-#: ../plug-ins/common/borderaverage.c:99
+#: ../plug-ins/common/border-average.c:99
msgid "Set foreground to the average color of the image border"
msgstr "Set foreground to the average colour of the image border"
-#: ../plug-ins/common/borderaverage.c:104
+#: ../plug-ins/common/border-average.c:104
msgid "_Border Average..."
msgstr "_Border Average..."
-#: ../plug-ins/common/borderaverage.c:171
+#: ../plug-ins/common/border-average.c:171
msgid "Border Average"
msgstr "Border Average"
-#: ../plug-ins/common/borderaverage.c:351
+#: ../plug-ins/common/border-average.c:351
msgid "Borderaverage"
msgstr "Borderaverage"
-#: ../plug-ins/common/borderaverage.c:372
+#: ../plug-ins/common/border-average.c:372
msgid "Border Size"
msgstr "Border Size"
-#: ../plug-ins/common/borderaverage.c:380
+#: ../plug-ins/common/border-average.c:380
msgid "_Thickness:"
msgstr "_Thickness:"
-#: ../plug-ins/common/borderaverage.c:423
+#. Number of Colors frame
+#: ../plug-ins/common/border-average.c:415
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:908
+msgid "Number of Colors"
+msgstr "Number of Colours"
+
+#: ../plug-ins/common/border-average.c:423
msgid "_Bucket size:"
msgstr "_Bucket size:"
-#: ../plug-ins/common/bumpmap.c:257
+#: ../plug-ins/common/bump-map.c:257
msgid "Create an embossing effect using a bump map"
msgstr "Create an embossing effect using a bump map"
-#: ../plug-ins/common/bumpmap.c:267
+#: ../plug-ins/common/bump-map.c:267
msgid "_Bump Map..."
msgstr "_Bump Map..."
-#: ../plug-ins/common/bumpmap.c:415
+#: ../plug-ins/common/bump-map.c:415
msgid "Bump-mapping"
msgstr "Bump-mapping"
-#: ../plug-ins/common/bumpmap.c:766
+#: ../plug-ins/common/bump-map.c:766
msgid "Bump Map"
msgstr "Bump Map"
-#: ../plug-ins/common/bumpmap.c:832
+#: ../plug-ins/common/bump-map.c:832
msgid "_Bump map:"
msgstr "_Bump map:"
-#: ../plug-ins/common/bumpmap.c:844
+#. Map type menu
+#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748
+#: ../plug-ins/lighting/lighting-ui.c:842
+msgid "Linear"
+msgstr "Linear"
+
+#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750
+#: ../plug-ins/lighting/lighting-ui.c:845
+msgid "Spherical"
+msgstr "Spherical"
+
+#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749
+#: ../plug-ins/lighting/lighting-ui.c:844
+msgid "Sinusoidal"
+msgstr "Sinusoidal"
+
+#: ../plug-ins/common/bump-map.c:844
msgid "_Map type:"
msgstr "_Map type:"
#. Compensate darkening
-#: ../plug-ins/common/bumpmap.c:849
+#: ../plug-ins/common/bump-map.c:849
msgid "Co_mpensate for darkening"
msgstr "Co_mpensate for darkening"
#. Invert bumpmap
-#: ../plug-ins/common/bumpmap.c:863
+#: ../plug-ins/common/bump-map.c:863
msgid "I_nvert bumpmap"
msgstr "I_nvert bumpmap"
#. Tile bumpmap
-#: ../plug-ins/common/bumpmap.c:877
+#: ../plug-ins/common/bump-map.c:877
msgid "_Tile bumpmap"
msgstr "_Tile bumpmap"
-#: ../plug-ins/common/bumpmap.c:892 ../plug-ins/common/emboss.c:499
+#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499
msgid "_Azimuth:"
msgstr "_Azimuth:"
-#: ../plug-ins/common/bumpmap.c:904
+#: ../plug-ins/common/bump-map.c:904
msgid "_Elevation:"
msgstr "_Elevation:"
-#: ../plug-ins/common/bumpmap.c:930 ../plug-ins/common/postscript.c:3381
+#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398
msgid "_X offset:"
msgstr "_X offset:"
-#: ../plug-ins/common/bumpmap.c:933 ../plug-ins/common/bumpmap.c:947
+#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947
msgid ""
"The offset can be adjusted by dragging the preview using the middle mouse "
"button."
@@ -2290,34 +891,18 @@ msgstr ""
"The offset can be adjusted by dragging the preview using the middle mouse "
"button."
-#: ../plug-ins/common/bumpmap.c:944 ../plug-ins/common/postscript.c:3390
+#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407
msgid "_Y offset:"
msgstr "_Y offset:"
-#: ../plug-ins/common/bumpmap.c:958
+#: ../plug-ins/common/bump-map.c:958
msgid "_Waterlevel:"
msgstr "_Waterlevel:"
-#: ../plug-ins/common/bumpmap.c:970
+#: ../plug-ins/common/bump-map.c:970
msgid "A_mbient:"
msgstr "A_mbient:"
-#: ../plug-ins/common/c_astretch.c:68
-msgid "Stretch contrast to cover the maximum possible range"
-msgstr "Stretch contrast to cover the maximum possible range"
-
-#: ../plug-ins/common/c_astretch.c:79
-msgid "_Stretch Contrast"
-msgstr "_Stretch Contrast"
-
-#: ../plug-ins/common/c_astretch.c:113
-msgid "Auto-stretching contrast"
-msgstr "Auto-stretching contrast"
-
-#: ../plug-ins/common/c_astretch.c:152
-msgid "c_astretch: cmap was NULL! Quitting...\n"
-msgstr "c_astretch: cmap was NULL! Quitting...\n"
-
#: ../plug-ins/common/cartoon.c:142
msgid "Simulate a cartoon by enhancing edges"
msgstr "Simulate a cartoon by enhancing edges"
@@ -2326,118 +911,169 @@ msgstr "Simulate a cartoon by enhancing edges"
msgid "Ca_rtoon..."
msgstr "Ca_rtoon..."
-#: ../plug-ins/common/cartoon.c:229 ../plug-ins/common/dog.c:251
-#: ../plug-ins/common/gauss.c:445 ../plug-ins/common/neon.c:225
-#: ../plug-ins/common/photocopy.c:241 ../plug-ins/common/sel_gauss.c:211
-#: ../plug-ins/common/softglow.c:221 ../plug-ins/gflare/gflare.c:965
-#: ../plug-ins/sgi/sgi.c:520 ../plug-ins/xjt/xjt.c:1688
-msgid "Cannot operate on indexed color images."
-msgstr "Cannot operate on indexed colour images."
-
-#: ../plug-ins/common/cartoon.c:809
+#: ../plug-ins/common/cartoon.c:811
msgid "Cartoon"
msgstr "Cartoon"
-#: ../plug-ins/common/cartoon.c:846 ../plug-ins/common/photocopy.c:874
+#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876
msgid "_Mask radius:"
msgstr "_Mask radius:"
-#: ../plug-ins/common/cartoon.c:860
+#: ../plug-ins/common/cartoon.c:862
msgid "_Percent black:"
msgstr "_Percent black:"
-#: ../plug-ins/common/ccanalyze.c:106
-msgid "Analyze the set of colors in the image"
-msgstr "Analyze the set of colours in the image"
-
-#: ../plug-ins/common/ccanalyze.c:112
-msgid "Colorcube A_nalysis..."
-msgstr "Colourcube A_nalysis..."
-
-#: ../plug-ins/common/ccanalyze.c:200 ../plug-ins/common/ccanalyze.c:356
-msgid "Colorcube Analysis"
-msgstr "Colourcube Analysis"
-
-#. output results
-#: ../plug-ins/common/ccanalyze.c:384
-#: ../plug-ins/imagemap/imap_cmd_guides.c:231
-#, c-format
-msgid "Image dimensions: %d × %d"
-msgstr "Image dimensions: %d × %d"
-
-#: ../plug-ins/common/ccanalyze.c:387
-msgid "No colors"
-msgstr "No colours"
-
-#: ../plug-ins/common/ccanalyze.c:389
-msgid "Only one unique color"
-msgstr "Only one unique colour"
-
-#: ../plug-ins/common/ccanalyze.c:391
-#, c-format
-msgid "Number of unique colors: %d"
-msgstr "Number of unique colours: %d"
-
-#: ../plug-ins/common/channel_mixer.c:175
+#: ../plug-ins/common/channel-mixer.c:175
msgid "Alter colors by mixing RGB Channels"
msgstr "Alter colours by mixing RGB Channels"
-#: ../plug-ins/common/channel_mixer.c:180
+#: ../plug-ins/common/channel-mixer.c:180
msgid "Channel Mi_xer..."
msgstr "Channel Mi_xer..."
#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ",
#. param[3].data.d_int32, mix.black.red_gain,
#. mix.black.green_gain, mix.black.blue_gain);
-#: ../plug-ins/common/channel_mixer.c:271
-#: ../plug-ins/common/channel_mixer.c:492
+#: ../plug-ins/common/channel-mixer.c:271
+#: ../plug-ins/common/channel-mixer.c:492
msgid "Channel Mixer"
msgstr "Channel Mixer"
-#: ../plug-ins/common/channel_mixer.c:528
+#: ../plug-ins/common/channel-mixer.c:529
msgid "O_utput channel:"
msgstr "O_utput channel:"
-#: ../plug-ins/common/channel_mixer.c:582 ../plug-ins/common/compose.c:190
+#. Redmode radio frame
+#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991
+msgid "Red"
+msgstr "Red"
+
+#. Greenmode radio frame
+#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032
+msgid "Green"
+msgstr "Green"
+
+#. Bluemode radio frame
+#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073
+msgid "Blue"
+msgstr "Blue"
+
+#: ../plug-ins/common/channel-mixer.c:583
+#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190
#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501
#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577
-#: ../plug-ins/common/exchange.c:398 ../plug-ins/common/noisify.c:530
-#: ../plug-ins/common/noisify.c:537
+#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537
msgid "_Red:"
msgstr "_Red:"
-#: ../plug-ins/common/channel_mixer.c:600 ../plug-ins/common/compose.c:191
+#: ../plug-ins/common/channel-mixer.c:601
+#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191
#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510
#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586
-#: ../plug-ins/common/exchange.c:458 ../plug-ins/common/noisify.c:531
-#: ../plug-ins/common/noisify.c:538
+#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538
msgid "_Green:"
msgstr "_Green:"
-#: ../plug-ins/common/channel_mixer.c:619 ../plug-ins/common/compose.c:192
+#: ../plug-ins/common/channel-mixer.c:620
+#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192
#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519
#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595
-#: ../plug-ins/common/exchange.c:519 ../plug-ins/common/noisify.c:532
-#: ../plug-ins/common/noisify.c:539
+#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539
msgid "_Blue:"
msgstr "_Blue:"
-#: ../plug-ins/common/channel_mixer.c:635
+#: ../plug-ins/common/channel-mixer.c:636
msgid "_Monochrome"
msgstr "_Monochrome"
-#: ../plug-ins/common/channel_mixer.c:648
+#: ../plug-ins/common/channel-mixer.c:649
msgid "Preserve _luminosity"
msgstr "Preserve _luminosity"
-#: ../plug-ins/common/channel_mixer.c:877
+#: ../plug-ins/common/channel-mixer.c:878
msgid "Load Channel Mixer Settings"
msgstr "Load Channel Mixer Settings"
-#: ../plug-ins/common/channel_mixer.c:1004
+#. stat error (file does not exist)
+#: ../plug-ins/common/channel-mixer.c:982
+#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885
+#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498
+#: ../plug-ins/common/file-compressor.c:666
+#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361
+#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662
+#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330
+#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541
+#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721
+#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036
+#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751
+#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666
+#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333
+#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442
+#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736
+#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002
+#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233
+#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460
+#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653
+#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109
+#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131
+#: ../plug-ins/file-psd/psd-thumb-load.c:80
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:190
+#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568
+#: ../plug-ins/flame/flame.c:412
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:929
+#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223
+#: ../plug-ins/help/gimphelplocale.c:239
+#: ../plug-ins/lighting/lighting-ui.c:1354
+#, c-format
+msgid "Could not open '%s' for reading: %s"
+msgstr "Could not open '%s' for reading: %s"
+
+#: ../plug-ins/common/channel-mixer.c:1005
msgid "Save Channel Mixer Settings"
msgstr "Save Channel Mixer Settings"
+#: ../plug-ins/common/channel-mixer.c:1060
+#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833
+#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426
+#: ../plug-ins/common/file-compressor.c:508
+#: ../plug-ins/common/file-compressor.c:590
+#: ../plug-ins/common/file-compressor.c:677
+#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801
+#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761
+#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236
+#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944
+#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666
+#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270
+#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213
+#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574
+#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170
+#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034
+#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111
+#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476
+#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008
+#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:163
+#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729
+#: ../plug-ins/flame/flame.c:443
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546
+#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2374
+#: ../plug-ins/lighting/lighting-ui.c:1211
+#, c-format
+msgid "Could not open '%s' for writing: %s"
+msgstr "Could not open '%s' for writing: %s"
+
+#: ../plug-ins/common/channel-mixer.c:1068
+#: ../plug-ins/common/cml-explorer.c:2060
+#, c-format
+msgid "Parameters were saved to '%s'"
+msgstr "Parameters were saved to '%s'"
+
#: ../plug-ins/common/checkerboard.c:89
msgid "Create a checkerboard pattern"
msgstr "Create a checkerboard pattern"
@@ -2463,18 +1099,551 @@ msgstr "_Size:"
msgid "_Psychobilly"
msgstr "_Psychobilly"
-#: ../plug-ins/common/color_enhance.c:69
+#: ../plug-ins/common/cml-explorer.c:129
+msgid "Keep image's values"
+msgstr "Keep image's values"
+
+#: ../plug-ins/common/cml-explorer.c:130
+msgid "Keep the first value"
+msgstr "Keep the first value"
+
+#: ../plug-ins/common/cml-explorer.c:131
+msgid "Fill with parameter k"
+msgstr "Fill with parameter k"
+
+#: ../plug-ins/common/cml-explorer.c:132
+msgid "k{x(1-x)}^p"
+msgstr "k{x(1-x)}^p"
+
+#: ../plug-ins/common/cml-explorer.c:133
+msgid "k{x(1-x)}^p stepped"
+msgstr "k{x(1-x)}^p stepped"
+
+#: ../plug-ins/common/cml-explorer.c:134
+msgid "kx^p"
+msgstr "kx^p"
+
+#: ../plug-ins/common/cml-explorer.c:135
+msgid "kx^p stepped"
+msgstr "kx^p stepped"
+
+#: ../plug-ins/common/cml-explorer.c:136
+msgid "k(1-x^p)"
+msgstr "k(1-x^p)"
+
+#: ../plug-ins/common/cml-explorer.c:137
+msgid "k(1-x^p) stepped"
+msgstr "k(1-x^p) stepped"
+
+#: ../plug-ins/common/cml-explorer.c:138
+msgid "Delta function"
+msgstr "Delta function"
+
+#: ../plug-ins/common/cml-explorer.c:139
+msgid "Delta function stepped"
+msgstr "Delta function stepped"
+
+#: ../plug-ins/common/cml-explorer.c:140
+msgid "sin^p-based function"
+msgstr "sin^p-based function"
+
+#: ../plug-ins/common/cml-explorer.c:141
+msgid "sin^p, stepped"
+msgstr "sin^p, stepped"
+
+#: ../plug-ins/common/cml-explorer.c:167
+msgid "Max (x, -)"
+msgstr "Max (x, -)"
+
+#: ../plug-ins/common/cml-explorer.c:168
+msgid "Max (x+d, -)"
+msgstr "Max (x+d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:169
+msgid "Max (x-d, -)"
+msgstr "Max (x-d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:170
+msgid "Min (x, -)"
+msgstr "Min (x, -)"
+
+#: ../plug-ins/common/cml-explorer.c:171
+msgid "Min (x+d, -)"
+msgstr "Min (x+d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:172
+msgid "Min (x-d, -)"
+msgstr "Min (x-d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:173
+msgid "Max (x+d, -), (x < 0.5)"
+msgstr "Max (x+d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:174
+msgid "Max (x+d, -), (0.5 < x)"
+msgstr "Max (x+d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:175
+msgid "Max (x-d, -), (x < 0.5)"
+msgstr "Max (x-d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:176
+msgid "Max (x-d, -), (0.5 < x)"
+msgstr "Max (x-d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:177
+msgid "Min (x+d, -), (x < 0.5)"
+msgstr "Min (x+d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:178
+msgid "Min (x+d, -), (0.5 < x)"
+msgstr "Min (x+d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:179
+msgid "Min (x-d, -), (x < 0.5)"
+msgstr "Min (x-d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:180
+msgid "Min (x-d, -), (0.5 < x)"
+msgstr "Min (x-d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651
+msgid "Standard"
+msgstr "Standard"
+
+#: ../plug-ins/common/cml-explorer.c:201
+msgid "Use average value"
+msgstr "Use average value"
+
+#: ../plug-ins/common/cml-explorer.c:202
+msgid "Use reverse value"
+msgstr "Use reverse value"
+
+#: ../plug-ins/common/cml-explorer.c:203
+msgid "With random power (0,10)"
+msgstr "With random power (0,10)"
+
+#: ../plug-ins/common/cml-explorer.c:204
+msgid "With random power (0,1)"
+msgstr "With random power (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:205
+msgid "With gradient power (0,1)"
+msgstr "With gradient power (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:206
+msgid "Multiply rand. value (0,1)"
+msgstr "Multiply rand. value (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:207
+msgid "Multiply rand. value (0,2)"
+msgstr "Multiply rand. value (0,2)"
+
+#: ../plug-ins/common/cml-explorer.c:208
+msgid "Multiply gradient (0,1)"
+msgstr "Multiply gradient (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:209
+msgid "With p and random (0,1)"
+msgstr "With p and random (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:223
+msgid "All black"
+msgstr "All black"
+
+#: ../plug-ins/common/cml-explorer.c:224
+msgid "All gray"
+msgstr "All grey"
+
+#: ../plug-ins/common/cml-explorer.c:225
+msgid "All white"
+msgstr "All white"
+
+#: ../plug-ins/common/cml-explorer.c:226
+msgid "The first row of the image"
+msgstr "The first row of the image"
+
+#: ../plug-ins/common/cml-explorer.c:227
+msgid "Continuous gradient"
+msgstr "Continuous gradient"
+
+#: ../plug-ins/common/cml-explorer.c:228
+msgid "Continuous grad. w/o gap"
+msgstr "Continuous grad. w/o gap"
+
+#: ../plug-ins/common/cml-explorer.c:229
+msgid "Random, ch. independent"
+msgstr "Random, ch. independent"
+
+#: ../plug-ins/common/cml-explorer.c:230
+msgid "Random shared"
+msgstr "Random shared"
+
+#: ../plug-ins/common/cml-explorer.c:231
+msgid "Randoms from seed"
+msgstr "Randoms from seed"
+
+#: ../plug-ins/common/cml-explorer.c:232
+msgid "Randoms from seed (shared)"
+msgstr "Randoms from seed (shared)"
+
+#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308
+#: ../plug-ins/common/decompose.c:188
+#: ../plug-ins/gimpressionist/orientation.c:180
+#: ../plug-ins/gimpressionist/size.c:183
+msgid "Hue"
+msgstr "Hue"
+
+#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309
+#: ../plug-ins/common/decompose.c:189
+msgid "Saturation"
+msgstr "Saturation"
+
+#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310
+#: ../plug-ins/common/decompose.c:190
+#: ../plug-ins/gimpressionist/orientation.c:156
+#: ../plug-ins/gimpressionist/size.c:159
+msgid "Value"
+msgstr "Value"
+
+#: ../plug-ins/common/cml-explorer.c:307
+msgid "(None)"
+msgstr "(None)"
+
+#: ../plug-ins/common/cml-explorer.c:455
+msgid "Create abstract Coupled-Map Lattice patterns"
+msgstr "Create abstract Coupled-Map Lattice patterns"
+
+#: ../plug-ins/common/cml-explorer.c:466
+msgid "CML _Explorer..."
+msgstr "CML _Explorer..."
+
+#: ../plug-ins/common/cml-explorer.c:756
+msgid "CML Explorer: evoluting"
+msgstr "CML Explorer: evoluting"
+
+#: ../plug-ins/common/cml-explorer.c:1177
+msgid "Coupled-Map-Lattice Explorer"
+msgstr "Coupled-Map-Lattice Explorer"
+
+#: ../plug-ins/common/cml-explorer.c:1224
+msgid "New Seed"
+msgstr "New Seed"
+
+#: ../plug-ins/common/cml-explorer.c:1235
+msgid "Fix Seed"
+msgstr "Fix Seed"
+
+#: ../plug-ins/common/cml-explorer.c:1246
+msgid "Random Seed"
+msgstr "Random Seed"
+
+#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700
+#: ../plug-ins/common/van-gogh-lic.c:671
+msgid "_Hue"
+msgstr "_Hue"
+
+#: ../plug-ins/common/cml-explorer.c:1292
+msgid "Sat_uration"
+msgstr "Sat_uration"
+
+#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708
+msgid "_Value"
+msgstr "_Value"
+
+#: ../plug-ins/common/cml-explorer.c:1300
+msgid "_Advanced"
+msgstr "_Advanced"
+
+#: ../plug-ins/common/cml-explorer.c:1315
+msgid "Channel Independent Parameters"
+msgstr "Channel Independent Parameters"
+
+#: ../plug-ins/common/cml-explorer.c:1337
+msgid "Initial value:"
+msgstr "Initial value:"
+
+#: ../plug-ins/common/cml-explorer.c:1343
+msgid "Zoom scale:"
+msgstr "Zoom scale:"
+
+#: ../plug-ins/common/cml-explorer.c:1352
+msgid "Start offset:"
+msgstr "Start offset:"
+
+#: ../plug-ins/common/cml-explorer.c:1361
+msgid "Seed of Random (only for \"From Seed\" Modes)"
+msgstr "Seed of Random (only for \"From Seed\" Modes)"
+
+#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261
+msgid "Seed:"
+msgstr "Seed:"
+
+#: ../plug-ins/common/cml-explorer.c:1385
+msgid "Switch to \"From seed\" With the Last Seed"
+msgstr "Switch to \"From seed\" With the Last Seed"
+
+#: ../plug-ins/common/cml-explorer.c:1397
+msgid ""
+"\"Fix seed\" button is an alias of me.\n"
+"The same seed produces the same image, if (1) the widths of images are same "
+"(this is the reason why image on drawable is different from preview), and "
+"(2) all mutation rates equal to zero."
+msgstr ""
+"\"Fix seed\" button is an alias of me.\n"
+"The same seed produces the same image, if (1) the widths of images are same "
+"(this is the reason why image on drawable is different from preview), and "
+"(2) all mutation rates equal to zero."
+
+#: ../plug-ins/common/cml-explorer.c:1405
+msgid "O_thers"
+msgstr "O_thers"
+
+#: ../plug-ins/common/cml-explorer.c:1420
+msgid "Copy Settings"
+msgstr "Copy Settings"
+
+#: ../plug-ins/common/cml-explorer.c:1439
+msgid "Source channel:"
+msgstr "Source channel:"
+
+#: ../plug-ins/common/cml-explorer.c:1454
+#: ../plug-ins/common/cml-explorer.c:1502
+msgid "Destination channel:"
+msgstr "Destination channel:"
+
+#: ../plug-ins/common/cml-explorer.c:1458
+msgid "Copy Parameters"
+msgstr "Copy Parameters"
+
+#: ../plug-ins/common/cml-explorer.c:1467
+msgid "Selective Load Settings"
+msgstr "Selective Load Settings"
+
+#: ../plug-ins/common/cml-explorer.c:1487
+msgid "Source channel in file:"
+msgstr "Source channel in file:"
+
+#: ../plug-ins/common/cml-explorer.c:1508
+msgid "_Misc Ops."
+msgstr "_Misc Ops."
+
+#: ../plug-ins/common/cml-explorer.c:1557
+msgid "Function type:"
+msgstr "Function type:"
+
+#: ../plug-ins/common/cml-explorer.c:1573
+msgid "Composition:"
+msgstr "Composition:"
+
+#: ../plug-ins/common/cml-explorer.c:1587
+msgid "Misc arrange:"
+msgstr "Misc arrange:"
+
+#: ../plug-ins/common/cml-explorer.c:1591
+msgid "Use cyclic range"
+msgstr "Use cyclic range"
+
+#: ../plug-ins/common/cml-explorer.c:1601
+msgid "Mod. rate:"
+msgstr "Mod. rate:"
+
+#: ../plug-ins/common/cml-explorer.c:1610
+msgid "Env. sensitivity:"
+msgstr "Env. sensitivity:"
+
+#: ../plug-ins/common/cml-explorer.c:1619
+msgid "Diffusion dist.:"
+msgstr "Diffusion dist.:"
+
+#: ../plug-ins/common/cml-explorer.c:1628
+msgid "# of subranges:"
+msgstr "# of subranges:"
+
+#: ../plug-ins/common/cml-explorer.c:1637
+msgid "P(ower factor):"
+msgstr "P(ower factor):"
+
+#: ../plug-ins/common/cml-explorer.c:1646
+msgid "Parameter k:"
+msgstr "Parameter k:"
+
+#: ../plug-ins/common/cml-explorer.c:1655
+msgid "Range low:"
+msgstr "Range low:"
+
+#: ../plug-ins/common/cml-explorer.c:1664
+msgid "Range high:"
+msgstr "Range high:"
+
+#: ../plug-ins/common/cml-explorer.c:1676
+msgid "Plot a Graph of the Settings"
+msgstr "Plot a Graph of the Settings"
+
+#: ../plug-ins/common/cml-explorer.c:1721
+msgid "Ch. sensitivity:"
+msgstr "Ch. sensitivity:"
+
+#: ../plug-ins/common/cml-explorer.c:1731
+msgid "Mutation rate:"
+msgstr "Mutation rate:"
+
+#: ../plug-ins/common/cml-explorer.c:1741
+msgid "Mutation dist.:"
+msgstr "Mutation dist.:"
+
+#: ../plug-ins/common/cml-explorer.c:1819
+msgid "Graph of the Current Settings"
+msgstr "Graph of the Current Settings"
+
+#: ../plug-ins/common/cml-explorer.c:1890
+msgid "Warning: the source and the destination are the same channel."
+msgstr "Warning: the source and the destination are the same channel."
+
+#: ../plug-ins/common/cml-explorer.c:1949
+msgid "Save CML Explorer Parameters"
+msgstr "Save CML Explorer Parameters"
+
+#: ../plug-ins/common/cml-explorer.c:2082
+msgid "Load CML Explorer Parameters"
+msgstr "Load CML Explorer Parameters"
+
+#: ../plug-ins/common/cml-explorer.c:2200
+msgid "Error: it's not CML parameter file."
+msgstr "Error: it's not CML parameter file."
+
+#: ../plug-ins/common/cml-explorer.c:2207
+#, c-format
+msgid "Warning: '%s' is an old format file."
+msgstr "Warning: '%s' is an old format file."
+
+#: ../plug-ins/common/cml-explorer.c:2211
+#, c-format
+msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer."
+msgstr "Warning: '%s' is a parameter file for a newer version of CML Explorer."
+
+#: ../plug-ins/common/cml-explorer.c:2274
+msgid "Error: failed to load parameters"
+msgstr "Error: failed to load parameters"
+
+#: ../plug-ins/common/color-cube-analyze.c:106
+msgid "Analyze the set of colors in the image"
+msgstr "Analyze the set of colours in the image"
+
+#: ../plug-ins/common/color-cube-analyze.c:112
+msgid "Colorcube A_nalysis..."
+msgstr "Colourcube A_nalysis..."
+
+#: ../plug-ins/common/color-cube-analyze.c:200
+#: ../plug-ins/common/color-cube-analyze.c:356
+msgid "Colorcube Analysis"
+msgstr "Colourcube Analysis"
+
+#. output results
+#: ../plug-ins/common/color-cube-analyze.c:384
+#: ../plug-ins/imagemap/imap_cmd_guides.c:231
+#, c-format
+msgid "Image dimensions: %d × %d"
+msgstr "Image dimensions: %d × %d"
+
+#: ../plug-ins/common/color-cube-analyze.c:387
+msgid "No colors"
+msgstr "No colours"
+
+#: ../plug-ins/common/color-cube-analyze.c:389
+msgid "Only one unique color"
+msgstr "Only one unique colour"
+
+#: ../plug-ins/common/color-cube-analyze.c:391
+#, c-format
+msgid "Number of unique colors: %d"
+msgstr "Number of unique colours: %d"
+
+#: ../plug-ins/common/color-enhance.c:69
msgid "Stretch color saturation to cover maximum possible range"
msgstr "Stretch colour saturation to cover maximum possible range"
-#: ../plug-ins/common/color_enhance.c:81
+#: ../plug-ins/common/color-enhance.c:81
msgid "_Color Enhance"
msgstr "_Colour Enhance"
-#: ../plug-ins/common/color_enhance.c:115
+#: ../plug-ins/common/color-enhance.c:115
msgid "Color Enhance"
msgstr "Colour Enhance"
+#: ../plug-ins/common/color-exchange.c:122
+msgid "Swap one color with another"
+msgstr "Swap one colour with another"
+
+#: ../plug-ins/common/color-exchange.c:128
+msgid "_Color Exchange..."
+msgstr "_Colour Exchange..."
+
+#: ../plug-ins/common/color-exchange.c:213
+#: ../plug-ins/common/color-exchange.c:287
+msgid "Color Exchange"
+msgstr "Colour Exchange"
+
+#: ../plug-ins/common/color-exchange.c:309
+msgid "Middle-Click Inside Preview to Pick \"From Color\""
+msgstr "Middle-Click Inside Preview to Pick \"From Colour\""
+
+#: ../plug-ins/common/color-exchange.c:347
+msgid "To Color"
+msgstr "To Colour"
+
+#: ../plug-ins/common/color-exchange.c:347
+msgid "From Color"
+msgstr "From Colour"
+
+#: ../plug-ins/common/color-exchange.c:365
+msgid "Color Exchange: To Color"
+msgstr "Colour Exchange: To Colour"
+
+#: ../plug-ins/common/color-exchange.c:366
+msgid "Color Exchange: From Color"
+msgstr "Colour Exchange: From Colour"
+
+#: ../plug-ins/common/color-exchange.c:424
+msgid "R_ed threshold:"
+msgstr "R_ed threshold:"
+
+#: ../plug-ins/common/color-exchange.c:484
+msgid "G_reen threshold:"
+msgstr "G_reen threshold:"
+
+#: ../plug-ins/common/color-exchange.c:545
+msgid "B_lue threshold:"
+msgstr "B_lue threshold:"
+
+#: ../plug-ins/common/color-exchange.c:573
+msgid "Lock _thresholds"
+msgstr "Lock _thresholds"
+
+#: ../plug-ins/common/color-to-alpha.c:94
+msgid "Convert a specified color to transparency"
+msgstr "Convert a specified colour to transparency"
+
+#: ../plug-ins/common/color-to-alpha.c:101
+msgid "Color to _Alpha..."
+msgstr "Colour to _Alpha..."
+
+#: ../plug-ins/common/color-to-alpha.c:184
+msgid "Removing color"
+msgstr "Removing colour"
+
+#: ../plug-ins/common/color-to-alpha.c:377
+msgid "Color to Alpha"
+msgstr "Colour to Alpha"
+
+#: ../plug-ins/common/color-to-alpha.c:414
+msgid "Color to Alpha Color Picker"
+msgstr "Colour to Alpha Colour Picker"
+
+#: ../plug-ins/common/color-to-alpha.c:429
+msgid "to alpha"
+msgstr "to alpha"
+
#: ../plug-ins/common/colorify.c:102
msgid "Replace all colors with shades of a specified color"
msgstr "Replace all colours with shades of a specified colour"
@@ -2557,39 +1726,8 @@ msgstr ""
"Drag and drop colours to rearrange the colourmap. The numbers shown are the "
"original indices. Right-click for a menu with sort options."
-#: ../plug-ins/common/colortoalpha.c:94
-msgid "Convert a specified color to transparency"
-msgstr "Convert a specified colour to transparency"
-
-#: ../plug-ins/common/colortoalpha.c:101
-msgid "Color to _Alpha..."
-msgstr "Colour to _Alpha..."
-
-#: ../plug-ins/common/colortoalpha.c:184
-msgid "Removing color"
-msgstr "Removing colour"
-
-#: ../plug-ins/common/colortoalpha.c:377
-msgid "Color to Alpha"
-msgstr "Colour to Alpha"
-
-#. spinbutton 1
-#: ../plug-ins/common/colortoalpha.c:409 ../plug-ins/gfli/gfli.c:840
-#: ../plug-ins/gfli/gfli.c:910 ../plug-ins/rcm/rcm_dialog.c:299
-#: ../plug-ins/rcm/rcm_dialog.c:377
-msgid "From:"
-msgstr "From:"
-
-#: ../plug-ins/common/colortoalpha.c:413
-msgid "Color to Alpha Color Picker"
-msgstr "Colour to Alpha Colour Picker"
-
-#: ../plug-ins/common/colortoalpha.c:428
-msgid "to alpha"
-msgstr "to alpha"
-
#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170
-#: ../plug-ins/common/raw.c:1002
+#: ../plug-ins/common/file-raw.c:1023
msgid "RGB"
msgstr "RGB"
@@ -2597,8 +1735,8 @@ msgstr "RGB"
msgid "RGBA"
msgstr "RGBA"
-#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noisify.c:525
-#: ../plug-ins/common/noisify.c:540
+#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525
+#: ../plug-ins/common/noise-rgb.c:540
msgid "_Alpha:"
msgstr "_Alpha:"
@@ -2611,11 +1749,11 @@ msgid "_Hue:"
msgstr "_Hue:"
#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221
-#: ../plug-ins/common/scatter_hsv.c:421
+#: ../plug-ins/common/noise-hsv.c:421
msgid "_Saturation:"
msgstr "_Saturation:"
-#: ../plug-ins/common/compose.c:214 ../plug-ins/common/scatter_hsv.c:433
+#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433
msgid "_Value:"
msgstr "_Value:"
@@ -2740,206 +1878,271 @@ msgstr "Could not get layers for image %d"
msgid "Composing"
msgstr "Composing"
-#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1731
+#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735
msgid "At least one image is needed to compose"
msgstr "At least one image is needed to compose"
-#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:721
+#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722
#, c-format
msgid "Specified layer %d not found"
msgstr "Specified layer %d not found"
-#: ../plug-ins/common/compose.c:728
+#: ../plug-ins/common/compose.c:730
msgid "Drawables have different size"
msgstr "Drawables have different size"
-#: ../plug-ins/common/compose.c:753
+#: ../plug-ins/common/compose.c:755
msgid "Images have different size"
msgstr "Images have different size"
-#: ../plug-ins/common/compose.c:770
+#: ../plug-ins/common/compose.c:773
msgid "Error in getting layer IDs"
msgstr "Error in getting layer IDs"
-#: ../plug-ins/common/compose.c:791
+#: ../plug-ins/common/compose.c:796
#, c-format
msgid "Image is not a gray image (bpp=%d)"
msgstr "Image is not a grey image (bpp=%d)"
-#: ../plug-ins/common/compose.c:818
+#: ../plug-ins/common/compose.c:824
msgid "Unable to recompose, source layer not found"
msgstr "Unable to recompose, source layer not found"
-#: ../plug-ins/common/compose.c:1484
+#: ../plug-ins/common/compose.c:1488
msgid "Compose"
msgstr "Compose"
#. Compose type combo
-#: ../plug-ins/common/compose.c:1511
+#: ../plug-ins/common/compose.c:1515
msgid "Compose Channels"
msgstr "Compose Channels"
-#: ../plug-ins/common/compose.c:1521 ../plug-ins/common/decompose.c:1515
+#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515
msgid "Color _model:"
msgstr "Colour _model:"
#. Channel representation table
-#: ../plug-ins/common/compose.c:1553
+#: ../plug-ins/common/compose.c:1557
msgid "Channel Representations"
msgstr "Channel Representations"
-#: ../plug-ins/common/compose.c:1616
+#: ../plug-ins/common/compose.c:1620
msgid "Mask value"
msgstr "Mask value"
-#: ../plug-ins/common/compressor.c:158
-msgid "gzip archive"
-msgstr "gzip archive"
+#: ../plug-ins/common/contrast-normalize.c:80
+msgid "Stretch brightness values to cover the full range"
+msgstr "Stretch brightness values to cover the full range"
-#: ../plug-ins/common/compressor.c:179
-msgid "bzip archive"
-msgstr "bzip archive"
+#: ../plug-ins/common/contrast-normalize.c:92
+#: ../plug-ins/common/edge-dog.c:359
+msgid "_Normalize"
+msgstr "_Normalize"
-#: ../plug-ins/common/compressor.c:373
-msgid "No sensible file extension, saving as compressed XCF."
-msgstr "No sensible file extension, saving as compressed XCF."
+#: ../plug-ins/common/contrast-normalize.c:126
+msgid "Normalizing"
+msgstr "Normalising"
-#: ../plug-ins/common/compressor.c:536
-msgid "No sensible file extension, attempting to load with file magic."
-msgstr "No sensible file extension, attempting to load with file magic."
+#: ../plug-ins/common/contrast-retinex.c:156
+msgid "Enhance contrast using the Retinex method"
+msgstr "Enhance contrast using the Retinex method"
-#: ../plug-ins/common/convmatrix.c:64
+#: ../plug-ins/common/contrast-retinex.c:166
+msgid "Retine_x..."
+msgstr "Retine_x..."
+
+#: ../plug-ins/common/contrast-retinex.c:250
+msgid "Retinex"
+msgstr "Retinex"
+
+#: ../plug-ins/common/contrast-retinex.c:286
+msgid "Retinex Image Enhancement"
+msgstr "Retinex Image Enhancement"
+
+#: ../plug-ins/common/contrast-retinex.c:321
+msgid "Uniform"
+msgstr "Uniform"
+
+#: ../plug-ins/common/contrast-retinex.c:322
+msgid "Low"
+msgstr "Low"
+
+#: ../plug-ins/common/contrast-retinex.c:323
+msgid "High"
+msgstr "High"
+
+#: ../plug-ins/common/contrast-retinex.c:334
+msgid "_Level:"
+msgstr "_Level:"
+
+#: ../plug-ins/common/contrast-retinex.c:339
+msgid "_Scale:"
+msgstr "_Scale:"
+
+#: ../plug-ins/common/contrast-retinex.c:354
+msgid "Scale _division:"
+msgstr "Scale _division:"
+
+#: ../plug-ins/common/contrast-retinex.c:369
+msgid "Dy_namic:"
+msgstr "Dy_namic:"
+
+#: ../plug-ins/common/contrast-retinex.c:642
+msgid "Retinex: filtering"
+msgstr "Retinex: filtering"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:68
+msgid "Stretch image contrast to cover the maximum possible range"
+msgstr "Stretch image contrast to cover the maximum possible range"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:81
+msgid "Stretch _HSV"
+msgstr "Stretch _HSV"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:116
+msgid "Auto-Stretching HSV"
+msgstr "Auto-Stretching HSV"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:192
+msgid "autostretch_hsv: cmap was NULL! Quitting...\n"
+msgstr "autostretch_hsv: cmap was NULL! Quitting...\n"
+
+#: ../plug-ins/common/contrast-stretch.c:68
+msgid "Stretch contrast to cover the maximum possible range"
+msgstr "Stretch contrast to cover the maximum possible range"
+
+#: ../plug-ins/common/contrast-stretch.c:79
+msgid "_Stretch Contrast"
+msgstr "_Stretch Contrast"
+
+#: ../plug-ins/common/contrast-stretch.c:113
+msgid "Auto-stretching contrast"
+msgstr "Auto-stretching contrast"
+
+#: ../plug-ins/common/contrast-stretch.c:152
+msgid "c_astretch: cmap was NULL! Quitting...\n"
+msgstr "c_astretch: cmap was NULL! Quitting...\n"
+
+#: ../plug-ins/common/convolution-matrix.c:64
msgid "Gr_ey"
msgstr "Gr_ey"
-#: ../plug-ins/common/convmatrix.c:65
+#: ../plug-ins/common/convolution-matrix.c:65
msgid "Re_d"
msgstr "Re_d"
-#: ../plug-ins/common/convmatrix.c:66 ../plug-ins/common/newsprint.c:353
+#: ../plug-ins/common/convolution-matrix.c:66
+#: ../plug-ins/common/newsprint.c:353
msgid "_Green"
msgstr "_Green"
-#: ../plug-ins/common/convmatrix.c:67 ../plug-ins/common/newsprint.c:361
+#: ../plug-ins/common/convolution-matrix.c:67
+#: ../plug-ins/common/newsprint.c:361
msgid "_Blue"
msgstr "_Blue"
-#: ../plug-ins/common/convmatrix.c:68
+#: ../plug-ins/common/convolution-matrix.c:68
msgid "_Alpha"
msgstr "_Alpha"
-#: ../plug-ins/common/convmatrix.c:73
+#: ../plug-ins/common/convolution-matrix.c:73
msgid "E_xtend"
msgstr "E_xtend"
-#: ../plug-ins/common/convmatrix.c:74 ../plug-ins/common/displace.c:472
-#: ../plug-ins/common/edge.c:708 ../plug-ins/common/fractaltrace.c:736
-#: ../plug-ins/common/ripple.c:563
+#: ../plug-ins/common/convolution-matrix.c:74
+#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709
+#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564
msgid "_Wrap"
msgstr "_Wrap"
-#: ../plug-ins/common/convmatrix.c:75
+#: ../plug-ins/common/convolution-matrix.c:75
msgid "Cro_p"
msgstr "Cro_p"
-#: ../plug-ins/common/convmatrix.c:201
+#: ../plug-ins/common/convolution-matrix.c:201
msgid "Apply a generic 5x5 convolution matrix"
msgstr "Apply a generic 5x5 convolution matrix"
-#: ../plug-ins/common/convmatrix.c:206
+#: ../plug-ins/common/convolution-matrix.c:206
msgid "_Convolution Matrix..."
msgstr "_Convolution Matrix..."
-#: ../plug-ins/common/convmatrix.c:241
+#: ../plug-ins/common/convolution-matrix.c:241
msgid "Convolution does not work on layers smaller than 3x3 pixels."
msgstr "Convolution does not work on layers smaller than 3x3 pixels."
-#: ../plug-ins/common/convmatrix.c:314
+#: ../plug-ins/common/convolution-matrix.c:314
msgid "Applying convolution"
msgstr "Applying convolution"
-#: ../plug-ins/common/convmatrix.c:906
+#: ../plug-ins/common/convolution-matrix.c:906
msgid "Convolution Matrix"
msgstr "Convolution Matrix"
-#: ../plug-ins/common/convmatrix.c:943
+#: ../plug-ins/common/convolution-matrix.c:944
msgid "Matrix"
msgstr "Matrix"
-#: ../plug-ins/common/convmatrix.c:981
+#: ../plug-ins/common/convolution-matrix.c:982
msgid "D_ivisor:"
msgstr "D_ivisor:"
-#: ../plug-ins/common/convmatrix.c:1007 ../plug-ins/common/depthmerge.c:767
-#: ../plug-ins/common/raw.c:1022
+#: ../plug-ins/common/convolution-matrix.c:1008
+#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1043
msgid "O_ffset:"
msgstr "O_ffset:"
-#: ../plug-ins/common/convmatrix.c:1036
+#: ../plug-ins/common/convolution-matrix.c:1037
msgid "N_ormalise"
msgstr "N_ormalise"
-#: ../plug-ins/common/convmatrix.c:1048
+#: ../plug-ins/common/convolution-matrix.c:1049
msgid "A_lpha-weighting"
msgstr "A_lpha-weighting"
-#: ../plug-ins/common/convmatrix.c:1067
+#: ../plug-ins/common/convolution-matrix.c:1068
msgid "Border"
msgstr "Border"
-#: ../plug-ins/common/convmatrix.c:1094
+#: ../plug-ins/common/convolution-matrix.c:1095
msgid "Channels"
msgstr "Channels"
-#: ../plug-ins/common/csource.c:110
-msgid "C source code"
-msgstr "C source code"
+#: ../plug-ins/common/crop-auto.c:85
+msgid "Remove empty borders from the image"
+msgstr "Remove empty borders from the image"
-#: ../plug-ins/common/csource.c:637
-msgid "Save as C-Source"
-msgstr "Save as C-Source"
+#: ../plug-ins/common/crop-auto.c:90
+msgid "Autocrop Imag_e"
+msgstr "Autocrop Imag_e"
-#: ../plug-ins/common/csource.c:668
-msgid "_Prefixed name:"
-msgstr "_Prefixed name:"
+#: ../plug-ins/common/crop-auto.c:99
+msgid "Remove empty borders from the layer"
+msgstr "Remove empty borders from the layer"
-#: ../plug-ins/common/csource.c:677
-msgid "Co_mment:"
-msgstr "Co_mment:"
+#: ../plug-ins/common/crop-auto.c:104
+msgid "Autocrop Lay_er"
+msgstr "Autocrop Lay_er"
-#. Use Comment
-#.
-#: ../plug-ins/common/csource.c:684
-msgid "_Save comment to file"
-msgstr "_Save comment to file"
+#: ../plug-ins/common/crop-auto.c:151
+msgid "Cropping"
+msgstr "Cropping"
-#. GLib types
-#.
-#: ../plug-ins/common/csource.c:696
-msgid "_Use GLib types (guint8*)"
-msgstr "_Use GLib types (guint8*)"
+#: ../plug-ins/common/crop-zealous.c:85
+msgid "Autocrop unused space from edges and middle"
+msgstr "Autocrop unused space from edges and middle"
-#. Use Macros
-#.
-#: ../plug-ins/common/csource.c:708
-msgid "Us_e macros instead of struct"
-msgstr "Us_e macros instead of struct"
+#: ../plug-ins/common/crop-zealous.c:90
+msgid "_Zealous Crop"
+msgstr "_Zealous Crop"
-#. Use RLE
-#.
-#: ../plug-ins/common/csource.c:720
-msgid "Use _1 byte Run-Length-Encoding"
-msgstr "Use _1 byte Run-Length-Encoding"
+#: ../plug-ins/common/crop-zealous.c:138
+msgid "Zealous cropping"
+msgstr "Zealous cropping"
-#. Alpha
-#.
-#: ../plug-ins/common/csource.c:732
-msgid "Sa_ve alpha channel (RGBA/RGB)"
-msgstr "Sa_ve alpha channel (RGBA/RGB)"
-
-#: ../plug-ins/common/csource.c:750
-msgid "Op_acity:"
-msgstr "Op_acity:"
+#: ../plug-ins/common/crop-zealous.c:239
+msgid "Nothing to crop."
+msgstr "Nothing to crop."
#: ../plug-ins/common/cubism.c:150
msgid "Convert the image into randomly rotated square blobs"
@@ -2953,54 +2156,51 @@ msgstr "_Cubism..."
msgid "Cubism"
msgstr "Cubism"
-#: ../plug-ins/common/cubism.c:304
+#: ../plug-ins/common/cubism.c:305
msgid "_Tile size:"
msgstr "_Tile size:"
-#: ../plug-ins/common/cubism.c:317
+#: ../plug-ins/common/cubism.c:318
msgid "T_ile saturation:"
msgstr "T_ile saturation:"
-#: ../plug-ins/common/cubism.c:328
+#: ../plug-ins/common/cubism.c:329
msgid "_Use background color"
msgstr "_Use background colour"
-#: ../plug-ins/common/cubism.c:418
+#: ../plug-ins/common/cubism.c:419
msgid "Cubistic transformation"
msgstr "Cubistic transformation"
-#: ../plug-ins/common/curve_bend.c:520
+#: ../plug-ins/common/curve-bend.c:520
msgid "Bend the image using two control curves"
msgstr "Bend the image using two control curves"
-#: ../plug-ins/common/curve_bend.c:541
+#: ../plug-ins/common/curve-bend.c:541
msgid "_Curve Bend..."
msgstr "_Curve Bend..."
-#: ../plug-ins/common/curve_bend.c:675
+#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176
msgid "Can operate on layers only (but was called on channel or mask)."
msgstr "Can operate on layers only (but was called on channel or mask)."
-#: ../plug-ins/common/curve_bend.c:683
+#: ../plug-ins/common/curve-bend.c:687
msgid "Cannot operate on layers with masks."
msgstr "Cannot operate on layers with masks."
-#. could not float the selection because selection rectangle
-#. * is completely empty return GIMP_PDB_EXECUTION_ERROR
-#.
-#: ../plug-ins/common/curve_bend.c:694
+#: ../plug-ins/common/curve-bend.c:699
msgid "Cannot operate on empty selections."
msgstr "Cannot operate on empty selections."
#. Possibly retrieve data from a previous run
#. The shell and main vbox
-#: ../plug-ins/common/curve_bend.c:1195 ../plug-ins/common/curve_bend.c:2915
+#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932
msgid "Curve Bend"
msgstr "Curve Bend"
#. Preview area, top of column
#. preview
-#: ../plug-ins/common/curve_bend.c:1231
+#: ../plug-ins/common/curve-bend.c:1247
#: ../plug-ins/gimpressionist/orientmap.c:592
#: ../plug-ins/gimpressionist/sizemap.c:461
#: ../plug-ins/print/print-page-layout.c:159
@@ -3008,116 +2208,116 @@ msgid "Preview"
msgstr "Preview"
#. The preview button
-#: ../plug-ins/common/curve_bend.c:1260
+#: ../plug-ins/common/curve-bend.c:1276
msgid "_Preview Once"
msgstr "_Preview Once"
#. The preview toggle
-#: ../plug-ins/common/curve_bend.c:1269
+#: ../plug-ins/common/curve-bend.c:1285
msgid "Automatic pre_view"
msgstr "Automatic pre_view"
#. Options area, bottom of column
#. Options section
-#: ../plug-ins/common/curve_bend.c:1279 ../plug-ins/common/ripple.c:504
+#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505
#: ../plug-ins/gfig/gfig-dialog.c:1207
msgid "Options"
msgstr "Options"
#. Rotate spinbutton
-#: ../plug-ins/common/curve_bend.c:1293
+#: ../plug-ins/common/curve-bend.c:1309
msgid "Rotat_e:"
msgstr "Rotat_e:"
#. The smoothing toggle
-#: ../plug-ins/common/curve_bend.c:1312
+#: ../plug-ins/common/curve-bend.c:1328
msgid "Smoo_thing"
msgstr "Smoo_thing"
#. The antialiasing toggle
-#: ../plug-ins/common/curve_bend.c:1322 ../plug-ins/common/gqbist.c:853
-#: ../plug-ins/common/mosaic.c:728 ../plug-ins/common/ripple.c:513
+#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727
+#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514
msgid "_Antialiasing"
msgstr "_Antialiasing"
#. The work_on_copy toggle
-#: ../plug-ins/common/curve_bend.c:1332
+#: ../plug-ins/common/curve-bend.c:1348
msgid "Work on cop_y"
msgstr "Work on cop_y"
#. The curves graph
-#: ../plug-ins/common/curve_bend.c:1342
+#: ../plug-ins/common/curve-bend.c:1358
msgid "Modify Curves"
msgstr "Modify Curves"
-#: ../plug-ins/common/curve_bend.c:1370
+#: ../plug-ins/common/curve-bend.c:1386
msgid "Curve for Border"
msgstr "Curve for Border"
-#: ../plug-ins/common/curve_bend.c:1374
+#: ../plug-ins/common/curve-bend.c:1390
msgid "_Upper"
msgstr "_Upper"
-#: ../plug-ins/common/curve_bend.c:1375
+#: ../plug-ins/common/curve-bend.c:1391
msgid "_Lower"
msgstr "_Lower"
-#: ../plug-ins/common/curve_bend.c:1385
+#: ../plug-ins/common/curve-bend.c:1401
msgid "Curve Type"
msgstr "Curve Type"
-#: ../plug-ins/common/curve_bend.c:1389
+#: ../plug-ins/common/curve-bend.c:1405
msgid "Smoot_h"
msgstr "Smoot_h"
-#: ../plug-ins/common/curve_bend.c:1390
+#: ../plug-ins/common/curve-bend.c:1406
msgid "_Free"
msgstr "_Free"
#. The Copy button
-#: ../plug-ins/common/curve_bend.c:1405
+#: ../plug-ins/common/curve-bend.c:1421
msgid "_Copy"
msgstr "_Copy"
-#: ../plug-ins/common/curve_bend.c:1410
+#: ../plug-ins/common/curve-bend.c:1426
msgid "Copy the active curve to the other border"
msgstr "Copy the active curve to the other border"
#. The CopyInv button
-#: ../plug-ins/common/curve_bend.c:1417
+#: ../plug-ins/common/curve-bend.c:1433
msgid "_Mirror"
msgstr "_Mirror"
-#: ../plug-ins/common/curve_bend.c:1422
+#: ../plug-ins/common/curve-bend.c:1438
msgid "Mirror the active curve to the other border"
msgstr "Mirror the active curve to the other border"
#. The Swap button
-#: ../plug-ins/common/curve_bend.c:1430
+#: ../plug-ins/common/curve-bend.c:1446
msgid "S_wap"
msgstr "S_wap"
-#: ../plug-ins/common/curve_bend.c:1435
+#: ../plug-ins/common/curve-bend.c:1451
msgid "Swap the two curves"
msgstr "Swap the two curves"
-#: ../plug-ins/common/curve_bend.c:1447
+#: ../plug-ins/common/curve-bend.c:1463
msgid "Reset the active curve"
msgstr "Reset the active curve"
-#: ../plug-ins/common/curve_bend.c:1464
+#: ../plug-ins/common/curve-bend.c:1480
msgid "Load the curves from a file"
msgstr "Load the curves from a file"
-#: ../plug-ins/common/curve_bend.c:1476
+#: ../plug-ins/common/curve-bend.c:1492
msgid "Save the curves to a file"
msgstr "Save the curves to a file"
-#: ../plug-ins/common/curve_bend.c:2013
+#: ../plug-ins/common/curve-bend.c:2030
msgid "Load Curve Points from File"
msgstr "Load Curve Points from File"
-#: ../plug-ins/common/curve_bend.c:2048
+#: ../plug-ins/common/curve-bend.c:2065
msgid "Save Curve Points to File"
msgstr "Save Curve Points to File"
@@ -3337,91 +2537,83 @@ msgstr "Keep o_dd fields"
msgid "Keep _even fields"
msgstr "Keep _even fields"
-#: ../plug-ins/common/depthmerge.c:183
+#: ../plug-ins/common/depth-merge.c:184
msgid "Combine two images using depth maps (z-buffers)"
msgstr "Combine two images using depth maps (z-buffers)"
-#: ../plug-ins/common/depthmerge.c:192
+#: ../plug-ins/common/depth-merge.c:193
msgid "_Depth Merge..."
msgstr "_Depth Merge..."
-#: ../plug-ins/common/depthmerge.c:386
+#: ../plug-ins/common/depth-merge.c:387
msgid "Depth-merging"
msgstr "Depth-merging"
-#: ../plug-ins/common/depthmerge.c:643
+#: ../plug-ins/common/depth-merge.c:644
msgid "Depth Merge"
msgstr "Depth Merge"
-#: ../plug-ins/common/depthmerge.c:695
+#: ../plug-ins/common/depth-merge.c:696
msgid "Source 1:"
msgstr "Source 1:"
-#: ../plug-ins/common/depthmerge.c:710 ../plug-ins/common/depthmerge.c:740
+#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741
msgid "Depth map:"
msgstr "Depth map:"
-#: ../plug-ins/common/depthmerge.c:725
+#: ../plug-ins/common/depth-merge.c:726
msgid "Source 2:"
msgstr "Source 2:"
-#: ../plug-ins/common/depthmerge.c:757
+#: ../plug-ins/common/depth-merge.c:758
msgid "O_verlap:"
msgstr "O_verlap:"
-#: ../plug-ins/common/depthmerge.c:777
+#: ../plug-ins/common/depth-merge.c:778
msgid "Sc_ale 1:"
msgstr "Sc_ale 1:"
-#: ../plug-ins/common/depthmerge.c:787
+#: ../plug-ins/common/depth-merge.c:788
msgid "Sca_le 2:"
msgstr "Sca_le 2:"
-#: ../plug-ins/common/desktop-link.c:82
-msgid "Desktop Link"
-msgstr "Desktop Link"
-
-#: ../plug-ins/common/desktop-link.c:163
-#, c-format
-msgid "Error loading desktop file '%s': %s"
-msgstr "Error loading desktop file '%s': %s"
-
-#: ../plug-ins/common/despeckle.c:147
+#: ../plug-ins/common/despeckle.c:142
msgid "Remove speckle noise from the image"
msgstr "Remove speckle noise from the image"
-#: ../plug-ins/common/despeckle.c:153
+#: ../plug-ins/common/despeckle.c:148
msgid "Des_peckle..."
msgstr "Des_peckle..."
-#: ../plug-ins/common/despeckle.c:394 ../plug-ins/common/despeckle.c:614
+#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645
msgid "Despeckle"
msgstr "Despeckle"
-#: ../plug-ins/common/despeckle.c:423
+#: ../plug-ins/common/despeckle.c:454
msgid "Median"
msgstr "Median"
-#: ../plug-ins/common/despeckle.c:431
+#: ../plug-ins/common/despeckle.c:462
msgid "_Adaptive"
msgstr "_Adaptive"
-#: ../plug-ins/common/despeckle.c:441
+#: ../plug-ins/common/despeckle.c:472
msgid "R_ecursive"
msgstr "R_ecursive"
-#: ../plug-ins/common/despeckle.c:462 ../plug-ins/common/neon.c:730
-#: ../plug-ins/common/nlfilt.c:1088 ../plug-ins/common/nova.c:366
-#: ../plug-ins/common/unsharp.c:678 ../plug-ins/common/whirlpinch.c:588
-#: ../plug-ins/gflare/gflare.c:2712 ../plug-ins/imagemap/imap_circle.c:278
+#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732
+#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366
+#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589
+#: ../plug-ins/gradient-flare/gradient-flare.c:2758
+#: ../plug-ins/imagemap/imap_circle.c:278
msgid "_Radius:"
msgstr "_Radius:"
-#: ../plug-ins/common/despeckle.c:478
+#: ../plug-ins/common/despeckle.c:509
msgid "_Black level:"
msgstr "_Black level:"
-#: ../plug-ins/common/despeckle.c:494
+#: ../plug-ins/common/despeckle.c:525
msgid "_White level:"
msgstr "_White level:"
@@ -3441,44 +2633,20 @@ msgstr "Destriping"
msgid "Destripe"
msgstr "Destripe"
-#: ../plug-ins/common/destripe.c:472 ../plug-ins/common/gtm.c:584
-#: ../plug-ins/common/papertile.c:302 ../plug-ins/common/postscript.c:3154
-#: ../plug-ins/common/postscript.c:3363 ../plug-ins/common/raw.c:1035
-#: ../plug-ins/common/smooth_palette.c:436 ../plug-ins/common/tile.c:431
+#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595
+#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380
+#: ../plug-ins/common/file-raw.c:1056 ../plug-ins/common/smooth-palette.c:436
+#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431
#: ../plug-ins/imagemap/imap_cmd_guides.c:165
#: ../plug-ins/imagemap/imap_rectangle.c:403
#: ../plug-ins/print/print-page-layout.c:252
msgid "_Width:"
msgstr "_Width:"
-#: ../plug-ins/common/destripe.c:483
+#: ../plug-ins/common/destripe.c:484
msgid "Create _histogram"
msgstr "Create _histogram"
-#: ../plug-ins/common/dicom.c:141
-msgid "DICOM image"
-msgstr "DICOM image"
-
-#: ../plug-ins/common/dicom.c:166
-msgid "Digital Imaging and Communications in Medicine image"
-msgstr "Digital Imaging and Communications in Medicine image"
-
-#: ../plug-ins/common/dicom.c:322
-#, c-format
-msgid "'%s' is not a DICOM file."
-msgstr "'%s' is not a DICOM file."
-
-#: ../plug-ins/common/dicom.c:678 ../plug-ins/common/pcx.c:639
-#: ../plug-ins/common/pnm.c:949
-msgid "Cannot save images with alpha channel."
-msgstr "Cannot save images with alpha channel."
-
-#: ../plug-ins/common/dicom.c:693 ../plug-ins/common/postscript.c:1187
-#: ../plug-ins/common/xwd.c:589 ../plug-ins/fits/fits.c:448
-#: ../plug-ins/xjt/xjt.c:1692
-msgid "Cannot operate on unknown image types."
-msgstr "Cannot operate on unknown image types."
-
#: ../plug-ins/common/diffraction.c:167
msgid "Generate diffraction patterns"
msgstr "Generate diffraction patterns"
@@ -3495,6 +2663,11 @@ msgstr "Creating diffraction pattern"
msgid "Diffraction Patterns"
msgstr "Diffraction Patterns"
+#: ../plug-ins/common/diffraction.c:477
+#: ../plug-ins/map-object/map-object-ui.c:1388
+msgid "_Preview!"
+msgstr "_Preview!"
+
#: ../plug-ins/common/diffraction.c:527
msgid "Frequencies"
msgstr "Frequencies"
@@ -3507,8 +2680,8 @@ msgstr "Contours"
msgid "Sharp Edges"
msgstr "Sharp Edges"
-#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:681
-#: ../plug-ins/flame/flame.c:1057
+#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683
+#: ../plug-ins/flame/flame.c:1081
msgid "_Brightness:"
msgstr "_Brightness:"
@@ -3582,48 +2755,108 @@ msgstr "_Polar"
msgid "Edge Behavior"
msgstr "Edge Behaviour"
-#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:721
-#: ../plug-ins/common/ripple.c:564 ../plug-ins/common/waves.c:280
+#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722
+#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281
msgid "_Smear"
msgstr "_Smear"
-#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:734
-#: ../plug-ins/common/fractaltrace.c:740 ../plug-ins/common/newsprint.c:398
+#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735
+#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398
msgid "_Black"
msgstr "_Black"
-#: ../plug-ins/common/dog.c:133
+#: ../plug-ins/common/edge-dog.c:133
msgid "Edge detection with control of edge thickness"
msgstr "Edge detection with control of edge thickness"
-#: ../plug-ins/common/dog.c:140
+#: ../plug-ins/common/edge-dog.c:140
msgid "_Difference of Gaussians..."
msgstr "_Difference of Gaussians..."
-#: ../plug-ins/common/dog.c:231 ../plug-ins/common/dog.c:278
+#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300
msgid "DoG Edge Detect"
msgstr "DoG Edge Detect"
-#: ../plug-ins/common/dog.c:306
+#: ../plug-ins/common/edge-dog.c:329
msgid "Smoothing Parameters"
msgstr "Smoothing Parameters"
-#: ../plug-ins/common/dog.c:320
+#: ../plug-ins/common/edge-dog.c:343
msgid "_Radius 1:"
msgstr "_Radius 1:"
-#: ../plug-ins/common/dog.c:324
+#: ../plug-ins/common/edge-dog.c:347
msgid "R_adius 2:"
msgstr "R_adius 2:"
-#: ../plug-ins/common/dog.c:336 ../plug-ins/common/normalize.c:92
-msgid "_Normalize"
-msgstr "_Normalize"
-
-#: ../plug-ins/common/dog.c:347 ../plug-ins/gimpressionist/paper.c:167
+#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167
msgid "_Invert"
msgstr "_Invert"
+#: ../plug-ins/common/edge-laplace.c:75
+msgid "High-resolution edge detection"
+msgstr "High-resolution edge detection"
+
+#: ../plug-ins/common/edge-laplace.c:85
+msgid "_Laplace"
+msgstr "_Laplace"
+
+#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673
+msgid "Laplace"
+msgstr "Laplace"
+
+#: ../plug-ins/common/edge-laplace.c:321
+msgid "Cleanup"
+msgstr "Cleanup"
+
+#: ../plug-ins/common/edge-neon.c:134
+msgid "Simulate the glowing boundary of a neon light"
+msgstr "Simulate the glowing boundary of a neon light"
+
+#: ../plug-ins/common/edge-neon.c:139
+msgid "_Neon..."
+msgstr "_Neon..."
+
+#: ../plug-ins/common/edge-neon.c:211
+msgid "Neon"
+msgstr "Neon"
+
+#: ../plug-ins/common/edge-neon.c:695
+msgid "Neon Detection"
+msgstr "Neon Detection"
+
+#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693
+msgid "_Amount:"
+msgstr "_Amount:"
+
+#: ../plug-ins/common/edge-sobel.c:108
+msgid "Specialized direction-dependent edge detection"
+msgstr "Specialized direction-dependent edge detection"
+
+#: ../plug-ins/common/edge-sobel.c:121
+msgid "_Sobel..."
+msgstr "_Sobel..."
+
+#: ../plug-ins/common/edge-sobel.c:231
+msgid "Sobel Edge Detection"
+msgstr "Sobel Edge Detection"
+
+#: ../plug-ins/common/edge-sobel.c:260
+msgid "Sobel _horizontally"
+msgstr "Sobel _horizontally"
+
+#: ../plug-ins/common/edge-sobel.c:272
+msgid "Sobel _vertically"
+msgstr "Sobel _vertically"
+
+#: ../plug-ins/common/edge-sobel.c:284
+msgid "_Keep sign of result (one direction only)"
+msgstr "_Keep sign of result (one direction only)"
+
+#: ../plug-ins/common/edge-sobel.c:370
+msgid "Sobel edge detecting"
+msgstr "Sobel edge detecting"
+
#: ../plug-ins/common/edge.c:152
msgid "Several simple methods for detecting edges"
msgstr "Several simple methods for detecting edges"
@@ -3640,35 +2873,31 @@ msgstr "Edge detection"
msgid "Edge Detection"
msgstr "Edge Detection"
-#: ../plug-ins/common/edge.c:667
+#: ../plug-ins/common/edge.c:668
msgid "Sobel"
msgstr "Sobel"
-#: ../plug-ins/common/edge.c:668
+#: ../plug-ins/common/edge.c:669
msgid "Prewitt compass"
msgstr "Prewitt compass"
-#: ../plug-ins/common/edge.c:669 ../plug-ins/common/sinus.c:904
+#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904
msgid "Gradient"
msgstr "Gradient"
-#: ../plug-ins/common/edge.c:670
+#: ../plug-ins/common/edge.c:671
msgid "Roberts"
msgstr "Roberts"
-#: ../plug-ins/common/edge.c:671
+#: ../plug-ins/common/edge.c:672
msgid "Differential"
msgstr "Differential"
-#: ../plug-ins/common/edge.c:672 ../plug-ins/common/laplace.c:243
-msgid "Laplace"
-msgstr "Laplace"
-
-#: ../plug-ins/common/edge.c:681
+#: ../plug-ins/common/edge.c:682
msgid "_Algorithm:"
msgstr "_Algorithm:"
-#: ../plug-ins/common/edge.c:689
+#: ../plug-ins/common/edge.c:690
msgid "A_mount:"
msgstr "A_mount:"
@@ -3716,67 +2945,1721 @@ msgstr "Engraving"
msgid "Engrave"
msgstr "Engrave"
-#: ../plug-ins/common/engrave.c:243 ../plug-ins/common/film.c:1003
-#: ../plug-ins/common/gtm.c:600 ../plug-ins/common/papertile.c:313
-#: ../plug-ins/common/postscript.c:3164 ../plug-ins/common/postscript.c:3372
-#: ../plug-ins/common/raw.c:1048 ../plug-ins/common/smooth_palette.c:441
+#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611
+#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389
+#: ../plug-ins/common/file-raw.c:1069 ../plug-ins/common/film.c:1003
+#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313
#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175
#: ../plug-ins/imagemap/imap_rectangle.c:410
#: ../plug-ins/print/print-page-layout.c:254
msgid "_Height:"
msgstr "_Height:"
-#: ../plug-ins/common/engrave.c:254
+#: ../plug-ins/common/engrave.c:255
msgid "_Limit line width"
msgstr "_Limit line width"
-#: ../plug-ins/common/exchange.c:122
-msgid "Swap one color with another"
-msgstr "Swap one colour with another"
+#: ../plug-ins/common/file-aa.c:98
+msgid "ASCII art"
+msgstr "ASCII art"
-#: ../plug-ins/common/exchange.c:128
-msgid "_Color Exchange..."
-msgstr "_Colour Exchange..."
+#. Create the actual window.
+#: ../plug-ins/common/file-aa.c:349
+msgid "Save as Text"
+msgstr "Save as Text"
-#: ../plug-ins/common/exchange.c:213 ../plug-ins/common/exchange.c:287
-msgid "Color Exchange"
-msgstr "Colour Exchange"
+#: ../plug-ins/common/file-aa.c:371
+msgid "_Format:"
+msgstr "_Format:"
-#: ../plug-ins/common/exchange.c:309
-msgid "Middle-Click Inside Preview to Pick \"From Color\""
-msgstr "Middle-Click Inside Preview to Pick \"From Colour\""
+#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129
+msgid "KISS CEL"
+msgstr "KISS CEL"
-#: ../plug-ins/common/exchange.c:347
-msgid "To Color"
-msgstr "To Colour"
+#: ../plug-ins/common/file-cel.c:191
+msgid "Load KISS Palette"
+msgstr "Load KISS Palette"
-#: ../plug-ins/common/exchange.c:347
-msgid "From Color"
-msgstr "From Colour"
+#. max. rows allocated
+#. column, highest column ever used
+#. -1 assume fsel is not available (and not attached to any drawable)
+#. -1 assume there is no floating selection
+#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330
+#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345
+#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335
+#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586
+#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728
+#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042
+#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486
+#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603
+#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741
+#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520
+#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217
+#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646
+#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136
+#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363
+#, c-format
+msgid "Opening '%s'"
+msgstr "Opening '%s'"
-#: ../plug-ins/common/exchange.c:365
-msgid "Color Exchange: To Color"
-msgstr "Colour Exchange: To Colour"
+#: ../plug-ins/common/file-cel.c:354
+msgid "Can't create a new image"
+msgstr "Can't create a new image"
-#: ../plug-ins/common/exchange.c:366
-msgid "Color Exchange: From Color"
-msgstr "Colour Exchange: From Colour"
+#: ../plug-ins/common/file-cel.c:443
+#, c-format
+msgid "Unsupported bit depth (%d)!"
+msgstr "Unsupported bit depth (%d)!"
-#: ../plug-ins/common/exchange.c:424
-msgid "R_ed threshold:"
-msgstr "R_ed threshold:"
+#. init the progress meter
+#. And let's begin the progress
+#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:637
+#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280
+#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467
+#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529
+#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:982
+#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568
+#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693
+#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637
+#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307
+#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718
+#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282
+#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:554
+#: ../plug-ins/file-xjt/xjt.c:1710
+#, c-format
+msgid "Saving '%s'"
+msgstr "Saving '%s'"
-#: ../plug-ins/common/exchange.c:484
-msgid "G_reen threshold:"
-msgstr "G_reen threshold:"
+#: ../plug-ins/common/file-compressor.c:160
+msgid "gzip archive"
+msgstr "gzip archive"
-#: ../plug-ins/common/exchange.c:545
-msgid "B_lue threshold:"
-msgstr "B_lue threshold:"
+#: ../plug-ins/common/file-compressor.c:181
+msgid "bzip archive"
+msgstr "bzip archive"
-#: ../plug-ins/common/exchange.c:573
-msgid "Lock _thresholds"
-msgstr "Lock _thresholds"
+#: ../plug-ins/common/file-compressor.c:390
+msgid "No sensible file extension, saving as compressed XCF."
+msgstr "No sensible file extension, saving as compressed XCF."
+
+#: ../plug-ins/common/file-compressor.c:572
+msgid "No sensible file extension, attempting to load with file magic."
+msgstr "No sensible file extension, attempting to load with file magic."
+
+#: ../plug-ins/common/file-csource.c:112
+msgid "C source code"
+msgstr "C source code"
+
+#: ../plug-ins/common/file-csource.c:660
+msgid "Save as C-Source"
+msgstr "Save as C-Source"
+
+#: ../plug-ins/common/file-csource.c:691
+msgid "_Prefixed name:"
+msgstr "_Prefixed name:"
+
+#: ../plug-ins/common/file-csource.c:700
+msgid "Co_mment:"
+msgstr "Co_mment:"
+
+#. Use Comment
+#.
+#: ../plug-ins/common/file-csource.c:707
+msgid "_Save comment to file"
+msgstr "_Save comment to file"
+
+#. GLib types
+#.
+#: ../plug-ins/common/file-csource.c:719
+msgid "_Use GLib types (guint8*)"
+msgstr "_Use GLib types (guint8*)"
+
+#. Use Macros
+#.
+#: ../plug-ins/common/file-csource.c:731
+msgid "Us_e macros instead of struct"
+msgstr "Us_e macros instead of struct"
+
+#. Use RLE
+#.
+#: ../plug-ins/common/file-csource.c:743
+msgid "Use _1 byte Run-Length-Encoding"
+msgstr "Use _1 byte Run-Length-Encoding"
+
+#. Alpha
+#.
+#: ../plug-ins/common/file-csource.c:755
+msgid "Sa_ve alpha channel (RGBA/RGB)"
+msgstr "Sa_ve alpha channel (RGBA/RGB)"
+
+#: ../plug-ins/common/file-csource.c:773
+msgid "Op_acity:"
+msgstr "Op_acity:"
+
+#: ../plug-ins/common/file-desktop-link.c:83
+msgid "Desktop Link"
+msgstr "Desktop Link"
+
+#: ../plug-ins/common/file-desktop-link.c:173
+#, c-format
+msgid "Error loading desktop file '%s': %s"
+msgstr "Error loading desktop file '%s': %s"
+
+#: ../plug-ins/common/file-dicom.c:146
+msgid "DICOM image"
+msgstr "DICOM image"
+
+#: ../plug-ins/common/file-dicom.c:171
+msgid "Digital Imaging and Communications in Medicine image"
+msgstr "Digital Imaging and Communications in Medicine image"
+
+#: ../plug-ins/common/file-dicom.c:352
+#, c-format
+msgid "'%s' is not a DICOM file."
+msgstr "'%s' is not a DICOM file."
+
+#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659
+#: ../plug-ins/common/file-pnm.c:967
+msgid "Cannot save images with alpha channel."
+msgstr "Cannot save images with alpha channel."
+
+#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203
+#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466
+#: ../plug-ins/file-xjt/xjt.c:1705
+msgid "Cannot operate on unknown image types."
+msgstr "Cannot operate on unknown image types."
+
+#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175
+msgid "GIMP brush"
+msgstr "GIMP brush"
+
+#: ../plug-ins/common/file-gbr.c:401 ../plug-ins/common/file-gbr.c:413
+msgid "Unsupported brush format"
+msgstr "Unsupported brush format"
+
+#: ../plug-ins/common/file-gbr.c:425
+#, c-format
+msgid "Error in GIMP brush file '%s'"
+msgstr "Error in GIMP brush file '%s'"
+
+#: ../plug-ins/common/file-gbr.c:433
+#, c-format
+msgid "Invalid UTF-8 string in brush file '%s'."
+msgstr "Invalid UTF-8 string in brush file '%s'."
+
+#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510
+#: ../plug-ins/common/file-gih.c:1173
+#: ../plug-ins/gradient-flare/gradient-flare.c:3063
+msgid "Unnamed"
+msgstr "Unnamed"
+
+#: ../plug-ins/common/file-gbr.c:622
+msgid "GIMP brushes are either GRAYSCALE or RGBA"
+msgstr "GIMP brushes are either GREYSCALE or RGBA"
+
+#: ../plug-ins/common/file-gbr.c:720
+msgid "Save as Brush"
+msgstr "Save as Brush"
+
+#. attach labels
+#: ../plug-ins/common/file-gbr.c:747 ../plug-ins/common/grid.c:790
+msgid "Spacing:"
+msgstr "Spacing:"
+
+#: ../plug-ins/common/file-gbr.c:758 ../plug-ins/common/file-gih.c:925
+#: ../plug-ins/common/file-pat.c:556 ../plug-ins/gimpressionist/presets.c:666
+msgid "Description:"
+msgstr "Description:"
+
+#: ../plug-ins/common/file-gif-load.c:142
+#: ../plug-ins/common/file-gif-save.c:168
+msgid "GIF image"
+msgstr "GIF image"
+
+#: ../plug-ins/common/file-gif-load.c:357
+msgid "This is not a GIF file"
+msgstr "This is not a GIF file"
+
+#: ../plug-ins/common/file-gif-load.c:396
+msgid "Non-square pixels. Image might look squashed."
+msgstr "Non-square pixels. Image might look squashed."
+
+#: ../plug-ins/common/file-gif-load.c:913
+#, c-format
+msgid "Background (%d%s)"
+msgstr "Background (%d%s)"
+
+#: ../plug-ins/common/file-gif-load.c:936
+#, c-format
+msgid "Opening '%s' (frame %d)"
+msgstr "Opening '%s' (frame %d)"
+
+#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791
+#: ../plug-ins/common/iwarp.c:826
+#, c-format
+msgid "Frame %d"
+msgstr "Frame %d"
+
+#: ../plug-ins/common/file-gif-load.c:967
+#, c-format
+msgid "Frame %d (%d%s)"
+msgstr "Frame %d (%d%s)"
+
+#: ../plug-ins/common/file-gif-load.c:998
+#, c-format
+msgid ""
+"GIF: Undocumented GIF composite type %d is not handled. Animation might not "
+"play or re-save perfectly."
+msgstr ""
+"GIF: Undocumented GIF composite type %d is not handled. Animation might not "
+"play or re-save perfectly."
+
+#: ../plug-ins/common/file-gif-save.c:447
+msgid "Couldn't simply reduce colors further. Saving as opaque."
+msgstr "Couldn't simply reduce colours further. Saving as opaque."
+
+#: ../plug-ins/common/file-gif-save.c:562
+#, c-format
+msgid ""
+"Unable to save '%s'. The GIF file format does not support images that are "
+"more than %d pixels wide or tall."
+msgstr ""
+"Unable to save '%s'. The GIF file format does not support images that are "
+"more than %d pixels wide or tall."
+
+#: ../plug-ins/common/file-gif-save.c:673
+msgid ""
+"The GIF format only supports comments in 7bit ASCII encoding. No comment is "
+"saved."
+msgstr ""
+"The GIF format only supports comments in 7bit ASCII encoding. No comment is "
+"saved."
+
+#: ../plug-ins/common/file-gif-save.c:732
+msgid ""
+"Cannot save RGB color images. Convert to indexed color or grayscale first."
+msgstr ""
+"Cannot save RGB colour images. Convert to indexed colour or greyscale first."
+
+#: ../plug-ins/common/file-gif-save.c:910
+msgid "Delay inserted to prevent evil CPU-sucking animation."
+msgstr "Delay inserted to prevent evil CPU-sucking animation."
+
+#: ../plug-ins/common/file-gif-save.c:950
+msgid ""
+"The image you are trying to save as a GIF contains layers which extend "
+"beyond the actual borders of the image."
+msgstr ""
+"The image you are trying to save as a GIF contains layers which extend "
+"beyond the actual borders of the image."
+
+#: ../plug-ins/common/file-gif-save.c:967
+msgid ""
+"The GIF file format does not allow this. You may choose whether to crop all "
+"of the layers to the image borders, or cancel this save."
+msgstr ""
+"The GIF file format does not allow this. You may choose whether to crop all "
+"of the layers to the image borders, or cancel this save."
+
+#: ../plug-ins/common/file-gif-save.c:1008
+msgid "Save as GIF"
+msgstr "Save as GIF"
+
+#. regular gif parameter settings
+#: ../plug-ins/common/file-gif-save.c:1030
+msgid "GIF Options"
+msgstr "GIF Options"
+
+#: ../plug-ins/common/file-gif-save.c:1036
+msgid "I_nterlace"
+msgstr "I_nterlace"
+
+#: ../plug-ins/common/file-gif-save.c:1052
+msgid "_GIF comment:"
+msgstr "_GIF comment:"
+
+#. additional animated gif parameter settings
+#: ../plug-ins/common/file-gif-save.c:1110
+msgid "Animated GIF Options"
+msgstr "Animated GIF Options"
+
+#: ../plug-ins/common/file-gif-save.c:1116
+msgid "_Loop forever"
+msgstr "_Loop forever"
+
+#: ../plug-ins/common/file-gif-save.c:1129
+msgid "_Delay between frames where unspecified:"
+msgstr "_Delay between frames where unspecified:"
+
+#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507
+msgid "milliseconds"
+msgstr "milliseconds"
+
+#: ../plug-ins/common/file-gif-save.c:1154
+msgid "_Frame disposal where unspecified:"
+msgstr "_Frame disposal where unspecified:"
+
+#: ../plug-ins/common/file-gif-save.c:1158
+msgid "I don't care"
+msgstr "I don't care"
+
+#: ../plug-ins/common/file-gif-save.c:1160
+msgid "Cumulative layers (combine)"
+msgstr "Cumulative layers (combine)"
+
+#: ../plug-ins/common/file-gif-save.c:1162
+msgid "One frame per layer (replace)"
+msgstr "One frame per layer (replace)"
+
+#. The "Always use default values" toggles
+#: ../plug-ins/common/file-gif-save.c:1178
+msgid "_Use delay entered above for all frames"
+msgstr "_Use delay entered above for all frames"
+
+#: ../plug-ins/common/file-gif-save.c:1188
+msgid "U_se disposal entered above for all frames"
+msgstr "U_se disposal entered above for all frames"
+
+#: ../plug-ins/common/file-gif-save.c:2341
+msgid "Error writing output file."
+msgstr "Error writing output file."
+
+#: ../plug-ins/common/file-gif-save.c:2411
+#, c-format
+msgid "The default comment is limited to %d characters."
+msgstr "The default comment is limited to %d characters."
+
+#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230
+msgid "GIMP brush (animated)"
+msgstr "GIMP brush (animated)"
+
+#: ../plug-ins/common/file-gih.c:324
+#, c-format
+msgid "Layer %s doesn't have an alpha channel, skipped"
+msgstr "Layer %s doesn't have an alpha channel, skipped"
+
+#: ../plug-ins/common/file-gih.c:503
+msgid "Error in GIMP brush pipe file."
+msgstr "Error in GIMP brush pipe file."
+
+#: ../plug-ins/common/file-gih.c:569
+msgid "GIMP brush file appears to be corrupted."
+msgstr "GIMP brush file appears to be corrupted."
+
+#: ../plug-ins/common/file-gih.c:718
+msgid "Couldn't load one brush in the pipe, giving up."
+msgstr "Couldn't load one brush in the pipe, giving up."
+
+#: ../plug-ins/common/file-gih.c:881
+msgid "Save as Brush Pipe"
+msgstr "Save as Brush Pipe"
+
+#: ../plug-ins/common/file-gih.c:911
+msgid "Spacing (percent):"
+msgstr "Spacing (percent):"
+
+#: ../plug-ins/common/file-gih.c:978
+msgid "Pixels"
+msgstr "Pixels"
+
+#: ../plug-ins/common/file-gih.c:983
+msgid "Cell size:"
+msgstr "Cell size:"
+
+#: ../plug-ins/common/file-gih.c:995
+msgid "Number of cells:"
+msgstr "Number of cells:"
+
+#: ../plug-ins/common/file-gih.c:1020
+msgid " Rows of "
+msgstr " Rows of "
+
+#: ../plug-ins/common/file-gih.c:1032
+msgid " Columns on each layer"
+msgstr " Columns on each layer"
+
+#: ../plug-ins/common/file-gih.c:1036
+msgid " (Width Mismatch!) "
+msgstr " (Width Mismatch!) "
+
+#: ../plug-ins/common/file-gih.c:1040
+msgid " (Height Mismatch!) "
+msgstr " (Height Mismatch!) "
+
+#: ../plug-ins/common/file-gih.c:1045
+msgid "Display as:"
+msgstr "Display as:"
+
+#: ../plug-ins/common/file-gih.c:1054
+msgid "Dimension:"
+msgstr "Dimension:"
+
+#: ../plug-ins/common/file-gih.c:1129
+msgid "Ranks:"
+msgstr "Ranks:"
+
+#: ../plug-ins/common/file-header.c:77
+msgid "C source code header"
+msgstr "C source code header"
+
+#: ../plug-ins/common/file-html-table.c:156
+msgid "HTML table"
+msgstr "HTML table"
+
+#: ../plug-ins/common/file-html-table.c:409
+msgid "Save as HTML table"
+msgstr "Save as HTML table"
+
+#: ../plug-ins/common/file-html-table.c:436
+msgid "Warning"
+msgstr "Warning"
+
+#: ../plug-ins/common/file-html-table.c:447
+msgid ""
+"You are about to create a huge\n"
+"HTML file which will most likely\n"
+"crash your browser."
+msgstr ""
+"You are about to create a huge\n"
+"HTML file which will most likely\n"
+"crash your browser."
+
+#. HTML Page Options
+#: ../plug-ins/common/file-html-table.c:456
+msgid "HTML Page Options"
+msgstr "HTML Page Options"
+
+#: ../plug-ins/common/file-html-table.c:463
+msgid "_Generate full HTML document"
+msgstr "_Generate full HTML document"
+
+#: ../plug-ins/common/file-html-table.c:469
+msgid ""
+"If checked GTM will output a full HTML document with , , etc. "
+"tags instead of just the table html."
+msgstr ""
+"If checked GTM will output a full HTML document with , , etc. "
+"tags instead of just the table html."
+
+#. HTML Table Creation Options
+#: ../plug-ins/common/file-html-table.c:482
+msgid "Table Creation Options"
+msgstr "Table Creation Options"
+
+#: ../plug-ins/common/file-html-table.c:490
+msgid "_Use cellspan"
+msgstr "_Use cellspan"
+
+#: ../plug-ins/common/file-html-table.c:496
+msgid ""
+"If checked GTM will replace any rectangular sections of identically colored "
+"blocks with one large cell with ROWSPAN and COLSPAN values."
+msgstr ""
+"If checked GTM will replace any rectangular sections of identically coloured "
+"blocks with one large cell with ROWSPAN and COLSPAN values."
+
+#: ../plug-ins/common/file-html-table.c:505
+msgid "Co_mpress TD tags"
+msgstr "Co_mpress TD tags"
+
+#: ../plug-ins/common/file-html-table.c:511
+msgid ""
+"Checking this tag will cause GTM to leave no whitespace between the TD tags "
+"and the cellcontent. This is only necessary for pixel level positioning "
+"control."
+msgstr ""
+"Checking this tag will cause GTM to leave no whitespace between the TD tags "
+"and the cellcontent. This is only necessary for pixel level positioning "
+"control."
+
+#: ../plug-ins/common/file-html-table.c:521
+msgid "C_aption"
+msgstr "C_aption"
+
+#: ../plug-ins/common/file-html-table.c:527
+msgid "Check if you would like to have the table captioned."
+msgstr "Check if you would like to have the table captioned."
+
+#: ../plug-ins/common/file-html-table.c:542
+msgid "The text for the table caption."
+msgstr "The text for the table caption."
+
+#: ../plug-ins/common/file-html-table.c:555
+msgid "C_ell content:"
+msgstr "C_ell content:"
+
+#: ../plug-ins/common/file-html-table.c:559
+msgid "The text to go into each cell."
+msgstr "The text to go into each cell."
+
+#. HTML Table Options
+#: ../plug-ins/common/file-html-table.c:569
+msgid "Table Options"
+msgstr "Table Options"
+
+#: ../plug-ins/common/file-html-table.c:580
+msgid "_Border:"
+msgstr "_Border:"
+
+#: ../plug-ins/common/file-html-table.c:584
+msgid "The number of pixels in the table border."
+msgstr "The number of pixels in the table border."
+
+#: ../plug-ins/common/file-html-table.c:599
+msgid "The width for each table cell. Can be a number or a percent."
+msgstr "The width for each table cell. Can be a number or a percent."
+
+#: ../plug-ins/common/file-html-table.c:615
+msgid "The height for each table cell. Can be a number or a percent."
+msgstr "The height for each table cell. Can be a number or a percent."
+
+#: ../plug-ins/common/file-html-table.c:626
+msgid "Cell-_padding:"
+msgstr "Cell-_padding:"
+
+#: ../plug-ins/common/file-html-table.c:630
+msgid "The amount of cellpadding."
+msgstr "The amount of cellpadding."
+
+#: ../plug-ins/common/file-html-table.c:639
+msgid "Cell-_spacing:"
+msgstr "Cell-_spacing:"
+
+#: ../plug-ins/common/file-html-table.c:643
+msgid "The amount of cellspacing."
+msgstr "The amount of cellspacing."
+
+#. Inform the user that we couldn't losslessly save the
+#. * transparency & just use the full palette
+#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760
+msgid "Couldn't losslessly save transparency, saving opacity instead."
+msgstr "Couldn't losslessly save transparency, saving opacity instead."
+
+#: ../plug-ins/common/file-mng.c:1287
+msgid "Save as MNG"
+msgstr "Save as MNG"
+
+#: ../plug-ins/common/file-mng.c:1307
+msgid "MNG Options"
+msgstr "MNG Options"
+
+#: ../plug-ins/common/file-mng.c:1313
+msgid "Interlace"
+msgstr "Interlace"
+
+#: ../plug-ins/common/file-mng.c:1325
+msgid "Save background color"
+msgstr "Save background colour"
+
+#: ../plug-ins/common/file-mng.c:1336
+msgid "Save gamma"
+msgstr "Save gamma"
+
+#: ../plug-ins/common/file-mng.c:1346
+msgid "Save resolution"
+msgstr "Save resolution"
+
+#: ../plug-ins/common/file-mng.c:1357
+msgid "Save creation time"
+msgstr "Save creation time"
+
+#: ../plug-ins/common/file-mng.c:1376
+msgid "PNG"
+msgstr "PNG"
+
+#: ../plug-ins/common/file-mng.c:1377
+msgid "JNG"
+msgstr "JNG"
+
+#: ../plug-ins/common/file-mng.c:1380
+msgid "PNG + delta PNG"
+msgstr "PNG + delta PNG"
+
+#: ../plug-ins/common/file-mng.c:1381
+msgid "JNG + delta PNG"
+msgstr "JNG + delta PNG"
+
+#: ../plug-ins/common/file-mng.c:1382
+msgid "All PNG"
+msgstr "All PNG"
+
+#: ../plug-ins/common/file-mng.c:1383
+msgid "All JNG"
+msgstr "All JNG"
+
+#: ../plug-ins/common/file-mng.c:1395
+msgid "Default chunks type:"
+msgstr "Default chunks type:"
+
+#: ../plug-ins/common/file-mng.c:1398
+msgid "Combine"
+msgstr "Combine"
+
+#: ../plug-ins/common/file-mng.c:1399
+msgid "Replace"
+msgstr "Replace"
+
+#: ../plug-ins/common/file-mng.c:1410
+msgid "Default frame disposal:"
+msgstr "Default frame disposal:"
+
+#: ../plug-ins/common/file-mng.c:1422
+msgid "PNG compression level:"
+msgstr "PNG compression level:"
+
+#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1908
+msgid "Choose a high compression level for small file size"
+msgstr "Choose a high compression level for small file size"
+
+#: ../plug-ins/common/file-mng.c:1444
+msgid "JPEG compression quality:"
+msgstr "JPEG compression quality:"
+
+#: ../plug-ins/common/file-mng.c:1461
+msgid "JPEG smoothing factor:"
+msgstr "JPEG smoothing factor:"
+
+#: ../plug-ins/common/file-mng.c:1471
+msgid "Animated MNG Options"
+msgstr "Animated MNG Options"
+
+#: ../plug-ins/common/file-mng.c:1477
+msgid "Loop"
+msgstr "Loop"
+
+#: ../plug-ins/common/file-mng.c:1491
+msgid "Default frame delay:"
+msgstr "Default frame delay:"
+
+#: ../plug-ins/common/file-mng.c:1564
+msgid "MNG animation"
+msgstr "MNG animation"
+
+#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145
+msgid "GIMP pattern"
+msgstr "GIMP pattern"
+
+#: ../plug-ins/common/file-pat.c:371
+#, c-format
+msgid "Invalid UTF-8 string in pattern file '%s'."
+msgstr "Invalid UTF-8 string in pattern file '%s'."
+
+#: ../plug-ins/common/file-pat.c:528
+msgid "Save as Pattern"
+msgstr "Save as Pattern"
+
+#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152
+msgid "ZSoft PCX image"
+msgstr "ZSoft PCX image"
+
+#: ../plug-ins/common/file-pcx.c:372
+#, c-format
+msgid "Could not read header from '%s'"
+msgstr "Could not read header from '%s'"
+
+#: ../plug-ins/common/file-pcx.c:382
+#, c-format
+msgid "'%s' is not a PCX file"
+msgstr "'%s' is not a PCX file"
+
+#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:606
+#: ../plug-ins/file-psd/psd-load.c:302
+#, c-format
+msgid "Unsupported or invalid image width: %d"
+msgstr "Unsupported or invalid image width: %d"
+
+#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:612
+#: ../plug-ins/file-psd/psd-load.c:294
+#, c-format
+msgid "Unsupported or invalid image height: %d"
+msgstr "Unsupported or invalid image height: %d"
+
+#: ../plug-ins/common/file-pcx.c:405
+msgid "Invalid number of bytes per line in PCX header"
+msgstr "Invalid number of bytes per line in PCX header"
+
+#: ../plug-ins/common/file-pcx.c:453
+msgid "Unusual PCX flavour, giving up"
+msgstr "Unusual PCX flavour, giving up"
+
+#: ../plug-ins/common/file-pcx.c:676
+#, c-format
+msgid "Invalid X offset: %d"
+msgstr "Invalid X offset: %d"
+
+#: ../plug-ins/common/file-pcx.c:682
+#, c-format
+msgid "Invalid Y offset: %d"
+msgstr "Invalid Y offset: %d"
+
+#: ../plug-ins/common/file-pcx.c:688
+#, c-format
+msgid "Right border out of bounds (must be < %d): %d"
+msgstr "Right border out of bounds (must be < %d): %d"
+
+#: ../plug-ins/common/file-pcx.c:695
+#, c-format
+msgid "Bottom border out of bounds (must be < %d): %d"
+msgstr "Bottom border out of bounds (must be < %d): %d"
+
+#: ../plug-ins/common/file-pcx.c:752
+#, c-format
+msgid "Writing to file '%s' failed: %s"
+msgstr "Writing to file '%s' failed: %s"
+
+#: ../plug-ins/common/file-pdf.c:288
+msgid "Portable Document Format"
+msgstr "Portable Document Format"
+
+#: ../plug-ins/common/file-pdf.c:620
+#, c-format
+msgid "%s-%s"
+msgstr "%s-%s"
+
+#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125
+#, c-format
+msgid "%s-pages"
+msgstr "%s-pages"
+
+#: ../plug-ins/common/file-pdf.c:808
+msgid "Import from PDF"
+msgstr "Import from PDF"
+
+#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100
+#: ../plug-ins/common/file-tiff-load.c:483
+msgid "_Import"
+msgstr "_Import"
+
+#: ../plug-ins/common/file-pdf.c:879
+msgid "_Width (pixels):"
+msgstr "_Width (pixels):"
+
+#: ../plug-ins/common/file-pdf.c:880
+msgid "_Height (pixels):"
+msgstr "_Height (pixels):"
+
+#: ../plug-ins/common/file-pdf.c:882
+msgid "_Resolution:"
+msgstr "_Resolution:"
+
+#: ../plug-ins/common/file-pdf.c:1156
+#, c-format
+msgid "pixels/%s"
+msgstr "pixels/%s"
+
+#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159
+msgid "Alias Pix image"
+msgstr "Alias Pix image"
+
+#: ../plug-ins/common/file-png.c:263 ../plug-ins/common/file-png.c:284
+#: ../plug-ins/common/file-png.c:304 ../plug-ins/common/file-png.c:321
+msgid "PNG image"
+msgstr "PNG image"
+
+#: ../plug-ins/common/file-png.c:628
+#, c-format
+msgid "Error loading PNG file: %s"
+msgstr "Error loading PNG file: %s"
+
+#: ../plug-ins/common/file-png.c:703
+#, c-format
+msgid "Error while reading '%s'. File corrupted?"
+msgstr "Error while reading '%s'. File corrupted?"
+
+#: ../plug-ins/common/file-png.c:834
+#, c-format
+msgid "Unknown color model in PNG file '%s'."
+msgstr "Unknown colour model in PNG file '%s'."
+
+#: ../plug-ins/common/file-png.c:889
+msgid ""
+"The PNG file specifies an offset that caused the layer to be positioned "
+"outside the image."
+msgstr ""
+"The PNG file specifies an offset that caused the layer to be positioned "
+"outside the image."
+
+#: ../plug-ins/common/file-png.c:1254
+#, c-format
+msgid "Error while saving '%s'. Could not save image."
+msgstr "Error while saving '%s'. Could not save image."
+
+#: ../plug-ins/common/file-png.c:1785
+msgid "Save as PNG"
+msgstr "Save as PNG"
+
+#: ../plug-ins/common/file-png.c:1817
+msgid "_Interlacing (Adam7)"
+msgstr "_Interlacing (Adam7)"
+
+#: ../plug-ins/common/file-png.c:1828
+msgid "Save _background color"
+msgstr "Save _background colour"
+
+#: ../plug-ins/common/file-png.c:1836
+msgid "Save _gamma"
+msgstr "Save _gamma"
+
+#: ../plug-ins/common/file-png.c:1846
+msgid "Save layer o_ffset"
+msgstr "Save layer o_ffset"
+
+#: ../plug-ins/common/file-png.c:1855
+msgid "Save _resolution"
+msgstr "Save _resolution"
+
+#: ../plug-ins/common/file-png.c:1865
+msgid "Save creation _time"
+msgstr "Save creation _time"
+
+#: ../plug-ins/common/file-png.c:1874
+msgid "Save comme_nt"
+msgstr "Save comme_nt"
+
+#: ../plug-ins/common/file-png.c:1890
+msgid "Save color _values from transparent pixels"
+msgstr "Save colour _values from transparent pixels"
+
+#: ../plug-ins/common/file-png.c:1904
+msgid "Co_mpression level:"
+msgstr "Co_mpression level:"
+
+#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1186
+msgid "_Load Defaults"
+msgstr "_Load Defaults"
+
+#: ../plug-ins/common/file-png.c:1930
+msgid "S_ave Defaults"
+msgstr "S_ave Defaults"
+
+#: ../plug-ins/common/file-pnm.c:248
+msgid "PNM Image"
+msgstr "PNM Image"
+
+#: ../plug-ins/common/file-pnm.c:268
+msgid "PNM image"
+msgstr "PNM image"
+
+#: ../plug-ins/common/file-pnm.c:280
+msgid "PBM image"
+msgstr "PBM image"
+
+#: ../plug-ins/common/file-pnm.c:292
+msgid "PGM image"
+msgstr "PGM image"
+
+#: ../plug-ins/common/file-pnm.c:304
+msgid "PPM image"
+msgstr "PPM image"
+
+#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550
+#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570
+#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728
+msgid "Premature end of file."
+msgstr "Premature end of file."
+
+#: ../plug-ins/common/file-pnm.c:530
+msgid "Invalid file."
+msgstr "Invalid file."
+
+#: ../plug-ins/common/file-pnm.c:544
+msgid "File not in a supported format."
+msgstr "File not in a supported format."
+
+#: ../plug-ins/common/file-pnm.c:553
+msgid "Invalid X resolution."
+msgstr "Invalid X resolution."
+
+#: ../plug-ins/common/file-pnm.c:555
+msgid "Image width is larger than GIMP can handle."
+msgstr "Image width is larger than GIMP can handle."
+
+#: ../plug-ins/common/file-pnm.c:562
+msgid "Invalid Y resolution."
+msgstr "Invalid Y resolution."
+
+#: ../plug-ins/common/file-pnm.c:564
+msgid "Image height is larger than GIMP can handle."
+msgstr "Image height is larger than GIMP can handle."
+
+#: ../plug-ins/common/file-pnm.c:576
+msgid "Unsupported maximum value."
+msgstr "Unsupported maximum value."
+
+#: ../plug-ins/common/file-pnm.c:781
+msgid "Error reading file."
+msgstr "Error reading file."
+
+#: ../plug-ins/common/file-pnm.c:1185
+msgid "Save as PNM"
+msgstr "Save as PNM"
+
+#. file save type
+#: ../plug-ins/common/file-pnm.c:1202
+msgid "Data formatting"
+msgstr "Data formatting"
+
+#: ../plug-ins/common/file-pnm.c:1206
+msgid "Raw"
+msgstr "Raw"
+
+#: ../plug-ins/common/file-pnm.c:1207
+msgid "Ascii"
+msgstr "Ascii"
+
+#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691
+msgid "PostScript document"
+msgstr "PostScript document"
+
+#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707
+msgid "Encapsulated PostScript image"
+msgstr "Encapsulated PostScript image"
+
+#: ../plug-ins/common/file-ps.c:638
+msgid "PDF document"
+msgstr "PDF document"
+
+#: ../plug-ins/common/file-ps.c:1050
+#, c-format
+msgid "Could not interpret Postscript file '%s'"
+msgstr "Could not interpret Postscript file '%s'"
+
+#: ../plug-ins/common/file-ps.c:1192
+#, c-format
+msgid "PostScript save cannot handle images with alpha channels"
+msgstr "PostScript save cannot handle images with alpha channels"
+
+#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763
+#, c-format
+msgid ""
+"Error starting Ghostscript. Make sure that Ghostscript is installed and - if "
+"necessary - use the environment variable GS_PROG to tell GIMP about its "
+"location.\n"
+"(%s)"
+msgstr ""
+"Error starting Ghostscript. Make sure that Ghostscript is installed and - if "
+"necessary - use the environment variable GS_PROG to tell GIMP about its "
+"location.\n"
+"(%s)"
+
+#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999
+#, c-format
+msgid "Page %d"
+msgstr "Page %d"
+
+#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733
+#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011
+#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612
+#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974
+msgid "Write error occurred"
+msgstr "Write error occurred"
+
+#: ../plug-ins/common/file-ps.c:3095
+msgid "Import from PostScript"
+msgstr "Import from PostScript"
+
+#. Rendering
+#: ../plug-ins/common/file-ps.c:3138
+msgid "Rendering"
+msgstr "Rendering"
+
+#. Resolution
+#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929
+#: ../plug-ins/common/file-wmf.c:692
+msgid "Resolution:"
+msgstr "Resolution:"
+
+#: ../plug-ins/common/file-ps.c:3193
+msgid "Pages:"
+msgstr "Pages:"
+
+#: ../plug-ins/common/file-ps.c:3200
+msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)"
+msgstr "Pages to load (e.g.: 1-4 or 1,3,5-7)"
+
+#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643
+msgid "Layers"
+msgstr "Layers"
+
+#: ../plug-ins/common/file-ps.c:3206
+msgid "Images"
+msgstr "Images"
+
+#: ../plug-ins/common/file-ps.c:3209
+msgid "Open as"
+msgstr "Open as"
+
+#: ../plug-ins/common/file-ps.c:3213
+msgid "Try Bounding Box"
+msgstr "Try Bounding Box"
+
+#. Colouring
+#: ../plug-ins/common/file-ps.c:3226
+msgid "Coloring"
+msgstr "Colouring"
+
+#: ../plug-ins/common/file-ps.c:3230
+msgid "B/W"
+msgstr "B/W"
+
+#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479
+#: ../plug-ins/gimpressionist/color.c:66
+#: ../plug-ins/gimpressionist/general.c:170
+#: ../plug-ins/imagemap/imap_menu.c:213
+msgid "Color"
+msgstr "Colour"
+
+#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033
+msgid "Automatic"
+msgstr "Automatic"
+
+#: ../plug-ins/common/file-ps.c:3243
+msgid "Text antialiasing"
+msgstr "Text antialiasing"
+
+#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260
+msgid "Weak"
+msgstr "Weak"
+
+#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261
+msgid "Strong"
+msgstr "Strong"
+
+#: ../plug-ins/common/file-ps.c:3255
+msgid "Graphic antialiasing"
+msgstr "Graphic antialiasing"
+
+#: ../plug-ins/common/file-ps.c:3333
+msgid "Save as PostScript"
+msgstr "Save as PostScript"
+
+#. Image Size
+#: ../plug-ins/common/file-ps.c:3364
+msgid "Image Size"
+msgstr "Image Size"
+
+#: ../plug-ins/common/file-ps.c:3413
+msgid "_Keep aspect ratio"
+msgstr "_Keep aspect ratio"
+
+#: ../plug-ins/common/file-ps.c:3419
+msgid ""
+"When toggled, the resulting image will be scaled to fit into the given size "
+"without changing the aspect ratio."
+msgstr ""
+"When toggled, the resulting image will be scaled to fit into the given size "
+"without changing the aspect ratio."
+
+#. Unit
+#: ../plug-ins/common/file-ps.c:3429
+msgid "Unit"
+msgstr "Unit"
+
+#: ../plug-ins/common/file-ps.c:3433
+msgid "_Inch"
+msgstr "_Inch"
+
+#: ../plug-ins/common/file-ps.c:3434
+msgid "_Millimeter"
+msgstr "_Millimetre"
+
+#. Rotation
+#: ../plug-ins/common/file-ps.c:3445
+#: ../plug-ins/map-object/map-object-ui.c:1035
+msgid "Rotation"
+msgstr "Rotation"
+
+#. Format
+#: ../plug-ins/common/file-ps.c:3460
+msgid "Output"
+msgstr "Output"
+
+#: ../plug-ins/common/file-ps.c:3466
+msgid "_PostScript level 2"
+msgstr "_PostScript level 2"
+
+#: ../plug-ins/common/file-ps.c:3475
+msgid "_Encapsulated PostScript"
+msgstr "_Encapsulated PostScript"
+
+#: ../plug-ins/common/file-ps.c:3484
+msgid "P_review"
+msgstr "P_review"
+
+#: ../plug-ins/common/file-ps.c:3505
+msgid "Preview _size:"
+msgstr "Preview _size:"
+
+#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623
+msgid "Paint Shop Pro image"
+msgstr "Paint Shop Pro image"
+
+#: ../plug-ins/common/file-psp.c:640
+msgid "Save as PSP"
+msgstr "Save as PSP"
+
+#. file save type
+#: ../plug-ins/common/file-psp.c:657
+msgid "Data Compression"
+msgstr "Data Compression"
+
+#: ../plug-ins/common/file-psp.c:662
+msgid "RLE"
+msgstr "RLE"
+
+#: ../plug-ins/common/file-psp.c:663
+msgid "LZ77"
+msgstr "LZ77"
+
+#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197
+msgid "Raw image data"
+msgstr "Raw image data"
+
+#: ../plug-ins/common/file-raw.c:980
+msgid "Load Image from Raw Data"
+msgstr "Load Image from Raw Data"
+
+#: ../plug-ins/common/file-raw.c:1013
+msgid "Image"
+msgstr "Image"
+
+#: ../plug-ins/common/file-raw.c:1024
+msgid "RGB Alpha"
+msgstr "RGB Alpha"
+
+#: ../plug-ins/common/file-raw.c:1025
+msgid "Planar RGB"
+msgstr "Planar RGB"
+
+#: ../plug-ins/common/file-raw.c:1026
+msgid "Indexed"
+msgstr "Indexed"
+
+#: ../plug-ins/common/file-raw.c:1027
+msgid "Indexed Alpha"
+msgstr "Indexed Alpha"
+
+#: ../plug-ins/common/file-raw.c:1032
+msgid "Image _Type:"
+msgstr "Image _Type:"
+
+#: ../plug-ins/common/file-raw.c:1082
+msgid "Palette"
+msgstr "Palette"
+
+#: ../plug-ins/common/file-raw.c:1092 ../plug-ins/common/file-raw.c:1191
+msgid "R, G, B (normal)"
+msgstr "R, G, B (normal)"
+
+#: ../plug-ins/common/file-raw.c:1093 ../plug-ins/common/file-raw.c:1193
+msgid "B, G, R, X (BMP style)"
+msgstr "B, G, R, X (BMP style)"
+
+#: ../plug-ins/common/file-raw.c:1098
+msgid "_Palette Type:"
+msgstr "_Palette Type:"
+
+#: ../plug-ins/common/file-raw.c:1109
+msgid "Off_set:"
+msgstr "Off_set:"
+
+#: ../plug-ins/common/file-raw.c:1121
+msgid "Select Palette File"
+msgstr "Select Palette File"
+
+#: ../plug-ins/common/file-raw.c:1127
+msgid "Pal_ette File:"
+msgstr "Pal_ette File:"
+
+#: ../plug-ins/common/file-raw.c:1155
+msgid "Raw Image Save"
+msgstr "Raw Image Save"
+
+#: ../plug-ins/common/file-raw.c:1177
+msgid "RGB Save Type"
+msgstr "RGB Save Type"
+
+#: ../plug-ins/common/file-raw.c:1181
+msgid "Standard (R,G,B)"
+msgstr "Standard (R,G,B)"
+
+#: ../plug-ins/common/file-raw.c:1182
+msgid "Planar (RRR,GGG,BBB)"
+msgstr "Planar (RRR,GGG,BBB)"
+
+#: ../plug-ins/common/file-raw.c:1187
+msgid "Indexed Palette Type"
+msgstr "Indexed Palette Type"
+
+#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237
+msgid "SUN Rasterfile image"
+msgstr "SUN Rasterfile image"
+
+#: ../plug-ins/common/file-sunras.c:402
+#, c-format
+msgid "Could not open '%s' as SUN-raster-file"
+msgstr "Could not open '%s' as SUN-raster-file"
+
+#: ../plug-ins/common/file-sunras.c:412
+msgid "The type of this SUN-rasterfile is not supported"
+msgstr "The type of this SUN-rasterfile is not supported"
+
+#: ../plug-ins/common/file-sunras.c:441
+#, c-format
+msgid "Could not read color entries from '%s'"
+msgstr "Could not read colour entries from '%s'"
+
+#: ../plug-ins/common/file-sunras.c:449
+msgid "Type of colormap not supported"
+msgstr "Type of colourmap not supported"
+
+#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826
+#: ../plug-ins/common/file-xwd.c:489
+#, c-format
+msgid ""
+"'%s':\n"
+"No image width specified"
+msgstr ""
+"'%s':\n"
+"No image width specified"
+
+#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833
+#: ../plug-ins/common/file-xwd.c:498
+#, c-format
+msgid ""
+"'%s':\n"
+"Image width is larger than GIMP can handle"
+msgstr ""
+"'%s':\n"
+"Image width is larger than GIMP can handle"
+
+#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840
+#: ../plug-ins/common/file-xwd.c:506
+#, c-format
+msgid ""
+"'%s':\n"
+"No image height specified"
+msgstr ""
+"'%s':\n"
+"No image height specified"
+
+#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847
+#: ../plug-ins/common/file-xwd.c:514
+#, c-format
+msgid ""
+"'%s':\n"
+"Image height is larger than GIMP can handle"
+msgstr ""
+"'%s':\n"
+"Image height is larger than GIMP can handle"
+
+#: ../plug-ins/common/file-sunras.c:518
+msgid "This image depth is not supported"
+msgstr "This image depth is not supported"
+
+#: ../plug-ins/common/file-sunras.c:542
+#, c-format
+msgid "SUNRAS save cannot handle images with alpha channels"
+msgstr "SUNRAS save cannot handle images with alpha channels"
+
+#: ../plug-ins/common/file-sunras.c:553
+msgid "Can't operate on unknown image types"
+msgstr "Can't operate on unknown image types"
+
+#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173
+#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349
+#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449
+#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807
+#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697
+msgid "EOF encountered on reading"
+msgstr "EOF encountered on reading"
+
+#: ../plug-ins/common/file-sunras.c:1629
+msgid "Save as SUNRAS"
+msgstr "Save as SUNRAS"
+
+#. file save type
+#: ../plug-ins/common/file-sunras.c:1646
+msgid "Data Formatting"
+msgstr "Data Formatting"
+
+#: ../plug-ins/common/file-sunras.c:1650
+msgid "RunLength Encoded"
+msgstr "RunLength Encoded"
+
+#: ../plug-ins/common/file-svg.c:140
+msgid "SVG image"
+msgstr "SVG image"
+
+#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733
+msgid "Unknown reason"
+msgstr "Unknown reason"
+
+#: ../plug-ins/common/file-svg.c:341
+msgid "Rendering SVG"
+msgstr "Rendering SVG"
+
+#: ../plug-ins/common/file-svg.c:353
+msgid "Rendered SVG"
+msgstr "Rendered SVG"
+
+#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358
+#, c-format
+msgid "%d × %d"
+msgstr "%d × %d"
+
+#: ../plug-ins/common/file-svg.c:575
+msgid ""
+"SVG file does not\n"
+"specify a size!"
+msgstr ""
+"SVG file does not\n"
+"specify a size!"
+
+#. Scalable Vector Graphics is SVG, should perhaps not be translated
+#: ../plug-ins/common/file-svg.c:742
+msgid "Render Scalable Vector Graphics"
+msgstr "Render Scalable Vector Graphics"
+
+#. Width and Height
+#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571
+#: ../plug-ins/common/grid.c:724
+msgid "Width:"
+msgstr "Width:"
+
+#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577
+msgid "Height:"
+msgstr "Height:"
+
+#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651
+msgid "_X ratio:"
+msgstr "_X ratio:"
+
+#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673
+msgid "_Y ratio:"
+msgstr "_Y ratio:"
+
+#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687
+msgid "Constrain aspect ratio"
+msgstr "Constrain aspect ratio"
+
+#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698
+#: ../plug-ins/print/print-page-layout.c:273
+#, c-format
+msgid "pixels/%a"
+msgstr "pixels/%a"
+
+#. Path Import
+#: ../plug-ins/common/file-svg.c:955
+msgid "Import _paths"
+msgstr "Import _paths"
+
+#: ../plug-ins/common/file-svg.c:961
+msgid ""
+"Import path elements of the SVG so they can be used with the GIMP path tool"
+msgstr ""
+"Import path elements of the SVG so they can be used with the GIMP path tool"
+
+#: ../plug-ins/common/file-svg.c:974
+msgid "Merge imported paths"
+msgstr "Merge imported paths"
+
+#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264
+msgid "TarGA image"
+msgstr "TarGA image"
+
+#: ../plug-ins/common/file-tga.c:455
+#, c-format
+msgid "Cannot read footer from '%s'"
+msgstr "Cannot read footer from '%s'"
+
+#: ../plug-ins/common/file-tga.c:473
+#, c-format
+msgid "Cannot read extension from '%s'"
+msgstr "Cannot read extension from '%s'"
+
+#: ../plug-ins/common/file-tga.c:485
+#, c-format
+msgid "Cannot read header from '%s'"
+msgstr "Cannot read header from '%s'"
+
+#: ../plug-ins/common/file-tga.c:1368
+msgid "Save as TGA"
+msgstr "Save as TGA"
+
+#. rle
+#: ../plug-ins/common/file-tga.c:1391
+msgid "_RLE compression"
+msgstr "_RLE compression"
+
+#: ../plug-ins/common/file-tga.c:1405
+msgid "Or_igin:"
+msgstr "Or_igin:"
+
+#: ../plug-ins/common/file-tga.c:1409
+msgid "Bottom left"
+msgstr "Bottom left"
+
+#: ../plug-ins/common/file-tga.c:1410
+msgid "Top left"
+msgstr "Top left"
+
+#: ../plug-ins/common/file-tiff-load.c:240
+#: ../plug-ins/common/file-tiff-save.c:182
+#: ../plug-ins/common/file-tiff-save.c:199
+msgid "TIFF image"
+msgstr "TIFF image"
+
+#: ../plug-ins/common/file-tiff-load.c:310
+#, c-format
+msgid "TIFF '%s' does not contain any directories"
+msgstr "TIFF '%s' does not contain any directories"
+
+#: ../plug-ins/common/file-tiff-load.c:478
+msgid "Import from TIFF"
+msgstr "Import from TIFF"
+
+#: ../plug-ins/common/file-tiff-load.c:780
+#, c-format
+msgid "%s-%d-of-%d-pages"
+msgstr "%s-%d-of-%d-pages"
+
+#: ../plug-ins/common/file-tiff-load.c:1015
+msgid "TIFF Channel"
+msgstr "TIFF Channel"
+
+#: ../plug-ins/common/file-tiff-load.c:1024
+#: ../plug-ins/file-psd/psd-load.c:325
+msgid ""
+"Warning:\n"
+"The image you are loading has 16 bits per channel. GIMP can only handle 8 "
+"bit, so it will be converted for you. Information will be lost because of "
+"this conversion."
+msgstr ""
+"Warning:\n"
+"The image you are loading has 16 bits per channel. GIMP can only handle 8 "
+"bit, so it will be converted for you. Information will be lost because of "
+"this conversion."
+
+#: ../plug-ins/common/file-tiff-save.c:887
+msgid ""
+"The TIFF format only supports comments in\n"
+"7bit ASCII encoding. No comment is saved."
+msgstr ""
+"The TIFF format only supports comments in\n"
+"7bit ASCII encoding. No comment is saved."
+
+#: ../plug-ins/common/file-tiff-save.c:1061
+msgid "Save as TIFF"
+msgstr "Save as TIFF"
+
+#. compression
+#: ../plug-ins/common/file-tiff-save.c:1083
+msgid "Compression"
+msgstr "Compression"
+
+#: ../plug-ins/common/file-tiff-save.c:1087
+msgid "_None"
+msgstr "_None"
+
+#: ../plug-ins/common/file-tiff-save.c:1088
+msgid "_LZW"
+msgstr "_LZW"
+
+#: ../plug-ins/common/file-tiff-save.c:1089
+msgid "_Pack Bits"
+msgstr "_Pack Bits"
+
+#: ../plug-ins/common/file-tiff-save.c:1090
+msgid "_Deflate"
+msgstr "_Deflate"
+
+#: ../plug-ins/common/file-tiff-save.c:1091
+msgid "_JPEG"
+msgstr "_JPEG"
+
+#: ../plug-ins/common/file-tiff-save.c:1092
+msgid "CCITT Group _3 fax"
+msgstr "CCITT Group _3 fax"
+
+#: ../plug-ins/common/file-tiff-save.c:1093
+msgid "CCITT Group _4 fax"
+msgstr "CCITT Group _4 fax"
+
+#: ../plug-ins/common/file-tiff-save.c:1115
+msgid "Save _color values from transparent pixels"
+msgstr "Save _colour values from transparent pixels"
+
+#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246
+msgid "Comment:"
+msgstr "Comment:"
+
+#: ../plug-ins/common/file-wmf.c:129
+msgid "Microsoft WMF file"
+msgstr "Microsoft WMF file"
+
+#: ../plug-ins/common/file-wmf.c:352
+msgid ""
+"WMF file does not\n"
+"specify a size!"
+msgstr ""
+"WMF file does not\n"
+"specify a size!"
+
+#: ../plug-ins/common/file-wmf.c:500
+msgid "Render Windows Metafile"
+msgstr "Render Windows Metafile"
+
+#: ../plug-ins/common/file-wmf.c:963
+#, c-format
+msgid "Could not open '%s' for reading"
+msgstr "Could not open '%s' for reading"
+
+#: ../plug-ins/common/file-wmf.c:1003
+msgid "Rendered WMF"
+msgstr "Rendered WMF"
+
+#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194
+msgid "X BitMap image"
+msgstr "X BitMap image"
+
+#: ../plug-ins/common/file-xbm.c:819
+#, c-format
+msgid ""
+"'%s':\n"
+"Could not read header (ftell == %ld)"
+msgstr ""
+"'%s':\n"
+"Could not read header (ftell == %ld)"
+
+#: ../plug-ins/common/file-xbm.c:854
+#, c-format
+msgid ""
+"'%s':\n"
+"No image data type specified"
+msgstr ""
+"'%s':\n"
+"No image data type specified"
+
+#. The image is not black-and-white.
+#: ../plug-ins/common/file-xbm.c:997
+msgid ""
+"The image which you are trying to save as an XBM contains more than two "
+"colors.\n"
+"\n"
+"Please convert it to a black and white (1-bit) indexed image and try again."
+msgstr ""
+"The image which you are trying to save as an XBM contains more than two "
+"colours.\n"
+"\n"
+"Please convert it to a black and white (1-bit) indexed image and try again."
+
+#: ../plug-ins/common/file-xbm.c:1008
+msgid ""
+"You cannot save a cursor mask for an image\n"
+"which has no alpha channel."
+msgstr ""
+"You cannot save a cursor mask for an image\n"
+"which has no alpha channel."
+
+#: ../plug-ins/common/file-xbm.c:1185
+msgid "Save as XBM"
+msgstr "Save as XBM"
+
+#. parameter settings
+#: ../plug-ins/common/file-xbm.c:1202
+msgid "XBM Options"
+msgstr "XBM Options"
+
+#. X10 format
+#: ../plug-ins/common/file-xbm.c:1212
+msgid "_X10 format bitmap"
+msgstr "_X10 format bitmap"
+
+#: ../plug-ins/common/file-xbm.c:1232
+msgid "_Identifier prefix:"
+msgstr "_Identifier prefix:"
+
+#. hotspot toggle
+#: ../plug-ins/common/file-xbm.c:1254
+msgid "_Write hot spot values"
+msgstr "_Write hot spot values"
+
+#: ../plug-ins/common/file-xbm.c:1276
+msgid "Hot spot _X:"
+msgstr "Hot spot _X:"
+
+#: ../plug-ins/common/file-xbm.c:1286
+msgid "Hot spot _Y:"
+msgstr "Hot spot _Y:"
+
+#. mask file
+#: ../plug-ins/common/file-xbm.c:1293
+msgid "Mask File"
+msgstr "Mask File"
+
+#: ../plug-ins/common/file-xbm.c:1303
+msgid "W_rite extra mask file"
+msgstr "W_rite extra mask file"
+
+#: ../plug-ins/common/file-xbm.c:1316
+msgid "_Mask file extension:"
+msgstr "_Mask file extension:"
+
+#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199
+msgid "X PixMap image"
+msgstr "X PixMap image"
+
+#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773
+#, c-format
+msgid "Error opening file '%s'"
+msgstr "Error opening file '%s'"
+
+#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779
+msgid "XPM file invalid"
+msgstr "XPM file invalid"
+
+#: ../plug-ins/common/file-xpm.c:805
+msgid "Save as XPM"
+msgstr "Save as XPM"
+
+#: ../plug-ins/common/file-xpm.c:829
+msgid "_Alpha threshold:"
+msgstr "_Alpha threshold:"
+
+#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298
+msgid "X window dump"
+msgstr "X window dump"
+
+#: ../plug-ins/common/file-xwd.c:442
+#, c-format
+msgid "Could not read XWD header from '%s'"
+msgstr "Could not read XWD header from '%s'"
+
+#: ../plug-ins/common/file-xwd.c:480
+msgid "Can't read color entries"
+msgstr "Can't read colour entries"
+
+#: ../plug-ins/common/file-xwd.c:570
+#, c-format
+msgid ""
+"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is "
+"not supported."
+msgstr ""
+"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is "
+"not supported."
+
+#: ../plug-ins/common/file-xwd.c:593
+msgid "Cannot save images with alpha channels."
+msgstr "Cannot save images with alpha channels."
+
+#: ../plug-ins/common/file-xwd.c:2195
+msgid "Error during writing indexed/gray image"
+msgstr "Error during writing indexed/grey image"
+
+#: ../plug-ins/common/file-xwd.c:2293
+msgid "Error during writing rgb image"
+msgstr "Error during writing rgb image"
#: ../plug-ins/common/film.c:217
msgid "Combine several images on a film strip"
@@ -3790,8 +4673,8 @@ msgstr "_Filmstrip..."
msgid "Composing images"
msgstr "Composing images"
-#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:185
-#: ../plug-ins/helpbrowser/dialog.c:1144
+#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216
+#: ../plug-ins/help-browser/dialog.c:1120
msgid "Untitled"
msgstr "Untitled"
@@ -3803,12 +4686,6 @@ msgstr "Available images:"
msgid "On film:"
msgstr "On film:"
-#. Create selection
-#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367
-#: ../plug-ins/rcm/rcm_dialog.c:173 ../plug-ins/sel2path/sel2path.c:430
-msgid "Selection"
-msgstr "Selection"
-
#. Film height/colour
#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248
msgid "Filmstrip"
@@ -3896,621 +4773,270 @@ msgstr "Hole sp_acing:"
msgid "_Number height:"
msgstr "_Number height:"
-#: ../plug-ins/common/flarefx.c:188
-msgid "Add a lens flare effect"
-msgstr "Add a lens flare effect"
+#. These values are translated for the GUI but also used internally
+#. to figure out which button the user pushed, etc.
+#. Not my design, please don't blame me -- njl
+#: ../plug-ins/common/filter-pack.c:220
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:953
+msgid "Red:"
+msgstr "Red:"
-#: ../plug-ins/common/flarefx.c:195
-msgid "Lens _Flare..."
-msgstr "Lens _Flare..."
+#: ../plug-ins/common/filter-pack.c:221
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:963
+msgid "Green:"
+msgstr "Green:"
-#: ../plug-ins/common/flarefx.c:270
-msgid "Render lens flare"
-msgstr "Render lens flare"
+#: ../plug-ins/common/filter-pack.c:222
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:973
+msgid "Blue:"
+msgstr "Blue:"
-#: ../plug-ins/common/flarefx.c:306
-msgid "Lens Flare"
-msgstr "Lens Flare"
-
-#: ../plug-ins/common/flarefx.c:753
-msgid "Center of Flare Effect"
-msgstr "Centre of Flare Effect"
-
-#: ../plug-ins/common/flarefx.c:793 ../plug-ins/common/nova.c:484
-msgid "Show _position"
-msgstr "Show _position"
-
-#: ../plug-ins/common/fp.c:223
+#: ../plug-ins/common/filter-pack.c:223
msgid "Cyan:"
msgstr "Cyan:"
-#: ../plug-ins/common/fp.c:224
+#: ../plug-ins/common/filter-pack.c:224
msgid "Yellow:"
msgstr "Yellow:"
-#: ../plug-ins/common/fp.c:225
+#: ../plug-ins/common/filter-pack.c:225
msgid "Magenta:"
msgstr "Magenta:"
-#: ../plug-ins/common/fp.c:227
+#: ../plug-ins/common/filter-pack.c:227
msgid "Darker:"
msgstr "Darker:"
-#: ../plug-ins/common/fp.c:228
+#: ../plug-ins/common/filter-pack.c:228
msgid "Lighter:"
msgstr "Lighter:"
-#: ../plug-ins/common/fp.c:230
+#: ../plug-ins/common/filter-pack.c:230
msgid "More Sat:"
msgstr "More Sat:"
-#: ../plug-ins/common/fp.c:231
+#: ../plug-ins/common/filter-pack.c:231
msgid "Less Sat:"
msgstr "Less Sat:"
-#: ../plug-ins/common/fp.c:233 ../plug-ins/common/fp.c:532
+#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532
msgid "Current:"
msgstr "Current:"
-#: ../plug-ins/common/fp.c:317
+#: ../plug-ins/common/filter-pack.c:317
msgid "Interactively modify the image colors"
msgstr "Interactively modify the image colours"
-#: ../plug-ins/common/fp.c:322
+#: ../plug-ins/common/filter-pack.c:322
msgid "_Filter Pack..."
msgstr "_Filter Pack..."
-#: ../plug-ins/common/fp.c:372
+#: ../plug-ins/common/filter-pack.c:372
msgid "FP can only be used on RGB images."
msgstr "FP can only be used on RGB images."
-#: ../plug-ins/common/fp.c:382
+#: ../plug-ins/common/filter-pack.c:382
msgid "FP can only be run interactively."
msgstr "FP can only be run interactively."
-#: ../plug-ins/common/fp.c:400
+#: ../plug-ins/common/filter-pack.c:400
msgid "Applying filter pack"
msgstr "Applying filter pack"
-#: ../plug-ins/common/fp.c:524
+#: ../plug-ins/common/filter-pack.c:524
msgid "Original:"
msgstr "Original:"
-#: ../plug-ins/common/fp.c:576
+#: ../plug-ins/common/filter-pack.c:576
msgid "Hue Variations"
msgstr "Hue Variations"
-#: ../plug-ins/common/fp.c:631
+#: ../plug-ins/common/filter-pack.c:631
msgid "Roughness"
msgstr "Roughness"
-#: ../plug-ins/common/fp.c:674 ../plug-ins/common/fp.c:1317
+#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317
msgid "Affected Range"
msgstr "Affected Range"
-#: ../plug-ins/common/fp.c:678
+#: ../plug-ins/common/filter-pack.c:678
msgid "Sha_dows"
msgstr "Sha_dows"
-#: ../plug-ins/common/fp.c:679
+#: ../plug-ins/common/filter-pack.c:679
msgid "_Midtones"
msgstr "_Midtones"
-#: ../plug-ins/common/fp.c:680
+#: ../plug-ins/common/filter-pack.c:680
msgid "H_ighlights"
msgstr "H_ighlights"
-#: ../plug-ins/common/fp.c:694
+#: ../plug-ins/common/filter-pack.c:694
msgid "Windows"
msgstr "Windows"
-#: ../plug-ins/common/fp.c:704 ../plug-ins/common/lic.c:672
+#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672
msgid "_Saturation"
msgstr "_Saturation"
-#: ../plug-ins/common/fp.c:712
+#: ../plug-ins/common/filter-pack.c:712
msgid "A_dvanced"
msgstr "A_dvanced"
-#: ../plug-ins/common/fp.c:732
+#: ../plug-ins/common/filter-pack.c:732
msgid "Value Variations"
msgstr "Value Variations"
-#: ../plug-ins/common/fp.c:777
+#: ../plug-ins/common/filter-pack.c:777
msgid "Saturation Variations"
msgstr "Saturation Variations"
-#: ../plug-ins/common/fp.c:830
+#: ../plug-ins/common/filter-pack.c:830
msgid "Select Pixels By"
msgstr "Select Pixels By"
-#: ../plug-ins/common/fp.c:835
+#: ../plug-ins/common/filter-pack.c:835
msgid "H_ue"
msgstr "H_ue"
-#: ../plug-ins/common/fp.c:836
+#: ../plug-ins/common/filter-pack.c:836
msgid "Satu_ration"
msgstr "Satu_ration"
-#: ../plug-ins/common/fp.c:837
+#: ../plug-ins/common/filter-pack.c:837
msgid "V_alue"
msgstr "V_alue"
-#: ../plug-ins/common/fp.c:863
+#: ../plug-ins/common/filter-pack.c:863
msgid "Show"
msgstr "Show"
-#: ../plug-ins/common/fp.c:868
+#: ../plug-ins/common/filter-pack.c:868
msgid "_Entire image"
msgstr "_Entire image"
-#: ../plug-ins/common/fp.c:869
+#: ../plug-ins/common/filter-pack.c:869
msgid "Se_lection only"
msgstr "Se_lection only"
-#: ../plug-ins/common/fp.c:870
+#: ../plug-ins/common/filter-pack.c:870
msgid "Selec_tion in context"
msgstr "Selec_tion in context"
-#: ../plug-ins/common/fp.c:1201
+#: ../plug-ins/common/filter-pack.c:1201
msgid "Filter Pack Simulation"
msgstr "Filter Pack Simulation"
-#: ../plug-ins/common/fp.c:1290
+#: ../plug-ins/common/filter-pack.c:1290
msgid "Shadows:"
msgstr "Shadows:"
-#: ../plug-ins/common/fp.c:1291
+#: ../plug-ins/common/filter-pack.c:1291
msgid "Midtones:"
msgstr "Midtones:"
-#: ../plug-ins/common/fp.c:1292
+#: ../plug-ins/common/filter-pack.c:1292
msgid "Highlights:"
msgstr "Highlights:"
-#: ../plug-ins/common/fp.c:1305
+#: ../plug-ins/common/filter-pack.c:1305
msgid "Advanced Filter Pack Options"
msgstr "Advanced Filter Pack Options"
#. ****************** MISC OPTIONS **************************
-#: ../plug-ins/common/fp.c:1417
+#: ../plug-ins/common/filter-pack.c:1417
msgid "Preview Size"
msgstr "Preview Size"
-#: ../plug-ins/common/fractaltrace.c:116
+#: ../plug-ins/common/fractal-trace.c:116
msgid "Transform image with the Mandelbrot Fractal"
msgstr "Transform image with the Mandelbrot Fractal"
-#: ../plug-ins/common/fractaltrace.c:121
+#: ../plug-ins/common/fractal-trace.c:121
msgid "_Fractal Trace..."
msgstr "_Fractal Trace..."
-#: ../plug-ins/common/fractaltrace.c:460 ../plug-ins/common/fractaltrace.c:691
+#: ../plug-ins/common/fractal-trace.c:460
+#: ../plug-ins/common/fractal-trace.c:691
msgid "Fractal Trace"
msgstr "Fractal Trace"
#. Settings
-#: ../plug-ins/common/fractaltrace.c:731
+#: ../plug-ins/common/fractal-trace.c:731
msgid "Outside Type"
msgstr "Outside Type"
-#: ../plug-ins/common/fractaltrace.c:742
+#: ../plug-ins/common/fractal-trace.c:742
msgid "_White"
msgstr "_White"
-#: ../plug-ins/common/fractaltrace.c:749
+#: ../plug-ins/common/fractal-trace.c:749
msgid "Mandelbrot Parameters"
msgstr "Mandelbrot Parameters"
-#: ../plug-ins/common/fractaltrace.c:760
+#: ../plug-ins/common/fractal-trace.c:760
msgid "X_1:"
msgstr "X_1:"
-#: ../plug-ins/common/fractaltrace.c:769
+#: ../plug-ins/common/fractal-trace.c:769
msgid "X_2:"
msgstr "X_2:"
-#: ../plug-ins/common/fractaltrace.c:778
+#: ../plug-ins/common/fractal-trace.c:778
msgid "Y_1:"
msgstr "Y_1:"
-#: ../plug-ins/common/fractaltrace.c:787
+#: ../plug-ins/common/fractal-trace.c:787
msgid "Y_2:"
msgstr "Y_2:"
-#: ../plug-ins/common/gauss.c:159
-msgid "Simplest, most commonly used way of blurring"
-msgstr "Simplest, most commonly used way of blurring"
-
-#: ../plug-ins/common/gauss.c:172
-msgid "_Gaussian Blur..."
-msgstr "_Gaussian Blur..."
-
-#: ../plug-ins/common/gauss.c:179 ../plug-ins/common/gauss.c:199
-#: ../plug-ins/common/gauss.c:219 ../plug-ins/common/gauss.c:239
-msgid "Apply a gaussian blur"
-msgstr "Apply a gaussian blur"
-
-#: ../plug-ins/common/gauss.c:428 ../plug-ins/common/gauss.c:476
-msgid "Gaussian Blur"
-msgstr "Gaussian Blur"
-
-#. parameter settings
-#: ../plug-ins/common/gauss.c:506
-msgid "Blur Radius"
-msgstr "Blur Radius"
-
-#: ../plug-ins/common/gauss.c:520 ../plug-ins/common/jigsaw.c:2456
-#: ../plug-ins/common/spread.c:384
-msgid "_Horizontal:"
-msgstr "_Horizontal:"
-
-#: ../plug-ins/common/gauss.c:524 ../plug-ins/common/jigsaw.c:2473
-#: ../plug-ins/common/spread.c:388
-msgid "_Vertical:"
-msgstr "_Vertical:"
-
-#: ../plug-ins/common/gauss.c:547
-msgid "Blur Method"
-msgstr "Blur Method"
-
-#: ../plug-ins/common/gauss.c:551
-msgid "_IIR"
-msgstr "_IIR"
-
-#: ../plug-ins/common/gauss.c:552
-msgid "_RLE"
-msgstr "_RLE"
-
-#: ../plug-ins/common/gbr.c:152 ../plug-ins/common/gbr.c:173
-msgid "GIMP brush"
-msgstr "GIMP brush"
-
-#: ../plug-ins/common/gbr.c:388 ../plug-ins/common/gbr.c:400
-msgid "Unsupported brush format"
-msgstr "Unsupported brush format"
-
-#: ../plug-ins/common/gbr.c:411
-#, c-format
-msgid "Error in GIMP brush file '%s'"
-msgstr "Error in GIMP brush file '%s'"
-
-#: ../plug-ins/common/gbr.c:419
-#, c-format
-msgid "Invalid UTF-8 string in brush file '%s'."
-msgstr "Invalid UTF-8 string in brush file '%s'."
-
-#: ../plug-ins/common/gbr.c:425 ../plug-ins/common/gih.c:499
-#: ../plug-ins/common/gih.c:1158 ../plug-ins/gflare/gflare.c:3017
-msgid "Unnamed"
-msgstr "Unnamed"
-
-#: ../plug-ins/common/gbr.c:607
-msgid "GIMP brushes are either GRAYSCALE or RGBA"
-msgstr "GIMP brushes are either GREYSCALE or RGBA"
-
-#: ../plug-ins/common/gbr.c:704
-msgid "Save as Brush"
-msgstr "Save as Brush"
-
-#. attach labels
-#: ../plug-ins/common/gbr.c:731 ../plug-ins/common/grid.c:790
-msgid "Spacing:"
-msgstr "Spacing:"
-
-#: ../plug-ins/common/gbr.c:742 ../plug-ins/common/gih.c:910
-#: ../plug-ins/common/pat.c:541 ../plug-ins/gimpressionist/presets.c:664
-msgid "Description:"
-msgstr "Description:"
-
-#: ../plug-ins/common/gee.c:99 ../plug-ins/common/gee_zoom.c:121
+#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99
msgid "A big hello from the GIMP team!"
msgstr "A big hello from the GIMP team!"
+#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186
+msgid "Gee Zoom"
+msgstr "Gee Zoom"
+
+#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166
+msgid "Thank You for Choosing GIMP"
+msgstr "Thank You for Choosing GIMP"
+
+#: ../plug-ins/common/gee-zoom.c:200
+#, c-format
+msgid "An obsolete creation by %s"
+msgstr "An obsolete creation by %s"
+
#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160
msgid "Gee Slime"
msgstr "Gee Slime"
-#: ../plug-ins/common/gee.c:166 ../plug-ins/common/gee_zoom.c:192
-msgid "Thank You for Choosing GIMP"
-msgstr "Thank You for Choosing GIMP"
-
#: ../plug-ins/common/gee.c:173
#, c-format
msgid "A less obsolete creation by %s"
msgstr "A less obsolete creation by %s"
-#: ../plug-ins/common/gee_zoom.c:126 ../plug-ins/common/gee_zoom.c:186
-msgid "Gee Zoom"
-msgstr "Gee Zoom"
-
-#: ../plug-ins/common/gee_zoom.c:200
-#, c-format
-msgid "An obsolete creation by %s"
-msgstr "An obsolete creation by %s"
-
-#: ../plug-ins/common/gif-load.c:141 ../plug-ins/common/gif-save.c:410
-msgid "GIF image"
-msgstr "GIF image"
-
-#: ../plug-ins/common/gif-load.c:325
-msgid "This is not a GIF file"
-msgstr "This is not a GIF file"
-
-#: ../plug-ins/common/gif-load.c:364
-msgid "Non-square pixels. Image might look squashed."
-msgstr "Non-square pixels. Image might look squashed."
-
-#: ../plug-ins/common/gif-load.c:881
-#, c-format
-msgid "Background (%d%s)"
-msgstr "Background (%d%s)"
-
-#: ../plug-ins/common/gif-load.c:904
-#, c-format
-msgid "Opening '%s' (frame %d)"
-msgstr "Opening '%s' (frame %d)"
-
-#: ../plug-ins/common/gif-load.c:933 ../plug-ins/common/iwarp.c:791
-#: ../plug-ins/common/iwarp.c:826
-#, c-format
-msgid "Frame %d"
-msgstr "Frame %d"
-
-#: ../plug-ins/common/gif-load.c:935
-#, c-format
-msgid "Frame %d (%d%s)"
-msgstr "Frame %d (%d%s)"
-
-#: ../plug-ins/common/gif-load.c:966
-#, c-format
-msgid ""
-"GIF: Undocumented GIF composite type %d is not handled. Animation might not "
-"play or re-save perfectly."
-msgstr ""
-"GIF: Undocumented GIF composite type %d is not handled. Animation might not "
-"play or re-save perfectly."
-
-#: ../plug-ins/common/gif-save.c:683
-msgid "Couldn't simply reduce colors further. Saving as opaque."
-msgstr "Couldn't simply reduce colours further. Saving as opaque."
-
-#: ../plug-ins/common/gif-save.c:899
-msgid ""
-"The GIF format only supports comments in 7bit ASCII encoding. No comment is "
-"saved."
-msgstr ""
-"The GIF format only supports comments in 7bit ASCII encoding. No comment is "
-"saved."
-
-#: ../plug-ins/common/gif-save.c:958
-msgid ""
-"Cannot save RGB color images. Convert to indexed color or grayscale first."
-msgstr ""
-"Cannot save RGB colour images. Convert to indexed colour or greyscale first."
-
-#: ../plug-ins/common/gif-save.c:1135
-msgid "Delay inserted to prevent evil CPU-sucking animation."
-msgstr "Delay inserted to prevent evil CPU-sucking animation."
-
-#: ../plug-ins/common/gif-save.c:1175
-msgid ""
-"The image you are trying to save as a GIF contains layers which extend "
-"beyond the actual borders of the image."
-msgstr ""
-"The image you are trying to save as a GIF contains layers which extend "
-"beyond the actual borders of the image."
-
-#: ../plug-ins/common/gif-save.c:1192
-msgid ""
-"The GIF file format does not allow this. You may choose whether to crop all "
-"of the layers to the image borders, or cancel this save."
-msgstr ""
-"The GIF file format does not allow this. You may choose whether to crop all "
-"of the layers to the image borders, or cancel this save."
-
-#: ../plug-ins/common/gif-save.c:1233
-msgid "Save as GIF"
-msgstr "Save as GIF"
-
-#. regular gif parameter settings
-#: ../plug-ins/common/gif-save.c:1255
-msgid "GIF Options"
-msgstr "GIF Options"
-
-#: ../plug-ins/common/gif-save.c:1261
-msgid "I_nterlace"
-msgstr "I_nterlace"
-
-#: ../plug-ins/common/gif-save.c:1277
-msgid "_GIF comment:"
-msgstr "_GIF comment:"
-
-#. additional animated gif parameter settings
-#: ../plug-ins/common/gif-save.c:1334
-msgid "Animated GIF Options"
-msgstr "Animated GIF Options"
-
-#: ../plug-ins/common/gif-save.c:1340
-msgid "_Loop forever"
-msgstr "_Loop forever"
-
-#: ../plug-ins/common/gif-save.c:1353
-msgid "_Delay between frames where unspecified:"
-msgstr "_Delay between frames where unspecified:"
-
-#: ../plug-ins/common/gif-save.c:1368 ../plug-ins/common/mng.c:1539
-msgid "milliseconds"
-msgstr "milliseconds"
-
-#: ../plug-ins/common/gif-save.c:1378
-msgid "_Frame disposal where unspecified:"
-msgstr "_Frame disposal where unspecified:"
-
-#: ../plug-ins/common/gif-save.c:1382
-msgid "I don't care"
-msgstr "I don't care"
-
-#: ../plug-ins/common/gif-save.c:1384
-msgid "Cumulative layers (combine)"
-msgstr "Cumulative layers (combine)"
-
-#: ../plug-ins/common/gif-save.c:1386
-msgid "One frame per layer (replace)"
-msgstr "One frame per layer (replace)"
-
-#. The "Always use default values" toggles
-#: ../plug-ins/common/gif-save.c:1402
-msgid "_Use delay entered above for all frames"
-msgstr "_Use delay entered above for all frames"
-
-#: ../plug-ins/common/gif-save.c:1412
-msgid "U_se disposal entered above for all frames"
-msgstr "U_se disposal entered above for all frames"
-
-#: ../plug-ins/common/gif-save.c:2565
-msgid "Error writing output file."
-msgstr "Error writing output file."
-
-#: ../plug-ins/common/gif-save.c:2635
-#, c-format
-msgid "The default comment is limited to %d characters."
-msgstr "The default comment is limited to %d characters."
-
-#: ../plug-ins/common/gih.c:207 ../plug-ins/common/gih.c:228
-msgid "GIMP brush (animated)"
-msgstr "GIMP brush (animated)"
-
-#: ../plug-ins/common/gih.c:321
-#, c-format
-msgid "Layer %s doesn't have an alpha channel, skipped"
-msgstr "Layer %s doesn't have an alpha channel, skipped"
-
-#: ../plug-ins/common/gih.c:492
-msgid "Error in GIMP brush pipe file."
-msgstr "Error in GIMP brush pipe file."
-
-#: ../plug-ins/common/gih.c:558
-msgid "GIMP brush file appears to be corrupted."
-msgstr "GIMP brush file appears to be corrupted."
-
-#: ../plug-ins/common/gih.c:703
-msgid "Couldn't load one brush in the pipe, giving up."
-msgstr "Couldn't load one brush in the pipe, giving up."
-
-#: ../plug-ins/common/gih.c:866
-msgid "Save as Brush Pipe"
-msgstr "Save as Brush Pipe"
-
-#: ../plug-ins/common/gih.c:896
-msgid "Spacing (percent):"
-msgstr "Spacing (percent):"
-
-#: ../plug-ins/common/gih.c:963
-msgid "Pixels"
-msgstr "Pixels"
-
-#: ../plug-ins/common/gih.c:968
-msgid "Cell size:"
-msgstr "Cell size:"
-
-#: ../plug-ins/common/gih.c:980
-msgid "Number of cells:"
-msgstr "Number of cells:"
-
-#: ../plug-ins/common/gih.c:1005
-msgid " Rows of "
-msgstr " Rows of "
-
-#: ../plug-ins/common/gih.c:1017
-msgid " Columns on each layer"
-msgstr " Columns on each layer"
-
-#: ../plug-ins/common/gih.c:1021
-msgid " (Width Mismatch!) "
-msgstr " (Width Mismatch!) "
-
-#: ../plug-ins/common/gih.c:1025
-msgid " (Height Mismatch!) "
-msgstr " (Height Mismatch!) "
-
-#: ../plug-ins/common/gih.c:1030
-msgid "Display as:"
-msgstr "Display as:"
-
-#: ../plug-ins/common/gih.c:1039
-msgid "Dimension:"
-msgstr "Dimension:"
-
-#: ../plug-ins/common/gih.c:1114
-msgid "Ranks:"
-msgstr "Ranks:"
-
-#: ../plug-ins/common/glasstile.c:124
-msgid "Simulate distortion caused by square glass tiles"
-msgstr "Simulate distortion caused by square glass tiles"
-
-#: ../plug-ins/common/glasstile.c:130
-msgid "_Glass Tile..."
-msgstr "_Glass Tile..."
-
-#: ../plug-ins/common/glasstile.c:210 ../plug-ins/common/glasstile.c:250
-msgid "Glass Tile"
-msgstr "Glass Tile"
-
-#: ../plug-ins/common/glasstile.c:288
-msgid "Tile _width:"
-msgstr "Tile _width:"
-
-#: ../plug-ins/common/glasstile.c:302 ../plug-ins/common/mosaic.c:661
-msgid "Tile _height:"
-msgstr "Tile _height:"
-
-#: ../plug-ins/common/gqbist.c:402
-msgid "Generate a huge variety of abstract patterns"
-msgstr "Generate a huge variety of abstract patterns"
-
-#: ../plug-ins/common/gqbist.c:410
-msgid "_Qbist..."
-msgstr "_Qbist..."
-
-#: ../plug-ins/common/gqbist.c:511
-msgid "Qbist"
-msgstr "Qbist"
-
-#: ../plug-ins/common/gqbist.c:707
-msgid "Load QBE File"
-msgstr "Load QBE File"
-
-#: ../plug-ins/common/gqbist.c:749
-msgid "Save as QBE File"
-msgstr "Save as QBE File"
-
-#: ../plug-ins/common/gqbist.c:803
-msgid "G-Qbist"
-msgstr "G-Qbist"
-
-#: ../plug-ins/common/gradmap.c:84
+#: ../plug-ins/common/gradient-map.c:84
msgid "Recolor the image using colors from the active gradient"
msgstr "Recolour the image using colours from the active gradient"
-#: ../plug-ins/common/gradmap.c:97
+#: ../plug-ins/common/gradient-map.c:97
msgid "_Gradient Map"
msgstr "_Gradient Map"
-#: ../plug-ins/common/gradmap.c:106
+#: ../plug-ins/common/gradient-map.c:106
msgid "Recolor the image using colors from the active palette"
msgstr "Recolour the image using colours from the active palette"
-#: ../plug-ins/common/gradmap.c:119
+#: ../plug-ins/common/gradient-map.c:119
msgid "_Palette Map"
msgstr "_Palette Map"
-#: ../plug-ins/common/gradmap.c:162
+#: ../plug-ins/common/gradient-map.c:162
msgid "Gradient Map"
msgstr "Gradient Map"
-#: ../plug-ins/common/gradmap.c:167
+#: ../plug-ins/common/gradient-map.c:167
msgid "Palette Map"
msgstr "Palette Map"
@@ -4544,12 +5070,6 @@ msgstr "Vertical"
msgid "Intersection"
msgstr "Intersection"
-#. Width and Height
-#: ../plug-ins/common/grid.c:724 ../plug-ins/common/svg.c:777
-#: ../plug-ins/common/wmf.c:562
-msgid "Width:"
-msgstr "Width:"
-
#. attach labels
#: ../plug-ins/common/grid.c:857
msgid "Offset:"
@@ -4568,149 +5088,18 @@ msgstr "Vertical Colour"
msgid "Intersection Color"
msgstr "Intersection Colour"
-#: ../plug-ins/common/gtm.c:155
-msgid "HTML table"
-msgstr "HTML table"
-
-#: ../plug-ins/common/gtm.c:398
-msgid "Save as HTML table"
-msgstr "Save as HTML table"
-
-#: ../plug-ins/common/gtm.c:425
-msgid "Warning"
-msgstr "Warning"
-
-#: ../plug-ins/common/gtm.c:436
-msgid ""
-"You are about to create a huge\n"
-"HTML file which will most likely\n"
-"crash your browser."
-msgstr ""
-"You are about to create a huge\n"
-"HTML file which will most likely\n"
-"crash your browser."
-
-#. HTML Page Options
-#: ../plug-ins/common/gtm.c:445
-msgid "HTML Page Options"
-msgstr "HTML Page Options"
-
-#: ../plug-ins/common/gtm.c:452
-msgid "_Generate full HTML document"
-msgstr "_Generate full HTML document"
-
-#: ../plug-ins/common/gtm.c:458
-msgid ""
-"If checked GTM will output a full HTML document with , , etc. "
-"tags instead of just the table html."
-msgstr ""
-"If checked GTM will output a full HTML document with , , etc. "
-"tags instead of just the table html."
-
-#. HTML Table Creation Options
-#: ../plug-ins/common/gtm.c:471
-msgid "Table Creation Options"
-msgstr "Table Creation Options"
-
-#: ../plug-ins/common/gtm.c:479
-msgid "_Use cellspan"
-msgstr "_Use cellspan"
-
-#: ../plug-ins/common/gtm.c:485
-msgid ""
-"If checked GTM will replace any rectangular sections of identically colored "
-"blocks with one large cell with ROWSPAN and COLSPAN values."
-msgstr ""
-"If checked GTM will replace any rectangular sections of identically coloured "
-"blocks with one large cell with ROWSPAN and COLSPAN values."
-
-#: ../plug-ins/common/gtm.c:494
-msgid "Co_mpress TD tags"
-msgstr "Co_mpress TD tags"
-
-#: ../plug-ins/common/gtm.c:500
-msgid ""
-"Checking this tag will cause GTM to leave no whitespace between the TD tags "
-"and the cellcontent. This is only necessary for pixel level positioning "
-"control."
-msgstr ""
-"Checking this tag will cause GTM to leave no whitespace between the TD tags "
-"and the cellcontent. This is only necessary for pixel level positioning "
-"control."
-
-#: ../plug-ins/common/gtm.c:510
-msgid "C_aption"
-msgstr "C_aption"
-
-#: ../plug-ins/common/gtm.c:516
-msgid "Check if you would like to have the table captioned."
-msgstr "Check if you would like to have the table captioned."
-
-#: ../plug-ins/common/gtm.c:531
-msgid "The text for the table caption."
-msgstr "The text for the table caption."
-
-#: ../plug-ins/common/gtm.c:544
-msgid "C_ell content:"
-msgstr "C_ell content:"
-
-#: ../plug-ins/common/gtm.c:548
-msgid "The text to go into each cell."
-msgstr "The text to go into each cell."
-
-#. HTML Table Options
-#: ../plug-ins/common/gtm.c:558
-msgid "Table Options"
-msgstr "Table Options"
-
-#: ../plug-ins/common/gtm.c:569
-msgid "_Border:"
-msgstr "_Border:"
-
-#: ../plug-ins/common/gtm.c:573
-msgid "The number of pixels in the table border."
-msgstr "The number of pixels in the table border."
-
-#: ../plug-ins/common/gtm.c:588
-msgid "The width for each table cell. Can be a number or a percent."
-msgstr "The width for each table cell. Can be a number or a percent."
-
-#: ../plug-ins/common/gtm.c:604
-msgid "The height for each table cell. Can be a number or a percent."
-msgstr "The height for each table cell. Can be a number or a percent."
-
-#: ../plug-ins/common/gtm.c:615
-msgid "Cell-_padding:"
-msgstr "Cell-_padding:"
-
-#: ../plug-ins/common/gtm.c:619
-msgid "The amount of cellpadding."
-msgstr "The amount of cellpadding."
-
-#: ../plug-ins/common/gtm.c:628
-msgid "Cell-_spacing:"
-msgstr "Cell-_spacing:"
-
-#: ../plug-ins/common/gtm.c:632
-msgid "The amount of cellspacing."
-msgstr "The amount of cellspacing."
-
-#: ../plug-ins/common/guillotine.c:69
+#: ../plug-ins/common/guillotine.c:75
msgid "Slice the image into subimages using guides"
msgstr "Slice the image into subimages using guides"
-#: ../plug-ins/common/guillotine.c:74
+#: ../plug-ins/common/guillotine.c:82
msgid "_Guillotine"
msgstr "_Guillotine"
-#: ../plug-ins/common/guillotine.c:106
+#: ../plug-ins/common/guillotine.c:120
msgid "Guillotine"
msgstr "Guillotine"
-#: ../plug-ins/common/header.c:77
-msgid "C source code header"
-msgstr "C source code header"
-
#: ../plug-ins/common/hot.c:207
msgid "Find and fix pixels that may be unsafely bright"
msgstr "Find and fix pixels that may be unsafely bright"
@@ -4719,27 +5108,27 @@ msgstr "Find and fix pixels that may be unsafely bright"
msgid "_Hot..."
msgstr "_Hot..."
-#: ../plug-ins/common/hot.c:379 ../plug-ins/common/hot.c:570
+#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586
msgid "Hot"
msgstr "Hot"
-#: ../plug-ins/common/hot.c:607
+#: ../plug-ins/common/hot.c:623
msgid "Create _new layer"
msgstr "Create _new layer"
-#: ../plug-ins/common/hot.c:616
+#: ../plug-ins/common/hot.c:632
msgid "Action"
msgstr "Action"
-#: ../plug-ins/common/hot.c:620
+#: ../plug-ins/common/hot.c:636
msgid "Reduce _Luminance"
msgstr "Reduce _Luminance"
-#: ../plug-ins/common/hot.c:621
+#: ../plug-ins/common/hot.c:637
msgid "Reduce _Saturation"
msgstr "Reduce _Saturation"
-#: ../plug-ins/common/hot.c:622 ../plug-ins/common/waves.c:281
+#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282
msgid "_Blacken"
msgstr "_Blacken"
@@ -4861,7 +5250,7 @@ msgid "Thresho_ld:"
msgstr "Thresho_ld:"
#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771
-#: ../plug-ins/gflare/gflare.c:2821
+#: ../plug-ins/gradient-flare/gradient-flare.c:2867
msgid "_Settings"
msgstr "_Settings"
@@ -4893,320 +5282,300 @@ msgstr "Assembling jigsaw"
msgid "Jigsaw"
msgstr "Jigsaw"
-#: ../plug-ins/common/jigsaw.c:2444
+#: ../plug-ins/common/jigsaw.c:2445
msgid "Number of Tiles"
msgstr "Number of Tiles"
-#: ../plug-ins/common/jigsaw.c:2459
+#: ../plug-ins/common/jigsaw.c:2460
msgid "Number of pieces going across"
msgstr "Number of pieces going across"
-#: ../plug-ins/common/jigsaw.c:2476
+#: ../plug-ins/common/jigsaw.c:2477
msgid "Number of pieces going down"
msgstr "Number of pieces going down"
-#: ../plug-ins/common/jigsaw.c:2490
+#: ../plug-ins/common/jigsaw.c:2491
msgid "Bevel Edges"
msgstr "Bevel Edges"
-#: ../plug-ins/common/jigsaw.c:2500
+#: ../plug-ins/common/jigsaw.c:2501
msgid "_Bevel width:"
msgstr "_Bevel width:"
-#: ../plug-ins/common/jigsaw.c:2504
+#: ../plug-ins/common/jigsaw.c:2505
msgid "Degree of slope of each piece's edge"
msgstr "Degree of slope of each piece's edge"
-#: ../plug-ins/common/jigsaw.c:2517
+#: ../plug-ins/common/jigsaw.c:2518
msgid "H_ighlight:"
msgstr "H_ighlight:"
-#: ../plug-ins/common/jigsaw.c:2521
+#: ../plug-ins/common/jigsaw.c:2522
msgid "The amount of highlighting on the edges of each piece"
msgstr "The amount of highlighting on the edges of each piece"
#. frame for primitive radio buttons
-#: ../plug-ins/common/jigsaw.c:2538
+#: ../plug-ins/common/jigsaw.c:2539
msgid "Jigsaw Style"
msgstr "Jigsaw Style"
-#: ../plug-ins/common/jigsaw.c:2542
+#: ../plug-ins/common/jigsaw.c:2543
msgid "_Square"
msgstr "_Square"
-#: ../plug-ins/common/jigsaw.c:2543
+#: ../plug-ins/common/jigsaw.c:2544
msgid "C_urved"
msgstr "C_urved"
-#: ../plug-ins/common/jigsaw.c:2547
+#: ../plug-ins/common/jigsaw.c:2548
msgid "Each piece has straight sides"
msgstr "Each piece has straight sides"
-#: ../plug-ins/common/jigsaw.c:2548
+#: ../plug-ins/common/jigsaw.c:2549
msgid "Each piece has curved sides"
msgstr "Each piece has curved sides"
-#: ../plug-ins/common/laplace.c:75
-msgid "High-resolution edge detection"
-msgstr "High-resolution edge detection"
-
-#: ../plug-ins/common/laplace.c:85
-msgid "_Laplace"
-msgstr "_Laplace"
-
-#: ../plug-ins/common/laplace.c:321
-msgid "Cleanup"
-msgstr "Cleanup"
-
-#: ../plug-ins/common/lcms.c:222
+#: ../plug-ins/common/lcms.c:218
msgid "Set a color profile on the image"
msgstr "Set a colour profile on the image"
-#: ../plug-ins/common/lcms.c:229
+#: ../plug-ins/common/lcms.c:225
msgid "_Assign Color Profile..."
msgstr "_Assign Colour Profile..."
-#: ../plug-ins/common/lcms.c:245
+#: ../plug-ins/common/lcms.c:241
msgid "Assign default RGB Profile"
msgstr "Assign default RGB Profile"
-#: ../plug-ins/common/lcms.c:252
+#: ../plug-ins/common/lcms.c:248
msgid "Apply a color profile on the image"
msgstr "Apply a colour profile on the image"
-#: ../plug-ins/common/lcms.c:262
+#: ../plug-ins/common/lcms.c:258
msgid "_Convert to Color Profile..."
msgstr "_Convert to Colour Profile..."
-#: ../plug-ins/common/lcms.c:280
+#: ../plug-ins/common/lcms.c:276
msgid "Convert to default RGB Profile"
msgstr "Convert to default RGB Profile"
-#: ../plug-ins/common/lcms.c:294
+#: ../plug-ins/common/lcms.c:290
msgid "Image Color Profile Information"
msgstr "Image Colour Profile Information"
-#: ../plug-ins/common/lcms.c:308
+#: ../plug-ins/common/lcms.c:304
msgid "Color Profile Information"
msgstr "Colour Profile Information"
-#: ../plug-ins/common/lcms.c:571
+#: ../plug-ins/common/lcms.c:572
#, c-format
msgid "Color profile '%s' is not for RGB color space."
msgstr "Colour profile '%s' is not for RGB colour space."
-#: ../plug-ins/common/lcms.c:678
+#: ../plug-ins/common/lcms.c:679
msgid "Default RGB working space"
msgstr "Default RGB working space"
-#: ../plug-ins/common/lcms.c:766
+#: ../plug-ins/common/lcms.c:775
msgid ""
"Data attached as 'icc-profile' does not appear to be an ICC color profile"
msgstr ""
"Data attached as 'icc-profile' does not appear to be an ICC colour profile"
-#: ../plug-ins/common/lcms.c:816
+#: ../plug-ins/common/lcms.c:825
#, c-format
msgid "'%s' does not appear to be an ICC color profile"
msgstr "'%s' does not appear to be an ICC colour profile"
#. ICC color profile conversion
-#: ../plug-ins/common/lcms.c:874
+#: ../plug-ins/common/lcms.c:885
#, c-format
msgid "Converting from '%s' to '%s'"
msgstr "Converting from '%s' to '%s'"
-#: ../plug-ins/common/lcms.c:1119
+#: ../plug-ins/common/lcms.c:1129
#, c-format
msgid "Could not load ICC profile from '%s'"
msgstr "Could not load ICC profile from '%s'"
-#: ../plug-ins/common/lcms.c:1141
+#: ../plug-ins/common/lcms.c:1151
#, c-format
msgid "The image '%s' has an embedded color profile:"
msgstr "The image '%s' has an embedded colour profile:"
-#: ../plug-ins/common/lcms.c:1185
+#: ../plug-ins/common/lcms.c:1195
#, c-format
msgid "Convert the image to the RGB working space (%s)?"
msgstr "Convert the image to the RGB working space (%s)?"
-#: ../plug-ins/common/lcms.c:1216
+#: ../plug-ins/common/lcms.c:1226
msgid "Convert to RGB working space?"
msgstr "Convert to RGB working space?"
-#: ../plug-ins/common/lcms.c:1221
+#: ../plug-ins/common/lcms.c:1231
msgid "_Keep"
msgstr "_Keep"
-#: ../plug-ins/common/lcms.c:1226
+#: ../plug-ins/common/lcms.c:1236
msgid "_Convert"
msgstr "_Convert"
-#: ../plug-ins/common/lcms.c:1253 ../plug-ins/jpeg/jpeg-exif.c:372
+#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377
msgid "_Don't ask me again"
msgstr "_Don't ask me again"
-#: ../plug-ins/common/lcms.c:1317
+#: ../plug-ins/common/lcms.c:1327
msgid "Select destination profile"
msgstr "Select destination profile"
-#: ../plug-ins/common/lcms.c:1344
+#: ../plug-ins/common/lcms.c:1354
msgid "All files (*.*)"
msgstr "All files (*.*)"
-#: ../plug-ins/common/lcms.c:1349
+#: ../plug-ins/common/lcms.c:1359
msgid "ICC color profile (*.icc, *.icm)"
msgstr "ICC colour profile (*.icc, *.icm)"
-#: ../plug-ins/common/lcms.c:1392
+#: ../plug-ins/common/lcms.c:1402
#, c-format
msgid "RGB workspace (%s)"
msgstr "RGB workspace (%s)"
-#: ../plug-ins/common/lcms.c:1442
+#: ../plug-ins/common/lcms.c:1452
msgid "Convert to ICC Color Profile"
msgstr "Convert to ICC Colour Profile"
-#: ../plug-ins/common/lcms.c:1443
+#: ../plug-ins/common/lcms.c:1453
msgid "Assign ICC Color Profile"
msgstr "Assign ICC Colour Profile"
-#: ../plug-ins/common/lcms.c:1451
+#: ../plug-ins/common/lcms.c:1461
msgid "_Assign"
msgstr "_Assign"
-#: ../plug-ins/common/lcms.c:1468
+#: ../plug-ins/common/lcms.c:1478
msgid "Current Color Profile"
msgstr "Current Colour Profile"
-#: ../plug-ins/common/lcms.c:1483
+#: ../plug-ins/common/lcms.c:1493
msgid "Convert to"
msgstr "Convert to"
-#: ../plug-ins/common/lcms.c:1483
+#: ../plug-ins/common/lcms.c:1493
msgid "Assign"
msgstr "Assign"
-#: ../plug-ins/common/lcms.c:1507
+#: ../plug-ins/common/lcms.c:1517
msgid "_Rendering Intent:"
msgstr "_Rendering Intent:"
-#: ../plug-ins/common/lcms.c:1523
+#: ../plug-ins/common/lcms.c:1533
msgid "_Black Point Compensation"
msgstr "_Black Point Compensation"
-#: ../plug-ins/common/lcms.c:1565
+#: ../plug-ins/common/lcms.c:1575
msgid "Destination profile is not for RGB color space."
msgstr "Destination profile is not for RGB colour space."
-#: ../plug-ins/common/lens.c:115
+#: ../plug-ins/common/lens-apply.c:108
+msgid "Simulate an elliptical lens over the image"
+msgstr "Simulate an elliptical lens over the image"
+
+#: ../plug-ins/common/lens-apply.c:114
+msgid "Apply _Lens..."
+msgstr "Apply _Lens..."
+
+#: ../plug-ins/common/lens-apply.c:181
+msgid "Applying lens"
+msgstr "Applying lens"
+
+#: ../plug-ins/common/lens-apply.c:393
+msgid "Lens Effect"
+msgstr "Lens Effect"
+
+#: ../plug-ins/common/lens-apply.c:427
+msgid "_Keep original surroundings"
+msgstr "_Keep original surroundings"
+
+#: ../plug-ins/common/lens-apply.c:442
+msgid "_Set surroundings to index 0"
+msgstr "_Set surroundings to index 0"
+
+#: ../plug-ins/common/lens-apply.c:443
+msgid "_Set surroundings to background color"
+msgstr "_Set surroundings to background colour"
+
+#: ../plug-ins/common/lens-apply.c:458
+msgid "_Make surroundings transparent"
+msgstr "_Make surroundings transparent"
+
+#: ../plug-ins/common/lens-apply.c:475
+msgid "_Lens refraction index:"
+msgstr "_Lens refraction index:"
+
+#: ../plug-ins/common/lens-distortion.c:115
msgid "Corrects lens distortion"
msgstr "Corrects lens distortion"
-#: ../plug-ins/common/lens.c:120
+#: ../plug-ins/common/lens-distortion.c:120
msgid "Lens Distortion..."
msgstr "Lens Distortion..."
-#: ../plug-ins/common/lens.c:383
+#: ../plug-ins/common/lens-distortion.c:383
msgid "Lens distortion"
msgstr "Lens distortion"
-#: ../plug-ins/common/lens.c:483
+#: ../plug-ins/common/lens-distortion.c:483
msgid "Lens Distortion"
msgstr "Lens Distortion"
-#: ../plug-ins/common/lens.c:520
+#: ../plug-ins/common/lens-distortion.c:521
msgid "_Main:"
msgstr "_Main:"
-#: ../plug-ins/common/lens.c:534
+#: ../plug-ins/common/lens-distortion.c:535
msgid "_Edge:"
msgstr "_Edge:"
-#: ../plug-ins/common/lens.c:548 ../plug-ins/flame/flame.c:1213
+#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237
msgid "_Zoom:"
msgstr "_Zoom:"
-#: ../plug-ins/common/lens.c:562
+#: ../plug-ins/common/lens-distortion.c:563
msgid "_Brighten:"
msgstr "_Brighten:"
-#: ../plug-ins/common/lens.c:576
+#: ../plug-ins/common/lens-distortion.c:577
msgid "_X shift:"
msgstr "_X shift:"
-#: ../plug-ins/common/lens.c:590
+#: ../plug-ins/common/lens-distortion.c:591
msgid "_Y shift:"
msgstr "_Y shift:"
-#: ../plug-ins/common/lic.c:566 ../plug-ins/common/lic.c:641
-msgid "Van Gogh (LIC)"
-msgstr "Van Gogh (LIC)"
+#: ../plug-ins/common/lens-flare.c:188
+msgid "Add a lens flare effect"
+msgstr "Add a lens flare effect"
-#: ../plug-ins/common/lic.c:666
-msgid "Effect Channel"
-msgstr "Effect Channel"
+#: ../plug-ins/common/lens-flare.c:195
+msgid "Lens _Flare..."
+msgstr "Lens _Flare..."
-#: ../plug-ins/common/lic.c:673
-msgid "_Brightness"
-msgstr "_Brightness"
+#: ../plug-ins/common/lens-flare.c:270
+msgid "Render lens flare"
+msgstr "Render lens flare"
-#: ../plug-ins/common/lic.c:679
-msgid "Effect Operator"
-msgstr "Effect Operator"
+#: ../plug-ins/common/lens-flare.c:306
+msgid "Lens Flare"
+msgstr "Lens Flare"
-#: ../plug-ins/common/lic.c:684
-msgid "_Derivative"
-msgstr "_Derivative"
+#: ../plug-ins/common/lens-flare.c:753
+msgid "Center of Flare Effect"
+msgstr "Centre of Flare Effect"
-#: ../plug-ins/common/lic.c:685
-msgid "_Gradient"
-msgstr "_Gradient"
-
-#: ../plug-ins/common/lic.c:691
-msgid "Convolve"
-msgstr "Convolve"
-
-#: ../plug-ins/common/lic.c:696
-msgid "_With white noise"
-msgstr "_With white noise"
-
-#: ../plug-ins/common/lic.c:697
-msgid "W_ith source image"
-msgstr "W_ith source image"
-
-#: ../plug-ins/common/lic.c:716
-msgid "_Effect image:"
-msgstr "_Effect image:"
-
-#: ../plug-ins/common/lic.c:727
-msgid "_Filter length:"
-msgstr "_Filter length:"
-
-#: ../plug-ins/common/lic.c:736
-msgid "_Noise magnitude:"
-msgstr "_Noise magnitude:"
-
-#: ../plug-ins/common/lic.c:745
-msgid "In_tegration steps:"
-msgstr "In_tegration steps:"
-
-#: ../plug-ins/common/lic.c:754
-msgid "_Minimum value:"
-msgstr "_Minimum value:"
-
-#: ../plug-ins/common/lic.c:763
-msgid "M_aximum value:"
-msgstr "M_aximum value:"
-
-#: ../plug-ins/common/lic.c:809
-msgid "Special effects that nobody understands"
-msgstr "Special effects that nobody understands"
-
-#: ../plug-ins/common/lic.c:814
-msgid "_Van Gogh (LIC)..."
-msgstr "_Van Gogh (LIC)..."
+#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484
+msgid "Show _position"
+msgstr "Show _position"
#: ../plug-ins/common/mail.c:188
msgid "Send the image by email"
@@ -5216,221 +5585,67 @@ msgstr "Send the image by e-mail"
msgid "Send by E_mail..."
msgstr "Send by E-_mail..."
-#: ../plug-ins/common/mail.c:408
+#: ../plug-ins/common/mail.c:407
msgid "Send by Email"
msgstr "Send by E-mail"
-#: ../plug-ins/common/mail.c:413
+#: ../plug-ins/common/mail.c:412
msgid "_Send"
msgstr "_Send"
-#: ../plug-ins/common/mail.c:445
+#: ../plug-ins/common/mail.c:444
msgid "_Filename:"
msgstr "_Filename:"
-#: ../plug-ins/common/mail.c:457
+#: ../plug-ins/common/mail.c:456
msgid "_To:"
msgstr "_To:"
-#: ../plug-ins/common/mail.c:471
+#: ../plug-ins/common/mail.c:470
msgid "_From:"
msgstr "_From:"
-#: ../plug-ins/common/mail.c:483
+#: ../plug-ins/common/mail.c:482
msgid "S_ubject:"
msgstr "S_ubject:"
-#: ../plug-ins/common/mail.c:592
+#: ../plug-ins/common/mail.c:591
msgid "some sort of error with the file extension or lack thereof"
msgstr "some sort of error with the file extension or lack thereof"
-#: ../plug-ins/common/mail.c:726
+#: ../plug-ins/common/mail.c:725
#, c-format
msgid "Could not start sendmail (%s)"
msgstr "Could not start sendmail (%s)"
-#: ../plug-ins/common/max_rgb.c:90
+#: ../plug-ins/common/max-rgb.c:90
msgid "Reduce image to pure red, green, and blue"
-msgstr "Reduce image to pure red, green, and blue"
+msgstr "Reduce image to pure red, green and blue"
-#: ../plug-ins/common/max_rgb.c:95
+#: ../plug-ins/common/max-rgb.c:95
msgid "Maxim_um RGB..."
msgstr "Maxim_um RGB..."
-#: ../plug-ins/common/max_rgb.c:134 ../plug-ins/common/scatter_hsv.c:158
+#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158
msgid "Can only operate on RGB drawables."
msgstr "Can only operate on RGB drawables."
-#: ../plug-ins/common/max_rgb.c:234
+#: ../plug-ins/common/max-rgb.c:234
msgid "Max RGB"
msgstr "Max RGB"
-#: ../plug-ins/common/max_rgb.c:259
+#: ../plug-ins/common/max-rgb.c:259
msgid "Maximum RGB Value"
msgstr "Maximum RGB Value"
-#: ../plug-ins/common/max_rgb.c:291
+#: ../plug-ins/common/max-rgb.c:292
msgid "_Hold the maximal channels"
msgstr "_Hold the maximal channels"
-#: ../plug-ins/common/max_rgb.c:294
+#: ../plug-ins/common/max-rgb.c:295
msgid "Ho_ld the minimal channels"
msgstr "Ho_ld the minimal channels"
-#: ../plug-ins/common/mblur.c:157 ../plug-ins/common/mblur.c:171
-msgid "Simulate movement using directional blur"
-msgstr "Simulate movement using directional blur"
-
-#: ../plug-ins/common/mblur.c:164 ../plug-ins/common/mblur.c:177
-msgid "_Motion Blur..."
-msgstr "_Motion Blur..."
-
-#: ../plug-ins/common/mblur.c:910
-msgid "Motion blurring"
-msgstr "Motion blurring"
-
-#: ../plug-ins/common/mblur.c:1012
-msgid "Motion Blur"
-msgstr "Motion Blur"
-
-#: ../plug-ins/common/mblur.c:1045
-msgid "Blur Type"
-msgstr "Blur Type"
-
-#: ../plug-ins/common/mblur.c:1049
-msgid "_Linear"
-msgstr "_Linear"
-
-#: ../plug-ins/common/mblur.c:1050
-msgid "_Radial"
-msgstr "_Radial"
-
-#: ../plug-ins/common/mblur.c:1051 ../plug-ins/imagemap/imap_menu.c:203
-msgid "_Zoom"
-msgstr "_Zoom"
-
-#: ../plug-ins/common/mblur.c:1058
-msgid "Blur Center"
-msgstr "Blur Centre"
-
-#: ../plug-ins/common/mblur.c:1101
-msgid "Blur _outward"
-msgstr "Blur _outward"
-
-#: ../plug-ins/common/mblur.c:1114
-msgid "Blur Parameters"
-msgstr "Blur Parameters"
-
-#: ../plug-ins/common/mblur.c:1138 ../plug-ins/common/newsprint.c:1001
-msgid "_Angle:"
-msgstr "_Angle:"
-
-#. Inform the user that we couldn't losslessly save the
-#. * transparency & just use the full palette
-#: ../plug-ins/common/mng.c:499 ../plug-ins/common/png.c:1734
-msgid "Couldn't losslessly save transparency, saving opacity instead."
-msgstr "Couldn't losslessly save transparency, saving opacity instead."
-
-#: ../plug-ins/common/mng.c:1319
-msgid "Save as MNG"
-msgstr "Save as MNG"
-
-#: ../plug-ins/common/mng.c:1339
-msgid "MNG Options"
-msgstr "MNG Options"
-
-#: ../plug-ins/common/mng.c:1345
-msgid "Interlace"
-msgstr "Interlace"
-
-#: ../plug-ins/common/mng.c:1357
-msgid "Save background color"
-msgstr "Save background colour"
-
-#: ../plug-ins/common/mng.c:1368
-msgid "Save gamma"
-msgstr "Save gamma"
-
-#: ../plug-ins/common/mng.c:1378
-msgid "Save resolution"
-msgstr "Save resolution"
-
-#: ../plug-ins/common/mng.c:1389
-msgid "Save creation time"
-msgstr "Save creation time"
-
-#: ../plug-ins/common/mng.c:1408
-msgid "PNG"
-msgstr "PNG"
-
-#: ../plug-ins/common/mng.c:1409
-msgid "JNG"
-msgstr "JNG"
-
-#: ../plug-ins/common/mng.c:1412
-msgid "PNG + delta PNG"
-msgstr "PNG + delta PNG"
-
-#: ../plug-ins/common/mng.c:1413
-msgid "JNG + delta PNG"
-msgstr "JNG + delta PNG"
-
-#: ../plug-ins/common/mng.c:1414
-msgid "All PNG"
-msgstr "All PNG"
-
-#: ../plug-ins/common/mng.c:1415
-msgid "All JNG"
-msgstr "All JNG"
-
-#: ../plug-ins/common/mng.c:1427
-msgid "Default chunks type:"
-msgstr "Default chunks type:"
-
-#: ../plug-ins/common/mng.c:1430
-msgid "Combine"
-msgstr "Combine"
-
-#: ../plug-ins/common/mng.c:1431
-msgid "Replace"
-msgstr "Replace"
-
-#: ../plug-ins/common/mng.c:1442
-msgid "Default frame disposal:"
-msgstr "Default frame disposal:"
-
-#: ../plug-ins/common/mng.c:1454
-msgid "PNG compression level:"
-msgstr "PNG compression level:"
-
-#: ../plug-ins/common/mng.c:1462 ../plug-ins/common/png.c:1881
-msgid "Choose a high compression level for small file size"
-msgstr "Choose a high compression level for small file size"
-
-#: ../plug-ins/common/mng.c:1476
-msgid "JPEG compression quality:"
-msgstr "JPEG compression quality:"
-
-#: ../plug-ins/common/mng.c:1493
-msgid "JPEG smoothing factor:"
-msgstr "JPEG smoothing factor:"
-
-#: ../plug-ins/common/mng.c:1503
-msgid "Animated MNG Options"
-msgstr "Animated MNG Options"
-
-#: ../plug-ins/common/mng.c:1509
-msgid "Loop"
-msgstr "Loop"
-
-#: ../plug-ins/common/mng.c:1523
-msgid "Default frame delay:"
-msgstr "Default frame delay:"
-
-#: ../plug-ins/common/mng.c:1596
-msgid "MNG animation"
-msgstr "MNG animation"
-
#: ../plug-ins/common/mosaic.c:359
msgid "Convert the image into irregular tiles"
msgstr "Convert the image into irregular tiles"
@@ -5440,100 +5655,79 @@ msgid "_Mosaic..."
msgstr "_Mosaic..."
#. progress bar for gradient finding
-#: ../plug-ins/common/mosaic.c:503
+#: ../plug-ins/common/mosaic.c:502
msgid "Finding edges"
msgstr "Finding edges"
#. Progress bar for rendering tiles
-#: ../plug-ins/common/mosaic.c:557
+#: ../plug-ins/common/mosaic.c:556
msgid "Rendering tiles"
msgstr "Rendering tiles"
-#: ../plug-ins/common/mosaic.c:590
+#: ../plug-ins/common/mosaic.c:589
msgid "Mosaic"
msgstr "Mosaic"
-#: ../plug-ins/common/mosaic.c:630
+#: ../plug-ins/common/mosaic.c:629
msgid "Squares"
msgstr "Squares"
-#: ../plug-ins/common/mosaic.c:631
+#: ../plug-ins/common/mosaic.c:630
msgid "Hexagons"
msgstr "Hexagons"
-#: ../plug-ins/common/mosaic.c:632
+#: ../plug-ins/common/mosaic.c:631
msgid "Octagons & squares"
msgstr "Octagons & squares"
-#: ../plug-ins/common/mosaic.c:633
+#: ../plug-ins/common/mosaic.c:632
msgid "Triangles"
msgstr "Triangles"
-#: ../plug-ins/common/mosaic.c:641
+#: ../plug-ins/common/mosaic.c:640
msgid "_Tiling primitives:"
msgstr "_Tiling primitives:"
-#: ../plug-ins/common/mosaic.c:649
+#: ../plug-ins/common/mosaic.c:648
msgid "Tile _size:"
msgstr "Tile _size:"
-#: ../plug-ins/common/mosaic.c:674
+#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303
+msgid "Tile _height:"
+msgstr "Tile _height:"
+
+#: ../plug-ins/common/mosaic.c:673
msgid "Til_e spacing:"
msgstr "Til_e spacing:"
-#: ../plug-ins/common/mosaic.c:686
+#: ../plug-ins/common/mosaic.c:685
msgid "Tile _neatness:"
msgstr "Tile _neatness:"
-#: ../plug-ins/common/mosaic.c:699
+#: ../plug-ins/common/mosaic.c:698
msgid "Light _direction:"
msgstr "Light _direction:"
-#: ../plug-ins/common/mosaic.c:711
+#: ../plug-ins/common/mosaic.c:710
msgid "Color _variation:"
msgstr "Colour _variation:"
-#: ../plug-ins/common/mosaic.c:740
+#: ../plug-ins/common/mosaic.c:739
msgid "Co_lor averaging"
msgstr "Co_lour averaging"
-#: ../plug-ins/common/mosaic.c:753
+#: ../plug-ins/common/mosaic.c:752
msgid "Allo_w tile splitting"
msgstr "Allo_w tile splitting"
-#: ../plug-ins/common/mosaic.c:766
+#: ../plug-ins/common/mosaic.c:765
msgid "_Pitted surfaces"
msgstr "_Pitted surfaces"
-#: ../plug-ins/common/mosaic.c:779
+#: ../plug-ins/common/mosaic.c:778
msgid "_FG/BG lighting"
msgstr "_FG/BG lighting"
-#: ../plug-ins/common/mosaic.c:2685
-#, c-format
-msgid "Unable to add additional point.\n"
-msgstr "Unable to add additional point.\n"
-
-#: ../plug-ins/common/neon.c:134
-msgid "Simulate the glowing boundary of a neon light"
-msgstr "Simulate the glowing boundary of a neon light"
-
-#: ../plug-ins/common/neon.c:139
-msgid "_Neon..."
-msgstr "_Neon..."
-
-#: ../plug-ins/common/neon.c:211
-msgid "Neon"
-msgstr "Neon"
-
-#: ../plug-ins/common/neon.c:693
-msgid "Neon Detection"
-msgstr "Neon Detection"
-
-#: ../plug-ins/common/neon.c:745 ../plug-ins/common/unsharp.c:691
-msgid "_Amount:"
-msgstr "_Amount:"
-
#: ../plug-ins/common/newsprint.c:127
msgid "Round"
msgstr "Round"
@@ -5542,7 +5736,7 @@ msgstr "Round"
msgid "Line"
msgstr "Line"
-#: ../plug-ins/common/newsprint.c:145
+#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760
msgid "Diamond"
msgstr "Diamond"
@@ -5595,136 +5789,261 @@ msgid "_Spot function:"
msgstr "_Spot function:"
#. resolution settings
-#: ../plug-ins/common/newsprint.c:1239
+#: ../plug-ins/common/newsprint.c:1240
msgid "Resolution"
msgstr "Resolution"
-#: ../plug-ins/common/newsprint.c:1258
+#: ../plug-ins/common/newsprint.c:1259
msgid "_Input SPI:"
msgstr "_Input SPI:"
-#: ../plug-ins/common/newsprint.c:1272
+#: ../plug-ins/common/newsprint.c:1273
msgid "O_utput LPI:"
msgstr "O_utput LPI:"
-#: ../plug-ins/common/newsprint.c:1285
+#: ../plug-ins/common/newsprint.c:1286
msgid "C_ell size:"
msgstr "C_ell size:"
#. screen settings
-#: ../plug-ins/common/newsprint.c:1298 ../plug-ins/gflare/gflare.c:555
+#: ../plug-ins/common/newsprint.c:1299
+#: ../plug-ins/gradient-flare/gradient-flare.c:554
msgid "Screen"
msgstr "Screen"
-#: ../plug-ins/common/newsprint.c:1317
+#: ../plug-ins/common/newsprint.c:1318
msgid "B_lack pullout (%):"
msgstr "B_lack pullout (%):"
-#: ../plug-ins/common/newsprint.c:1339
+#: ../plug-ins/common/newsprint.c:1340
msgid "Separate to:"
msgstr "Separate to:"
-#: ../plug-ins/common/newsprint.c:1343
+#: ../plug-ins/common/newsprint.c:1344
msgid "_RGB"
msgstr "_RGB"
-#: ../plug-ins/common/newsprint.c:1360
+#: ../plug-ins/common/newsprint.c:1361
msgid "C_MYK"
msgstr "C_MYK"
-#: ../plug-ins/common/newsprint.c:1377
+#: ../plug-ins/common/newsprint.c:1378
msgid "I_ntensity"
msgstr "I_ntensity"
-#: ../plug-ins/common/newsprint.c:1402
+#: ../plug-ins/common/newsprint.c:1403
msgid "_Lock channels"
msgstr "_Lock channels"
-#: ../plug-ins/common/newsprint.c:1415
+#: ../plug-ins/common/newsprint.c:1416
msgid "_Factory Defaults"
msgstr "_Factory Defaults"
#. anti-alias control
-#: ../plug-ins/common/newsprint.c:1441 ../plug-ins/gfig/gfig-dialog.c:1256
+#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256
msgid "Antialiasing"
msgstr "Antialiasing"
-#: ../plug-ins/common/newsprint.c:1449
+#: ../plug-ins/common/newsprint.c:1450
msgid "O_versample:"
msgstr "O_versample:"
-#: ../plug-ins/common/nlfilt.c:118
+#: ../plug-ins/common/nl-filter.c:118
msgid "Nonlinear swiss army knife filter"
msgstr "Nonlinear swiss army knife filter"
-#: ../plug-ins/common/nlfilt.c:124
+#: ../plug-ins/common/nl-filter.c:124
msgid "_NL Filter..."
msgstr "_NL Filter..."
-#: ../plug-ins/common/nlfilt.c:952 ../plug-ins/common/nlfilt.c:1015
+#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015
msgid "NL Filter"
msgstr "NL Filter"
-#: ../plug-ins/common/nlfilt.c:1043
+#: ../plug-ins/common/nl-filter.c:1044
msgid "Filter"
msgstr "Filter"
-#: ../plug-ins/common/nlfilt.c:1047
+#: ../plug-ins/common/nl-filter.c:1048
msgid "_Alpha trimmed mean"
msgstr "_Alpha trimmed mean"
-#: ../plug-ins/common/nlfilt.c:1049
+#: ../plug-ins/common/nl-filter.c:1050
msgid "Op_timal estimation"
msgstr "Op_timal estimation"
-#: ../plug-ins/common/nlfilt.c:1051
+#: ../plug-ins/common/nl-filter.c:1052
msgid "_Edge enhancement"
msgstr "_Edge enhancement"
-#: ../plug-ins/common/nlfilt.c:1076
+#: ../plug-ins/common/nl-filter.c:1077
msgid "A_lpha:"
msgstr "A_lpha:"
-#: ../plug-ins/common/noisify.c:144
+#: ../plug-ins/common/noise-hsv.c:103
+msgid "Randomize hue/saturation/value independently"
+msgstr "Randomize hue/saturation/value independently"
+
+#: ../plug-ins/common/noise-hsv.c:108
+msgid "HSV Noise..."
+msgstr "HSV Noise..."
+
+#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361
+msgid "HSV Noise"
+msgstr "HSV Noise"
+
+#: ../plug-ins/common/noise-hsv.c:397
+msgid "_Holdness:"
+msgstr "_Holdness:"
+
+#: ../plug-ins/common/noise-hsv.c:409
+msgid "H_ue:"
+msgstr "H_ue:"
+
+#: ../plug-ins/common/noise-randomize.c:102
+msgid "Random Hurl"
+msgstr "Random Hurl"
+
+#: ../plug-ins/common/noise-randomize.c:103
+msgid "Random Pick"
+msgstr "Random Pick"
+
+#: ../plug-ins/common/noise-randomize.c:104
+msgid "Random Slur"
+msgstr "Random Slur"
+
+#: ../plug-ins/common/noise-randomize.c:202
+msgid "Completely randomize a fraction of pixels"
+msgstr "Completely randomize a fraction of pixels"
+
+#: ../plug-ins/common/noise-randomize.c:204
+msgid "Randomly interchange some pixels with neighbors"
+msgstr "Randomly interchange some pixels with neighbours"
+
+#: ../plug-ins/common/noise-randomize.c:206
+msgid "Randomly slide some pixels downward (similar to melting)"
+msgstr "Randomly slide some pixels downward (similar to melting)"
+
+#: ../plug-ins/common/noise-randomize.c:233
+msgid "_Hurl..."
+msgstr "_Hurl..."
+
+#: ../plug-ins/common/noise-randomize.c:245
+msgid "_Pick..."
+msgstr "_Pick..."
+
+#: ../plug-ins/common/noise-randomize.c:257
+msgid "_Slur..."
+msgstr "_Slur..."
+
+#: ../plug-ins/common/noise-randomize.c:771
+#: ../plug-ins/common/noise-solid.c:602
+msgid "_Random seed:"
+msgstr "_Random seed:"
+
+#: ../plug-ins/common/noise-randomize.c:780
+msgid "R_andomization (%):"
+msgstr "R_andomisation (%):"
+
+#: ../plug-ins/common/noise-randomize.c:783
+msgid "Percentage of pixels to be filtered"
+msgstr "Percentage of pixels to be filtered"
+
+#: ../plug-ins/common/noise-randomize.c:795
+msgid "R_epeat:"
+msgstr "R_epeat:"
+
+#: ../plug-ins/common/noise-randomize.c:798
+msgid "Number of times to apply filter"
+msgstr "Number of times to apply filter"
+
+#: ../plug-ins/common/noise-rgb.c:144
msgid "Distort colors by random amounts"
msgstr "Distort colours by random amounts"
-#: ../plug-ins/common/noisify.c:154
+#: ../plug-ins/common/noise-rgb.c:154
msgid "_RGB Noise..."
msgstr "_RGB Noise..."
-#: ../plug-ins/common/noisify.c:282
+#: ../plug-ins/common/noise-rgb.c:282
msgid "Adding noise"
msgstr "Adding noise"
-#: ../plug-ins/common/noisify.c:448
+#: ../plug-ins/common/noise-rgb.c:448
msgid "RGB Noise"
msgstr "RGB Noise"
-#: ../plug-ins/common/noisify.c:481
+#: ../plug-ins/common/noise-rgb.c:481
msgid "Co_rrelated noise"
msgstr "Co_rrelated noise"
-#: ../plug-ins/common/noisify.c:496
+#: ../plug-ins/common/noise-rgb.c:496
msgid "_Independent RGB"
msgstr "_Independent RGB"
-#: ../plug-ins/common/noisify.c:520 ../plug-ins/common/noisify.c:524
+#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524
msgid "_Gray:"
msgstr "_Grey:"
-#: ../plug-ins/common/noisify.c:550
+#: ../plug-ins/common/noise-rgb.c:550
#, c-format
msgid "Channel #%d:"
msgstr "Channel #%d:"
-#: ../plug-ins/common/normalize.c:80
-msgid "Stretch brightness values to cover the full range"
-msgstr "Stretch brightness values to cover the full range"
+#: ../plug-ins/common/noise-solid.c:176
+msgid "Create a random cloud-like texture"
+msgstr "Create a random cloud-like texture"
-#: ../plug-ins/common/normalize.c:126
-msgid "Normalizing"
-msgstr "Normalising"
+#: ../plug-ins/common/noise-solid.c:182
+msgid "_Solid Noise..."
+msgstr "_Solid Noise..."
+
+#. Dialog initialization
+#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563
+msgid "Solid Noise"
+msgstr "Solid Noise"
+
+#: ../plug-ins/common/noise-solid.c:615
+msgid "_Detail:"
+msgstr "_Detail:"
+
+#. Turbulent
+#: ../plug-ins/common/noise-solid.c:625
+msgid "T_urbulent"
+msgstr "T_urbulent"
+
+#. Tilable
+#: ../plug-ins/common/noise-solid.c:639
+msgid "T_ilable"
+msgstr "T_ilable"
+
+#: ../plug-ins/common/noise-solid.c:654
+msgid "_X size:"
+msgstr "_X size:"
+
+#: ../plug-ins/common/noise-solid.c:667
+msgid "_Y size:"
+msgstr "_Y size:"
+
+#: ../plug-ins/common/noise-spread.c:89
+msgid "Move pixels around randomly"
+msgstr "Move pixels around randomly"
+
+#: ../plug-ins/common/noise-spread.c:98
+msgid "Sp_read..."
+msgstr "Sp_read..."
+
+#: ../plug-ins/common/noise-spread.c:181
+msgid "Spreading"
+msgstr "Spreading"
+
+#: ../plug-ins/common/noise-spread.c:346
+msgid "Spread"
+msgstr "Spread"
+
+#: ../plug-ins/common/noise-spread.c:371
+msgid "Spread Amount"
+msgstr "Spread Amount"
#: ../plug-ins/common/nova.c:168
msgid "Add a starburst to the image"
@@ -5803,146 +6122,6 @@ msgstr "Use e_xponent map:"
msgid "_Use intensity algorithm"
msgstr "_Use intensity algorithm"
-#: ../plug-ins/common/papertile.c:243 ../plug-ins/common/papertile.c:556
-msgid "Paper Tile"
-msgstr "Paper Tile"
-
-#: ../plug-ins/common/papertile.c:269
-msgid "Division"
-msgstr "Division"
-
-#: ../plug-ins/common/papertile.c:319
-msgid "Fractional Pixels"
-msgstr "Fractional Pixels"
-
-#: ../plug-ins/common/papertile.c:324
-msgid "_Background"
-msgstr "_Background"
-
-#: ../plug-ins/common/papertile.c:326
-msgid "_Ignore"
-msgstr "_Ignore"
-
-#: ../plug-ins/common/papertile.c:328
-msgid "_Force"
-msgstr "_Force"
-
-#: ../plug-ins/common/papertile.c:335
-msgid "C_entering"
-msgstr "C_entring"
-
-#: ../plug-ins/common/papertile.c:350
-msgid "Movement"
-msgstr "Movement"
-
-#: ../plug-ins/common/papertile.c:363
-msgid "_Max (%):"
-msgstr "_Max (%):"
-
-#: ../plug-ins/common/papertile.c:369
-msgid "_Wrap around"
-msgstr "_Wrap around"
-
-#: ../plug-ins/common/papertile.c:379
-msgid "Background Type"
-msgstr "Background Type"
-
-#: ../plug-ins/common/papertile.c:386
-msgid "I_nverted image"
-msgstr "I_nverted image"
-
-#: ../plug-ins/common/papertile.c:388
-msgid "Im_age"
-msgstr "Im_age"
-
-#: ../plug-ins/common/papertile.c:390
-msgid "Fo_reground color"
-msgstr "Fo_reground colour"
-
-#: ../plug-ins/common/papertile.c:392
-msgid "Bac_kground color"
-msgstr "Bac_kground colour"
-
-#: ../plug-ins/common/papertile.c:394
-msgid "S_elect here:"
-msgstr "S_elect here:"
-
-#: ../plug-ins/common/papertile.c:401
-msgid "Background Color"
-msgstr "Background Colour"
-
-#: ../plug-ins/common/papertile.c:846
-msgid "Cut image into paper tiles, and slide them"
-msgstr "Cut image into paper tiles, and slide them"
-
-#: ../plug-ins/common/papertile.c:851
-msgid "September 31, 1999"
-msgstr "September 31, 1999"
-
-#: ../plug-ins/common/papertile.c:852
-msgid "_Paper Tile..."
-msgstr "_Paper Tile..."
-
-#: ../plug-ins/common/pat.c:121 ../plug-ins/common/pat.c:143
-msgid "GIMP pattern"
-msgstr "GIMP pattern"
-
-#: ../plug-ins/common/pat.c:358
-#, c-format
-msgid "Invalid UTF-8 string in pattern file '%s'."
-msgstr "Invalid UTF-8 string in pattern file '%s'."
-
-#: ../plug-ins/common/pat.c:513
-msgid "Save as Pattern"
-msgstr "Save as Pattern"
-
-#: ../plug-ins/common/pcx.c:129 ../plug-ins/common/pcx.c:148
-msgid "ZSoft PCX image"
-msgstr "ZSoft PCX image"
-
-#: ../plug-ins/common/pcx.c:354
-#, c-format
-msgid "Could not read header from '%s'"
-msgstr "Could not read header from '%s'"
-
-#: ../plug-ins/common/pcx.c:363
-#, c-format
-msgid "'%s' is not a PCX file"
-msgstr "'%s' is not a PCX file"
-
-#: ../plug-ins/common/pcx.c:386
-msgid "Invalid number of bytes per line in PCX header"
-msgstr "Invalid number of bytes per line in PCX header"
-
-#: ../plug-ins/common/pcx.c:434
-msgid "Unusual PCX flavour, giving up"
-msgstr "Unusual PCX flavour, giving up"
-
-#: ../plug-ins/common/pcx.c:655
-#, c-format
-msgid "Invalid X offset: %d"
-msgstr "Invalid X offset: %d"
-
-#: ../plug-ins/common/pcx.c:661
-#, c-format
-msgid "Invalid Y offset: %d"
-msgstr "Invalid Y offset: %d"
-
-#: ../plug-ins/common/pcx.c:667
-#, c-format
-msgid "Right border out of bounds (must be < %d): %d"
-msgstr "Right border out of bounds (must be < %d): %d"
-
-#: ../plug-ins/common/pcx.c:674
-#, c-format
-msgid "Bottom border out of bounds (must be < %d): %d"
-msgstr "Bottom border out of bounds (must be < %d): %d"
-
-#: ../plug-ins/common/pcx.c:730
-#, c-format
-msgid "Writing to file '%s' failed: %s"
-msgstr "Writing to file '%s' failed: %s"
-
#: ../plug-ins/common/photocopy.c:153
msgid "Simulate color distortion produced by a copy machine"
msgstr "Simulate colour distortion produced by a copy machine"
@@ -5951,27 +6130,23 @@ msgstr "Simulate colour distortion produced by a copy machine"
msgid "_Photocopy..."
msgstr "_Photocopy..."
-#: ../plug-ins/common/photocopy.c:837
+#: ../plug-ins/common/photocopy.c:839
msgid "Photocopy"
msgstr "Photocopy"
-#: ../plug-ins/common/photocopy.c:888 ../plug-ins/common/sharpen.c:511
-#: ../plug-ins/common/softglow.c:695
+#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511
+#: ../plug-ins/common/softglow.c:697
msgid "_Sharpness:"
msgstr "_Sharpness:"
-#: ../plug-ins/common/photocopy.c:902
+#: ../plug-ins/common/photocopy.c:904
msgid "Percent _black:"
msgstr "Percent _black:"
-#: ../plug-ins/common/photocopy.c:916
+#: ../plug-ins/common/photocopy.c:918
msgid "Percent _white:"
msgstr "Percent _white:"
-#: ../plug-ins/common/pix.c:140 ../plug-ins/common/pix.c:157
-msgid "Alias Pix image"
-msgstr "Alias Pix image"
-
#: ../plug-ins/common/pixelize.c:164
msgid "Simplify image into an array of solid-colored squares"
msgstr "Simplify image into an array of solid-coloured squares"
@@ -5984,15 +6159,15 @@ msgstr "_Pixelise..."
msgid "Pixelizing"
msgstr "Pixelising"
-#: ../plug-ins/common/pixelize.c:314
+#: ../plug-ins/common/pixelize.c:316
msgid "Pixelize"
msgstr "Pixelise"
-#: ../plug-ins/common/pixelize.c:350
+#: ../plug-ins/common/pixelize.c:352
msgid "Pixel _width:"
msgstr "Pixel _width:"
-#: ../plug-ins/common/pixelize.c:355
+#: ../plug-ins/common/pixelize.c:357
msgid "Pixel _height:"
msgstr "Pixel _height:"
@@ -6008,11 +6183,11 @@ msgstr "_Plasma..."
msgid "Plasma"
msgstr "Plasma"
-#: ../plug-ins/common/plasma.c:336
+#: ../plug-ins/common/plasma.c:337
msgid "Random _seed:"
msgstr "Random _seed:"
-#: ../plug-ins/common/plasma.c:347
+#: ../plug-ins/common/plasma.c:348
msgid "T_urbulence:"
msgstr "T_urbulence:"
@@ -6081,192 +6256,35 @@ msgstr "List View"
msgid "Tree View"
msgstr "Tree View"
-#: ../plug-ins/common/png.c:261 ../plug-ins/common/png.c:282
-#: ../plug-ins/common/png.c:302 ../plug-ins/common/png.c:319
-msgid "PNG image"
-msgstr "PNG image"
-
-#: ../plug-ins/common/png.c:613
-#, c-format
-msgid "Error loading PNG file: %s"
-msgstr "Error loading PNG file: %s"
-
-#: ../plug-ins/common/png.c:686
-#, c-format
-msgid "Error while reading '%s'. File corrupted?"
-msgstr "Error while reading '%s'. File corrupted?"
-
-#. Aie! Unknown type
-#: ../plug-ins/common/png.c:814
-#, c-format
-msgid "Unknown color model in PNG file '%s'."
-msgstr "Unknown colour model in PNG file '%s'."
-
-#: ../plug-ins/common/png.c:868
-msgid ""
-"The PNG file specifies an offset that caused the layer to be positioned "
-"outside the image."
-msgstr ""
-"The PNG file specifies an offset that caused the layer to be positioned "
-"outside the image."
-
-#: ../plug-ins/common/png.c:1229
-#, c-format
-msgid "Error while saving '%s'. Could not save image."
-msgstr "Error while saving '%s'. Could not save image."
-
-#: ../plug-ins/common/png.c:1759
-msgid "Save as PNG"
-msgstr "Save as PNG"
-
-#: ../plug-ins/common/png.c:1790
-msgid "_Interlacing (Adam7)"
-msgstr "_Interlacing (Adam7)"
-
-#: ../plug-ins/common/png.c:1801
-msgid "Save _background color"
-msgstr "Save _background colour"
-
-#: ../plug-ins/common/png.c:1809
-msgid "Save _gamma"
-msgstr "Save _gamma"
-
-#: ../plug-ins/common/png.c:1819
-msgid "Save layer o_ffset"
-msgstr "Save layer o_ffset"
-
-#: ../plug-ins/common/png.c:1828
-msgid "Save _resolution"
-msgstr "Save _resolution"
-
-#: ../plug-ins/common/png.c:1838
-msgid "Save creation _time"
-msgstr "Save creation _time"
-
-#: ../plug-ins/common/png.c:1847
-msgid "Save comme_nt"
-msgstr "Save comme_nt"
-
-#: ../plug-ins/common/png.c:1863
-msgid "Save color _values from transparent pixels"
-msgstr "Save colour _values from transparent pixels"
-
-#: ../plug-ins/common/png.c:1877
-msgid "Co_mpression level:"
-msgstr "Co_mpression level:"
-
-#: ../plug-ins/common/png.c:1895 ../plug-ins/jpeg/jpeg-save.c:1164
-msgid "_Load Defaults"
-msgstr "_Load Defaults"
-
-#: ../plug-ins/common/png.c:1903 ../plug-ins/jpeg/jpeg-save.c:1173
-msgid "S_ave Defaults"
-msgstr "S_ave Defaults"
-
-#: ../plug-ins/common/pnm.c:245
-msgid "PNM Image"
-msgstr "PNM Image"
-
-#: ../plug-ins/common/pnm.c:265
-msgid "PNM image"
-msgstr "PNM image"
-
-#: ../plug-ins/common/pnm.c:277
-msgid "PBM image"
-msgstr "PBM image"
-
-#: ../plug-ins/common/pnm.c:289
-msgid "PGM image"
-msgstr "PGM image"
-
-#: ../plug-ins/common/pnm.c:301
-msgid "PPM image"
-msgstr "PPM image"
-
-#: ../plug-ins/common/pnm.c:514 ../plug-ins/common/pnm.c:536
-#: ../plug-ins/common/pnm.c:545 ../plug-ins/common/pnm.c:556
-#: ../plug-ins/common/pnm.c:644 ../plug-ins/common/pnm.c:714
-msgid "Premature end of file."
-msgstr "Premature end of file."
-
-#: ../plug-ins/common/pnm.c:516
-msgid "Invalid file."
-msgstr "Invalid file."
-
-#: ../plug-ins/common/pnm.c:530
-msgid "File not in a supported format."
-msgstr "File not in a supported format."
-
-#: ../plug-ins/common/pnm.c:539
-msgid "Invalid X resolution."
-msgstr "Invalid X resolution."
-
-#: ../plug-ins/common/pnm.c:541
-msgid "Image width is larger than GIMP can handle."
-msgstr "Image width is larger than GIMP can handle."
-
-#: ../plug-ins/common/pnm.c:548
-msgid "Invalid Y resolution."
-msgstr "Invalid Y resolution."
-
-#: ../plug-ins/common/pnm.c:550
-msgid "Image height is larger than GIMP can handle."
-msgstr "Image height is larger than GIMP can handle."
-
-#: ../plug-ins/common/pnm.c:562
-msgid "Invalid maximum value."
-msgstr "Invalid maximum value."
-
-#: ../plug-ins/common/pnm.c:767
-msgid "Error reading file."
-msgstr "Error reading file."
-
-#: ../plug-ins/common/pnm.c:1133
-msgid "Save as PNM"
-msgstr "Save as PNM"
-
-#. file save type
-#: ../plug-ins/common/pnm.c:1150
-msgid "Data formatting"
-msgstr "Data formatting"
-
-#: ../plug-ins/common/pnm.c:1154
-msgid "Raw"
-msgstr "Raw"
-
-#: ../plug-ins/common/pnm.c:1155
-msgid "Ascii"
-msgstr "Ascii"
-
-#: ../plug-ins/common/polar.c:156
+#: ../plug-ins/common/polar-coords.c:156
msgid "Convert image to or from polar coordinates"
msgstr "Convert image to or from polar coordinates"
-#: ../plug-ins/common/polar.c:163
+#: ../plug-ins/common/polar-coords.c:163
msgid "P_olar Coordinates..."
msgstr "P_olar Coordinates..."
-#: ../plug-ins/common/polar.c:360
+#: ../plug-ins/common/polar-coords.c:360
msgid "Polar coordinates"
msgstr "Polar coordinates"
-#: ../plug-ins/common/polar.c:592
+#: ../plug-ins/common/polar-coords.c:592
msgid "Polar Coordinates"
msgstr "Polar Coordinates"
-#: ../plug-ins/common/polar.c:630
+#: ../plug-ins/common/polar-coords.c:631
msgid "Circle _depth in percent:"
msgstr "Circle _depth in percent:"
-#: ../plug-ins/common/polar.c:642
+#: ../plug-ins/common/polar-coords.c:643
msgid "Offset _angle:"
msgstr "Offset _angle:"
-#: ../plug-ins/common/polar.c:657
+#: ../plug-ins/common/polar-coords.c:658
msgid "_Map backwards"
msgstr "_Map backwards"
-#: ../plug-ins/common/polar.c:663
+#: ../plug-ins/common/polar-coords.c:664
msgid ""
"If checked the mapping will begin at the right side, as opposed to beginning "
"at the left."
@@ -6274,11 +6292,11 @@ msgstr ""
"If checked the mapping will begin at the right side, as opposed to beginning "
"at the left."
-#: ../plug-ins/common/polar.c:674
+#: ../plug-ins/common/polar-coords.c:675
msgid "Map from _top"
msgstr "Map from _top"
-#: ../plug-ins/common/polar.c:680
+#: ../plug-ins/common/polar-coords.c:681
msgid ""
"If unchecked the mapping will put the bottom row in the middle and the top "
"row on the outside. If checked it will be the opposite."
@@ -6286,11 +6304,11 @@ msgstr ""
"If unchecked the mapping will put the bottom row in the middle and the top "
"row on the outside. If checked it will be the opposite."
-#: ../plug-ins/common/polar.c:692
+#: ../plug-ins/common/polar-coords.c:693
msgid "To _polar"
msgstr "To _polar"
-#: ../plug-ins/common/polar.c:698
+#: ../plug-ins/common/polar-coords.c:699
msgid ""
"If unchecked the image will be circularly mapped onto a rectangle. If "
"checked the image will be mapped onto a circle."
@@ -6298,228 +6316,6 @@ msgstr ""
"If unchecked the image will be circularly mapped onto a rectangle. If "
"checked the image will be mapped onto a circle."
-#: ../plug-ins/common/poppler.c:285
-msgid "Portable Document Format"
-msgstr "Portable Document Format"
-
-#: ../plug-ins/common/poppler.c:606
-#, c-format
-msgid "%s-%s"
-msgstr "%s-%s"
-
-#: ../plug-ins/common/poppler.c:608 ../plug-ins/common/postscript.c:1111
-#, c-format
-msgid "%s-pages"
-msgstr "%s-pages"
-
-#: ../plug-ins/common/poppler.c:786
-msgid "Import from PDF"
-msgstr "Import from PDF"
-
-#: ../plug-ins/common/poppler.c:791 ../plug-ins/common/postscript.c:3083
-#: ../plug-ins/common/tiff-load.c:451
-msgid "_Import"
-msgstr "_Import"
-
-#: ../plug-ins/common/poppler.c:857
-msgid "_Width (pixels):"
-msgstr "_Width (pixels):"
-
-#: ../plug-ins/common/poppler.c:858
-msgid "_Height (pixels):"
-msgstr "_Height (pixels):"
-
-#: ../plug-ins/common/poppler.c:860
-msgid "_Resolution:"
-msgstr "_Resolution:"
-
-#: ../plug-ins/common/poppler.c:1134
-#, c-format
-msgid "pixels/%s"
-msgstr "pixels/%s"
-
-#: ../plug-ins/common/postscript.c:597 ../plug-ins/common/postscript.c:689
-msgid "PostScript document"
-msgstr "PostScript document"
-
-#: ../plug-ins/common/postscript.c:616 ../plug-ins/common/postscript.c:705
-msgid "Encapsulated PostScript image"
-msgstr "Encapsulated PostScript image"
-
-#: ../plug-ins/common/postscript.c:636
-msgid "PDF document"
-msgstr "PDF document"
-
-#: ../plug-ins/common/postscript.c:1036
-#, c-format
-msgid "Could not interpret '%s'"
-msgstr "Could not interpret '%s'"
-
-#: ../plug-ins/common/postscript.c:1176
-msgid "PostScript save cannot handle images with alpha channels"
-msgstr "PostScript save cannot handle images with alpha channels"
-
-#: ../plug-ins/common/postscript.c:1713 ../plug-ins/common/postscript.c:1746
-#, c-format
-msgid ""
-"Error starting Ghostscript. Make sure that Ghostscript is installed and - if "
-"necessary - use the environment variable GS_PROG to tell GIMP about its "
-"location.\n"
-"(%s)"
-msgstr ""
-"Error starting Ghostscript. Make sure that Ghostscript is installed and - if "
-"necessary - use the environment variable GS_PROG to tell GIMP about its "
-"location.\n"
-"(%s)"
-
-#: ../plug-ins/common/postscript.c:1913 ../plug-ins/common/tiff-load.c:954
-#, c-format
-msgid "Page %d"
-msgstr "Page %d"
-
-#: ../plug-ins/common/postscript.c:2583 ../plug-ins/common/postscript.c:2716
-#: ../plug-ins/common/postscript.c:2868 ../plug-ins/common/postscript.c:2994
-#: ../plug-ins/common/sunras.c:1485 ../plug-ins/common/sunras.c:1593
-#: ../plug-ins/fits/fits.c:831 ../plug-ins/fits/fits.c:955
-msgid "Write error occurred"
-msgstr "Write error occurred"
-
-#: ../plug-ins/common/postscript.c:3078
-msgid "Import from PostScript"
-msgstr "Import from PostScript"
-
-#. Rendering
-#: ../plug-ins/common/postscript.c:3121
-msgid "Rendering"
-msgstr "Rendering"
-
-#. Resolution
-#: ../plug-ins/common/postscript.c:3137 ../plug-ins/common/svg.c:898
-#: ../plug-ins/common/wmf.c:683
-msgid "Resolution:"
-msgstr "Resolution:"
-
-#: ../plug-ins/common/postscript.c:3176
-msgid "Pages:"
-msgstr "Pages:"
-
-#: ../plug-ins/common/postscript.c:3183
-msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)"
-msgstr "Pages to load (e.g.: 1-4 or 1,3,5-7)"
-
-#: ../plug-ins/common/postscript.c:3187
-#: ../plug-ins/common/spheredesigner.c:2650
-msgid "Layers"
-msgstr "Layers"
-
-#: ../plug-ins/common/postscript.c:3189
-msgid "Images"
-msgstr "Images"
-
-#: ../plug-ins/common/postscript.c:3192
-msgid "Open as"
-msgstr "Open as"
-
-#: ../plug-ins/common/postscript.c:3196
-msgid "Try Bounding Box"
-msgstr "Try Bounding Box"
-
-#. Colouring
-#: ../plug-ins/common/postscript.c:3209
-msgid "Coloring"
-msgstr "Colouring"
-
-#: ../plug-ins/common/postscript.c:3213
-msgid "B/W"
-msgstr "B/W"
-
-#: ../plug-ins/common/postscript.c:3214 ../plug-ins/imagemap/imap_menu.c:214
-#: ../plug-ins/rcm/rcm_dialog.c:419
-msgid "Gray"
-msgstr "Grey"
-
-#: ../plug-ins/common/postscript.c:3215 ../plug-ins/common/xpm.c:468
-#: ../plug-ins/gimpressionist/color.c:66
-#: ../plug-ins/gimpressionist/general.c:170
-#: ../plug-ins/imagemap/imap_menu.c:213
-msgid "Color"
-msgstr "Colour"
-
-#: ../plug-ins/common/postscript.c:3216 ../plug-ins/fits/fits.c:1014
-msgid "Automatic"
-msgstr "Automatic"
-
-#: ../plug-ins/common/postscript.c:3226
-msgid "Text antialiasing"
-msgstr "Text antialiasing"
-
-#: ../plug-ins/common/postscript.c:3231 ../plug-ins/common/postscript.c:3243
-msgid "Weak"
-msgstr "Weak"
-
-#: ../plug-ins/common/postscript.c:3232 ../plug-ins/common/postscript.c:3244
-msgid "Strong"
-msgstr "Strong"
-
-#: ../plug-ins/common/postscript.c:3238
-msgid "Graphic antialiasing"
-msgstr "Graphic antialiasing"
-
-#: ../plug-ins/common/postscript.c:3316
-msgid "Save as PostScript"
-msgstr "Save as PostScript"
-
-#. Image Size
-#: ../plug-ins/common/postscript.c:3347
-msgid "Image Size"
-msgstr "Image Size"
-
-#: ../plug-ins/common/postscript.c:3396
-msgid "_Keep aspect ratio"
-msgstr "_Keep aspect ratio"
-
-#: ../plug-ins/common/postscript.c:3402
-msgid ""
-"When toggled, the resulting image will be scaled to fit into the given size "
-"without changing the aspect ratio."
-msgstr ""
-"When toggled, the resulting image will be scaled to fit into the given size "
-"without changing the aspect ratio."
-
-#. Unit
-#: ../plug-ins/common/postscript.c:3412
-msgid "Unit"
-msgstr "Unit"
-
-#: ../plug-ins/common/postscript.c:3416
-msgid "_Inch"
-msgstr "_Inch"
-
-#: ../plug-ins/common/postscript.c:3417
-msgid "_Millimeter"
-msgstr "_Millimetre"
-
-#. Format
-#: ../plug-ins/common/postscript.c:3443
-msgid "Output"
-msgstr "Output"
-
-#: ../plug-ins/common/postscript.c:3449
-msgid "_PostScript level 2"
-msgstr "_PostScript level 2"
-
-#: ../plug-ins/common/postscript.c:3458
-msgid "_Encapsulated PostScript"
-msgstr "_Encapsulated PostScript"
-
-#: ../plug-ins/common/postscript.c:3467
-msgid "P_review"
-msgstr "P_review"
-
-#: ../plug-ins/common/postscript.c:3488
-msgid "Preview _size:"
-msgstr "Preview _size:"
-
#: ../plug-ins/common/procedure-browser.c:83
msgid "List available procedures in the PDB"
msgstr "List available procedures in the PDB"
@@ -6532,271 +6328,61 @@ msgstr "Procedure _Browser"
msgid "Procedure Browser"
msgstr "Procedure Browser"
-#: ../plug-ins/common/psd-save.c:222 ../plug-ins/psd/psd.c:114
-#: ../plug-ins/psd/psd.c:153
-msgid "Photoshop image"
-msgstr "Photoshop image"
+#: ../plug-ins/common/qbist.c:402
+msgid "Generate a huge variety of abstract patterns"
+msgstr "Generate a huge variety of abstract patterns"
-#: ../plug-ins/common/psd-save.c:353
-#, c-format
-msgid ""
-"Unable to save layer with mode '%s'. Either the PSD file format or the save "
-"plug-in does not support that, using normal mode instead."
-msgstr ""
-"Unable to save layer with mode '%s'. Either the PSD file format or the save "
-"plug-in does not support that, using normal mode instead."
+#: ../plug-ins/common/qbist.c:410
+msgid "_Qbist..."
+msgstr "_Qbist..."
-#: ../plug-ins/common/psd-save.c:608
-msgid "Error: Can't convert GIMP base imagetype to PSD mode"
-msgstr "Error: Can't convert GIMP base imagetype to PSD mode"
+#: ../plug-ins/common/qbist.c:511
+msgid "Qbist"
+msgstr "Qbist"
-#: ../plug-ins/common/psd-save.c:1533
-#, c-format
-msgid ""
-"Unable to save '%s'. The psd file format does not support images that are "
-"more than 30000 pixels wide or tall."
-msgstr ""
-"Unable to save '%s'. The psd file format does not support images that are "
-"more than 30000 pixels wide or tall."
+#: ../plug-ins/common/qbist.c:707
+msgid "Load QBE File"
+msgstr "Load QBE File"
-#: ../plug-ins/common/psd-save.c:1545
-#, c-format
-msgid ""
-"Unable to save '%s'. The psd file format does not support images with "
-"layers that are more than 30000 pixels wide or tall."
-msgstr ""
-"Unable to save '%s'. The psd file format does not support images with "
-"layers that are more than 30000 pixels wide or tall."
+#: ../plug-ins/common/qbist.c:749
+msgid "Save as QBE File"
+msgstr "Save as QBE File"
-#: ../plug-ins/common/psp.c:356 ../plug-ins/common/psp.c:380
-msgid "Paint Shop Pro image"
-msgstr "Paint Shop Pro image"
+#: ../plug-ins/common/qbist.c:803
+msgid "G-Qbist"
+msgstr "G-Qbist"
-#: ../plug-ins/common/psp.c:397
-msgid "Save as PSP"
-msgstr "Save as PSP"
-
-#. file save type
-#: ../plug-ins/common/psp.c:414
-msgid "Data Compression"
-msgstr "Data Compression"
-
-#: ../plug-ins/common/psp.c:419
-msgid "RLE"
-msgstr "RLE"
-
-#: ../plug-ins/common/psp.c:420
-msgid "LZ77"
-msgstr "LZ77"
-
-#: ../plug-ins/common/randomize.c:102
-msgid "Random Hurl"
-msgstr "Random Hurl"
-
-#: ../plug-ins/common/randomize.c:103
-msgid "Random Pick"
-msgstr "Random Pick"
-
-#: ../plug-ins/common/randomize.c:104
-msgid "Random Slur"
-msgstr "Random Slur"
-
-#: ../plug-ins/common/randomize.c:202
-msgid "Completely randomize a fraction of pixels"
-msgstr "Completely randomize a fraction of pixels"
-
-#: ../plug-ins/common/randomize.c:204
-msgid "Randomly interchange some pixels with neighbors"
-msgstr "Randomly interchange some pixels with neighbours"
-
-#: ../plug-ins/common/randomize.c:206
-msgid "Randomly slide some pixels downward (similar to melting)"
-msgstr "Randomly slide some pixels downward (similar to melting)"
-
-#: ../plug-ins/common/randomize.c:233
-msgid "_Hurl..."
-msgstr "_Hurl..."
-
-#: ../plug-ins/common/randomize.c:245
-msgid "_Pick..."
-msgstr "_Pick..."
-
-#: ../plug-ins/common/randomize.c:257
-msgid "_Slur..."
-msgstr "_Slur..."
-
-#: ../plug-ins/common/randomize.c:771 ../plug-ins/common/snoise.c:601
-msgid "_Random seed:"
-msgstr "_Random seed:"
-
-#: ../plug-ins/common/randomize.c:780
-msgid "R_andomization (%):"
-msgstr "R_andomisation (%):"
-
-#: ../plug-ins/common/randomize.c:783
-msgid "Percentage of pixels to be filtered"
-msgstr "Percentage of pixels to be filtered"
-
-#: ../plug-ins/common/randomize.c:795
-msgid "R_epeat:"
-msgstr "R_epeat:"
-
-#: ../plug-ins/common/randomize.c:798
-msgid "Number of times to apply filter"
-msgstr "Number of times to apply filter"
-
-#: ../plug-ins/common/raw.c:179 ../plug-ins/common/raw.c:194
-msgid "Raw image data"
-msgstr "Raw image data"
-
-#: ../plug-ins/common/raw.c:959
-msgid "Load Image from Raw Data"
-msgstr "Load Image from Raw Data"
-
-#: ../plug-ins/common/raw.c:992
-msgid "Image"
-msgstr "Image"
-
-#: ../plug-ins/common/raw.c:1003
-msgid "RGB Alpha"
-msgstr "RGB Alpha"
-
-#: ../plug-ins/common/raw.c:1004
-msgid "Planar RGB"
-msgstr "Planar RGB"
-
-#: ../plug-ins/common/raw.c:1005
-msgid "Indexed"
-msgstr "Indexed"
-
-#: ../plug-ins/common/raw.c:1006
-msgid "Indexed Alpha"
-msgstr "Indexed Alpha"
-
-#: ../plug-ins/common/raw.c:1011
-msgid "Image _Type:"
-msgstr "Image _Type:"
-
-#: ../plug-ins/common/raw.c:1061
-msgid "Palette"
-msgstr "Palette"
-
-#: ../plug-ins/common/raw.c:1071 ../plug-ins/common/raw.c:1170
-msgid "R, G, B (normal)"
-msgstr "R, G, B (normal)"
-
-#: ../plug-ins/common/raw.c:1072 ../plug-ins/common/raw.c:1172
-msgid "B, G, R, X (BMP style)"
-msgstr "B, G, R, X (BMP style)"
-
-#: ../plug-ins/common/raw.c:1077
-msgid "_Palette Type:"
-msgstr "_Palette Type:"
-
-#: ../plug-ins/common/raw.c:1088
-msgid "Off_set:"
-msgstr "Off_set:"
-
-#: ../plug-ins/common/raw.c:1100
-msgid "Select Palette File"
-msgstr "Select Palette File"
-
-#: ../plug-ins/common/raw.c:1106
-msgid "Pal_ette File:"
-msgstr "Pal_ette File:"
-
-#: ../plug-ins/common/raw.c:1134
-msgid "Raw Image Save"
-msgstr "Raw Image Save"
-
-#: ../plug-ins/common/raw.c:1156
-msgid "RGB Save Type"
-msgstr "RGB Save Type"
-
-#: ../plug-ins/common/raw.c:1160
-msgid "Standard (R,G,B)"
-msgstr "Standard (R,G,B)"
-
-#: ../plug-ins/common/raw.c:1161
-msgid "Planar (RRR,GGG,BBB)"
-msgstr "Planar (RRR,GGG,BBB)"
-
-#: ../plug-ins/common/raw.c:1166
-msgid "Indexed Palette Type"
-msgstr "Indexed Palette Type"
-
-#: ../plug-ins/common/redeye.c:107
+#: ../plug-ins/common/red-eye-removal.c:105
msgid "Remove the red eye effect caused by camera flashes"
msgstr "Remove the red eye effect caused by camera flashes"
-#: ../plug-ins/common/redeye.c:118
+#: ../plug-ins/common/red-eye-removal.c:116
msgid "_Red Eye Removal..."
msgstr "_Red Eye Removal..."
-#: ../plug-ins/common/redeye.c:145
+#: ../plug-ins/common/red-eye-removal.c:142
msgid "Red Eye Removal"
msgstr "Red Eye Removal"
-#: ../plug-ins/common/redeye.c:179
+#: ../plug-ins/common/red-eye-removal.c:170
+#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008
+#: ../plug-ins/imagemap/imap_preferences.c:441
+#: ../plug-ins/map-object/map-object-ui.c:585
+msgid "_Threshold:"
+msgstr "_Threshold:"
+
+#: ../plug-ins/common/red-eye-removal.c:176
msgid "Threshold for the red eye color to remove."
msgstr "Threshold for the red eye colour to remove."
-#: ../plug-ins/common/redeye.c:184
+#: ../plug-ins/common/red-eye-removal.c:181
msgid "Manually selecting the eyes may improve the results."
msgstr "Manually selecting the eyes may improve the results."
-#: ../plug-ins/common/redeye.c:317
+#: ../plug-ins/common/red-eye-removal.c:301
msgid "Removing red eye"
msgstr "Removing red eye"
-#: ../plug-ins/common/retinex.c:156
-msgid "Enhance contrast using the Retinex method"
-msgstr "Enhance contrast using the Retinex method"
-
-#: ../plug-ins/common/retinex.c:166
-msgid "Retine_x..."
-msgstr "Retine_x..."
-
-#: ../plug-ins/common/retinex.c:250
-msgid "Retinex"
-msgstr "Retinex"
-
-#: ../plug-ins/common/retinex.c:286
-msgid "Retinex Image Enhancement"
-msgstr "Retinex Image Enhancement"
-
-#: ../plug-ins/common/retinex.c:321
-msgid "Uniform"
-msgstr "Uniform"
-
-#: ../plug-ins/common/retinex.c:322
-msgid "Low"
-msgstr "Low"
-
-#: ../plug-ins/common/retinex.c:323
-msgid "High"
-msgstr "High"
-
-#: ../plug-ins/common/retinex.c:334
-msgid "_Level:"
-msgstr "_Level:"
-
-#: ../plug-ins/common/retinex.c:339
-msgid "_Scale:"
-msgstr "_Scale:"
-
-#: ../plug-ins/common/retinex.c:354
-msgid "Scale _division:"
-msgstr "Scale _division:"
-
-#: ../plug-ins/common/retinex.c:369
-msgid "Dy_namic:"
-msgstr "Dy_namic:"
-
-#: ../plug-ins/common/retinex.c:642
-msgid "Retinex: filtering"
-msgstr "Retinex: filtering"
-
#: ../plug-ins/common/ripple.c:129
msgid "Displace pixels in a ripple pattern"
msgstr "Displace pixels in a ripple pattern"
@@ -6813,41 +6399,41 @@ msgstr "Rippling"
msgid "Ripple"
msgstr "Ripple"
-#: ../plug-ins/common/ripple.c:525
+#: ../plug-ins/common/ripple.c:526
msgid "_Retain tilability"
msgstr "_Retain tilability"
#. Edges toggle box
-#: ../plug-ins/common/ripple.c:559
+#: ../plug-ins/common/ripple.c:560
msgid "Edges"
msgstr "Edges"
-#: ../plug-ins/common/ripple.c:565
+#: ../plug-ins/common/ripple.c:566
msgid "_Blank"
msgstr "_Blank"
#. Wave toggle box
-#: ../plug-ins/common/ripple.c:587
+#: ../plug-ins/common/ripple.c:588
msgid "Wave Type"
msgstr "Wave Type"
-#: ../plug-ins/common/ripple.c:591
+#: ../plug-ins/common/ripple.c:592
msgid "Saw_tooth"
msgstr "Saw_tooth"
-#: ../plug-ins/common/ripple.c:592
+#: ../plug-ins/common/ripple.c:593
msgid "S_ine"
msgstr "S_ine"
-#: ../plug-ins/common/ripple.c:615
+#: ../plug-ins/common/ripple.c:616
msgid "_Period:"
msgstr "_Period:"
-#: ../plug-ins/common/ripple.c:628
+#: ../plug-ins/common/ripple.c:629
msgid "A_mplitude:"
msgstr "A_mplitude:"
-#: ../plug-ins/common/ripple.c:641
+#: ../plug-ins/common/ripple.c:642
msgid "Phase _shift:"
msgstr "Phase _shift:"
@@ -6867,108 +6453,88 @@ msgstr "Sorry, channels and masks can not be rotated."
msgid "Rotating"
msgstr "Rotating"
-#: ../plug-ins/common/sample_colorize.c:298
+#: ../plug-ins/common/sample-colorize.c:298
msgid "Colorize image using a sample image as a guide"
msgstr "Colourize image using a sample image as a guide"
-#: ../plug-ins/common/sample_colorize.c:303
+#: ../plug-ins/common/sample-colorize.c:303
msgid "_Sample Colorize..."
msgstr "_Sample Colourise..."
-#: ../plug-ins/common/sample_colorize.c:1313
+#: ../plug-ins/common/sample-colorize.c:1318
msgid "Sample Colorize"
msgstr "Sample Colourise"
-#: ../plug-ins/common/sample_colorize.c:1318
+#: ../plug-ins/common/sample-colorize.c:1323
msgid "Get _Sample Colors"
msgstr "Get _Sample Colours"
#. layer combo_box (Dst)
-#: ../plug-ins/common/sample_colorize.c:1347
+#: ../plug-ins/common/sample-colorize.c:1352
msgid "Destination:"
msgstr "Destination:"
#. layer combo_box (Sample)
-#: ../plug-ins/common/sample_colorize.c:1363
+#: ../plug-ins/common/sample-colorize.c:1368
msgid "Sample:"
msgstr "Sample:"
-#: ../plug-ins/common/sample_colorize.c:1373
+#: ../plug-ins/common/sample-colorize.c:1378
msgid "From reverse gradient"
msgstr "From reverse gradient"
-#: ../plug-ins/common/sample_colorize.c:1378
+#: ../plug-ins/common/sample-colorize.c:1383
msgid "From gradient"
msgstr "From gradient"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1399
-#: ../plug-ins/common/sample_colorize.c:1426
+#: ../plug-ins/common/sample-colorize.c:1404
+#: ../plug-ins/common/sample-colorize.c:1431
msgid "Show selection"
msgstr "Show selection"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1410
-#: ../plug-ins/common/sample_colorize.c:1437
+#: ../plug-ins/common/sample-colorize.c:1415
+#: ../plug-ins/common/sample-colorize.c:1442
msgid "Show color"
msgstr "Show colour"
-#: ../plug-ins/common/sample_colorize.c:1550
+#: ../plug-ins/common/sample-colorize.c:1555
msgid "Input levels:"
msgstr "Input levels:"
-#: ../plug-ins/common/sample_colorize.c:1600
+#: ../plug-ins/common/sample-colorize.c:1605
msgid "Output levels:"
msgstr "Output levels:"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1640
+#: ../plug-ins/common/sample-colorize.c:1645
msgid "Hold intensity"
msgstr "Hold intensity"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1651
+#: ../plug-ins/common/sample-colorize.c:1656
msgid "Original intensity"
msgstr "Original intensity"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1669
+#: ../plug-ins/common/sample-colorize.c:1674
msgid "Use subcolors"
msgstr "Use subcolours"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1680
+#: ../plug-ins/common/sample-colorize.c:1685
msgid "Smooth samples"
msgstr "Smooth samples"
-#: ../plug-ins/common/sample_colorize.c:2652
+#: ../plug-ins/common/sample-colorize.c:2657
msgid "Sample analyze"
msgstr "Sample analyse"
-#: ../plug-ins/common/sample_colorize.c:3030
+#: ../plug-ins/common/sample-colorize.c:3035
msgid "Remap colorized"
msgstr "Remap colourised"
-#: ../plug-ins/common/scatter_hsv.c:103
-msgid "Randomize hue/saturation/value independently"
-msgstr "Randomize hue/saturation/value independently"
-
-#: ../plug-ins/common/scatter_hsv.c:108
-msgid "HSV Noise..."
-msgstr "HSV Noise..."
-
-#: ../plug-ins/common/scatter_hsv.c:215 ../plug-ins/common/scatter_hsv.c:361
-msgid "HSV Noise"
-msgstr "HSV Noise"
-
-#: ../plug-ins/common/scatter_hsv.c:397
-msgid "_Holdness:"
-msgstr "_Holdness:"
-
-#: ../plug-ins/common/scatter_hsv.c:409
-msgid "H_ue:"
-msgstr "H_ue:"
-
#: ../plug-ins/common/screenshot.c:240
msgid "Create an image from an area of the screen"
msgstr "Create an image from an area of the screen"
@@ -6977,112 +6543,92 @@ msgstr "Create an image from an area of the screen"
msgid "_Screenshot..."
msgstr "_Screenshot..."
-#: ../plug-ins/common/screenshot.c:418
+#: ../plug-ins/common/screenshot.c:417
msgid "Error selecting the window"
msgstr "Error selecting the window"
-#: ../plug-ins/common/screenshot.c:779
+#: ../plug-ins/common/screenshot.c:778
msgid "Importing screenshot"
msgstr "Importing screenshot"
-#: ../plug-ins/common/screenshot.c:805 ../plug-ins/common/screenshot.c:1061
+#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060
msgid "Screenshot"
msgstr "Screenshot"
-#: ../plug-ins/common/screenshot.c:846
+#: ../plug-ins/common/screenshot.c:845
msgid "Mouse Pointer"
msgstr "Mouse Pointer"
-#: ../plug-ins/common/screenshot.c:950
+#: ../plug-ins/common/screenshot.c:949
msgid "Specified window not found"
msgstr "Specified window not found"
-#: ../plug-ins/common/screenshot.c:976
+#: ../plug-ins/common/screenshot.c:975
msgid "There was an error taking the screenshot."
msgstr "There was an error taking the screenshot."
-#: ../plug-ins/common/screenshot.c:1070
+#: ../plug-ins/common/screenshot.c:1069
msgid "S_nap"
msgstr "S_nap"
-#: ../plug-ins/common/screenshot.c:1100
+#: ../plug-ins/common/screenshot.c:1099
msgid "After the delay, the screenshot is taken."
msgstr "After the delay, the screenshot is taken."
-#: ../plug-ins/common/screenshot.c:1102
+#: ../plug-ins/common/screenshot.c:1101
msgid ""
"After the delay, drag your mouse to select the region for the screenshot."
msgstr ""
"After the delay, drag your mouse to select the region for the screenshot."
-#: ../plug-ins/common/screenshot.c:1105
+#: ../plug-ins/common/screenshot.c:1104
msgid "At the end of the delay, click in a window to snap it."
msgstr "At the end of the delay, click in a window to snap it."
#. Area
-#: ../plug-ins/common/screenshot.c:1111
+#: ../plug-ins/common/screenshot.c:1110
msgid "Area"
msgstr "Area"
-#: ../plug-ins/common/screenshot.c:1122
+#: ../plug-ins/common/screenshot.c:1121
msgid "Take a screenshot of a single _window"
msgstr "Take a screenshot of a single _window"
-#: ../plug-ins/common/screenshot.c:1141
+#: ../plug-ins/common/screenshot.c:1140
msgid "Include window _decoration"
msgstr "Include window _decoration"
-#: ../plug-ins/common/screenshot.c:1159
+#: ../plug-ins/common/screenshot.c:1158
msgid "Take a screenshot of the entire _screen"
msgstr "Take a screenshot of the entire _screen"
-#: ../plug-ins/common/screenshot.c:1178
+#: ../plug-ins/common/screenshot.c:1177
msgid "Include _mouse pointer"
msgstr "Include _mouse pointer"
-#: ../plug-ins/common/screenshot.c:1198
+#: ../plug-ins/common/screenshot.c:1197
msgid "Select a _region to grab"
msgstr "Select a _region to grab"
#. Delay
-#: ../plug-ins/common/screenshot.c:1213
+#: ../plug-ins/common/screenshot.c:1212
msgid "Delay"
msgstr "Delay"
#. this is the unit label of a spinbutton
-#: ../plug-ins/common/screenshot.c:1235
+#: ../plug-ins/common/screenshot.c:1234
msgid "seconds"
msgstr "seconds"
-#: ../plug-ins/common/sel_gauss.c:104
-msgid "Blur neighboring pixels, but only in low-contrast areas"
-msgstr "Blur neighbouring pixels, but only in low-contrast areas"
-
-#: ../plug-ins/common/sel_gauss.c:115
-msgid "_Selective Gaussian Blur..."
-msgstr "_Selective Gaussian Blur..."
-
-#: ../plug-ins/common/sel_gauss.c:195 ../plug-ins/common/sel_gauss.c:232
-msgid "Selective Gaussian Blur"
-msgstr "Selective Gaussian Blur"
-
-#: ../plug-ins/common/sel_gauss.c:271
-msgid "_Blur radius:"
-msgstr "_Blur radius:"
-
-#: ../plug-ins/common/sel_gauss.c:281
-msgid "_Max. delta:"
-msgstr "_Max. delta:"
-
-#: ../plug-ins/common/semiflatten.c:68
+#: ../plug-ins/common/semi-flatten.c:68
msgid "Replace partial transparency with the current background color"
msgstr "Replace partial transparency with the current background colour"
-#: ../plug-ins/common/semiflatten.c:75
+#: ../plug-ins/common/semi-flatten.c:75
msgid "_Semi-Flatten"
msgstr "_Semi-Flatten"
-#: ../plug-ins/common/semiflatten.c:118
+#: ../plug-ins/common/semi-flatten.c:118
msgid "Semi-Flattening"
msgstr "Semi-Flattening"
@@ -7121,15 +6667,15 @@ msgstr "Shifting"
msgid "Shift"
msgstr "Shift"
-#: ../plug-ins/common/shift.c:386
+#: ../plug-ins/common/shift.c:388
msgid "Shift _horizontally"
msgstr "Shift _horizontally"
-#: ../plug-ins/common/shift.c:389
+#: ../plug-ins/common/shift.c:391
msgid "Shift _vertically"
msgstr "Shift _vertically"
-#: ../plug-ins/common/shift.c:420
+#: ../plug-ins/common/shift.c:422
msgid "Shift _amount:"
msgstr "Shift _amount:"
@@ -7229,6 +6775,11 @@ msgstr "F_irst colour:"
msgid "S_econd color:"
msgstr "S_econd colour:"
+#: ../plug-ins/common/sinus.c:886
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:904
+msgid "Co_lors"
+msgstr "Co_lours"
+
#: ../plug-ins/common/sinus.c:895
msgid "Blend Settings"
msgstr "Blend Settings"
@@ -7253,89 +6804,26 @@ msgstr "_Blend"
msgid "Do _preview"
msgstr "Do _preview"
-#: ../plug-ins/common/smooth_palette.c:83
+#: ../plug-ins/common/smooth-palette.c:83
msgid "Derive a smooth color palette from the image"
msgstr "Derive a smooth colour palette from the image"
-#: ../plug-ins/common/smooth_palette.c:88
+#: ../plug-ins/common/smooth-palette.c:88
msgid "Smoo_th Palette..."
msgstr "Smoo_th Palette..."
-#: ../plug-ins/common/smooth_palette.c:179
+#: ../plug-ins/common/smooth-palette.c:179
msgid "Deriving smooth palette"
msgstr "Deriving smooth palette"
-#: ../plug-ins/common/smooth_palette.c:412
+#: ../plug-ins/common/smooth-palette.c:412
msgid "Smooth Palette"
msgstr "Smooth Palette"
-#: ../plug-ins/common/smooth_palette.c:452
+#: ../plug-ins/common/smooth-palette.c:452
msgid "_Search depth:"
msgstr "_Search depth:"
-#: ../plug-ins/common/snoise.c:176
-msgid "Create a random cloud-like texture"
-msgstr "Create a random cloud-like texture"
-
-#: ../plug-ins/common/snoise.c:182
-msgid "_Solid Noise..."
-msgstr "_Solid Noise..."
-
-#. Dialog initialization
-#: ../plug-ins/common/snoise.c:315 ../plug-ins/common/snoise.c:563
-msgid "Solid Noise"
-msgstr "Solid Noise"
-
-#: ../plug-ins/common/snoise.c:614
-msgid "_Detail:"
-msgstr "_Detail:"
-
-#. Turbulent
-#: ../plug-ins/common/snoise.c:624
-msgid "T_urbulent"
-msgstr "T_urbulent"
-
-#. Tilable
-#: ../plug-ins/common/snoise.c:638
-msgid "T_ilable"
-msgstr "T_ilable"
-
-#: ../plug-ins/common/snoise.c:653
-msgid "_X size:"
-msgstr "_X size:"
-
-#: ../plug-ins/common/snoise.c:666
-msgid "_Y size:"
-msgstr "_Y size:"
-
-#: ../plug-ins/common/sobel.c:108
-msgid "Specialized direction-dependent edge detection"
-msgstr "Specialized direction-dependent edge detection"
-
-#: ../plug-ins/common/sobel.c:121
-msgid "_Sobel..."
-msgstr "_Sobel..."
-
-#: ../plug-ins/common/sobel.c:229
-msgid "Sobel Edge Detection"
-msgstr "Sobel Edge Detection"
-
-#: ../plug-ins/common/sobel.c:258
-msgid "Sobel _horizontally"
-msgstr "Sobel _horizontally"
-
-#: ../plug-ins/common/sobel.c:270
-msgid "Sobel _vertically"
-msgstr "Sobel _vertically"
-
-#: ../plug-ins/common/sobel.c:282
-msgid "_Keep sign of result (one direction only)"
-msgstr "_Keep sign of result (one direction only)"
-
-#: ../plug-ins/common/sobel.c:368
-msgid "Sobel edge detecting"
-msgstr "Sobel edge detecting"
-
#: ../plug-ins/common/softglow.c:134
msgid "Simulate glow by making highlights intense and fuzzy"
msgstr "Simulate glow by making highlights intense and fuzzy"
@@ -7344,11 +6832,11 @@ msgstr "Simulate glow by making highlights intense and fuzzy"
msgid "_Softglow..."
msgstr "_Softglow..."
-#: ../plug-ins/common/softglow.c:630
+#: ../plug-ins/common/softglow.c:632
msgid "Softglow"
msgstr "Softglow"
-#: ../plug-ins/common/softglow.c:667
+#: ../plug-ins/common/softglow.c:669
msgid "_Glow radius:"
msgstr "_Glow radius:"
@@ -7492,522 +6980,370 @@ msgstr "Use the foreground colour"
msgid "Use the background color"
msgstr "Use the background colour"
-#: ../plug-ins/common/spheredesigner.c:291
+#: ../plug-ins/common/sphere-designer.c:291
#: ../plug-ins/gimpressionist/general.c:166
msgid "Solid"
msgstr "Solid"
-#: ../plug-ins/common/spheredesigner.c:292
+#: ../plug-ins/common/sphere-designer.c:292
msgid "Checker"
msgstr "Checker"
-#: ../plug-ins/common/spheredesigner.c:293
+#: ../plug-ins/common/sphere-designer.c:293
msgid "Marble"
msgstr "Marble"
-#: ../plug-ins/common/spheredesigner.c:294
+#: ../plug-ins/common/sphere-designer.c:294
msgid "Lizard"
msgstr "Lizard"
-#: ../plug-ins/common/spheredesigner.c:295
+#: ../plug-ins/common/sphere-designer.c:295
msgid "Phong"
msgstr "Phong"
-#: ../plug-ins/common/spheredesigner.c:296
+#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774
msgid "Noise"
msgstr "Noise"
-#: ../plug-ins/common/spheredesigner.c:297
+#: ../plug-ins/common/sphere-designer.c:297
msgid "Wood"
msgstr "Wood"
-#: ../plug-ins/common/spheredesigner.c:298
+#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758
msgid "Spiral"
msgstr "Spiral"
-#: ../plug-ins/common/spheredesigner.c:299
+#: ../plug-ins/common/sphere-designer.c:299
msgid "Spots"
msgstr "Spots"
-#: ../plug-ins/common/spheredesigner.c:1750
-#: ../plug-ins/common/spheredesigner.c:2697
+#: ../plug-ins/common/sphere-designer.c:1742
+#: ../plug-ins/common/sphere-designer.c:2690
msgid "Texture"
msgstr "Texture"
-#: ../plug-ins/common/spheredesigner.c:1752
+#: ../plug-ins/common/sphere-designer.c:1744
msgid "Bumpmap"
msgstr "Bumpmap"
-#: ../plug-ins/common/spheredesigner.c:1754
-#: ../plug-ins/common/spheredesigner.c:2699
+#: ../plug-ins/common/sphere-designer.c:1746
+#: ../plug-ins/common/sphere-designer.c:2692
msgid "Light"
msgstr "Light"
-#: ../plug-ins/common/spheredesigner.c:2017
+#: ../plug-ins/common/sphere-designer.c:2009
#, c-format
msgid "File '%s' is not a valid save file."
msgstr "File '%s' is not a valid save file."
-#: ../plug-ins/common/spheredesigner.c:2196
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Open File"
msgstr "Open File"
-#: ../plug-ins/common/spheredesigner.c:2196
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Save File"
msgstr "Save File"
-#: ../plug-ins/common/spheredesigner.c:2551
+#: ../plug-ins/common/sphere-designer.c:2544
msgid "Sphere Designer"
msgstr "Sphere Designer"
-#: ../plug-ins/common/spheredesigner.c:2682
+#: ../plug-ins/common/sphere-designer.c:2675
msgid "Properties"
msgstr "Properties"
-#: ../plug-ins/common/spheredesigner.c:2698
+#: ../plug-ins/common/sphere-designer.c:2691
msgid "Bump"
msgstr "Bump"
-#: ../plug-ins/common/spheredesigner.c:2725
+#. row labels
+#: ../plug-ins/common/sphere-designer.c:2699
+#: ../plug-ins/lighting/lighting-ui.c:405
+msgid "Type:"
+msgstr "Type:"
+
+#: ../plug-ins/common/sphere-designer.c:2718
msgid "Texture:"
msgstr "Texture:"
-#: ../plug-ins/common/spheredesigner.c:2730
+#: ../plug-ins/common/sphere-designer.c:2723
msgid "Colors:"
msgstr "Colours:"
-#: ../plug-ins/common/spheredesigner.c:2733
-#: ../plug-ins/common/spheredesigner.c:2744
+#: ../plug-ins/common/sphere-designer.c:2726
+#: ../plug-ins/common/sphere-designer.c:2737
msgid "Color Selection Dialog"
-msgstr "Colour Selection Dialog"
+msgstr "Colour Selection Dialogue"
#. Scale
-#: ../plug-ins/common/spheredesigner.c:2755
+#: ../plug-ins/common/sphere-designer.c:2748
#: ../plug-ins/gimpressionist/paper.c:194
-#: ../plug-ins/ifscompose/ifscompose.c:553
+#: ../plug-ins/ifs-compose/ifs-compose.c:554
msgid "Scale:"
msgstr "Scale:"
-#: ../plug-ins/common/spheredesigner.c:2763
+#: ../plug-ins/common/sphere-designer.c:2756
msgid "Turbulence:"
msgstr "Turbulence:"
-#: ../plug-ins/common/spheredesigner.c:2770
+#: ../plug-ins/common/sphere-designer.c:2763
msgid "Amount:"
msgstr "Amount:"
-#: ../plug-ins/common/spheredesigner.c:2777
+#: ../plug-ins/common/sphere-designer.c:2770
msgid "Exp.:"
msgstr "Exp.:"
-#: ../plug-ins/common/spheredesigner.c:2784
+#: ../plug-ins/common/sphere-designer.c:2777
msgid "Transformations"
msgstr "Transformations"
-#: ../plug-ins/common/spheredesigner.c:2807
+#: ../plug-ins/common/sphere-designer.c:2793
+#: ../plug-ins/map-object/map-object-ui.c:1143
+msgid "Scale X:"
+msgstr "Scale X:"
+
+#: ../plug-ins/common/sphere-designer.c:2800
msgid "Scale Y:"
msgstr "Scale Y:"
-#: ../plug-ins/common/spheredesigner.c:2813
+#: ../plug-ins/common/sphere-designer.c:2806
msgid "Scale Z:"
msgstr "Scale Z:"
-#: ../plug-ins/common/spheredesigner.c:2820
+#: ../plug-ins/common/sphere-designer.c:2813
msgid "Rotate X:"
msgstr "Rotate X:"
-#: ../plug-ins/common/spheredesigner.c:2827
+#: ../plug-ins/common/sphere-designer.c:2820
msgid "Rotate Y:"
msgstr "Rotate Y:"
-#: ../plug-ins/common/spheredesigner.c:2834
+#: ../plug-ins/common/sphere-designer.c:2827
msgid "Rotate Z:"
msgstr "Rotate Z:"
-#: ../plug-ins/common/spheredesigner.c:2841
+#: ../plug-ins/common/sphere-designer.c:2834
msgid "Position X:"
msgstr "Position X:"
-#: ../plug-ins/common/spheredesigner.c:2848
+#: ../plug-ins/common/sphere-designer.c:2841
msgid "Position Y:"
msgstr "Position Y:"
-#: ../plug-ins/common/spheredesigner.c:2855
+#: ../plug-ins/common/sphere-designer.c:2848
msgid "Position Z:"
msgstr "Position Z:"
-#: ../plug-ins/common/spheredesigner.c:2970
+#: ../plug-ins/common/sphere-designer.c:2963
msgid "Rendering sphere"
msgstr "Rendering sphere"
-#: ../plug-ins/common/spheredesigner.c:3020
+#: ../plug-ins/common/sphere-designer.c:3013
msgid "Create an image of a textured sphere"
msgstr "Create an image of a textured sphere"
-#: ../plug-ins/common/spheredesigner.c:3027
+#: ../plug-ins/common/sphere-designer.c:3020
msgid "Sphere _Designer..."
msgstr "Sphere _Designer..."
-#: ../plug-ins/common/spheredesigner.c:3081
+#: ../plug-ins/common/sphere-designer.c:3080
msgid "Region selected for plug-in is empty"
msgstr "Region selected for plug-in is empty"
-#: ../plug-ins/common/spread.c:89
-msgid "Move pixels around randomly"
-msgstr "Move pixels around randomly"
-
-#: ../plug-ins/common/spread.c:98
-msgid "Sp_read..."
-msgstr "Sp_read..."
-
-#: ../plug-ins/common/spread.c:181
-msgid "Spreading"
-msgstr "Spreading"
-
-#: ../plug-ins/common/spread.c:344
-msgid "Spread"
-msgstr "Spread"
-
-#: ../plug-ins/common/spread.c:369
-msgid "Spread Amount"
-msgstr "Spread Amount"
-
-#: ../plug-ins/common/struc.c:1140
-msgid "Add a canvas texture to the image"
-msgstr "Add a canvas texture to the image"
-
-#: ../plug-ins/common/struc.c:1145
-msgid "_Apply Canvas..."
-msgstr "_Apply Canvas..."
-
-#: ../plug-ins/common/struc.c:1226
-msgid "Applying canvas"
-msgstr "Applying canvas"
-
-#: ../plug-ins/common/struc.c:1263
-msgid "Apply Canvas"
-msgstr "Apply Canvas"
-
-#: ../plug-ins/common/struc.c:1296
-msgid "_Top-right"
-msgstr "_Top-right"
-
-#: ../plug-ins/common/struc.c:1297
-msgid "Top-_left"
-msgstr "Top-_left"
-
-#: ../plug-ins/common/struc.c:1298
-msgid "_Bottom-left"
-msgstr "_Bottom-left"
-
-#: ../plug-ins/common/struc.c:1299
-msgid "Bottom-_right"
-msgstr "Bottom-_right"
-
-#: ../plug-ins/common/sunras.c:215 ../plug-ins/common/sunras.c:235
-msgid "SUN Rasterfile image"
-msgstr "SUN Rasterfile image"
-
-#: ../plug-ins/common/sunras.c:388
-#, c-format
-msgid "Could not open '%s' as SUN-raster-file"
-msgstr "Could not open '%s' as SUN-raster-file"
-
-#: ../plug-ins/common/sunras.c:396
-msgid "The type of this SUN-rasterfile is not supported"
-msgstr "The type of this SUN-rasterfile is not supported"
-
-#: ../plug-ins/common/sunras.c:425
-#, c-format
-msgid "Could not read color entries from '%s'"
-msgstr "Could not read colour entries from '%s'"
-
-#: ../plug-ins/common/sunras.c:433
-msgid "Type of colormap not supported"
-msgstr "Type of colourmap not supported"
-
-#: ../plug-ins/common/sunras.c:440 ../plug-ins/common/xbm.c:810
-#: ../plug-ins/common/xwd.c:475
-#, c-format
-msgid ""
-"'%s':\n"
-"No image width specified"
-msgstr ""
-"'%s':\n"
-"No image width specified"
-
-#: ../plug-ins/common/sunras.c:448 ../plug-ins/common/xbm.c:817
-#: ../plug-ins/common/xwd.c:484
-#, c-format
-msgid ""
-"'%s':\n"
-"Image width is larger than GIMP can handle"
-msgstr ""
-"'%s':\n"
-"Image width is larger than GIMP can handle"
-
-#: ../plug-ins/common/sunras.c:456 ../plug-ins/common/xbm.c:824
-#: ../plug-ins/common/xwd.c:492
-#, c-format
-msgid ""
-"'%s':\n"
-"No image height specified"
-msgstr ""
-"'%s':\n"
-"No image height specified"
-
-#: ../plug-ins/common/sunras.c:464 ../plug-ins/common/xbm.c:831
-#: ../plug-ins/common/xwd.c:500
-#, c-format
-msgid ""
-"'%s':\n"
-"Image height is larger than GIMP can handle"
-msgstr ""
-"'%s':\n"
-"Image height is larger than GIMP can handle"
-
-#: ../plug-ins/common/sunras.c:502
-msgid "This image depth is not supported"
-msgstr "This image depth is not supported"
-
-#: ../plug-ins/common/sunras.c:524
-msgid "SUNRAS save cannot handle images with alpha channels"
-msgstr "SUNRAS save cannot handle images with alpha channels"
-
-#: ../plug-ins/common/sunras.c:535
-msgid "Can't operate on unknown image types"
-msgstr "Can't operate on unknown image types"
-
-#: ../plug-ins/common/sunras.c:1063 ../plug-ins/common/sunras.c:1154
-#: ../plug-ins/common/sunras.c:1235 ../plug-ins/common/sunras.c:1330
-#: ../plug-ins/common/xwd.c:1332 ../plug-ins/common/xwd.c:1433
-#: ../plug-ins/common/xwd.c:1591 ../plug-ins/common/xwd.c:1791
-#: ../plug-ins/common/xwd.c:2048 ../plug-ins/fits/fits.c:678
-msgid "EOF encountered on reading"
-msgstr "EOF encountered on reading"
-
-#: ../plug-ins/common/sunras.c:1610
-msgid "Save as SUNRAS"
-msgstr "Save as SUNRAS"
-
-#. file save type
-#: ../plug-ins/common/sunras.c:1627
-msgid "Data Formatting"
-msgstr "Data Formatting"
-
-#: ../plug-ins/common/sunras.c:1631
-msgid "RunLength Encoded"
-msgstr "RunLength Encoded"
-
-#: ../plug-ins/common/svg.c:138
-msgid "SVG image"
-msgstr "SVG image"
-
-#: ../plug-ins/common/svg.c:323 ../plug-ins/common/svg.c:704
-msgid "Unknown reason"
-msgstr "Unknown reason"
-
-#: ../plug-ins/common/svg.c:327
-msgid "Rendering SVG"
-msgstr "Rendering SVG"
-
-#: ../plug-ins/common/svg.c:339
-msgid "Rendered SVG"
-msgstr "Rendered SVG"
-
-#: ../plug-ins/common/svg.c:553 ../plug-ins/common/wmf.c:349
-#, c-format
-msgid "%d × %d"
-msgstr "%d × %d"
-
-#: ../plug-ins/common/svg.c:561
-msgid ""
-"SVG file does not\n"
-"specify a size!"
-msgstr ""
-"SVG file does not\n"
-"specify a size!"
-
-#. Scalable Vector Graphics is SVG, should perhaps not be translated
-#: ../plug-ins/common/svg.c:711
-msgid "Render Scalable Vector Graphics"
-msgstr "Render Scalable Vector Graphics"
-
-#: ../plug-ins/common/svg.c:783 ../plug-ins/common/wmf.c:568
-msgid "Height:"
-msgstr "Height:"
-
-#: ../plug-ins/common/svg.c:857 ../plug-ins/common/wmf.c:642
-msgid "_X ratio:"
-msgstr "_X ratio:"
-
-#: ../plug-ins/common/svg.c:879 ../plug-ins/common/wmf.c:664
-msgid "_Y ratio:"
-msgstr "_Y ratio:"
-
-#: ../plug-ins/common/svg.c:893 ../plug-ins/common/wmf.c:678
-msgid "Constrain aspect ratio"
-msgstr "Constrain aspect ratio"
-
-#: ../plug-ins/common/svg.c:904 ../plug-ins/common/wmf.c:689
-#: ../plug-ins/print/print-page-layout.c:273
-#, c-format
-msgid "pixels/%a"
-msgstr "pixels/%a"
-
-#. Path Import
-#: ../plug-ins/common/svg.c:924
-msgid "Import _paths"
-msgstr "Import _paths"
-
-#: ../plug-ins/common/svg.c:930
-msgid ""
-"Import path elements of the SVG so they can be used with the GIMP path tool"
-msgstr ""
-"Import path elements of the SVG so they can be used with the GIMP path tool"
-
-#: ../plug-ins/common/svg.c:943
-msgid "Merge imported paths"
-msgstr "Merge imported paths"
-
-#: ../plug-ins/common/tga.c:238 ../plug-ins/common/tga.c:257
-msgid "TarGA image"
-msgstr "TarGA image"
-
-#: ../plug-ins/common/tga.c:434
-#, c-format
-msgid "Cannot read footer from '%s'"
-msgstr "Cannot read footer from '%s'"
-
-#: ../plug-ins/common/tga.c:450
-#, c-format
-msgid "Cannot read extension from '%s'"
-msgstr "Cannot read extension from '%s'"
-
-#: ../plug-ins/common/tga.c:1323
-msgid "Save as TGA"
-msgstr "Save as TGA"
-
-#. rle
-#: ../plug-ins/common/tga.c:1346
-msgid "_RLE compression"
-msgstr "_RLE compression"
-
-#. origin
-#: ../plug-ins/common/tga.c:1356
-msgid "Or_igin at bottom left"
-msgstr "Or_igin at bottom left"
-
-#: ../plug-ins/common/threshold_alpha.c:85
+#: ../plug-ins/common/threshold-alpha.c:85
msgid "Make transparency all-or-nothing"
msgstr "Make transparency all-or-nothing"
-#: ../plug-ins/common/threshold_alpha.c:90
+#: ../plug-ins/common/threshold-alpha.c:90
msgid "_Threshold Alpha..."
msgstr "_Threshold Alpha..."
-#: ../plug-ins/common/threshold_alpha.c:131
+#: ../plug-ins/common/threshold-alpha.c:131
msgid "The layer has its alpha channel locked."
msgstr "The layer has its alpha channel locked."
-#: ../plug-ins/common/threshold_alpha.c:137
+#: ../plug-ins/common/threshold-alpha.c:137
msgid "RGBA/GRAYA drawable is not selected."
msgstr "RGBA/GREYA drawable is not selected."
-#: ../plug-ins/common/threshold_alpha.c:165
+#: ../plug-ins/common/threshold-alpha.c:165
msgid "Coloring transparency"
msgstr "Colouring transparency"
-#: ../plug-ins/common/threshold_alpha.c:248
+#: ../plug-ins/common/threshold-alpha.c:248
msgid "Threshold Alpha"
msgstr "Threshold Alpha"
-#: ../plug-ins/common/threshold_alpha.c:283
+#: ../plug-ins/common/threshold-alpha.c:283
msgid "Threshold:"
msgstr "Threshold:"
-#: ../plug-ins/common/tiff-load.c:239 ../plug-ins/common/tiff-save.c:181
-#: ../plug-ins/common/tiff-save.c:198
-msgid "TIFF image"
-msgstr "TIFF image"
+#: ../plug-ins/common/tile-glass.c:124
+msgid "Simulate distortion caused by square glass tiles"
+msgstr "Simulate distortion caused by square glass tiles"
-#: ../plug-ins/common/tiff-load.c:305
-#, c-format
-msgid "TIFF '%s' does not contain any directories"
-msgstr "TIFF '%s' does not contain any directories"
+#: ../plug-ins/common/tile-glass.c:130
+msgid "_Glass Tile..."
+msgstr "_Glass Tile..."
-#: ../plug-ins/common/tiff-load.c:446
-msgid "Import from TIFF"
-msgstr "Import from TIFF"
+#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250
+msgid "Glass Tile"
+msgstr "Glass Tile"
-#: ../plug-ins/common/tiff-load.c:970
-msgid "TIFF Channel"
-msgstr "TIFF Channel"
+#: ../plug-ins/common/tile-glass.c:289
+msgid "Tile _width:"
+msgstr "Tile _width:"
-#: ../plug-ins/common/tiff-load.c:979
-msgid ""
-"Warning:\n"
-"The image you are loading has 16 bits per channel. GIMP can only handle 8 "
-"bit, so it will be converted for you. Information will be lost because of "
-"this conversion."
-msgstr ""
-"Warning:\n"
-"The image you are loading has 16 bits per channel. GIMP can only handle 8 "
-"bit, so it will be converted for you. Information will be lost because of "
-"this conversion."
+#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556
+msgid "Paper Tile"
+msgstr "Paper Tile"
-#: ../plug-ins/common/tiff-save.c:873
-msgid ""
-"The TIFF format only supports comments in\n"
-"7bit ASCII encoding. No comment is saved."
-msgstr ""
-"The TIFF format only supports comments in\n"
-"7bit ASCII encoding. No comment is saved."
+#: ../plug-ins/common/tile-paper.c:269
+msgid "Division"
+msgstr "Division"
-#: ../plug-ins/common/tiff-save.c:1047
-msgid "Save as TIFF"
-msgstr "Save as TIFF"
+#: ../plug-ins/common/tile-paper.c:319
+msgid "Fractional Pixels"
+msgstr "Fractional Pixels"
-#. compression
-#: ../plug-ins/common/tiff-save.c:1069
-msgid "Compression"
-msgstr "Compression"
+#: ../plug-ins/common/tile-paper.c:324
+msgid "_Background"
+msgstr "_Background"
-#: ../plug-ins/common/tiff-save.c:1073
-msgid "_None"
-msgstr "_None"
+#: ../plug-ins/common/tile-paper.c:326
+msgid "_Ignore"
+msgstr "_Ignore"
-#: ../plug-ins/common/tiff-save.c:1074
-msgid "_LZW"
-msgstr "_LZW"
+#: ../plug-ins/common/tile-paper.c:328
+msgid "_Force"
+msgstr "_Force"
-#: ../plug-ins/common/tiff-save.c:1075
-msgid "_Pack Bits"
-msgstr "_Pack Bits"
+#: ../plug-ins/common/tile-paper.c:335
+msgid "C_entering"
+msgstr "C_entring"
-#: ../plug-ins/common/tiff-save.c:1076
-msgid "_Deflate"
-msgstr "_Deflate"
+#: ../plug-ins/common/tile-paper.c:350
+msgid "Movement"
+msgstr "Movement"
-#: ../plug-ins/common/tiff-save.c:1077
-msgid "_JPEG"
-msgstr "_JPEG"
+#: ../plug-ins/common/tile-paper.c:363
+msgid "_Max (%):"
+msgstr "_Max (%):"
-#: ../plug-ins/common/tiff-save.c:1078
-msgid "CCITT Group _3 fax"
-msgstr "CCITT Group _3 fax"
+#: ../plug-ins/common/tile-paper.c:369
+msgid "_Wrap around"
+msgstr "_Wrap around"
-#: ../plug-ins/common/tiff-save.c:1079
-msgid "CCITT Group _4 fax"
-msgstr "CCITT Group _4 fax"
+#: ../plug-ins/common/tile-paper.c:379
+msgid "Background Type"
+msgstr "Background Type"
-#: ../plug-ins/common/tiff-save.c:1101
-msgid "Save _color values from transparent pixels"
-msgstr "Save _colour values from transparent pixels"
+#: ../plug-ins/common/tile-paper.c:386
+msgid "I_nverted image"
+msgstr "I_nverted image"
-#: ../plug-ins/common/tiff-save.c:1117 ../plug-ins/common/xbm.c:1227
-msgid "Comment:"
-msgstr "Comment:"
+#: ../plug-ins/common/tile-paper.c:388
+msgid "Im_age"
+msgstr "Im_age"
+
+#: ../plug-ins/common/tile-paper.c:390
+msgid "Fo_reground color"
+msgstr "Fo_reground colour"
+
+#: ../plug-ins/common/tile-paper.c:392
+msgid "Bac_kground color"
+msgstr "Bac_kground colour"
+
+#: ../plug-ins/common/tile-paper.c:394
+msgid "S_elect here:"
+msgstr "S_elect here:"
+
+#: ../plug-ins/common/tile-paper.c:401
+msgid "Background Color"
+msgstr "Background Colour"
+
+#: ../plug-ins/common/tile-paper.c:846
+msgid "Cut image into paper tiles, and slide them"
+msgstr "Cut image into paper tiles, and slide them"
+
+#: ../plug-ins/common/tile-paper.c:851
+msgid "September 31, 1999"
+msgstr "September 31, 1999"
+
+#: ../plug-ins/common/tile-paper.c:852
+msgid "_Paper Tile..."
+msgstr "_Paper Tile..."
+
+#: ../plug-ins/common/tile-seamless.c:67
+msgid "Alters edges to make the image seamlessly tileable"
+msgstr "Alters edges to make the image seamlessly tileable"
+
+#: ../plug-ins/common/tile-seamless.c:73
+msgid "_Make Seamless"
+msgstr "_Make Seamless"
+
+#: ../plug-ins/common/tile-seamless.c:338
+msgid "Tiler"
+msgstr "Tiler"
+
+#: ../plug-ins/common/tile-small.c:215
+msgid "Tile image into smaller versions of the original"
+msgstr "Tile image into smaller versions of the original"
+
+#: ../plug-ins/common/tile-small.c:220
+msgid "_Small Tiles..."
+msgstr "_Small Tiles..."
+
+#: ../plug-ins/common/tile-small.c:263
+msgid "Region selected for filter is empty."
+msgstr "Region selected for filter is empty."
+
+#. Set the tile cache size
+#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190
+msgid "Tiling"
+msgstr "Tiling"
+
+#. Get the preview image
+#: ../plug-ins/common/tile-small.c:364
+msgid "Small Tiles"
+msgstr "Small Tiles"
+
+#. Area for buttons etc
+#. Flip
+#: ../plug-ins/common/tile-small.c:414
+#: ../plug-ins/ifs-compose/ifs-compose.c:610
+msgid "Flip"
+msgstr "Flip"
+
+#: ../plug-ins/common/tile-small.c:462
+msgid "A_ll tiles"
+msgstr "A_ll tiles"
+
+#: ../plug-ins/common/tile-small.c:476
+msgid "Al_ternate tiles"
+msgstr "Al_ternate tiles"
+
+#: ../plug-ins/common/tile-small.c:490
+msgid "_Explicit tile"
+msgstr "_Explicit tile"
+
+#: ../plug-ins/common/tile-small.c:496
+msgid "Ro_w:"
+msgstr "Ro_w:"
+
+#: ../plug-ins/common/tile-small.c:520
+msgid "Col_umn:"
+msgstr "Col_umn:"
+
+#: ../plug-ins/common/tile-small.c:572
+msgid "O_pacity:"
+msgstr "O_pacity:"
+
+#. Lower frame saying howmany segments
+#: ../plug-ins/common/tile-small.c:581
+msgid "Number of Segments"
+msgstr "Number of Segments"
#: ../plug-ins/common/tile.c:101
msgid "Create an array of copies of the image"
@@ -8017,11 +7353,6 @@ msgstr "Create an array of copies of the image"
msgid "_Tile..."
msgstr "_Tile..."
-#. Set the tile cache size
-#: ../plug-ins/common/tile.c:190 ../plug-ins/common/tileit.c:321
-msgid "Tiling"
-msgstr "Tiling"
-
#: ../plug-ins/common/tile.c:401
msgid "Tile"
msgstr "Tile"
@@ -8034,75 +7365,11 @@ msgstr "Tile to New Size"
msgid "C_reate new image"
msgstr "C_reate new image"
-#: ../plug-ins/common/tileit.c:215
-msgid "Tile image into smaller versions of the original"
-msgstr "Tile image into smaller versions of the original"
-
-#: ../plug-ins/common/tileit.c:220
-msgid "_Small Tiles..."
-msgstr "_Small Tiles..."
-
-#: ../plug-ins/common/tileit.c:263
-msgid "Region selected for filter is empty."
-msgstr "Region selected for filter is empty."
-
-#. Get the preview image
-#: ../plug-ins/common/tileit.c:364
-msgid "Small Tiles"
-msgstr "Small Tiles"
-
-#. Area for buttons etc
-#. Flip
-#: ../plug-ins/common/tileit.c:414 ../plug-ins/ifscompose/ifscompose.c:609
-msgid "Flip"
-msgstr "Flip"
-
-#: ../plug-ins/common/tileit.c:462
-msgid "A_ll tiles"
-msgstr "A_ll tiles"
-
-#: ../plug-ins/common/tileit.c:476
-msgid "Al_ternate tiles"
-msgstr "Al_ternate tiles"
-
-#: ../plug-ins/common/tileit.c:490
-msgid "_Explicit tile"
-msgstr "_Explicit tile"
-
-#: ../plug-ins/common/tileit.c:496
-msgid "Ro_w:"
-msgstr "Ro_w:"
-
-#: ../plug-ins/common/tileit.c:520
-msgid "Col_umn:"
-msgstr "Col_umn:"
-
-#: ../plug-ins/common/tileit.c:572
-msgid "O_pacity:"
-msgstr "O_pacity:"
-
-#. Lower frame saying howmany segments
-#: ../plug-ins/common/tileit.c:581
-msgid "Number of Segments"
-msgstr "Number of Segments"
-
-#: ../plug-ins/common/tiler.c:67
-msgid "Alters edges to make the image seamlessly tileable"
-msgstr "Alters edges to make the image seamlessly tileable"
-
-#: ../plug-ins/common/tiler.c:73
-msgid "_Make Seamless"
-msgstr "_Make Seamless"
-
-#: ../plug-ins/common/tiler.c:338
-msgid "Tiler"
-msgstr "Tiler"
-
-#: ../plug-ins/common/uniteditor.c:94
+#: ../plug-ins/common/unit-editor.c:94
msgid "Saved"
msgstr "Saved"
-#: ../plug-ins/common/uniteditor.c:94
+#: ../plug-ins/common/unit-editor.c:94
msgid ""
"A unit definition will only be saved before GIMP exits if this column is "
"checked."
@@ -8110,29 +7377,29 @@ msgstr ""
"A unit definition will only be saved before GIMP exits if this column is "
"checked."
-#: ../plug-ins/common/uniteditor.c:96
+#: ../plug-ins/common/unit-editor.c:96
msgid "ID"
msgstr "ID"
-#: ../plug-ins/common/uniteditor.c:96
+#: ../plug-ins/common/unit-editor.c:96
msgid ""
"This string will be used to identify a unit in GIMP's configuration files."
msgstr ""
"This string will be used to identify a unit in GIMP's configuration files."
-#: ../plug-ins/common/uniteditor.c:98
+#: ../plug-ins/common/unit-editor.c:98
msgid "Factor"
msgstr "Factor"
-#: ../plug-ins/common/uniteditor.c:98
+#: ../plug-ins/common/unit-editor.c:98
msgid "How many units make up an inch."
msgstr "How many units make up an inch."
-#: ../plug-ins/common/uniteditor.c:99
+#: ../plug-ins/common/unit-editor.c:99
msgid "Digits"
msgstr "Digits"
-#: ../plug-ins/common/uniteditor.c:99
+#: ../plug-ins/common/unit-editor.c:99
msgid ""
"This field is a hint for numerical input fields. It specifies how many "
"decimal digits the input field should provide to get approximately the same "
@@ -8142,11 +7409,11 @@ msgstr ""
"decimal digits the input field should provide to get approximately the same "
"accuracy as an \"inch\" input field with two decimal digits."
-#: ../plug-ins/common/uniteditor.c:104
+#: ../plug-ins/common/unit-editor.c:104
msgid "Symbol"
msgstr "Symbol"
-#: ../plug-ins/common/uniteditor.c:104
+#: ../plug-ins/common/unit-editor.c:104
msgid ""
"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's "
"abbreviation is used if doesn't have a symbol."
@@ -8154,280 +7421,349 @@ msgstr ""
"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's "
"abbreviation is used if doesn't have a symbol."
-#: ../plug-ins/common/uniteditor.c:107
+#: ../plug-ins/common/unit-editor.c:107
msgid "Abbreviation"
msgstr "Abbreviation"
-#: ../plug-ins/common/uniteditor.c:107
+#: ../plug-ins/common/unit-editor.c:107
msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)."
msgstr "The unit's abbreviation (e.g. \"cm\" for centimeters)."
-#: ../plug-ins/common/uniteditor.c:109
+#: ../plug-ins/common/unit-editor.c:109
msgid "Singular"
msgstr "Singular"
-#: ../plug-ins/common/uniteditor.c:109
+#: ../plug-ins/common/unit-editor.c:109
msgid "The unit's singular form."
msgstr "The unit's singular form."
-#: ../plug-ins/common/uniteditor.c:110
+#: ../plug-ins/common/unit-editor.c:110
msgid "Plural"
msgstr "Plural"
-#: ../plug-ins/common/uniteditor.c:110
+#: ../plug-ins/common/unit-editor.c:110
msgid "The unit's plural form."
msgstr "The unit's plural form."
-#: ../plug-ins/common/uniteditor.c:121
+#: ../plug-ins/common/unit-editor.c:121
msgid "Create a new unit from scratch"
msgstr "Create a new unit from scratch"
-#: ../plug-ins/common/uniteditor.c:127
+#: ../plug-ins/common/unit-editor.c:127
msgid "Create a new unit using the currently selected unit as template"
msgstr "Create a new unit using the currently selected unit as template"
-#: ../plug-ins/common/uniteditor.c:145
+#: ../plug-ins/common/unit-editor.c:145
msgid "Create or alter units used in GIMP"
msgstr "Create or alter units used in GIMP"
-#: ../plug-ins/common/uniteditor.c:150
+#: ../plug-ins/common/unit-editor.c:150
msgid "U_nits"
msgstr "U_nits"
-#: ../plug-ins/common/uniteditor.c:209
+#: ../plug-ins/common/unit-editor.c:208
msgid "Add a New Unit"
msgstr "Add a New Unit"
-#: ../plug-ins/common/uniteditor.c:238
+#: ../plug-ins/common/unit-editor.c:237
msgid "_ID:"
msgstr "_ID:"
-#: ../plug-ins/common/uniteditor.c:249
+#: ../plug-ins/common/unit-editor.c:248
msgid "_Factor:"
msgstr "_Factor:"
-#: ../plug-ins/common/uniteditor.c:259
+#: ../plug-ins/common/unit-editor.c:258
msgid "_Digits:"
msgstr "_Digits:"
-#: ../plug-ins/common/uniteditor.c:271
+#: ../plug-ins/common/unit-editor.c:270
msgid "_Symbol:"
msgstr "_Symbol:"
-#: ../plug-ins/common/uniteditor.c:283
+#: ../plug-ins/common/unit-editor.c:282
msgid "_Abbreviation:"
msgstr "_Abbreviation:"
-#: ../plug-ins/common/uniteditor.c:295
+#: ../plug-ins/common/unit-editor.c:294
msgid "Si_ngular:"
msgstr "Si_ngular:"
-#: ../plug-ins/common/uniteditor.c:307
+#: ../plug-ins/common/unit-editor.c:306
msgid "_Plural:"
msgstr "_Plural:"
-#: ../plug-ins/common/uniteditor.c:350
+#: ../plug-ins/common/unit-editor.c:349
msgid "Incomplete input"
msgstr "Incomplete input"
-#: ../plug-ins/common/uniteditor.c:353
+#: ../plug-ins/common/unit-editor.c:352
msgid "Please fill in all text fields."
msgstr "Please fill in all text fields."
-#: ../plug-ins/common/uniteditor.c:410
+#: ../plug-ins/common/unit-editor.c:409
msgid "Unit Editor"
msgstr "Unit Editor"
-#: ../plug-ins/common/unsharp.c:128
+#: ../plug-ins/common/unsharp-mask.c:128
msgid "The most widely useful method for sharpening an image"
msgstr "The most widely useful method for sharpening an image"
-#: ../plug-ins/common/unsharp.c:138
+#: ../plug-ins/common/unsharp-mask.c:138
msgid "_Unsharp Mask..."
msgstr "_Unsharp Mask..."
-#: ../plug-ins/common/unsharp.c:475
+#: ../plug-ins/common/unsharp-mask.c:475
msgid "Merging"
msgstr "Merging"
-#: ../plug-ins/common/unsharp.c:642
+#: ../plug-ins/common/unsharp-mask.c:644
msgid "Unsharp Mask"
msgstr "Unsharp Mask"
-#: ../plug-ins/common/video.c:41
-msgid "_Staggered"
-msgstr "_Staggered"
-
-#: ../plug-ins/common/video.c:42
-msgid "_Large staggered"
-msgstr "_Large staggered"
-
-#: ../plug-ins/common/video.c:43
-msgid "S_triped"
-msgstr "S_triped"
-
-#: ../plug-ins/common/video.c:44
-msgid "_Wide-striped"
-msgstr "_Wide-striped"
-
-#: ../plug-ins/common/video.c:45
-msgid "Lo_ng-staggered"
-msgstr "Lo_ng-staggered"
-
-#: ../plug-ins/common/video.c:46
-msgid "_3x3"
-msgstr "_3x3"
-
-#: ../plug-ins/common/video.c:47
-msgid "Larg_e 3x3"
-msgstr "Larg_e 3x3"
-
-#: ../plug-ins/common/video.c:48
-msgid "_Hex"
-msgstr "_Hex"
-
-#: ../plug-ins/common/video.c:49
-msgid "_Dots"
-msgstr "_Dots"
-
-#: ../plug-ins/common/video.c:1806
-msgid "Simulate distortion produced by a fuzzy or low-res monitor"
-msgstr "Simulate distortion produced by a fuzzy or low-res monitor"
-
-#: ../plug-ins/common/video.c:1813
-msgid "Vi_deo..."
-msgstr "Vi_deo..."
-
-#: ../plug-ins/common/video.c:1885 ../plug-ins/common/video.c:2016
-msgid "Video"
-msgstr "Video"
-
-#. frame for the radio buttons
-#: ../plug-ins/common/video.c:2038
-msgid "Video Pattern"
-msgstr "Video Pattern"
-
-#: ../plug-ins/common/video.c:2082
-msgid "_Additive"
-msgstr "_Additive"
-
-#: ../plug-ins/common/video.c:2092
-msgid "_Rotated"
-msgstr "_Rotated"
-
-#: ../plug-ins/common/vinvert.c:90
+#: ../plug-ins/common/value-invert.c:90
msgid "Invert the brightness of each pixel"
msgstr "Invert the brightness of each pixel"
-#: ../plug-ins/common/vinvert.c:104
+#: ../plug-ins/common/value-invert.c:104
msgid "_Value Invert"
msgstr "_Value Invert"
-#: ../plug-ins/common/vinvert.c:191
+#: ../plug-ins/common/value-invert.c:191
msgid "Value Invert"
msgstr "Value Invert"
-#: ../plug-ins/common/vpropagate.c:189
+#: ../plug-ins/common/value-propagate.c:189
msgid "More _white (larger value)"
msgstr "More _white (larger value)"
-#: ../plug-ins/common/vpropagate.c:192
+#: ../plug-ins/common/value-propagate.c:192
msgid "More blac_k (smaller value)"
msgstr "More blac_k (smaller value)"
-#: ../plug-ins/common/vpropagate.c:195
+#: ../plug-ins/common/value-propagate.c:195
msgid "_Middle value to peaks"
msgstr "_Middle value to peaks"
-#: ../plug-ins/common/vpropagate.c:198
+#: ../plug-ins/common/value-propagate.c:198
msgid "_Foreground to peaks"
msgstr "_Foreground to peaks"
-#: ../plug-ins/common/vpropagate.c:201
+#: ../plug-ins/common/value-propagate.c:201
msgid "O_nly foreground"
msgstr "O_nly foreground"
-#: ../plug-ins/common/vpropagate.c:204
+#: ../plug-ins/common/value-propagate.c:204
msgid "Only b_ackground"
msgstr "Only b_ackground"
-#: ../plug-ins/common/vpropagate.c:207
+#: ../plug-ins/common/value-propagate.c:207
msgid "Mor_e opaque"
msgstr "Mor_e opaque"
-#: ../plug-ins/common/vpropagate.c:210
+#: ../plug-ins/common/value-propagate.c:210
msgid "More t_ransparent"
msgstr "More t_ransparent"
-#: ../plug-ins/common/vpropagate.c:233
+#: ../plug-ins/common/value-propagate.c:233
msgid "Propagate certain colors to neighboring pixels"
msgstr "Propagate certain colours to neighboring pixels"
-#: ../plug-ins/common/vpropagate.c:238
+#: ../plug-ins/common/value-propagate.c:238
msgid "_Value Propagate..."
msgstr "_Value Propagate..."
-#: ../plug-ins/common/vpropagate.c:245
+#: ../plug-ins/common/value-propagate.c:245
msgid "Shrink lighter areas of the image"
msgstr "Shrink lighter areas of the image"
-#: ../plug-ins/common/vpropagate.c:250
+#: ../plug-ins/common/value-propagate.c:250
msgid "E_rode"
msgstr "E_rode"
-#: ../plug-ins/common/vpropagate.c:257
+#: ../plug-ins/common/value-propagate.c:257
msgid "Grow lighter areas of the image"
msgstr "Grow lighter areas of the image"
-#: ../plug-ins/common/vpropagate.c:262
+#: ../plug-ins/common/value-propagate.c:262
msgid "_Dilate"
msgstr "_Dilate"
-#: ../plug-ins/common/vpropagate.c:473 ../plug-ins/common/vpropagate.c:1063
+#: ../plug-ins/common/value-propagate.c:473
+#: ../plug-ins/common/value-propagate.c:1086
msgid "Value Propagate"
msgstr "Value Propagate"
#. Parameter settings
-#: ../plug-ins/common/vpropagate.c:1128
+#: ../plug-ins/common/value-propagate.c:1152
msgid "Propagate"
msgstr "Propagate"
-#: ../plug-ins/common/vpropagate.c:1141
+#: ../plug-ins/common/value-propagate.c:1165
msgid "Lower t_hreshold:"
msgstr "Lower t_hreshold:"
-#: ../plug-ins/common/vpropagate.c:1153
+#: ../plug-ins/common/value-propagate.c:1177
msgid "_Upper threshold:"
msgstr "_Upper threshold:"
-#: ../plug-ins/common/vpropagate.c:1165
+#: ../plug-ins/common/value-propagate.c:1189
msgid "_Propagating rate:"
msgstr "_Propagating rate:"
-#: ../plug-ins/common/vpropagate.c:1176
+#: ../plug-ins/common/value-propagate.c:1200
msgid "To l_eft"
msgstr "To l_eft"
-#: ../plug-ins/common/vpropagate.c:1179
+#: ../plug-ins/common/value-propagate.c:1203
msgid "To _right"
msgstr "To _right"
-#: ../plug-ins/common/vpropagate.c:1182
+#: ../plug-ins/common/value-propagate.c:1206
msgid "To _top"
msgstr "To _top"
-#: ../plug-ins/common/vpropagate.c:1185
+#: ../plug-ins/common/value-propagate.c:1209
msgid "To _bottom"
msgstr "To _bottom"
-#: ../plug-ins/common/vpropagate.c:1194
+#: ../plug-ins/common/value-propagate.c:1218
msgid "Propagating _alpha channel"
msgstr "Propagating _alpha channel"
-#: ../plug-ins/common/vpropagate.c:1205
+#: ../plug-ins/common/value-propagate.c:1229
msgid "Propagating value channel"
msgstr "Propagating value channel"
+#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641
+msgid "Van Gogh (LIC)"
+msgstr "Van Gogh (LIC)"
+
+#: ../plug-ins/common/van-gogh-lic.c:666
+msgid "Effect Channel"
+msgstr "Effect Channel"
+
+#: ../plug-ins/common/van-gogh-lic.c:673
+msgid "_Brightness"
+msgstr "_Brightness"
+
+#: ../plug-ins/common/van-gogh-lic.c:679
+msgid "Effect Operator"
+msgstr "Effect Operator"
+
+#: ../plug-ins/common/van-gogh-lic.c:684
+msgid "_Derivative"
+msgstr "_Derivative"
+
+#: ../plug-ins/common/van-gogh-lic.c:685
+msgid "_Gradient"
+msgstr "_Gradient"
+
+#: ../plug-ins/common/van-gogh-lic.c:691
+msgid "Convolve"
+msgstr "Convolve"
+
+#: ../plug-ins/common/van-gogh-lic.c:696
+msgid "_With white noise"
+msgstr "_With white noise"
+
+#: ../plug-ins/common/van-gogh-lic.c:697
+msgid "W_ith source image"
+msgstr "W_ith source image"
+
+#: ../plug-ins/common/van-gogh-lic.c:716
+msgid "_Effect image:"
+msgstr "_Effect image:"
+
+#: ../plug-ins/common/van-gogh-lic.c:727
+msgid "_Filter length:"
+msgstr "_Filter length:"
+
+#: ../plug-ins/common/van-gogh-lic.c:736
+msgid "_Noise magnitude:"
+msgstr "_Noise magnitude:"
+
+#: ../plug-ins/common/van-gogh-lic.c:745
+msgid "In_tegration steps:"
+msgstr "In_tegration steps:"
+
+#: ../plug-ins/common/van-gogh-lic.c:754
+msgid "_Minimum value:"
+msgstr "_Minimum value:"
+
+#: ../plug-ins/common/van-gogh-lic.c:763
+msgid "M_aximum value:"
+msgstr "M_aximum value:"
+
+#: ../plug-ins/common/van-gogh-lic.c:809
+msgid "Special effects that nobody understands"
+msgstr "Special effects that nobody understands"
+
+#: ../plug-ins/common/van-gogh-lic.c:814
+msgid "_Van Gogh (LIC)..."
+msgstr "_Van Gogh (LIC)..."
+
+#: ../plug-ins/common/video.c:42
+msgid "_Staggered"
+msgstr "_Staggered"
+
+#: ../plug-ins/common/video.c:43
+msgid "_Large staggered"
+msgstr "_Large staggered"
+
+#: ../plug-ins/common/video.c:44
+msgid "S_triped"
+msgstr "S_triped"
+
+#: ../plug-ins/common/video.c:45
+msgid "_Wide-striped"
+msgstr "_Wide-striped"
+
+#: ../plug-ins/common/video.c:46
+msgid "Lo_ng-staggered"
+msgstr "Lo_ng-staggered"
+
+#: ../plug-ins/common/video.c:47
+msgid "_3x3"
+msgstr "_3x3"
+
+#: ../plug-ins/common/video.c:48
+msgid "Larg_e 3x3"
+msgstr "Larg_e 3x3"
+
+#: ../plug-ins/common/video.c:49
+msgid "_Hex"
+msgstr "_Hex"
+
+#: ../plug-ins/common/video.c:50
+msgid "_Dots"
+msgstr "_Dots"
+
+#: ../plug-ins/common/video.c:1807
+msgid "Simulate distortion produced by a fuzzy or low-res monitor"
+msgstr "Simulate distortion produced by a fuzzy or low-res monitor"
+
+#: ../plug-ins/common/video.c:1814
+msgid "Vi_deo..."
+msgstr "Vi_deo..."
+
+#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017
+msgid "Video"
+msgstr "Video"
+
+#. frame for the radio buttons
+#: ../plug-ins/common/video.c:2039
+msgid "Video Pattern"
+msgstr "Video Pattern"
+
+#: ../plug-ins/common/video.c:2083
+msgid "_Additive"
+msgstr "_Additive"
+
+#: ../plug-ins/common/video.c:2093
+msgid "_Rotated"
+msgstr "_Rotated"
+
#: ../plug-ins/common/warp.c:233
msgid "Twist or smear image in many different ways"
msgstr "Twist or smear image in many different ways"
@@ -8448,6 +7784,12 @@ msgstr "Basic Options"
msgid "Step size:"
msgstr "Step size:"
+#: ../plug-ins/common/warp.c:433
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:770
+#: ../plug-ins/ifs-compose/ifs-compose.c:1212
+msgid "Iterations:"
+msgstr "Iterations:"
+
#. Displacement map menu
#: ../plug-ins/common/warp.c:442
msgid "Displacement map:"
@@ -8467,8 +7809,8 @@ msgstr "Wrap"
msgid "Smear"
msgstr "Smear"
-#: ../plug-ins/common/warp.c:501 ../plug-ins/fits/fits.c:1002
-#: ../plug-ins/flame/flame.c:1151 ../plug-ins/gfig/gfig-dialog.c:1460
+#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021
+#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460
msgid "Black"
msgstr "Black"
@@ -8522,7 +7864,7 @@ msgid "Vector mag:"
msgstr "Vector mag:"
#. Angle
-#: ../plug-ins/common/warp.c:683 ../plug-ins/ifscompose/ifscompose.c:567
+#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568
msgid "Angle:"
msgstr "Angle:"
@@ -8557,81 +7899,88 @@ msgstr "Distort the image with waves"
msgid "_Waves..."
msgstr "_Waves..."
-#: ../plug-ins/common/waves.c:248
+#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763
msgid "Waves"
msgstr "Waves"
-#: ../plug-ins/common/waves.c:293
+#: ../plug-ins/common/waves.c:294
msgid "_Reflective"
msgstr "_Reflective"
-#: ../plug-ins/common/waves.c:312
+#: ../plug-ins/common/waves.c:313
msgid "_Amplitude:"
msgstr "_Amplitude:"
-#: ../plug-ins/common/waves.c:324
+#: ../plug-ins/common/waves.c:325
msgid "_Phase:"
msgstr "_Phase:"
-#: ../plug-ins/common/waves.c:336
+#: ../plug-ins/common/waves.c:337
msgid "_Wavelength:"
msgstr "_Wavelength:"
-#: ../plug-ins/common/waves.c:447
+#: ../plug-ins/common/waves.c:448
msgid "Waving"
msgstr "Waving"
-#: ../plug-ins/common/webbrowser.c:141
-msgid ""
-"Web browser not specified.\n"
-"Please specify a web browser using the Preferences Dialog."
-msgstr ""
-"Web browser not specified.\n"
-"Please specify a web browser using the Preferences Dialogue."
-
-#: ../plug-ins/common/webbrowser.c:161
+#: ../plug-ins/common/web-browser.c:206
#, c-format
msgid ""
-"Could not parse specified web browser command:\n"
-"%s"
+"Web browser not specified.\n"
+"Please specify a web browser using the Preferences dialog."
msgstr ""
-"Could not parse specified web browser command:\n"
-"%s"
+"Web browser not specified.\n"
+"Please specify a web browser using the Preferences dialogue."
-#: ../plug-ins/common/webbrowser.c:174
+#: ../plug-ins/common/web-browser.c:228
#, c-format
msgid ""
-"Could not execute specified web browser:\n"
+"Could not parse the web browser command specified in the Preferences "
+"dialog:\n"
+"\n"
"%s"
msgstr ""
-"Could not execute specified web browser:\n"
+"Could not parse the web browser command specified in the Preferences "
+"dialogue:\n"
+"\n"
"%s"
-#: ../plug-ins/common/whirlpinch.c:138
+#: ../plug-ins/common/web-browser.c:246
+#, c-format
+msgid ""
+"Could not execute the web browser specified in the Preferences dialog:\n"
+"\n"
+"%s"
+msgstr ""
+"Could not execute the web browser specified in the Preferences dialogue:\n"
+"\n"
+"%s"
+
+#: ../plug-ins/common/whirl-pinch.c:138
msgid "Distort an image by whirling and pinching"
msgstr "Distort an image by whirling and pinching"
-#: ../plug-ins/common/whirlpinch.c:149
+#: ../plug-ins/common/whirl-pinch.c:149
msgid "W_hirl and Pinch..."
msgstr "W_hirl and Pinch..."
-#: ../plug-ins/common/whirlpinch.c:193
+#: ../plug-ins/common/whirl-pinch.c:193
msgid "Region affected by plug-in is empty"
msgstr "Region affected by plug-in is empty"
-#: ../plug-ins/common/whirlpinch.c:341
+#: ../plug-ins/common/whirl-pinch.c:341
msgid "Whirling and pinching"
msgstr "Whirling and pinching"
-#: ../plug-ins/common/whirlpinch.c:528
+#: ../plug-ins/common/whirl-pinch.c:528
msgid "Whirl and Pinch"
msgstr "Whirl and Pinch"
-#: ../plug-ins/common/whirlpinch.c:564
+#: ../plug-ins/common/whirl-pinch.c:565
msgid "_Whirl angle:"
msgstr "_Whirl angle:"
-#: ../plug-ins/common/whirlpinch.c:576
+#: ../plug-ins/common/whirl-pinch.c:577
msgid "_Pinch amount:"
msgstr "_Pinch amount:"
@@ -8658,403 +8007,1271 @@ msgstr "Wind"
#. ********************************************************
#. radio buttons for choosing wind rendering algorithm
#. *****************************************************
-#: ../plug-ins/common/wind.c:919
+#: ../plug-ins/common/wind.c:921
msgid "Style"
msgstr "Style"
-#: ../plug-ins/common/wind.c:923
+#: ../plug-ins/common/wind.c:925
msgid "_Wind"
msgstr "_Wind"
-#: ../plug-ins/common/wind.c:924
+#: ../plug-ins/common/wind.c:926
msgid "_Blast"
msgstr "_Blast"
-#: ../plug-ins/common/wind.c:947
+#: ../plug-ins/common/wind.c:949
msgid "_Left"
msgstr "_Left"
-#: ../plug-ins/common/wind.c:948
+#: ../plug-ins/common/wind.c:950
msgid "_Right"
msgstr "_Right"
#. ****************************************************
#. radio buttons for choosing BOTH, LEADING, TRAILING
#. **************************************************
-#: ../plug-ins/common/wind.c:967
+#: ../plug-ins/common/wind.c:969
msgid "Edge Affected"
msgstr "Edge Affected"
-#: ../plug-ins/common/wind.c:971
+#: ../plug-ins/common/wind.c:973
msgid "L_eading"
msgstr "L_eading"
-#: ../plug-ins/common/wind.c:972
+#: ../plug-ins/common/wind.c:974
msgid "Tr_ailing"
msgstr "Tr_ailing"
-#: ../plug-ins/common/wind.c:973
+#: ../plug-ins/common/wind.c:975
msgid "Bot_h"
msgstr "Bot_h"
-#: ../plug-ins/common/wind.c:1010
+#: ../plug-ins/common/wind.c:1012
msgid "Higher values restrict the effect to fewer areas of the image"
msgstr "Higher values restrict the effect to fewer areas of the image"
-#: ../plug-ins/common/wind.c:1025 ../plug-ins/gimpressionist/orientmap.c:694
+#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694
msgid "_Strength:"
msgstr "_Strength:"
-#: ../plug-ins/common/wind.c:1029
+#: ../plug-ins/common/wind.c:1031
msgid "Higher values increase the magnitude of the effect"
msgstr "Higher values increase the magnitude of the effect"
-#: ../plug-ins/common/wmf.c:128
-msgid "Microsoft WMF file"
-msgstr "Microsoft WMF file"
+#: ../plug-ins/file-bmp/bmp-read.c:88
+msgid "Bad colormap"
+msgstr "Bad colourmap"
-#: ../plug-ins/common/wmf.c:343
-msgid ""
-"WMF file does not\n"
-"specify a size!"
-msgstr ""
-"WMF file does not\n"
-"specify a size!"
-
-#: ../plug-ins/common/wmf.c:491
-msgid "Render Windows Metafile"
-msgstr "Render Windows Metafile"
-
-#: ../plug-ins/common/wmf.c:985
+#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182
+#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198
+#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:422
+#: ../plug-ins/file-bmp/bmp-read.c:430 ../plug-ins/file-bmp/bmp-read.c:438
+#: ../plug-ins/file-bmp/bmp-read.c:446
#, c-format
-msgid "Could not open '%s' for reading"
-msgstr "Could not open '%s' for reading"
+msgid "'%s' is not a valid BMP file"
+msgstr "'%s' is not a valid BMP file"
-#: ../plug-ins/common/wmf.c:1001
-msgid "Rendered WMF"
-msgstr "Rendered WMF"
-
-#: ../plug-ins/common/xbm.c:172 ../plug-ins/common/xbm.c:190
-msgid "X BitMap image"
-msgstr "X BitMap image"
-
-#: ../plug-ins/common/xbm.c:803
+#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254
+#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347
+#: ../plug-ins/file-bmp/bmp-read.c:397
#, c-format
-msgid ""
-"'%s':\n"
-"Could not read header (ftell == %ld)"
-msgstr ""
-"'%s':\n"
-"Could not read header (ftell == %ld)"
+msgid "Error reading BMP file header from '%s'"
+msgstr "Error reading BMP file header from '%s'"
-#: ../plug-ins/common/xbm.c:838
-#, c-format
-msgid ""
-"'%s':\n"
-"No image data type specified"
-msgstr ""
-"'%s':\n"
-"No image data type specified"
+#: ../plug-ins/file-bmp/bmp-read.c:558
+msgid "Unrecognized or invalid BMP compression format."
+msgstr "Unrecognised or invalid BMP compression format."
-#. The image is not black-and-white.
-#: ../plug-ins/common/xbm.c:980
-msgid ""
-"The image which you are trying to save as an XBM contains more than two "
-"colors.\n"
-"\n"
-"Please convert it to a black and white (1-bit) indexed image and try again."
-msgstr ""
-"The image which you are trying to save as an XBM contains more than two "
-"colours.\n"
-"\n"
-"Please convert it to a black and white (1-bit) indexed image and try again."
+#: ../plug-ins/file-bmp/bmp-read.c:600
+msgid "Unsupported or invalid bitdepth."
+msgstr "Unsupported or invalid bitdepth."
-#: ../plug-ins/common/xbm.c:991
-msgid ""
-"You cannot save a cursor mask for an image\n"
-"which has no alpha channel."
-msgstr ""
-"You cannot save a cursor mask for an image\n"
-"which has no alpha channel."
+#: ../plug-ins/file-bmp/bmp-read.c:788 ../plug-ins/file-bmp/bmp-read.c:829
+#: ../plug-ins/file-bmp/bmp-read.c:879
+msgid "The bitmap ends unexpectedly."
+msgstr "The bitmap ends unexpectedly."
-#: ../plug-ins/common/xbm.c:1166
-msgid "Save as XBM"
-msgstr "Save as XBM"
+#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210
+msgid "Cannot save indexed image with transparency in BMP file format."
+msgstr "Cannot save indexed image with transparency in BMP file format."
-#. parameter settings
-#: ../plug-ins/common/xbm.c:1183
-msgid "XBM Options"
-msgstr "XBM Options"
+#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212
+msgid "Alpha channel will be ignored."
+msgstr "Alpha channel will be ignored."
-#. X10 format
-#: ../plug-ins/common/xbm.c:1193
-msgid "_X10 format bitmap"
-msgstr "_X10 format bitmap"
+#: ../plug-ins/file-bmp/bmp-write.c:793
+msgid "Save as BMP"
+msgstr "Save as BMP"
-#: ../plug-ins/common/xbm.c:1213
-msgid "_Identifier prefix:"
-msgstr "_Identifier prefix:"
+#: ../plug-ins/file-bmp/bmp-write.c:816
+msgid "_Run-Length Encoded"
+msgstr "_Run-Length Encoded"
-#. hotspot toggle
-#: ../plug-ins/common/xbm.c:1235
-msgid "_Write hot spot values"
-msgstr "_Write hot spot values"
+#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:900
+msgid "_Advanced Options"
+msgstr "_Advanced Options"
-#: ../plug-ins/common/xbm.c:1257
-msgid "Hot spot _X:"
-msgstr "Hot spot _X:"
+#: ../plug-ins/file-bmp/bmp-write.c:843
+msgid "16 bits"
+msgstr "16 bits"
-#: ../plug-ins/common/xbm.c:1267
-msgid "Hot spot _Y:"
-msgstr "Hot spot _Y:"
+#: ../plug-ins/file-bmp/bmp-write.c:879
+msgid "24 bits"
+msgstr "24 bits"
-#. mask file
-#: ../plug-ins/common/xbm.c:1274
-msgid "Mask File"
-msgstr "Mask File"
+#: ../plug-ins/file-bmp/bmp-write.c:896
+msgid "32 bits"
+msgstr "32 bits"
-#: ../plug-ins/common/xbm.c:1284
-msgid "W_rite extra mask file"
-msgstr "W_rite extra mask file"
+#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143
+msgid "Windows BMP image"
+msgstr "Windows BMP image"
-#: ../plug-ins/common/xbm.c:1297
-msgid "_Mask file extension:"
-msgstr "_Mask file extension:"
-
-#: ../plug-ins/common/xpm.c:173 ../plug-ins/common/xpm.c:198
-msgid "X PixMap image"
-msgstr "X PixMap image"
-
-#: ../plug-ins/common/xpm.c:353
-#, c-format
-msgid "Error opening file '%s'"
-msgstr "Error opening file '%s'"
-
-#: ../plug-ins/common/xpm.c:358
-msgid "XPM file invalid"
-msgstr "XPM file invalid"
-
-#: ../plug-ins/common/xpm.c:772
-msgid "Save as XPM"
-msgstr "Save as XPM"
-
-#: ../plug-ins/common/xpm.c:796
-msgid "_Alpha threshold:"
-msgstr "_Alpha threshold:"
-
-#: ../plug-ins/common/xwd.c:276 ../plug-ins/common/xwd.c:296
-msgid "X window dump"
-msgstr "X window dump"
-
-#: ../plug-ins/common/xwd.c:428
-#, c-format
-msgid "Could not read XWD header from '%s'"
-msgstr "Could not read XWD header from '%s'"
-
-#: ../plug-ins/common/xwd.c:466
-msgid "Can't read color entries"
-msgstr "Can't read colour entries"
-
-#: ../plug-ins/common/xwd.c:555
-#, c-format
-msgid ""
-"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is "
-"not supported."
-msgstr ""
-"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is "
-"not supported."
-
-#: ../plug-ins/common/xwd.c:578
-msgid "Cannot save images with alpha channels."
-msgstr "Cannot save images with alpha channels."
-
-#: ../plug-ins/common/xwd.c:2179
-msgid "Error during writing indexed/gray image"
-msgstr "Error during writing indexed/grey image"
-
-#: ../plug-ins/common/xwd.c:2277
-msgid "Error during writing rgb image"
-msgstr "Error during writing rgb image"
-
-#: ../plug-ins/common/zealouscrop.c:85
-msgid "Autocrop unused space from edges and middle"
-msgstr "Autocrop unused space from edges and middle"
-
-#: ../plug-ins/common/zealouscrop.c:90
-msgid "_Zealous Crop"
-msgstr "_Zealous Crop"
-
-#: ../plug-ins/common/zealouscrop.c:138
-msgid "Zealous cropping"
-msgstr "Zealous cropping"
-
-#: ../plug-ins/common/zealouscrop.c:239
-msgid "Nothing to crop."
-msgstr "Nothing to crop."
-
-#: ../plug-ins/faxg3/faxg3.c:102
+#: ../plug-ins/file-faxg3/faxg3.c:103
msgid "G3 fax image"
msgstr "G3 fax image"
-#: ../plug-ins/fits/fits.c:166 ../plug-ins/fits/fits.c:186
+#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188
msgid "Flexible Image Transport System"
msgstr "Flexible Image Transport System"
-#: ../plug-ins/fits/fits.c:354
+#: ../plug-ins/file-fits/fits.c:368
msgid "Error during open of FITS file"
msgstr "Error during open of FITS file"
-#: ../plug-ins/fits/fits.c:359
+#: ../plug-ins/file-fits/fits.c:374
msgid "FITS file keeps no displayable images"
msgstr "FITS file keeps no displayable images"
-#: ../plug-ins/fits/fits.c:437
+#: ../plug-ins/file-fits/fits.c:455
msgid "FITS save cannot handle images with alpha channels"
msgstr "FITS save cannot handle images with alpha channels"
-#: ../plug-ins/fits/fits.c:974
+#: ../plug-ins/file-fits/fits.c:993
msgid "Load FITS File"
msgstr "Load FITS File"
-#: ../plug-ins/fits/fits.c:998
+#: ../plug-ins/file-fits/fits.c:1017
msgid "Replacement for undefined pixels"
msgstr "Replacement for undefined pixels"
-#: ../plug-ins/fits/fits.c:1003 ../plug-ins/gfig/gfig-dialog.c:1286
+#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286
#: ../plug-ins/gfig/gfig-dialog.c:1461
msgid "White"
msgstr "White"
-#: ../plug-ins/fits/fits.c:1010
+#: ../plug-ins/file-fits/fits.c:1029
msgid "Pixel value scaling"
msgstr "Pixel value scaling"
-#: ../plug-ins/fits/fits.c:1015
+#: ../plug-ins/file-fits/fits.c:1034
msgid "By DATAMIN/DATAMAX"
msgstr "By DATAMIN/DATAMAX"
-#: ../plug-ins/fits/fits.c:1022
+#: ../plug-ins/file-fits/fits.c:1041
msgid "Image Composing"
msgstr "Image Composing"
-#: ../plug-ins/flame/flame.c:128
+#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186
+msgid "AutoDesk FLIC animation"
+msgstr "AutoDesk FLIC animation"
+
+#: ../plug-ins/file-fli/fli-gimp.c:562
+#, c-format
+msgid "Frame (%i)"
+msgstr "Frame (%i)"
+
+#: ../plug-ins/file-fli/fli-gimp.c:714
+msgid "Sorry, I can save only INDEXED and GRAY images."
+msgstr "Sorry, I can save only INDEXED and GREY images."
+
+#: ../plug-ins/file-fli/fli-gimp.c:846
+msgid "GFLI 1.3 - Load framestack"
+msgstr "GFLI 1.3 - Load framestack"
+
+#: ../plug-ins/file-fli/fli-gimp.c:914
+msgid "GFLI 1.3 - Save framestack"
+msgstr "GFLI 1.3 - Save framestack"
+
+#: ../plug-ins/file-ico/ico-dialog.c:54
+msgid "Save as Windows Icon"
+msgstr "Save as Windows Icon"
+
+#: ../plug-ins/file-ico/ico-dialog.c:86
+msgid "Icon Details"
+msgstr "Icon Details"
+
+#: ../plug-ins/file-ico/ico-dialog.c:106
+msgid ""
+"Large icons and compression are not supported by all programs. Older "
+"applications may not open this file correctly."
+msgstr ""
+"Large icons and compression are not supported by all programs. Older "
+"applications may not open this file correctly."
+
+#: ../plug-ins/file-ico/ico-dialog.c:178
+msgid "1 bpp, 1-bit alpha, 2-slot palette"
+msgstr "1 bpp, 1-bit alpha, 2-slot palette"
+
+#: ../plug-ins/file-ico/ico-dialog.c:179
+msgid "4 bpp, 1-bit alpha, 16-slot palette"
+msgstr "4 bpp, 1-bit alpha, 16-slot palette"
+
+#: ../plug-ins/file-ico/ico-dialog.c:180
+msgid "8 bpp, 1-bit alpha, 256-slot palette"
+msgstr "8 bpp, 1-bit alpha, 256-slot palette"
+
+#: ../plug-ins/file-ico/ico-dialog.c:181
+msgid "24 bpp, 1-bit alpha, no palette"
+msgstr "24 bpp, 1-bit alpha, no palette"
+
+#: ../plug-ins/file-ico/ico-dialog.c:182
+msgid "32 bpp, 8-bit alpha, no palette"
+msgstr "32 bpp, 8-bit alpha, no palette"
+
+#: ../plug-ins/file-ico/ico-dialog.c:196
+msgid "Compressed (PNG)"
+msgstr "Compressed (PNG)"
+
+#. read successfully. add to image
+#: ../plug-ins/file-ico/ico-load.c:616
+#, c-format
+msgid "Icon #%i"
+msgstr "Icon #%i"
+
+#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:633
+#: ../plug-ins/file-psd/psd-thumb-load.c:85
+#, c-format
+msgid "Opening thumbnail for '%s'"
+msgstr "Opening thumbnail for '%s'"
+
+#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137
+msgid "Microsoft Windows icon"
+msgstr "Microsoft Windows icon"
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:293
+msgid "Rotate Image?"
+msgstr "Rotate Image?"
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:296
+msgid "_Keep Orientation"
+msgstr "_Keep Orientation"
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:352
+msgid "According to the EXIF data, this image is rotated."
+msgstr "According to the EXIF data, this image is rotated."
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:367
+msgid "Would you like GIMP to rotate it into the standard orientation?"
+msgstr "Would you like GIMP to rotate it into the standard orientation?"
+
+#: ../plug-ins/file-jpeg/jpeg-load.c:241
+msgid "JPEG preview"
+msgstr "JPEG preview"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:200
+#, c-format
+msgid "File size: %02.01f kB"
+msgstr "File size: %02.01f kB"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:682
+msgid "Calculating file size..."
+msgstr "Calculating file size..."
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876
+msgid "File size: unknown"
+msgstr "File size: unknown"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:827
+msgid "Save as JPEG"
+msgstr "Save as JPEG"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:862
+msgid "_Quality:"
+msgstr "_Quality:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:866
+msgid "JPEG quality parameter"
+msgstr "JPEG quality parameter"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:885
+msgid "Enable preview to obtain the file size."
+msgstr "Enable preview to obtain the file size."
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:888
+msgid "Sho_w preview in image window"
+msgstr "Sho_w preview in image window"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:929
+msgid "S_moothing:"
+msgstr "S_moothing:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:942
+msgid "Frequency (rows):"
+msgstr "Frequency (rows):"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:958
+msgid "Use _restart markers"
+msgstr "Use _restart markers"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:974
+msgid "_Optimize"
+msgstr "_Optimise"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:988
+msgid "_Progressive"
+msgstr "_Progressive"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1004
+msgid "Save _EXIF data"
+msgstr "Save _EXIF data"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1021
+msgid "Save _thumbnail"
+msgstr "Save _thumbnail"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1038
+msgid "Save _XMP data"
+msgstr "Save _XMP data"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1053
+msgid "_Use quality settings from original image"
+msgstr "_Use quality settings from original image"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1059
+msgid ""
+"If the original image was loaded from a JPEG file using non-standard quality "
+"settings (quantization tables), enable this option to get almost the same "
+"quality and file size."
+msgstr ""
+"If the original image was loaded from a JPEG file using non-standard quality "
+"settings (quantisation tables), enable this option to get almost the same "
+"quality and file size."
+
+#. Subsampling
+#: ../plug-ins/file-jpeg/jpeg-save.c:1083
+msgid "Su_bsampling:"
+msgstr "Su_bsampling:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1090
+msgid "1x1,1x1,1x1 (best quality)"
+msgstr "1x1,1x1,1x1 (best quality)"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1092
+msgid "2x1,1x1,1x1 (4:2:2)"
+msgstr "2x1,1x1,1x1 (4:2:2)"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1094
+msgid "1x2,1x1,1x1"
+msgstr "1x2,1x1,1x1"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1096
+msgid "2x2,1x1,1x1 (smallest file)"
+msgstr "2x2,1x1,1x1 (smallest file)"
+
+#. DCT method
+#: ../plug-ins/file-jpeg/jpeg-save.c:1126
+msgid "_DCT method:"
+msgstr "_DCT method:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1132
+msgid "Fast Integer"
+msgstr "Fast Integer"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1133
+msgid "Integer"
+msgstr "Integer"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1134
+msgid "Floating-Point"
+msgstr "Floating-Point"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1150
+msgid "Comment"
+msgstr "Comment"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1195
+msgid "Sa_ve Defaults"
+msgstr "Sa_ve Defaults"
+
+#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175
+msgid "JPEG image"
+msgstr "JPEG image"
+
+#: ../plug-ins/file-jpeg/jpeg.c:301
+msgid "Export Preview"
+msgstr "Export Preview"
+
+#: ../plug-ins/file-psd/psd-load.c:215
+#: ../plug-ins/file-psd/psd-thumb-load.c:131
+#, c-format
+msgid "Error loading PSD file: %s"
+msgstr "Error loading PSD file: %s"
+
+#: ../plug-ins/file-psd/psd-load.c:270
+#, c-format
+msgid "Not a valid photoshop document file"
+msgstr "Not a valid Photoshop document file"
+
+#: ../plug-ins/file-psd/psd-load.c:277
+#, c-format
+msgid "Unsupported file format version: %d"
+msgstr "Unsupported file format version: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:284
+#, c-format
+msgid "Too many channels in file: %d"
+msgstr "Too many channels in file: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:314
+#, c-format
+msgid "Unsupported color mode: %s"
+msgstr "Unsupported colour mode: %s"
+
+#: ../plug-ins/file-psd/psd-load.c:341
+#, c-format
+msgid "Unsupported bit depth: %d"
+msgstr "Unsupported bit depth: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385
+#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785
+#, c-format
+msgid "The file is corrupt!"
+msgstr "The file is corrupt!"
+
+#: ../plug-ins/file-psd/psd-load.c:545
+#, c-format
+msgid "Too many channels in layer: %d"
+msgstr "Too many channels in layer: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:552
+#, c-format
+msgid "Unsupported or invalid layer height: %d"
+msgstr "Unsupported or invalid layer height: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:559
+#, c-format
+msgid "Unsupported or invalid layer width: %d"
+msgstr "Unsupported or invalid layer width: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:1153 ../plug-ins/file-psd/psd-load.c:1502
+#, c-format
+msgid "Unsupported compression mode: %d"
+msgstr "Unsupported compression mode: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:1595
+msgid "Extra"
+msgstr "Extra"
+
+#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114
+#: ../plug-ins/file-psd/psd.c:153
+msgid "Photoshop image"
+msgstr "Photoshop image"
+
+#: ../plug-ins/file-psd/psd-save.c:371
+#, c-format
+msgid ""
+"Unable to save layer with mode '%s'. Either the PSD file format or the save "
+"plug-in does not support that, using normal mode instead."
+msgstr ""
+"Unable to save layer with mode '%s'. Either the PSD file format or the save "
+"plug-in does not support that, using normal mode instead."
+
+#: ../plug-ins/file-psd/psd-save.c:631
+msgid "Error: Can't convert GIMP base imagetype to PSD mode"
+msgstr "Error: Can't convert GIMP base imagetype to PSD mode"
+
+#: ../plug-ins/file-psd/psd-save.c:1605
+#, c-format
+msgid ""
+"Unable to save '%s'. The PSD file format does not support images that are "
+"more than 30,000 pixels wide or tall."
+msgstr ""
+"Unable to save '%s'. The PSD file format does not support images that are "
+"more than 30,000 pixels wide or tall."
+
+#: ../plug-ins/file-psd/psd-save.c:1620
+#, c-format
+msgid ""
+"Unable to save '%s'. The PSD file format does not support images with "
+"layers that are more than 30,000 pixels wide or tall."
+msgstr ""
+"Unable to save '%s'. The PSD file format does not support images with "
+"layers that are more than 30,000 pixels wide or tall."
+
+#: ../plug-ins/file-psd/psd-util.c:51
+msgid "Unexpected end of file"
+msgstr "Unexpected end of file"
+
+#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141
+msgid "Silicon Graphics IRIS image"
+msgstr "Silicon Graphics IRIS image"
+
+#: ../plug-ins/file-sgi/sgi.c:326
+#, c-format
+msgid "Could not open '%s' for reading."
+msgstr "Could not open '%s' for reading."
+
+#: ../plug-ins/file-sgi/sgi.c:549
+#, c-format
+msgid "Could not open '%s' for writing."
+msgstr "Could not open '%s' for writing."
+
+#: ../plug-ins/file-sgi/sgi.c:629
+msgid "Save as SGI"
+msgstr "Save as SGI"
+
+#: ../plug-ins/file-sgi/sgi.c:645
+msgid "Compression type"
+msgstr "Compression type"
+
+#: ../plug-ins/file-sgi/sgi.c:649
+msgid "No compression"
+msgstr "No compression"
+
+#: ../plug-ins/file-sgi/sgi.c:651
+msgid "RLE compression"
+msgstr "RLE compression"
+
+#: ../plug-ins/file-sgi/sgi.c:653
+msgid ""
+"Aggressive RLE\n"
+"(not supported by SGI)"
+msgstr ""
+"Aggressive RLE\n"
+"(not supported by SGI)"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:448
+msgid "Co_nnect"
+msgstr "Co_nnect"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:492
+msgid "Connect _anonymously"
+msgstr "Connect _anonymously"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:501
+msgid "Connect as u_ser:"
+msgstr "Connect as u_ser:"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:538
+msgid "_Username:"
+msgstr "_Username:"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:542
+msgid "_Domain:"
+msgstr "_Domain:"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:547
+msgid "_Password:"
+msgstr "_Password:"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:562
+msgid "_Forget password immediately"
+msgstr "_Forget password immediately"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:570
+msgid "_Remember password until you logout"
+msgstr "_Remember password until you logout"
+
+#: ../plug-ins/file-uri/gimpmountoperation.c:578
+msgid "_Remember forever"
+msgstr "_Remember forever"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:163
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:129
+#: ../plug-ins/file-uri/uri-backend-wget.c:303
+#, c-format
+msgid "Downloading %s of image data"
+msgstr "Downloading %s of image data"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:164
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:226
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:136
+#: ../plug-ins/file-uri/uri-backend-wget.c:346
+#, c-format
+msgid "Downloaded %s of image data"
+msgstr "Downloaded %s of image data"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:182
+#, c-format
+msgid "Uploading %s of image data"
+msgstr "Uploading %s of image data"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:183
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:230
+#, c-format
+msgid "Uploaded %s of image data"
+msgstr "Uploaded %s of image data"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:253
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:297
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:158
+#: ../plug-ins/file-uri/uri-backend-wget.c:195
+msgid "Connecting to server"
+msgstr "Connecting to server"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:312
+#, c-format
+msgid "Failed to read %s from '%s': %s"
+msgstr "Failed to read %s from '%s': %s"
+
+#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:361
+#, c-format
+msgid "Failed to write %s to '%s': %s"
+msgstr "Failed to write %s to '%s': %s"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:200
+#, c-format
+msgid "Downloading image (%s of %s)"
+msgstr "Downloading image (%s of %s)"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:204
+#, c-format
+msgid "Uploading image (%s of %s)"
+msgstr "Uploading image (%s of %s)"
+
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:60
+msgid "Could not initialize libcurl"
+msgstr "Could not initialise libcurl"
+
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:202
+#, c-format
+msgid "Opening '%s' for reading resulted in HTTP response code: %d"
+msgstr "Opening '%s' for reading resulted in HTTP response code: %d"
+
+#: ../plug-ins/file-uri/uri-backend-wget.c:162
+#: ../plug-ins/file-uri/uri-backend-wget.c:182
+#: ../plug-ins/file-uri/uri-backend-wget.c:201
+#: ../plug-ins/file-uri/uri-backend-wget.c:224
+#: ../plug-ins/file-uri/uri-backend-wget.c:253
+#, c-format
+msgid "wget exited abnormally on URI '%s'"
+msgstr "wget exited abnormally on URI '%s'"
+
+#. The third line is "Connecting to..."
+#: ../plug-ins/file-uri/uri-backend-wget.c:190
+#, c-format
+msgid "(timeout is %d second)"
+msgid_plural "(timeout is %d seconds)"
+msgstr[0] "(timeout is %d second)"
+msgstr[1] "(timeout is %d seconds)"
+
+#. The fourth line is either the network request or an error
+#: ../plug-ins/file-uri/uri-backend-wget.c:219
+msgid "Opening URI"
+msgstr "Opening URI"
+
+#: ../plug-ins/file-uri/uri-backend-wget.c:230
+#: ../plug-ins/file-uri/uri-backend-wget.c:263
+#, c-format
+msgid "A network error occurred: %s"
+msgstr "A network error occurred: %s"
+
+#: ../plug-ins/file-uri/uri-backend-wget.c:308
+msgid "Downloading unknown amount of image data"
+msgstr "Downloading unknown amount of image data"
+
+#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140
+msgid "URI"
+msgstr "URI"
+
+#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506
+msgid "GIMP compressed XJT image"
+msgstr "GIMP compressed XJT image"
+
+#: ../plug-ins/file-xjt/xjt.c:736
+#, c-format
+msgid "XJT file contains unknown layermode %d"
+msgstr "XJT file contains unknown layermode %d"
+
+#: ../plug-ins/file-xjt/xjt.c:773
+#, c-format
+msgid "Warning: unsupported layermode %d saved to XJT"
+msgstr "Warning: unsupported layermode %d saved to XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:789
+#, c-format
+msgid "XJT file contains unknown pathtype %d"
+msgstr "XJT file contains unknown pathtype %d"
+
+#: ../plug-ins/file-xjt/xjt.c:805
+#, c-format
+msgid "Warning: unsupported pathtype %d saved to XJT"
+msgstr "Warning: unsupported pathtype %d saved to XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:824
+#, c-format
+msgid "XJT file contains unknown unittype %d"
+msgstr "XJT file contains unknown unittype %d"
+
+#: ../plug-ins/file-xjt/xjt.c:845
+#, c-format
+msgid "Warning: unsupported unittype %d saved to XJT"
+msgstr "Warning: unsupported unittype %d saved to XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:866
+msgid "Save as XJT"
+msgstr "Save as XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:889
+msgid "Optimize"
+msgstr "Optimise"
+
+#: ../plug-ins/file-xjt/xjt.c:899
+msgid "Clear transparent"
+msgstr "Clear transparent"
+
+#: ../plug-ins/file-xjt/xjt.c:911
+msgid "Quality:"
+msgstr "Quality:"
+
+#: ../plug-ins/file-xjt/xjt.c:920
+msgid "Smoothing:"
+msgstr "Smoothing:"
+
+#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373
+#, c-format
+msgid "Could not create working folder '%s': %s"
+msgstr "Could not create working folder '%s': %s"
+
+#: ../plug-ins/file-xjt/xjt.c:3239
+#, c-format
+msgid "Error: Could not read XJT property file '%s'."
+msgstr "Error: Could not read XJT property file '%s'."
+
+#: ../plug-ins/file-xjt/xjt.c:3246
+#, c-format
+msgid "Error: XJT property file '%s' is empty."
+msgstr "Error: XJT property file '%s' is empty."
+
+#: ../plug-ins/flame/flame.c:129
msgid "Create cosmic recursive fractal flames"
msgstr "Create cosmic recursive fractal flames"
-#: ../plug-ins/flame/flame.c:133
+#: ../plug-ins/flame/flame.c:134
msgid "_Flame..."
msgstr "_Flame..."
-#: ../plug-ins/flame/flame.c:226
+#: ../plug-ins/flame/flame.c:227
msgid "Drawing flame"
msgstr "Drawing flame"
-#: ../plug-ins/flame/flame.c:318
+#: ../plug-ins/flame/flame.c:319
msgid "Flame works only on RGB drawables."
msgstr "Flame works only on RGB drawables."
-#: ../plug-ins/flame/flame.c:401
+#: ../plug-ins/flame/flame.c:402
#, c-format
msgid "'%s' is not a regular file"
msgstr "'%s' is not a regular file"
-#: ../plug-ins/flame/flame.c:645
+#: ../plug-ins/flame/flame.c:646
msgid "Edit Flame"
msgstr "Edit Flame"
-#: ../plug-ins/flame/flame.c:668
+#: ../plug-ins/flame/flame.c:669
msgid "Directions"
msgstr "Directions"
-#: ../plug-ins/flame/flame.c:704
+#: ../plug-ins/flame/flame.c:705
msgid "Controls"
msgstr "Controls"
-#: ../plug-ins/flame/flame.c:718
+#: ../plug-ins/flame/flame.c:719
msgid "_Speed:"
msgstr "_Speed:"
-#: ../plug-ins/flame/flame.c:735
+#: ../plug-ins/flame/flame.c:736
msgid "_Randomize"
msgstr "_Randomise"
-#: ../plug-ins/flame/flame.c:744
+#: ../plug-ins/flame/flame.c:746
msgid "Same"
msgstr "Same"
-#: ../plug-ins/flame/flame.c:745 ../plug-ins/gimpressionist/orientation.c:164
+#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164
#: ../plug-ins/gimpressionist/size.c:167
msgid "Random"
msgstr "Random"
-#: ../plug-ins/flame/flame.c:749
+#: ../plug-ins/flame/flame.c:751
msgid "Swirl"
msgstr "Swirl"
-#: ../plug-ins/flame/flame.c:750
+#: ../plug-ins/flame/flame.c:752
msgid "Horseshoe"
msgstr "Horseshoe"
-#: ../plug-ins/flame/flame.c:751 ../plug-ins/gfig/gfig-dialog.c:1442
+#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442
msgid "Polar"
msgstr "Polar"
-#: ../plug-ins/flame/flame.c:752
+#: ../plug-ins/flame/flame.c:754
msgid "Bent"
msgstr "Bent"
+#: ../plug-ins/flame/flame.c:755
+msgid "Handkerchief"
+msgstr "Handkerchief"
+
+#: ../plug-ins/flame/flame.c:756
+msgid "Heart"
+msgstr "Heart"
+
+#: ../plug-ins/flame/flame.c:757
+msgid "Disc"
+msgstr "Disc"
+
+#: ../plug-ins/flame/flame.c:759
+msgid "Hyperbolic"
+msgstr "Hyperbolic"
+
+#: ../plug-ins/flame/flame.c:761
+msgid "Ex"
+msgstr "Ex"
+
+#: ../plug-ins/flame/flame.c:762
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:844
+msgid "Julia"
+msgstr "Julia"
+
+#: ../plug-ins/flame/flame.c:764
+msgid "Fisheye"
+msgstr "Fisheye"
+
#: ../plug-ins/flame/flame.c:765
+msgid "Popcorn"
+msgstr "Popcorn"
+
+#: ../plug-ins/flame/flame.c:766
+msgid "Exponential"
+msgstr "Exponential"
+
+#: ../plug-ins/flame/flame.c:767
+msgid "Power"
+msgstr "Power"
+
+#: ../plug-ins/flame/flame.c:768
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:997
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1038
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1079
+msgid "Cosine"
+msgstr "Cosine"
+
+#: ../plug-ins/flame/flame.c:769
+msgid "Rings"
+msgstr "Rings"
+
+#: ../plug-ins/flame/flame.c:770
+msgid "Fan"
+msgstr "Fan"
+
+#: ../plug-ins/flame/flame.c:771
+msgid "Eyefish"
+msgstr "Eyefish"
+
+#: ../plug-ins/flame/flame.c:772
+msgid "Bubble"
+msgstr "Bubble"
+
+#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491
+msgid "Cylinder"
+msgstr "Cylinder"
+
+#: ../plug-ins/flame/flame.c:775
+msgid "Blur"
+msgstr "Blur"
+
+#: ../plug-ins/flame/flame.c:776
+msgid "Gaussian"
+msgstr "Gaussian"
+
+#: ../plug-ins/flame/flame.c:789
msgid "_Variation:"
msgstr "_Variation:"
-#: ../plug-ins/flame/flame.c:787
+#: ../plug-ins/flame/flame.c:811
msgid "Load Flame"
msgstr "Load Flame"
-#: ../plug-ins/flame/flame.c:802
+#: ../plug-ins/flame/flame.c:826
msgid "Save Flame"
msgstr "Save Flame"
-#: ../plug-ins/flame/flame.c:944
+#: ../plug-ins/flame/flame.c:968
msgid "Flame"
msgstr "Flame"
-#: ../plug-ins/flame/flame.c:1045
+#: ../plug-ins/flame/flame.c:1069
msgid "_Rendering"
msgstr "_Rendering"
-#: ../plug-ins/flame/flame.c:1071
+#: ../plug-ins/flame/flame.c:1095
msgid "Co_ntrast:"
msgstr "Co_ntrast:"
-#: ../plug-ins/flame/flame.c:1085
+#: ../plug-ins/flame/flame.c:1109
msgid "_Gamma:"
msgstr "_Gamma:"
-#: ../plug-ins/flame/flame.c:1099
+#: ../plug-ins/flame/flame.c:1123
msgid "Sample _density:"
msgstr "Sample _density:"
-#: ../plug-ins/flame/flame.c:1110
+#: ../plug-ins/flame/flame.c:1134
msgid "Spa_tial oversample:"
msgstr "Spa_tial oversample:"
-#: ../plug-ins/flame/flame.c:1121
+#: ../plug-ins/flame/flame.c:1145
msgid "Spatial _filter radius:"
msgstr "Spatial _filter radius:"
-#: ../plug-ins/flame/flame.c:1140
+#: ../plug-ins/flame/flame.c:1164
msgid "Color_map:"
msgstr "Colour_map:"
-#: ../plug-ins/flame/flame.c:1182
+#: ../plug-ins/flame/flame.c:1206
msgid "Custom gradient"
msgstr "Custom gradient"
-#: ../plug-ins/flame/flame.c:1208
+#: ../plug-ins/flame/flame.c:1232
msgid "C_amera"
msgstr "C_amera"
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547
+#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143
+#: ../plug-ins/gradient-flare/gradient-flare.c:881
+#, c-format
+msgid ""
+"No %s in gimprc:\n"
+"You need to add an entry like\n"
+"(%s \"%s\")\n"
+"to your %s file."
+msgstr ""
+"No %s in gimprc:\n"
+"You need to add an entry like\n"
+"(%s \"%s\")\n"
+"to your %s file."
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:638
+msgid "Realtime preview"
+msgstr "Realtime preview"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:646
+msgid "If enabled the preview will be redrawn automatically"
+msgstr "If enabled the preview will be redrawn automatically"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:649
+msgid "R_edraw preview"
+msgstr "R_edraw preview"
+
+#. Zoom Options
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:657
+msgid "Zoom"
+msgstr "Zoom"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:693
+msgid "Undo last zoom change"
+msgstr "Undo last zoom change"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:703
+msgid "Redo last zoom change"
+msgstr "Redo last zoom change"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:718
+msgid "_Parameters"
+msgstr "_Parameters"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:721
+msgid "Fractal Parameters"
+msgstr "Fractal Parameters"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:734
+#: ../plug-ins/map-object/map-object-ui.c:1099
+msgid "Left:"
+msgstr "Left:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:743
+#: ../plug-ins/map-object/map-object-ui.c:1099
+msgid "Right:"
+msgstr "Right:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:752
+#: ../plug-ins/map-object/map-object-ui.c:1098
+msgid "Top:"
+msgstr "Top:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:761
+#: ../plug-ins/map-object/map-object-ui.c:1098
+msgid "Bottom:"
+msgstr "Bottom:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773
+msgid ""
+"The higher the number of iterations, the more details will be calculated"
+msgstr ""
+"The higher the number of iterations, the more details will be calculated"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781
+msgid "CX:"
+msgstr "CX:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:784
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:794
+msgid "Changes aspect of fractal"
+msgstr "Changes aspect of fractal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:791
+msgid "CY:"
+msgstr "CY:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:809
+msgid "Load a fractal from file"
+msgstr "Load a fractal from file"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:817
+msgid "Reset parameters to default values"
+msgstr "Reset parameters to default values"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:826
+msgid "Save active fractal to file"
+msgstr "Save active fractal to file"
+
+#. Fractal type toggle box
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:829
+msgid "Fractal Type"
+msgstr "Fractal Type"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:842
+msgid "Mandelbrot"
+msgstr "Mandelbrot"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:846
+msgid "Barnsley 1"
+msgstr "Barnsley 1"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:848
+msgid "Barnsley 2"
+msgstr "Barnsley 2"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:850
+msgid "Barnsley 3"
+msgstr "Barnsley 3"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:852
+msgid "Spider"
+msgstr "Spider"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:854
+msgid "Man'o'war"
+msgstr "Man'o'war"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:856
+msgid "Lambda"
+msgstr "Lambda"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:858
+msgid "Sierpinski"
+msgstr "Sierpinski"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:920
+msgid "Number of colors:"
+msgstr "Number of colours:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:923
+msgid "Change the number of colors in the mapping"
+msgstr "Change the number of colours in the mapping"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:930
+msgid "Use loglog smoothing"
+msgstr "Use loglog smoothing"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937
+msgid "Use log log smoothing to eliminate \"banding\" in the result"
+msgstr "Use log log smoothing to eliminate \"banding\" in the result"
+
+#. Color Density frame
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941
+msgid "Color Density"
+msgstr "Colour Density"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:956
+msgid "Change the intensity of the red channel"
+msgstr "Change the intensity of the red channel"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:966
+msgid "Change the intensity of the green channel"
+msgstr "Change the intensity of the green channel"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:976
+msgid "Change the intensity of the blue channel"
+msgstr "Change the intensity of the blue channel"
+
+#. Color Function frame
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:982
+msgid "Color Function"
+msgstr "Colour Function"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:995
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1036
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1077
+msgid "Sine"
+msgstr "Sine"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1004
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1045
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1086
+msgid "Use sine-function for this color component"
+msgstr "Use sine-function for this colour component"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1007
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1048
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1089
+msgid "Use cosine-function for this color component"
+msgstr "Use cosine-function for this colour component"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092
+msgid ""
+"Use linear mapping instead of any trigonometrical function for this color "
+"channel"
+msgstr ""
+"Use linear mapping instead of any trigonometrical function for this colour "
+"channel"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1060
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1101
+msgid "Inversion"
+msgstr "Inversion"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109
+msgid ""
+"If you enable this option higher color values will be swapped with lower "
+"ones and vice versa"
+msgstr ""
+"If you enable this option higher colour values will be swapped with lower "
+"ones and vice versa"
+
+#. Colormode toggle box
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1114
+msgid "Color Mode"
+msgstr "Colour Mode"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1123
+msgid "As specified above"
+msgstr "As specified above"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135
+msgid ""
+"Create a color-map with the options you specified above (color density/"
+"function). The result is visible in the preview image"
+msgstr ""
+"Create a colour-map with the options you specified above (colour density/"
+"function). The result is visible in the preview image"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145
+msgid "Apply active gradient to final image"
+msgstr "Apply active gradient to final image"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1157
+msgid "Create a color-map using a gradient from the gradient editor"
+msgstr "Create a colour-map using a gradient from the gradient editor"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1168
+msgid "FractalExplorer Gradient"
+msgstr "FractalExplorer Gradient"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1198
+msgid "_Fractals"
+msgstr "_Fractals"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1560
+#, c-format
+msgid "Could not write '%s': %s"
+msgstr "Could not write '%s': %s"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1635
+msgid "Load Fractal Parameters"
+msgstr "Load Fractal Parameters"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1673
+msgid "Save Fractal Parameters"
+msgstr "Save Fractal Parameters"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1871
+#, c-format
+msgid "'%s' is not a FractalExplorer file"
+msgstr "'%s' is not a FractalExplorer file"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1877
+#, c-format
+msgid "'%s' is corrupt. Line %d Option section incorrect"
+msgstr "'%s' is corrupt. Line %d Option section incorrect"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:239
+msgid "Render fractal art"
+msgstr "Render fractal art"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:244
+msgid "_Fractal Explorer..."
+msgstr "_Fractal Explorer..."
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:374
+msgid "Rendering fractal"
+msgstr "Rendering fractal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:756
+#: ../plug-ins/gradient-flare/gradient-flare.c:3200
+#, c-format
+msgid "Are you sure you want to delete \"%s\" from the list and from disk?"
+msgstr "Are you sure you want to delete \"%s\" from the list and from disk?"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:760
+msgid "Delete Fractal"
+msgstr "Delete Fractal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:950
+#, c-format
+msgid "File '%s' is not a FractalExplorer file"
+msgstr "File '%s' is not a FractalExplorer file"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:959
+#, c-format
+msgid ""
+"File '%s' is corrupt.\n"
+"Line %d Option section incorrect"
+msgstr ""
+"File '%s' is corrupt.\n"
+"Line %d Option section incorrect"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1003
+msgid "My first fractal"
+msgstr "My first fractal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1067
+msgid "Select folder and rescan collection"
+msgstr "Select folder and rescan collection"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1079
+msgid "Apply currently selected fractal"
+msgstr "Apply currently selected fractal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1091
+msgid "Delete currently selected fractal"
+msgstr "Delete currently selected fractal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1114
+msgid "Rescan for Fractals"
+msgstr "Rescan for Fractals"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1133
+msgid "Add FractalExplorer Path"
+msgstr "Add FractalExplorer Path"
+
#: ../plug-ins/gfig/gfig-bezier.c:443
msgid "Closed"
msgstr "Closed"
@@ -9121,7 +9338,8 @@ msgstr "Show image"
#. "snap to grid" checkbutton at bottom of style frame
#: ../plug-ins/gfig/gfig-dialog.c:493
-msgid "checkbutton|Snap to grid"
+msgctxt "checkbutton"
+msgid "Snap to grid"
msgstr "Snap to grid"
#. "show grid" checkbutton at bottom of style frame
@@ -9313,7 +9531,8 @@ msgstr "Isometric"
msgid "Grid type:"
msgstr "Grid type:"
-#: ../plug-ins/gfig/gfig-dialog.c:1459 ../plug-ins/gflare/gflare.c:552
+#: ../plug-ins/gfig/gfig-dialog.c:1459
+#: ../plug-ins/gradient-flare/gradient-flare.c:551
msgid "Normal"
msgstr "Normal"
@@ -9410,301 +9629,6 @@ msgstr ""
msgid "Error trying to open temporary file '%s' for parasite loading: %s"
msgstr "Error trying to open temporary file '%s' for parasite loading: %s"
-#: ../plug-ins/gflare/gflare.c:553
-msgid "Addition"
-msgstr "Addition"
-
-#: ../plug-ins/gflare/gflare.c:554
-msgid "Overlay"
-msgstr "Overlay"
-
-#: ../plug-ins/gflare/gflare.c:809
-msgid "Produce a lense flare effect using gradients"
-msgstr "Produce a lense flare effect using gradients"
-
-#: ../plug-ins/gflare/gflare.c:814
-msgid "_Gradient Flare..."
-msgstr "_Gradient Flare..."
-
-#.
-#. * Dialog Shell
-#.
-#: ../plug-ins/gflare/gflare.c:953 ../plug-ins/gflare/gflare.c:2311
-msgid "Gradient Flare"
-msgstr "Gradient Flare"
-
-#: ../plug-ins/gflare/gflare.c:1264
-#, c-format
-msgid "Failed to open GFlare file '%s': %s"
-msgstr "Failed to open GFlare file '%s': %s"
-
-#: ../plug-ins/gflare/gflare.c:1272
-#, c-format
-msgid "'%s' is not a valid GFlare file."
-msgstr "'%s' is not a valid GFlare file."
-
-#: ../plug-ins/gflare/gflare.c:1326
-#, c-format
-msgid "invalid formatted GFlare file: %s\n"
-msgstr "invalid formatted GFlare file: %s\n"
-
-#: ../plug-ins/gflare/gflare.c:1451
-#, c-format
-msgid ""
-"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n"
-"(gflare-path \"%s\")\n"
-"and make a folder '%s', then you can save your own GFlares into that folder."
-msgstr ""
-"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n"
-"(gflare-path \"%s\")\n"
-"and make a folder '%s', then you can save your own GFlares into that folder."
-
-#: ../plug-ins/gflare/gflare.c:1484
-#, c-format
-msgid "Failed to write GFlare file '%s': %s"
-msgstr "Failed to write GFlare file '%s': %s"
-
-#: ../plug-ins/gflare/gflare.c:2368
-msgid "A_uto update preview"
-msgstr "A_uto update preview"
-
-#: ../plug-ins/gflare/gflare.c:2419
-msgid "`Default' is created."
-msgstr "`Default' is created."
-
-#: ../plug-ins/gflare/gflare.c:2420
-msgid "Default"
-msgstr "Default"
-
-#.
-#. * Scales
-#.
-#.
-#. * Scales
-#.
-#: ../plug-ins/gflare/gflare.c:2699 ../plug-ins/gflare/gflare.c:3536
-#: ../plug-ins/gflare/gflare.c:3641 ../plug-ins/gflare/gflare.c:3778
-msgid "Parameters"
-msgstr "Parameters"
-
-#: ../plug-ins/gflare/gflare.c:2725
-msgid "Ro_tation:"
-msgstr "Ro_tation:"
-
-#: ../plug-ins/gflare/gflare.c:2737
-msgid "_Hue rotation:"
-msgstr "_Hue rotation:"
-
-#: ../plug-ins/gflare/gflare.c:2749
-msgid "Vector _angle:"
-msgstr "Vector _angle:"
-
-#: ../plug-ins/gflare/gflare.c:2761
-msgid "Vector _length:"
-msgstr "Vector _length:"
-
-#: ../plug-ins/gflare/gflare.c:2782
-msgid "A_daptive supersampling"
-msgstr "A_daptive supersampling"
-
-#: ../plug-ins/gflare/gflare.c:2801
-msgid "_Max depth:"
-msgstr "_Max depth:"
-
-#: ../plug-ins/gflare/gflare.c:2811
-msgid "_Threshold"
-msgstr "_Threshold"
-
-#: ../plug-ins/gflare/gflare.c:2949
-msgid "S_elector"
-msgstr "S_elector"
-
-#: ../plug-ins/gflare/gflare.c:3013
-msgid "New Gradient Flare"
-msgstr "New Gradient Flare"
-
-#: ../plug-ins/gflare/gflare.c:3016
-msgid "Enter a name for the new GFlare"
-msgstr "Enter a name for the new GFlare"
-
-#: ../plug-ins/gflare/gflare.c:3036
-#, c-format
-msgid "The name '%s' is used already!"
-msgstr "The name '%s' is used already!"
-
-#: ../plug-ins/gflare/gflare.c:3092
-msgid "Copy Gradient Flare"
-msgstr "Copy Gradient Flare"
-
-#: ../plug-ins/gflare/gflare.c:3095
-msgid "Enter a name for the copied GFlare"
-msgstr "Enter a name for the copied GFlare"
-
-#: ../plug-ins/gflare/gflare.c:3117
-#, c-format
-msgid "The name `%s' is used already!"
-msgstr "The name `%s' is used already!"
-
-#: ../plug-ins/gflare/gflare.c:3148
-msgid "Cannot delete!! There must be at least one GFlare."
-msgstr "Cannot delete!! There must be at least one GFlare."
-
-#: ../plug-ins/gflare/gflare.c:3158
-msgid "Delete Gradient Flare"
-msgstr "Delete Gradient Flare"
-
-#: ../plug-ins/gflare/gflare.c:3230
-#, c-format
-msgid "not found %s in gflares_list"
-msgstr "not found %s in gflares_list"
-
-#: ../plug-ins/gflare/gflare.c:3271
-msgid "Gradient Flare Editor"
-msgstr "Gradient Flare Editor"
-
-#: ../plug-ins/gflare/gflare.c:3275
-msgid "Rescan Gradients"
-msgstr "Rescan Gradients"
-
-#. Glow
-#: ../plug-ins/gflare/gflare.c:3400
-msgid "Glow Paint Options"
-msgstr "Glow Paint Options"
-
-#: ../plug-ins/gflare/gflare.c:3411 ../plug-ins/gflare/gflare.c:3439
-#: ../plug-ins/gflare/gflare.c:3467
-msgid "Opacity:"
-msgstr "Opacity:"
-
-#: ../plug-ins/gflare/gflare.c:3424 ../plug-ins/gflare/gflare.c:3452
-#: ../plug-ins/gflare/gflare.c:3480
-msgid "Paint mode:"
-msgstr "Paint mode:"
-
-#. Rays
-#: ../plug-ins/gflare/gflare.c:3428
-msgid "Rays Paint Options"
-msgstr "Rays Paint Options"
-
-#. Rays
-#: ../plug-ins/gflare/gflare.c:3456
-msgid "Second Flares Paint Options"
-msgstr "Second Flares Paint Options"
-
-#: ../plug-ins/gflare/gflare.c:3483 ../plug-ins/gimpressionist/general.c:134
-msgid "_General"
-msgstr "_General"
-
-#.
-#. * Gradient Menus
-#.
-#: ../plug-ins/gflare/gflare.c:3509 ../plug-ins/gflare/gflare.c:3612
-#: ../plug-ins/gflare/gflare.c:3751
-msgid "Gradients"
-msgstr "Gradients"
-
-#: ../plug-ins/gflare/gflare.c:3520 ../plug-ins/gflare/gflare.c:3625
-#: ../plug-ins/gflare/gflare.c:3762
-msgid "Radial gradient:"
-msgstr "Radial gradient:"
-
-#: ../plug-ins/gflare/gflare.c:3524 ../plug-ins/gflare/gflare.c:3629
-msgid "Angular gradient:"
-msgstr "Angular gradient:"
-
-#: ../plug-ins/gflare/gflare.c:3528 ../plug-ins/gflare/gflare.c:3633
-msgid "Angular size gradient:"
-msgstr "Angular size gradient:"
-
-#: ../plug-ins/gflare/gflare.c:3548 ../plug-ins/gflare/gflare.c:3653
-#: ../plug-ins/gflare/gflare.c:3790
-msgid "Size (%):"
-msgstr "Size (%):"
-
-#: ../plug-ins/gflare/gflare.c:3560 ../plug-ins/gflare/gflare.c:3665
-#: ../plug-ins/gflare/gflare.c:3802
-msgid "Rotation:"
-msgstr "Rotation:"
-
-#: ../plug-ins/gflare/gflare.c:3572 ../plug-ins/gflare/gflare.c:3678
-#: ../plug-ins/gflare/gflare.c:3815
-msgid "Hue rotation:"
-msgstr "Hue rotation:"
-
-#: ../plug-ins/gflare/gflare.c:3586
-msgid "G_low"
-msgstr "G_low"
-
-#: ../plug-ins/gflare/gflare.c:3690
-msgid "# of Spikes:"
-msgstr "# of Spikes:"
-
-#: ../plug-ins/gflare/gflare.c:3702
-msgid "Spike thickness:"
-msgstr "Spike thickness:"
-
-#: ../plug-ins/gflare/gflare.c:3716
-msgid "_Rays"
-msgstr "_Rays"
-
-#: ../plug-ins/gflare/gflare.c:3766
-msgid "Size factor gradient:"
-msgstr "Size factor gradient:"
-
-#: ../plug-ins/gflare/gflare.c:3770
-msgid "Probability gradient:"
-msgstr "Probability gradient:"
-
-#.
-#. * Shape Radio Button Frame
-#.
-#: ../plug-ins/gflare/gflare.c:3832
-msgid "Shape of Second Flares"
-msgstr "Shape of Second Flares"
-
-#: ../plug-ins/gflare/gflare.c:3840 ../plug-ins/imagemap/imap_menu.c:222
-msgid "Circle"
-msgstr "Circle"
-
-#: ../plug-ins/gflare/gflare.c:3857 ../plug-ins/imagemap/imap_menu.c:224
-msgid "Polygon"
-msgstr "Polygon"
-
-#: ../plug-ins/gflare/gflare.c:3890
-msgid "Random seed:"
-msgstr "Random seed:"
-
-#: ../plug-ins/gflare/gflare.c:3904
-msgid "_Second Flares"
-msgstr "_Second Flares"
-
-#: ../plug-ins/gfli/gfli.c:163 ../plug-ins/gfli/gfli.c:183
-msgid "AutoDesk FLIC animation"
-msgstr "AutoDesk FLIC animation"
-
-#: ../plug-ins/gfli/gfli.c:529
-#, c-format
-msgid "Frame (%i)"
-msgstr "Frame (%i)"
-
-#: ../plug-ins/gfli/gfli.c:680
-msgid "Sorry, I can save only INDEXED and GRAY images."
-msgstr "Sorry, I can save only INDEXED and GREY images."
-
-#: ../plug-ins/gfli/gfli.c:811
-msgid "GFLI 1.3 - Load framestack"
-msgstr "GFLI 1.3 - Load framestack"
-
-#. spinbutton 2
-#: ../plug-ins/gfli/gfli.c:849 ../plug-ins/gfli/gfli.c:919
-#: ../plug-ins/rcm/rcm_dialog.c:325 ../plug-ins/rcm/rcm_dialog.c:378
-msgid "To:"
-msgstr "To:"
-
-#: ../plug-ins/gfli/gfli.c:879
-msgid "GFLI 1.3 - Save framestack"
-msgstr "GFLI 1.3 - Save framestack"
-
#: ../plug-ins/gimpressionist/brush.c:247
msgid "Can only save drawables!"
msgstr "Can only save drawables!"
@@ -9775,6 +9699,11 @@ msgstr "Colour _noise:"
msgid "Adds random noise to the color"
msgstr "Adds random noise to the colour"
+#: ../plug-ins/gimpressionist/general.c:134
+#: ../plug-ins/gradient-flare/gradient-flare.c:3529
+msgid "_General"
+msgstr "_General"
+
#: ../plug-ins/gimpressionist/general.c:150
msgid "Keep original"
msgstr "Keep original"
@@ -9808,7 +9737,7 @@ msgid "Selects if to place strokes all the way out to the edges of the image"
msgstr "Selects if to place strokes all the way out to the edges of the image"
#. Tileable checkbox
-#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze_face.c:284
+#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278
msgid "Tileable"
msgstr "Tileable"
@@ -10159,38 +10088,45 @@ msgstr "The relative density of the brush strokes"
msgid "Failed to save PPM file '%s': %s"
msgstr "Failed to save PPM file '%s': %s"
-#: ../plug-ins/gimpressionist/presets.c:638
+#: ../plug-ins/gimpressionist/presets.c:640
msgid "Save Current"
msgstr "Save Current"
-#: ../plug-ins/gimpressionist/presets.c:892
+#: ../plug-ins/gimpressionist/presets.c:894
msgid "Gimpressionist Defaults"
msgstr "Gimpressionist Defaults"
-#: ../plug-ins/gimpressionist/presets.c:1013
+#: ../plug-ins/gimpressionist/presets.c:1015
msgid "_Presets"
msgstr "_Presets"
-#: ../plug-ins/gimpressionist/presets.c:1028
+#: ../plug-ins/gimpressionist/presets.c:1030
msgid "Save Current..."
msgstr "Save Current..."
-#: ../plug-ins/gimpressionist/presets.c:1036
+#: ../plug-ins/gimpressionist/presets.c:1038
msgid "Save the current settings to the specified file"
msgstr "Save the current settings to the specified file"
-#: ../plug-ins/gimpressionist/presets.c:1064
+#: ../plug-ins/gimpressionist/presets.c:1066
msgid "Reads the selected Preset into memory"
msgstr "Reads the selected Preset into memory"
-#: ../plug-ins/gimpressionist/presets.c:1070
+#: ../plug-ins/gimpressionist/presets.c:1072
msgid "Deletes the selected Preset"
msgstr "Deletes the selected Preset"
-#: ../plug-ins/gimpressionist/presets.c:1076
+#: ../plug-ins/gimpressionist/presets.c:1078
msgid "Reread the folder of Presets"
msgstr "Reread the folder of Presets"
+#: ../plug-ins/gimpressionist/preview.c:174
+#: ../plug-ins/gimpressionist/repaint.c:1184
+#: ../plug-ins/imagemap/imap_polygon.c:515
+#: ../plug-ins/lighting/lighting-ui.c:1075
+msgid "_Update"
+msgstr "_Update"
+
#: ../plug-ins/gimpressionist/preview.c:180
msgid "Refresh the Preview window"
msgstr "Refresh the Preview window"
@@ -10323,11 +10259,369 @@ msgstr ""
"Voronoi-mode makes only the smvector closest to the given point have any "
"influence"
-#: ../plug-ins/help/gimphelpdomain.c:178
-msgid "The GIMP help files are not found."
-msgstr "The GIMP help files are not found."
+#: ../plug-ins/gradient-flare/gradient-flare.c:552
+msgid "Addition"
+msgstr "Addition"
-#: ../plug-ins/help/gimphelpdomain.c:179
+#: ../plug-ins/gradient-flare/gradient-flare.c:553
+msgid "Overlay"
+msgstr "Overlay"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:807
+msgid "Produce a lense flare effect using gradients"
+msgstr "Produce a lense flare effect using gradients"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:812
+msgid "_Gradient Flare..."
+msgstr "_Gradient Flare..."
+
+#.
+#. * Dialog Shell
+#.
+#: ../plug-ins/gradient-flare/gradient-flare.c:951
+#: ../plug-ins/gradient-flare/gradient-flare.c:2357
+msgid "Gradient Flare"
+msgstr "Gradient Flare"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:1264
+#, c-format
+msgid "Failed to open GFlare file '%s': %s"
+msgstr "Failed to open GFlare file '%s': %s"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:1272
+#, c-format
+msgid "'%s' is not a valid GFlare file."
+msgstr "'%s' is not a valid GFlare file."
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:1326
+#, c-format
+msgid "invalid formatted GFlare file: %s\n"
+msgstr "invalid formatted GFlare file: %s\n"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:1451
+#, c-format
+msgid ""
+"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n"
+"(gflare-path \"%s\")\n"
+"and make a folder '%s', then you can save your own GFlares into that folder."
+msgstr ""
+"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n"
+"(gflare-path \"%s\")\n"
+"and make a folder '%s', then you can save your own GFlares into that folder."
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:1484
+#, c-format
+msgid "Failed to write GFlare file '%s': %s"
+msgstr "Failed to write GFlare file '%s': %s"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2414
+msgid "A_uto update preview"
+msgstr "A_uto update preview"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2465
+msgid "`Default' is created."
+msgstr "`Default' is created."
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2466
+msgid "Default"
+msgstr "Default"
+
+#.
+#. * Scales
+#.
+#.
+#. * Scales
+#.
+#: ../plug-ins/gradient-flare/gradient-flare.c:2745
+#: ../plug-ins/gradient-flare/gradient-flare.c:3582
+#: ../plug-ins/gradient-flare/gradient-flare.c:3687
+#: ../plug-ins/gradient-flare/gradient-flare.c:3824
+msgid "Parameters"
+msgstr "Parameters"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2771
+msgid "Ro_tation:"
+msgstr "Ro_tation:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2783
+msgid "_Hue rotation:"
+msgstr "_Hue rotation:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2795
+msgid "Vector _angle:"
+msgstr "Vector _angle:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2807
+msgid "Vector _length:"
+msgstr "Vector _length:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2828
+msgid "A_daptive supersampling"
+msgstr "A_daptive supersampling"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2847
+msgid "_Max depth:"
+msgstr "_Max depth:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2857
+msgid "_Threshold"
+msgstr "_Threshold"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:2995
+msgid "S_elector"
+msgstr "S_elector"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3059
+msgid "New Gradient Flare"
+msgstr "New Gradient Flare"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3062
+msgid "Enter a name for the new GFlare"
+msgstr "Enter a name for the new GFlare"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3082
+#, c-format
+msgid "The name '%s' is used already!"
+msgstr "The name '%s' is used already!"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3138
+msgid "Copy Gradient Flare"
+msgstr "Copy Gradient Flare"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3141
+msgid "Enter a name for the copied GFlare"
+msgstr "Enter a name for the copied GFlare"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3163
+#, c-format
+msgid "The name `%s' is used already!"
+msgstr "The name `%s' is used already!"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3194
+msgid "Cannot delete!! There must be at least one GFlare."
+msgstr "Cannot delete!! There must be at least one GFlare."
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3204
+msgid "Delete Gradient Flare"
+msgstr "Delete Gradient Flare"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3276
+#, c-format
+msgid "not found %s in gflares_list"
+msgstr "not found %s in gflares_list"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3317
+msgid "Gradient Flare Editor"
+msgstr "Gradient Flare Editor"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3321
+msgid "Rescan Gradients"
+msgstr "Rescan Gradients"
+
+#. Glow
+#: ../plug-ins/gradient-flare/gradient-flare.c:3446
+msgid "Glow Paint Options"
+msgstr "Glow Paint Options"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3457
+#: ../plug-ins/gradient-flare/gradient-flare.c:3485
+#: ../plug-ins/gradient-flare/gradient-flare.c:3513
+msgid "Opacity:"
+msgstr "Opacity:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3470
+#: ../plug-ins/gradient-flare/gradient-flare.c:3498
+#: ../plug-ins/gradient-flare/gradient-flare.c:3526
+msgid "Paint mode:"
+msgstr "Paint mode:"
+
+#. Rays
+#: ../plug-ins/gradient-flare/gradient-flare.c:3474
+msgid "Rays Paint Options"
+msgstr "Rays Paint Options"
+
+#. Rays
+#: ../plug-ins/gradient-flare/gradient-flare.c:3502
+msgid "Second Flares Paint Options"
+msgstr "Second Flares Paint Options"
+
+#.
+#. * Gradient Menus
+#.
+#: ../plug-ins/gradient-flare/gradient-flare.c:3555
+#: ../plug-ins/gradient-flare/gradient-flare.c:3658
+#: ../plug-ins/gradient-flare/gradient-flare.c:3797
+msgid "Gradients"
+msgstr "Gradients"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3566
+#: ../plug-ins/gradient-flare/gradient-flare.c:3671
+#: ../plug-ins/gradient-flare/gradient-flare.c:3808
+msgid "Radial gradient:"
+msgstr "Radial gradient:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3570
+#: ../plug-ins/gradient-flare/gradient-flare.c:3675
+msgid "Angular gradient:"
+msgstr "Angular gradient:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3574
+#: ../plug-ins/gradient-flare/gradient-flare.c:3679
+msgid "Angular size gradient:"
+msgstr "Angular size gradient:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3594
+#: ../plug-ins/gradient-flare/gradient-flare.c:3699
+#: ../plug-ins/gradient-flare/gradient-flare.c:3836
+msgid "Size (%):"
+msgstr "Size (%):"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3606
+#: ../plug-ins/gradient-flare/gradient-flare.c:3711
+#: ../plug-ins/gradient-flare/gradient-flare.c:3848
+msgid "Rotation:"
+msgstr "Rotation:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3618
+#: ../plug-ins/gradient-flare/gradient-flare.c:3724
+#: ../plug-ins/gradient-flare/gradient-flare.c:3861
+msgid "Hue rotation:"
+msgstr "Hue rotation:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3632
+msgid "G_low"
+msgstr "G_low"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3736
+msgid "# of Spikes:"
+msgstr "# of Spikes:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3748
+msgid "Spike thickness:"
+msgstr "Spike thickness:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3762
+msgid "_Rays"
+msgstr "_Rays"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3812
+msgid "Size factor gradient:"
+msgstr "Size factor gradient:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3816
+msgid "Probability gradient:"
+msgstr "Probability gradient:"
+
+#.
+#. * Shape Radio Button Frame
+#.
+#: ../plug-ins/gradient-flare/gradient-flare.c:3878
+msgid "Shape of Second Flares"
+msgstr "Shape of Second Flares"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3886
+#: ../plug-ins/imagemap/imap_menu.c:222
+msgid "Circle"
+msgstr "Circle"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3903
+#: ../plug-ins/imagemap/imap_menu.c:224
+msgid "Polygon"
+msgstr "Polygon"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3936
+msgid "Random seed:"
+msgstr "Random seed:"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:3950
+msgid "_Second Flares"
+msgstr "_Second Flares"
+
+#: ../plug-ins/help-browser/dialog.c:186
+#: ../plug-ins/help-browser/dialog.c:1121
+msgid "GIMP Help Browser"
+msgstr "GIMP Help Browser"
+
+#: ../plug-ins/help-browser/dialog.c:564
+msgid "Go back one page"
+msgstr "Go back one page"
+
+#: ../plug-ins/help-browser/dialog.c:569
+msgid "Go forward one page"
+msgstr "Go forward one page"
+
+#: ../plug-ins/help-browser/dialog.c:574
+msgid "_Reload"
+msgstr "_Reload"
+
+#: ../plug-ins/help-browser/dialog.c:574
+msgid "Reload current page"
+msgstr "Reload current page"
+
+#: ../plug-ins/help-browser/dialog.c:579
+msgid "_Stop"
+msgstr "_Stop"
+
+#: ../plug-ins/help-browser/dialog.c:579
+msgid "Stop loading this page"
+msgstr "Stop loading this page"
+
+#: ../plug-ins/help-browser/dialog.c:584
+msgid "Go to the index page"
+msgstr "Go to the index page"
+
+#: ../plug-ins/help-browser/dialog.c:589
+msgid "C_opy location"
+msgstr "C_opy location"
+
+#: ../plug-ins/help-browser/dialog.c:590
+msgid "Copy the location of this page to the clipboard"
+msgstr "Copy the location of this page to the clipboard"
+
+#: ../plug-ins/help-browser/dialog.c:610
+msgid "Find text in current page"
+msgstr "Find text in current page"
+
+#: ../plug-ins/help-browser/dialog.c:615
+msgid "Find _Again"
+msgstr "Find _Again"
+
+#: ../plug-ins/help-browser/dialog.c:634
+msgid "S_how Index"
+msgstr "S_how Index"
+
+#: ../plug-ins/help-browser/dialog.c:635
+msgid "Toggle the visibility of the sidebar"
+msgstr "Toggle the visibility of the sidebar"
+
+#: ../plug-ins/help-browser/dialog.c:656
+msgid "Visit the GIMP documentation website"
+msgstr "Visit the GIMP documentation website"
+
+#: ../plug-ins/help-browser/dialog.c:1162
+msgid "Find:"
+msgstr "Find:"
+
+#: ../plug-ins/help-browser/dialog.c:1179
+msgctxt "search"
+msgid "_Previous"
+msgstr "_Previous"
+
+#: ../plug-ins/help-browser/dialog.c:1191
+msgctxt "search"
+msgid "_Next"
+msgstr "_Next"
+
+#: ../plug-ins/help/gimphelpdomain.c:181
+#, c-format
+msgid "The help pages for '%s' are not available."
+msgstr "The help pages for '%s' are not available."
+
+#: ../plug-ins/help/gimphelpdomain.c:187
+msgid "The GIMP user manual is not available."
+msgstr "The GIMP user manual is not available."
+
+#: ../plug-ins/help/gimphelpdomain.c:188
msgid ""
"Please install the additional help package or use the online user manual at "
"http://docs.gimp.org/."
@@ -10335,20 +10629,21 @@ msgstr ""
"Please install the additional help package or use the online user manual at "
"http://docs.gimp.org/."
-#: ../plug-ins/help/gimphelpdomain.c:185
-msgid "There is a problem with the GIMP help files."
-msgstr "There is a problem with the GIMP help files."
-
-#: ../plug-ins/help/gimphelpdomain.c:187
-msgid "Please check your installation."
-msgstr "Please check your installation."
-
#: ../plug-ins/help/gimphelpdomain.c:197
+msgid "Perhaps you are missing GIO backends and need to install GVFS?"
+msgstr "Perhaps you are missing GIO backends and need to install GVFS?"
+
+#: ../plug-ins/help/gimphelpdomain.c:216
#, c-format
msgid "Help ID '%s' unknown"
msgstr "Help ID '%s' unknown"
-#: ../plug-ins/help/gimphelplocale.c:215
+#: ../plug-ins/help/gimphelplocale.c:209
+#, c-format
+msgid "Loading index from '%s'"
+msgstr "Loading index from '%s'"
+
+#: ../plug-ins/help/gimphelplocale.c:267
#, c-format
msgid ""
"Parse error in '%s':\n"
@@ -10357,190 +10652,179 @@ msgstr ""
"Parse error in '%s':\n"
"%s"
-#: ../plug-ins/helpbrowser/dialog.c:217
-msgid "GIMP Help Browser"
-msgstr "GIMP Help Browser"
-
-#: ../plug-ins/helpbrowser/dialog.c:312
-msgid "Drag and drop this icon to a web browser"
-msgstr "Drag and drop this icon to a web browser"
-
-#: ../plug-ins/helpbrowser/dialog.c:703
-msgid "Go back one page"
-msgstr "Go back one page"
-
-#: ../plug-ins/helpbrowser/dialog.c:708
-msgid "Go forward one page"
-msgstr "Go forward one page"
-
-#: ../plug-ins/helpbrowser/dialog.c:713
-msgid "Go to the index page"
-msgstr "Go to the index page"
-
-#: ../plug-ins/helpbrowser/dialog.c:748
-msgid "Visit the GIMP documentation website"
-msgstr "Visit the GIMP documentation website"
-
-#: ../plug-ins/helpbrowser/dialog.c:824
-msgid "Document not found"
-msgstr "Document not found"
-
-#: ../plug-ins/helpbrowser/dialog.c:826
-msgid "The requested URL could not be loaded:"
-msgstr "The requested URL could not be loaded:"
-
-#: ../plug-ins/ifscompose/ifscompose.c:333
+#: ../plug-ins/ifs-compose/ifs-compose.c:334
msgid "Create an Iterated Function System (IFS) fractal"
msgstr "Create an Iterated Function System (IFS) fractal"
-#: ../plug-ins/ifscompose/ifscompose.c:345
+#: ../plug-ins/ifs-compose/ifs-compose.c:346
msgid "_IFS Fractal..."
msgstr "_IFS Fractal..."
+#. X
+#: ../plug-ins/ifs-compose/ifs-compose.c:526
+#: ../plug-ins/lighting/lighting-ui.c:527
+#: ../plug-ins/map-object/map-object-ui.c:675
+#: ../plug-ins/map-object/map-object-ui.c:729
+#: ../plug-ins/map-object/map-object-ui.c:997
+#: ../plug-ins/map-object/map-object-ui.c:1046
+msgid "X:"
+msgstr "X:"
+
+#. Y
+#: ../plug-ins/ifs-compose/ifs-compose.c:540
+#: ../plug-ins/lighting/lighting-ui.c:541
+#: ../plug-ins/map-object/map-object-ui.c:689
+#: ../plug-ins/map-object/map-object-ui.c:742
+#: ../plug-ins/map-object/map-object-ui.c:1010
+#: ../plug-ins/map-object/map-object-ui.c:1057
+#: ../plug-ins/map-object/map-object-ui.c:1155
+msgid "Y:"
+msgstr "Y:"
+
#. Asym
-#: ../plug-ins/ifscompose/ifscompose.c:581
+#: ../plug-ins/ifs-compose/ifs-compose.c:582
msgid "Asymmetry:"
msgstr "Asymmetry:"
#. Shear
-#: ../plug-ins/ifscompose/ifscompose.c:595
+#: ../plug-ins/ifs-compose/ifs-compose.c:596
msgid "Shear:"
msgstr "Shear:"
#. Simple color control section
-#: ../plug-ins/ifscompose/ifscompose.c:640
+#: ../plug-ins/ifs-compose/ifs-compose.c:641
msgid "Simple"
msgstr "Simple"
-#: ../plug-ins/ifscompose/ifscompose.c:649
+#: ../plug-ins/ifs-compose/ifs-compose.c:650
msgid "IFS Fractal: Target"
msgstr "IFS Fractal: Target"
-#: ../plug-ins/ifscompose/ifscompose.c:655
+#: ../plug-ins/ifs-compose/ifs-compose.c:656
msgid "Scale hue by:"
msgstr "Scale hue by:"
-#: ../plug-ins/ifscompose/ifscompose.c:670
+#: ../plug-ins/ifs-compose/ifs-compose.c:671
msgid "Scale value by:"
msgstr "Scale value by:"
#. Full color control section
-#: ../plug-ins/ifscompose/ifscompose.c:687
+#: ../plug-ins/ifs-compose/ifs-compose.c:688
msgid "Full"
msgstr "Full"
-#: ../plug-ins/ifscompose/ifscompose.c:695
+#: ../plug-ins/ifs-compose/ifs-compose.c:696
msgid "IFS Fractal: Red"
msgstr "IFS Fractal: Red"
-#: ../plug-ins/ifscompose/ifscompose.c:703
+#: ../plug-ins/ifs-compose/ifs-compose.c:704
msgid "IFS Fractal: Green"
msgstr "IFS Fractal: Green"
-#: ../plug-ins/ifscompose/ifscompose.c:711
+#: ../plug-ins/ifs-compose/ifs-compose.c:712
msgid "IFS Fractal: Blue"
msgstr "IFS Fractal: Blue"
-#: ../plug-ins/ifscompose/ifscompose.c:719
+#: ../plug-ins/ifs-compose/ifs-compose.c:720
msgid "IFS Fractal: Black"
msgstr "IFS Fractal: Black"
-#: ../plug-ins/ifscompose/ifscompose.c:769
+#: ../plug-ins/ifs-compose/ifs-compose.c:770
msgid "IFS Fractal"
msgstr "IFS Fractal"
-#: ../plug-ins/ifscompose/ifscompose.c:867
+#: ../plug-ins/ifs-compose/ifs-compose.c:868
msgid "Spatial Transformation"
msgstr "Spatial Transformation"
-#: ../plug-ins/ifscompose/ifscompose.c:873
+#: ../plug-ins/ifs-compose/ifs-compose.c:874
msgid "Color Transformation"
msgstr "Colour Transformation"
-#: ../plug-ins/ifscompose/ifscompose.c:883
+#: ../plug-ins/ifs-compose/ifs-compose.c:884
msgid "Relative probability:"
msgstr "Relative probability:"
-#: ../plug-ins/ifscompose/ifscompose.c:1058
+#: ../plug-ins/ifs-compose/ifs-compose.c:1059
#: ../plug-ins/imagemap/imap_menu.c:163
msgid "Select _All"
msgstr "Select _All"
-#: ../plug-ins/ifscompose/ifscompose.c:1062
+#: ../plug-ins/ifs-compose/ifs-compose.c:1063
msgid "Re_center"
msgstr "Re_centre"
-#: ../plug-ins/ifscompose/ifscompose.c:1062
+#: ../plug-ins/ifs-compose/ifs-compose.c:1063
msgid "Recompute Center"
msgstr "Recompute Centre"
-#: ../plug-ins/ifscompose/ifscompose.c:1066
+#: ../plug-ins/ifs-compose/ifs-compose.c:1067
msgid "Render Options"
msgstr "Render Options"
-#: ../plug-ins/ifscompose/ifscompose.c:1072
+#: ../plug-ins/ifs-compose/ifs-compose.c:1073
#: ../plug-ins/imagemap/imap_cmd_move.c:86
#: ../plug-ins/imagemap/imap_cmd_object_move.c:57
msgid "Move"
msgstr "Move"
-#: ../plug-ins/ifscompose/ifscompose.c:1075
+#: ../plug-ins/ifs-compose/ifs-compose.c:1076
msgid "Rotate"
msgstr "Rotate"
-#: ../plug-ins/ifscompose/ifscompose.c:1075
+#: ../plug-ins/ifs-compose/ifs-compose.c:1076
msgid "Rotate / Scale"
msgstr "Rotate / Scale"
-#: ../plug-ins/ifscompose/ifscompose.c:1078
+#: ../plug-ins/ifs-compose/ifs-compose.c:1079
msgid "Stretch"
msgstr "Stretch"
-#: ../plug-ins/ifscompose/ifscompose.c:1176
+#: ../plug-ins/ifs-compose/ifs-compose.c:1177
msgid "IFS Fractal Render Options"
msgstr "IFS Fractal Render Options"
-#: ../plug-ins/ifscompose/ifscompose.c:1197
+#: ../plug-ins/ifs-compose/ifs-compose.c:1199
msgid "Max. memory:"
msgstr "Max. memory:"
-#: ../plug-ins/ifscompose/ifscompose.c:1224
+#: ../plug-ins/ifs-compose/ifs-compose.c:1226
msgid "Subdivide:"
msgstr "Subdivide:"
-#: ../plug-ins/ifscompose/ifscompose.c:1237
+#: ../plug-ins/ifs-compose/ifs-compose.c:1239
msgid "Spot radius:"
msgstr "Spot radius:"
-#: ../plug-ins/ifscompose/ifscompose.c:1302
+#: ../plug-ins/ifs-compose/ifs-compose.c:1304
#, c-format
msgid "Rendering IFS (%d/%d)"
msgstr "Rendering IFS (%d/%d)"
-#: ../plug-ins/ifscompose/ifscompose.c:1468
+#: ../plug-ins/ifs-compose/ifs-compose.c:1470
#, c-format
msgid "Transformation %s"
msgstr "Transformation %s"
-#: ../plug-ins/ifscompose/ifscompose.c:2381
+#: ../plug-ins/ifs-compose/ifs-compose.c:2379
msgid "Save failed"
msgstr "Save failed"
-#: ../plug-ins/ifscompose/ifscompose.c:2462
-#: ../plug-ins/ifscompose/ifscompose.c:2475
+#: ../plug-ins/ifs-compose/ifs-compose.c:2460
+#: ../plug-ins/ifs-compose/ifs-compose.c:2473
msgid "Open failed"
msgstr "Open failed"
-#: ../plug-ins/ifscompose/ifscompose.c:2470
+#: ../plug-ins/ifs-compose/ifs-compose.c:2468
#, c-format
msgid "File '%s' doesn't seem to be an IFS Fractal file."
msgstr "File '%s' doesn't seem to be an IFS Fractal file."
-#: ../plug-ins/ifscompose/ifscompose.c:2510
+#: ../plug-ins/ifs-compose/ifs-compose.c:2508
msgid "Save as IFS Fractal file"
msgstr "Save as IFS Fractal file"
-#: ../plug-ins/ifscompose/ifscompose.c:2547
+#: ../plug-ins/ifs-compose/ifs-compose.c:2545
msgid "Open IFS Fractal file"
msgstr "Open IFS Fractal file"
@@ -10667,7 +10951,7 @@ msgid ""
"suitable for navigation bars."
msgstr ""
"Guides are pre-defined rectangles covering the image. You define them by "
-"their width, height, and spacing from each other. This allows you to rapidly "
+"their width, height and spacing from each other. This allows you to rapidly "
"create the most common image map type - image collection of \"thumbnails\", "
"suitable for navigation bars."
@@ -10745,11 +11029,6 @@ msgstr "Paste"
msgid "Select"
msgstr "Select"
-#: ../plug-ins/imagemap/imap_cmd_select_all.c:51
-#: ../plug-ins/rcm/rcm_stock.c:41
-msgid "Select All"
-msgstr "Select All"
-
#: ../plug-ins/imagemap/imap_cmd_select_next.c:51
msgid "Select Next"
msgstr "Select Next"
@@ -10919,49 +11198,49 @@ msgstr "pixels from _top"
msgid "_Preview"
msgstr "_Preview"
-#: ../plug-ins/imagemap/imap_main.c:124
+#: ../plug-ins/imagemap/imap_main.c:122
msgid "Create a clickable imagemap"
msgstr "Create a clickable imagemap"
-#: ../plug-ins/imagemap/imap_main.c:129
+#: ../plug-ins/imagemap/imap_main.c:127
msgid "_Image Map..."
msgstr "_Image Map..."
-#: ../plug-ins/imagemap/imap_main.c:519
+#: ../plug-ins/imagemap/imap_main.c:517
#: ../plug-ins/imagemap/imap_settings.c:171
msgid ""
msgstr ""
-#: ../plug-ins/imagemap/imap_main.c:662
+#: ../plug-ins/imagemap/imap_main.c:660
msgid "Some data has been changed!"
msgstr "Some data has been changed!"
-#: ../plug-ins/imagemap/imap_main.c:665
+#: ../plug-ins/imagemap/imap_main.c:663
msgid "Do you really want to discard your changes?"
msgstr "Do you really want to discard your changes?"
-#: ../plug-ins/imagemap/imap_main.c:875
+#: ../plug-ins/imagemap/imap_main.c:873
#, c-format
msgid "File \"%s\" saved."
msgstr "File \"%s\" saved."
-#: ../plug-ins/imagemap/imap_main.c:879
+#: ../plug-ins/imagemap/imap_main.c:877
msgid "Couldn't save file:"
msgstr "Couldn't save file:"
-#: ../plug-ins/imagemap/imap_main.c:892
+#: ../plug-ins/imagemap/imap_main.c:890
msgid "Image size has changed."
msgstr "Image size has changed."
-#: ../plug-ins/imagemap/imap_main.c:893
+#: ../plug-ins/imagemap/imap_main.c:891
msgid "Resize area's?"
msgstr "Resize area's?"
-#: ../plug-ins/imagemap/imap_main.c:927
+#: ../plug-ins/imagemap/imap_main.c:925
msgid "Couldn't read file:"
msgstr "Couldn't read file:"
-#: ../plug-ins/imagemap/imap_main.c:974
+#: ../plug-ins/imagemap/imap_main.c:972
#, c-format
msgid "URL: %s"
msgstr "URL: %s"
@@ -11096,6 +11375,10 @@ msgstr "_Help"
msgid "_Contents"
msgstr "_Contents"
+#: ../plug-ins/imagemap/imap_menu.c:203
+msgid "_Zoom"
+msgstr "_Zoom"
+
#: ../plug-ins/imagemap/imap_menu.c:208
msgid "Area List"
msgstr "Area List"
@@ -11284,218 +11567,590 @@ msgstr "Map File Format"
msgid "View Source"
msgstr "View Source"
-#: ../plug-ins/jpeg/jpeg-exif.c:288
-msgid "Rotate Image?"
-msgstr "Rotate Image?"
+#: ../plug-ins/lighting/lighting-apply.c:105
+#: ../plug-ins/lighting/lighting-ui.c:1019
+msgid "Lighting Effects"
+msgstr "Lighting Effects"
-#: ../plug-ins/jpeg/jpeg-exif.c:291
-msgid "_Keep Orientation"
-msgstr "_Keep Orientation"
+#: ../plug-ins/lighting/lighting-main.c:192
+msgid "Apply various lighting effects to an image"
+msgstr "Apply various lighting effects to an image"
-#: ../plug-ins/jpeg/jpeg-exif.c:347
-msgid "According to the EXIF data, this image is rotated."
-msgstr "According to the EXIF data, this image is rotated."
+#: ../plug-ins/lighting/lighting-main.c:197
+msgid "_Lighting Effects..."
+msgstr "_Lighting Effects..."
-#: ../plug-ins/jpeg/jpeg-exif.c:362
-msgid "Would you like GIMP to rotate it into the standard orientation?"
-msgstr "Would you like GIMP to rotate it into the standard orientation?"
+#. General options
+#: ../plug-ins/lighting/lighting-ui.c:295
+#: ../plug-ins/map-object/map-object-ui.c:472
+msgid "General Options"
+msgstr "General Options"
-#: ../plug-ins/jpeg/jpeg-load.c:241
-msgid "JPEG preview"
-msgstr "JPEG preview"
+#: ../plug-ins/lighting/lighting-ui.c:303
+msgid "T_ransparent background"
+msgstr "T_ransparent background"
-#: ../plug-ins/jpeg/jpeg-load.c:626 ../plug-ins/psd/psd-thumb-load.c:83
-#: ../plug-ins/winicon/icoload.c:722
-#, c-format
-msgid "Opening thumbnail for '%s'"
-msgstr "Opening thumbnail for '%s'"
+#: ../plug-ins/lighting/lighting-ui.c:313
+msgid "Make destination image transparent where bump height is zero"
+msgstr "Make destination image transparent where bump height is zero"
-#: ../plug-ins/jpeg/jpeg-save.c:198
-#, c-format
-msgid "File size: %02.01f kB"
-msgstr "File size: %02.01f kB"
+#: ../plug-ins/lighting/lighting-ui.c:316
+msgid "Cre_ate new image"
+msgstr "Cre_ate new image"
-#: ../plug-ins/jpeg/jpeg-save.c:673
-msgid "Calculating file size..."
-msgstr "Calculating file size..."
+#: ../plug-ins/lighting/lighting-ui.c:326
+#: ../plug-ins/map-object/map-object-ui.c:541
+msgid "Create a new image when applying filter"
+msgstr "Create a new image when applying filter"
-#: ../plug-ins/jpeg/jpeg-save.c:764 ../plug-ins/jpeg/jpeg-save.c:868
-msgid "File size: unknown"
-msgstr "File size: unknown"
+#: ../plug-ins/lighting/lighting-ui.c:328
+msgid "High _quality preview"
+msgstr "High _quality preview"
-#: ../plug-ins/jpeg/jpeg-save.c:819
-msgid "Save as JPEG"
-msgstr "Save as JPEG"
+#: ../plug-ins/lighting/lighting-ui.c:338
+msgid "Enable/disable high quality preview"
+msgstr "Enable/disable high quality preview"
-#: ../plug-ins/jpeg/jpeg-save.c:854
-msgid "_Quality:"
-msgstr "_Quality:"
+#: ../plug-ins/lighting/lighting-ui.c:345
+msgid "Distance:"
+msgstr "Distance:"
-#: ../plug-ins/jpeg/jpeg-save.c:858
-msgid "JPEG quality parameter"
-msgstr "JPEG quality parameter"
+#: ../plug-ins/lighting/lighting-ui.c:378
+#: ../plug-ins/map-object/map-object-ui.c:619
+msgid "Light Settings"
+msgstr "Light Settings"
-#: ../plug-ins/jpeg/jpeg-save.c:877
-msgid "Enable preview to obtain the file size."
-msgstr "Enable preview to obtain the file size."
+#: ../plug-ins/lighting/lighting-ui.c:391
+msgid "Light 1"
+msgstr "Light 1"
-#: ../plug-ins/jpeg/jpeg-save.c:880
-msgid "Show _preview in image window"
-msgstr "Show _preview in image window"
+#: ../plug-ins/lighting/lighting-ui.c:392
+msgid "Light 2"
+msgstr "Light 2"
-#: ../plug-ins/jpeg/jpeg-save.c:921
-msgid "_Smoothing:"
-msgstr "_Smoothing:"
+#: ../plug-ins/lighting/lighting-ui.c:393
+msgid "Light 3"
+msgstr "Light 3"
-#: ../plug-ins/jpeg/jpeg-save.c:934
-msgid "Frequency (rows):"
-msgstr "Frequency (rows):"
+#: ../plug-ins/lighting/lighting-ui.c:394
+msgid "Light 4"
+msgstr "Light 4"
-#: ../plug-ins/jpeg/jpeg-save.c:950
-msgid "Use restart markers"
-msgstr "Use restart markers"
+#: ../plug-ins/lighting/lighting-ui.c:395
+msgid "Light 5"
+msgstr "Light 5"
-#: ../plug-ins/jpeg/jpeg-save.c:966 ../plug-ins/xjt/xjt.c:877
-msgid "Optimize"
-msgstr "Optimise"
+#: ../plug-ins/lighting/lighting-ui.c:396
+msgid "Light 6"
+msgstr "Light 6"
-#: ../plug-ins/jpeg/jpeg-save.c:979
-msgid "Progressive"
-msgstr "Progressive"
+#: ../plug-ins/lighting/lighting-ui.c:410
+msgid "Color:"
+msgstr "Colour:"
-#: ../plug-ins/jpeg/jpeg-save.c:994
-msgid "Save EXIF data"
-msgstr "Save EXIF data"
+#: ../plug-ins/lighting/lighting-ui.c:417
+msgid "Directional"
+msgstr "Directional"
-#: ../plug-ins/jpeg/jpeg-save.c:1011
-msgid "Save thumbnail"
-msgstr "Save thumbnail"
+#: ../plug-ins/lighting/lighting-ui.c:418
+msgid "Point"
+msgstr "Point"
-#. XMP metadata
-#: ../plug-ins/jpeg/jpeg-save.c:1027
-msgid "Save XMP data"
-msgstr "Save XMP data"
+#: ../plug-ins/lighting/lighting-ui.c:432
+#: ../plug-ins/map-object/map-object-ui.c:642
+msgid "Type of light source to apply"
+msgstr "Type of light source to apply"
-#: ../plug-ins/jpeg/jpeg-save.c:1042
-msgid "Use quality settings from original image"
-msgstr "Use quality settings from original image"
+#: ../plug-ins/lighting/lighting-ui.c:434
+#: ../plug-ins/map-object/map-object-ui.c:644
+msgid "Select lightsource color"
+msgstr "Select lightsource colour"
-#: ../plug-ins/jpeg/jpeg-save.c:1048
-msgid ""
-"If the original image was loaded from a JPEG file using non-standard quality "
-"settings (quantization tables), enable this option to get almost the same "
-"quality and file size."
-msgstr ""
-"If the original image was loaded from a JPEG file using non-standard quality "
-"settings (quantisation tables), enable this option to get almost the same "
-"quality and file size."
+#: ../plug-ins/lighting/lighting-ui.c:448
+#: ../plug-ins/map-object/map-object-ui.c:657
+msgid "Set light source color"
+msgstr "Set light source colour"
-#. Subsampling
-#: ../plug-ins/jpeg/jpeg-save.c:1072
-msgid "Subsampling:"
-msgstr "Subsampling:"
+#: ../plug-ins/lighting/lighting-ui.c:456
+msgid "_Intensity:"
+msgstr "_Intensity:"
-#: ../plug-ins/jpeg/jpeg-save.c:1079
-msgid "1x1,1x1,1x1 (best quality)"
-msgstr "1x1,1x1,1x1 (best quality)"
+#: ../plug-ins/lighting/lighting-ui.c:464
+msgid "Light intensity"
+msgstr "Light intensity"
-#: ../plug-ins/jpeg/jpeg-save.c:1080
-msgid "2x1,1x1,1x1 (4:2:2)"
-msgstr "2x1,1x1,1x1 (4:2:2)"
+#: ../plug-ins/lighting/lighting-ui.c:467
+#: ../plug-ins/map-object/map-object-ui.c:659
+#: ../plug-ins/map-object/map-object-ui.c:986
+#: ../plug-ins/print/print-page-layout.c:343
+msgid "Position"
+msgstr "Position"
-#: ../plug-ins/jpeg/jpeg-save.c:1081
-msgid "1x2,1x1,1x1"
-msgstr "1x2,1x1,1x1"
+#: ../plug-ins/lighting/lighting-ui.c:485
+#: ../plug-ins/map-object/map-object-ui.c:683
+msgid "Light source X position in XYZ space"
+msgstr "Light source X position in XYZ space"
-#: ../plug-ins/jpeg/jpeg-save.c:1082
-msgid "2x2,1x1,1x1 (smallest file)"
-msgstr "2x2,1x1,1x1 (smallest file)"
+#: ../plug-ins/lighting/lighting-ui.c:500
+#: ../plug-ins/map-object/map-object-ui.c:697
+msgid "Light source Y position in XYZ space"
+msgstr "Light source Y position in XYZ space"
-#. DCT method
-#: ../plug-ins/jpeg/jpeg-save.c:1106
-msgid "DCT method:"
-msgstr "DCT method:"
+#: ../plug-ins/lighting/lighting-ui.c:507
+msgid "_Z:"
+msgstr "_Z:"
-#: ../plug-ins/jpeg/jpeg-save.c:1112
-msgid "Fast Integer"
-msgstr "Fast Integer"
+#: ../plug-ins/lighting/lighting-ui.c:515
+#: ../plug-ins/map-object/map-object-ui.c:711
+msgid "Light source Z position in XYZ space"
+msgstr "Light source Z position in XYZ space"
-#: ../plug-ins/jpeg/jpeg-save.c:1113
-msgid "Integer"
-msgstr "Integer"
+#: ../plug-ins/lighting/lighting-ui.c:535
+#: ../plug-ins/map-object/map-object-ui.c:737
+msgid "Light source X direction in XYZ space"
+msgstr "Light source X direction in XYZ space"
-#: ../plug-ins/jpeg/jpeg-save.c:1114
-msgid "Floating-Point"
-msgstr "Floating-Point"
+#: ../plug-ins/lighting/lighting-ui.c:549
+#: ../plug-ins/map-object/map-object-ui.c:750
+msgid "Light source Y direction in XYZ space"
+msgstr "Light source Y direction in XYZ space"
-#: ../plug-ins/jpeg/jpeg-save.c:1128
-msgid "Comment"
-msgstr "Comment"
+#: ../plug-ins/lighting/lighting-ui.c:555
+#: ../plug-ins/map-object/map-object-ui.c:703
+#: ../plug-ins/map-object/map-object-ui.c:755
+#: ../plug-ins/map-object/map-object-ui.c:1023
+#: ../plug-ins/map-object/map-object-ui.c:1068
+#: ../plug-ins/map-object/map-object-ui.c:1167
+msgid "Z:"
+msgstr "Z:"
-#: ../plug-ins/jpeg/jpeg.c:137 ../plug-ins/jpeg/jpeg.c:175
-msgid "JPEG image"
-msgstr "JPEG image"
+#: ../plug-ins/lighting/lighting-ui.c:563
+#: ../plug-ins/map-object/map-object-ui.c:763
+msgid "Light source Z direction in XYZ space"
+msgstr "Light source Z direction in XYZ space"
-#: ../plug-ins/jpeg/jpeg.c:301
-msgid "Export Preview"
-msgstr "Export Preview"
+#: ../plug-ins/lighting/lighting-ui.c:566
+msgid "I_solate"
+msgstr "I_solate"
-#: ../plug-ins/maze/algorithms.c:289
+#: ../plug-ins/lighting/lighting-ui.c:575
+msgid "Lighting preset:"
+msgstr "Lighting preset:"
+
+#: ../plug-ins/lighting/lighting-ui.c:621
+msgid "Material Properties"
+msgstr "Material Properties"
+
+#: ../plug-ins/lighting/lighting-ui.c:639
+msgid "_Glowing:"
+msgstr "_Glowing:"
+
+#: ../plug-ins/lighting/lighting-ui.c:658
+#: ../plug-ins/map-object/map-object-ui.c:824
+msgid "Amount of original color to show where no direct light falls"
+msgstr "Amount of original colour to show where no direct light falls"
+
+#: ../plug-ins/lighting/lighting-ui.c:672
+msgid "_Bright:"
+msgstr "_Bright:"
+
+#: ../plug-ins/lighting/lighting-ui.c:691
+#: ../plug-ins/map-object/map-object-ui.c:853
+msgid "Intensity of original color when lit by a light source"
+msgstr "Intensity of original colour when lit by a light source"
+
+#: ../plug-ins/lighting/lighting-ui.c:705
+msgid "_Shiny:"
+msgstr "_Shiny:"
+
+#: ../plug-ins/lighting/lighting-ui.c:724
+#: ../plug-ins/map-object/map-object-ui.c:925
+msgid "Controls how intense the highlights will be"
+msgstr "Controls how intense the highlights will be"
+
+#: ../plug-ins/lighting/lighting-ui.c:737
+msgid "_Polished:"
+msgstr "_Polished:"
+
+#: ../plug-ins/lighting/lighting-ui.c:756
+#: ../plug-ins/map-object/map-object-ui.c:954
+msgid "Higher values makes the highlights more focused"
+msgstr "Higher values makes the highlights more focused"
+
+#. Metallic
+#: ../plug-ins/lighting/lighting-ui.c:766
+msgid "_Metallic"
+msgstr "_Metallic"
+
+#: ../plug-ins/lighting/lighting-ui.c:803
+msgid "E_nable bump mapping"
+msgstr "E_nable bump mapping"
+
+#: ../plug-ins/lighting/lighting-ui.c:817
+msgid "Enable/disable bump-mapping (image depth)"
+msgstr "Enable/disable bump-mapping (image depth)"
+
+#: ../plug-ins/lighting/lighting-ui.c:839
+msgid "Bumpm_ap image:"
+msgstr "Bumpm_ap image:"
+
+#: ../plug-ins/lighting/lighting-ui.c:843
+msgid "Logarithmic"
+msgstr "Logarithmic"
+
+#: ../plug-ins/lighting/lighting-ui.c:855
+msgid "Cu_rve:"
+msgstr "Cu_rve:"
+
+#: ../plug-ins/lighting/lighting-ui.c:860
+msgid "Ma_ximum height:"
+msgstr "Ma_ximum height:"
+
+#: ../plug-ins/lighting/lighting-ui.c:870
+msgid "Maximum height for bumps"
+msgstr "Maximum height for bumps"
+
+#: ../plug-ins/lighting/lighting-ui.c:894
+msgid "E_nable environment mapping"
+msgstr "E_nable environment mapping"
+
+#: ../plug-ins/lighting/lighting-ui.c:908
+msgid "Enable/disable environment-mapping (reflection)"
+msgstr "Enable/disable environment-mapping (reflection)"
+
+#: ../plug-ins/lighting/lighting-ui.c:925
+msgid "En_vironment image:"
+msgstr "En_vironment image:"
+
+#: ../plug-ins/lighting/lighting-ui.c:928
+msgid "Environment image to use"
+msgstr "Environment image to use"
+
+#: ../plug-ins/lighting/lighting-ui.c:950
+msgid "Op_tions"
+msgstr "Op_tions"
+
+#: ../plug-ins/lighting/lighting-ui.c:954
+#: ../plug-ins/map-object/map-object-ui.c:1291
+msgid "_Light"
+msgstr "_Light"
+
+#: ../plug-ins/lighting/lighting-ui.c:958
+#: ../plug-ins/map-object/map-object-ui.c:1295
+msgid "_Material"
+msgstr "_Material"
+
+#: ../plug-ins/lighting/lighting-ui.c:962
+msgid "_Bump Map"
+msgstr "_Bump Map"
+
+#: ../plug-ins/lighting/lighting-ui.c:966
+msgid "_Environment Map"
+msgstr "_Environment Map"
+
+#: ../plug-ins/lighting/lighting-ui.c:1082
+#: ../plug-ins/map-object/map-object-ui.c:1397
+msgid "Recompute preview image"
+msgstr "Recompute preview image"
+
+#: ../plug-ins/lighting/lighting-ui.c:1084
+msgid "I_nteractive"
+msgstr "I_nteractive"
+
+#: ../plug-ins/lighting/lighting-ui.c:1098
+msgid "Enable/disable real time preview of changes"
+msgstr "Enable/disable real time preview of changes"
+
+#: ../plug-ins/lighting/lighting-ui.c:1137
+msgid "Save Lighting Preset"
+msgstr "Save Lighting Preset"
+
+#: ../plug-ins/lighting/lighting-ui.c:1281
+msgid "Load Lighting Preset"
+msgstr "Load Lighting Preset"
+
+#: ../plug-ins/map-object/map-object-apply.c:276
+msgid "Map to plane"
+msgstr "Map to plane"
+
+#: ../plug-ins/map-object/map-object-apply.c:279
+msgid "Map to sphere"
+msgstr "Map to sphere"
+
+#: ../plug-ins/map-object/map-object-apply.c:282
+msgid "Map to box"
+msgstr "Map to box"
+
+#: ../plug-ins/map-object/map-object-apply.c:285
+msgid "Map to cylinder"
+msgstr "Map to cylinder"
+
+#: ../plug-ins/map-object/map-object-main.c:193
+msgid "Map the image to an object (plane, sphere, box or cylinder)"
+msgstr "Map the image to an object (plane, sphere, box or cylinder)"
+
+#: ../plug-ins/map-object/map-object-main.c:198
+msgid "Map _Object..."
+msgstr "Map _Object..."
+
+#: ../plug-ins/map-object/map-object-ui.c:248
+#: ../plug-ins/map-object/map-object-ui.c:1305
+msgid "_Box"
+msgstr "_Box"
+
+#: ../plug-ins/map-object/map-object-ui.c:266
+#: ../plug-ins/map-object/map-object-ui.c:1311
+msgid "C_ylinder"
+msgstr "C_ylinder"
+
+#: ../plug-ins/map-object/map-object-ui.c:484
+msgid "Map to:"
+msgstr "Map to:"
+
+#: ../plug-ins/map-object/map-object-ui.c:488
+msgid "Plane"
+msgstr "Plane"
+
+#: ../plug-ins/map-object/map-object-ui.c:489
+msgid "Sphere"
+msgstr "Sphere"
+
+#: ../plug-ins/map-object/map-object-ui.c:490
+msgid "Box"
+msgstr "Box"
+
+#: ../plug-ins/map-object/map-object-ui.c:501
+msgid "Type of object to map to"
+msgstr "Type of object to map to"
+
+#: ../plug-ins/map-object/map-object-ui.c:503
+msgid "Transparent background"
+msgstr "Transparent background"
+
+#: ../plug-ins/map-object/map-object-ui.c:514
+msgid "Make image transparent outside object"
+msgstr "Make image transparent outside object"
+
+#: ../plug-ins/map-object/map-object-ui.c:516
+msgid "Tile source image"
+msgstr "Tile source image"
+
+#: ../plug-ins/map-object/map-object-ui.c:527
+msgid "Tile source image: useful for infinite planes"
+msgstr "Tile source image: useful for infinite planes"
+
+#: ../plug-ins/map-object/map-object-ui.c:530
+msgid "Create new image"
+msgstr "Create new image"
+
+#: ../plug-ins/map-object/map-object-ui.c:549
+msgid "Enable _antialiasing"
+msgstr "Enable _antialiasing"
+
+#: ../plug-ins/map-object/map-object-ui.c:560
+msgid "Enable/disable jagged edges removal (antialiasing)"
+msgstr "Enable/disable jagged edges removal (antialiasing)"
+
+#: ../plug-ins/map-object/map-object-ui.c:576
+msgid "Antialiasing quality. Higher is better, but slower"
+msgstr "Antialiasing quality. Higher is better, but slower"
+
+#: ../plug-ins/map-object/map-object-ui.c:593
+msgid "Stop when pixel differences are smaller than this value"
+msgstr "Stop when pixel differences are smaller than this value"
+
+#: ../plug-ins/map-object/map-object-ui.c:628
+msgid "Point light"
+msgstr "Point light"
+
+#: ../plug-ins/map-object/map-object-ui.c:629
+msgid "Directional light"
+msgstr "Directional light"
+
+#: ../plug-ins/map-object/map-object-ui.c:630
+msgid "No light"
+msgstr "No light"
+
+#: ../plug-ins/map-object/map-object-ui.c:635
+msgid "Lightsource type:"
+msgstr "Lightsource type:"
+
+#: ../plug-ins/map-object/map-object-ui.c:649
+msgid "Lightsource color:"
+msgstr "Lightsource colour:"
+
+#: ../plug-ins/map-object/map-object-ui.c:714
+msgid "Direction Vector"
+msgstr "Direction Vector"
+
+#: ../plug-ins/map-object/map-object-ui.c:790
+msgid "Intensity Levels"
+msgstr "Intensity Levels"
+
+#: ../plug-ins/map-object/map-object-ui.c:809
+msgid "Ambient:"
+msgstr "Ambient:"
+
+#: ../plug-ins/map-object/map-object-ui.c:838
+#: ../plug-ins/map-object/map-object-ui.c:881
+msgid "Diffuse:"
+msgstr "Diffuse:"
+
+#: ../plug-ins/map-object/map-object-ui.c:862
+msgid "Reflectivity"
+msgstr "Reflectivity"
+
+#: ../plug-ins/map-object/map-object-ui.c:896
+msgid "Higher values makes the object reflect more light (appear lighter)"
+msgstr "Higher values makes the object reflect more light (appear lighter)"
+
+#: ../plug-ins/map-object/map-object-ui.c:910
+msgid "Specular:"
+msgstr "Specular:"
+
+#: ../plug-ins/map-object/map-object-ui.c:939
+msgid "Highlight:"
+msgstr "Highlight:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1000
+msgid "Object X position in XYZ space"
+msgstr "Object X position in XYZ space"
+
+#: ../plug-ins/map-object/map-object-ui.c:1013
+msgid "Object Y position in XYZ space"
+msgstr "Object Y position in XYZ space"
+
+#: ../plug-ins/map-object/map-object-ui.c:1026
+msgid "Object Z position in XYZ space"
+msgstr "Object Z position in XYZ space"
+
+#: ../plug-ins/map-object/map-object-ui.c:1049
+msgid "Rotation angle about X axis"
+msgstr "Rotation angle about X axis"
+
+#: ../plug-ins/map-object/map-object-ui.c:1060
+msgid "Rotation angle about Y axis"
+msgstr "Rotation angle about Y axis"
+
+#: ../plug-ins/map-object/map-object-ui.c:1071
+msgid "Rotation angle about Z axis"
+msgstr "Rotation angle about Z axis"
+
+#: ../plug-ins/map-object/map-object-ui.c:1097
+msgid "Front:"
+msgstr "Front:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1097
+msgid "Back:"
+msgstr "Back:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1105
+msgid "Map Images to Box Faces"
+msgstr "Map Images to Box Faces"
+
+#: ../plug-ins/map-object/map-object-ui.c:1146
+msgid "X scale (size)"
+msgstr "X scale (size)"
+
+#: ../plug-ins/map-object/map-object-ui.c:1158
+msgid "Y scale (size)"
+msgstr "Y scale (size)"
+
+#: ../plug-ins/map-object/map-object-ui.c:1170
+msgid "Z scale (size)"
+msgstr "Z scale (size)"
+
+#: ../plug-ins/map-object/map-object-ui.c:1193
+#: ../plug-ins/print/print-page-layout.c:402
+msgid "_Top:"
+msgstr "_Top:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1193
+#: ../plug-ins/print/print-page-layout.c:421
+msgid "_Bottom:"
+msgstr "_Bottom:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1198
+msgid "Images for the Cap Faces"
+msgstr "Images for the Cap Faces"
+
+#: ../plug-ins/map-object/map-object-ui.c:1227
+#: ../plug-ins/print/print-page-layout.c:219
+msgid "Size"
+msgstr "Size"
+
+#: ../plug-ins/map-object/map-object-ui.c:1238
+msgid "R_adius:"
+msgstr "R_adius:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1242
+msgid "Cylinder radius"
+msgstr "Cylinder radius"
+
+#: ../plug-ins/map-object/map-object-ui.c:1256
+msgid "Cylinder length"
+msgstr "Cylinder length"
+
+#: ../plug-ins/map-object/map-object-ui.c:1287
+msgid "O_ptions"
+msgstr "O_ptions"
+
+#: ../plug-ins/map-object/map-object-ui.c:1299
+msgid "O_rientation"
+msgstr "O_rientation"
+
+#: ../plug-ins/map-object/map-object-ui.c:1335
+msgid "Map to Object"
+msgstr "Map to Object"
+
+#: ../plug-ins/map-object/map-object-ui.c:1415
+msgid "Show preview _wireframe"
+msgstr "Show preview _wireframe"
+
+#: ../plug-ins/maze/maze-algorithms.c:279
msgid "Constructing maze using Prim's Algorithm"
msgstr "Constructing maze using Prim's Algorithm"
-#: ../plug-ins/maze/algorithms.c:465
+#: ../plug-ins/maze/maze-algorithms.c:488
msgid "Constructing tileable maze using Prim's Algorithm"
msgstr "Constructing tileable maze using Prim's Algorithm"
-#: ../plug-ins/maze/maze.c:153
-msgid "Draw a labyrinth"
-msgstr "Draw a labyrinth"
-
-#: ../plug-ins/maze/maze.c:160
-msgid "_Maze..."
-msgstr "_Maze..."
-
-#: ../plug-ins/maze/maze.c:449
-msgid "Drawing maze"
-msgstr "Drawing maze"
-
-#: ../plug-ins/maze/maze.h:22
+#: ../plug-ins/maze/maze-dialog.c:172
msgid "Maze"
msgstr "Maze"
#. The maze size frame
-#: ../plug-ins/maze/maze_face.c:200
+#: ../plug-ins/maze/maze-dialog.c:194
msgid "Maze Size"
msgstr "Maze Size"
#. entscale == Entry and Scale pair function found in pixelize.c
-#: ../plug-ins/maze/maze_face.c:214
+#: ../plug-ins/maze/maze-dialog.c:208
msgid "Width (pixels):"
msgstr "Width (pixels):"
-#: ../plug-ins/maze/maze_face.c:226 ../plug-ins/maze/maze_face.c:242
+#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236
msgid "Pieces:"
msgstr "Pieces:"
-#: ../plug-ins/maze/maze_face.c:231
+#: ../plug-ins/maze/maze-dialog.c:225
msgid "Height (pixels):"
msgstr "Height (pixels):"
#. The maze algorithm frame
-#: ../plug-ins/maze/maze_face.c:250
+#: ../plug-ins/maze/maze-dialog.c:244
msgid "Algorithm"
msgstr "Algorithm"
-#: ../plug-ins/maze/maze_face.c:276
+#: ../plug-ins/maze/maze-dialog.c:270
msgid "Depth first"
msgstr "Depth first"
-#: ../plug-ins/maze/maze_face.c:277
+#: ../plug-ins/maze/maze-dialog.c:271
msgid "Prim's algorithm"
msgstr "Prim's algorithm"
-#: ../plug-ins/maze/maze_face.c:396
+#: ../plug-ins/maze/maze-dialog.c:390
msgid ""
"Selection size is not even.\n"
"Tileable maze won't work perfectly."
@@ -11503,6 +12158,18 @@ msgstr ""
"Selection size is not even.\n"
"Tileable maze won't work perfectly."
+#: ../plug-ins/maze/maze.c:123
+msgid "Draw a labyrinth"
+msgstr "Draw a labyrinth"
+
+#: ../plug-ins/maze/maze.c:130
+msgid "_Maze..."
+msgstr "_Maze..."
+
+#: ../plug-ins/maze/maze.c:426
+msgid "Drawing maze"
+msgstr "Drawing maze"
+
#: ../plug-ins/metadata/xmp-parse.c:240
#, c-format
msgid "Error: No XMP packet found"
@@ -11543,25 +12210,25 @@ msgstr "Required attribute rdf:about missing in <%s>"
msgid "Nested elements (<%s>) are not allowed in this context"
msgstr "Nested elements (<%s>) are not allowed in this context"
-#: ../plug-ins/metadata/xmp-parse.c:1005
+#: ../plug-ins/metadata/xmp-parse.c:1010
#, c-format
msgid "End of element <%s> not expected in this context"
msgstr "End of element <%s> not expected in this context"
-#: ../plug-ins/metadata/xmp-parse.c:1107
+#: ../plug-ins/metadata/xmp-parse.c:1112
#, c-format
msgid "The current element (<%s>) cannot contain text"
msgstr "The current element (<%s>) cannot contain text"
-#: ../plug-ins/metadata/xmp-parse.c:1132
+#: ../plug-ins/metadata/xmp-parse.c:1137
msgid "XMP packets must start with "
msgstr "XMP packets must start with "
-#: ../plug-ins/metadata/xmp-parse.c:1146
+#: ../plug-ins/metadata/xmp-parse.c:1151
msgid "XMP packets must end with "
msgstr "XMP packets must end with "
-#: ../plug-ins/metadata/xmp-parse.c:1159
+#: ../plug-ins/metadata/xmp-parse.c:1164
msgid "XMP cannot contain XML comments or processing instructions"
msgstr "XMP cannot contain XML comments or processing instructions"
@@ -11681,505 +12348,115 @@ msgstr "Adjust page size and orientation for printing"
msgid "Page Set_up"
msgstr "Page Set_up"
-#: ../plug-ins/print/print.c:261
+#: ../plug-ins/print/print.c:265
msgid "Image Settings"
msgstr "Image Settings"
-#: ../plug-ins/print/print.c:341
+#: ../plug-ins/print/print.c:348
msgid "An error occurred while trying to print:"
msgstr "An error occurred while trying to print:"
-#: ../plug-ins/print/print.c:371
+#: ../plug-ins/print/print.c:375
msgid "Printing"
msgstr "Printing"
-#: ../plug-ins/psd/psd-load.c:208
-#, c-format
-msgid ""
-"Error loading PSD file:\n"
-"\n"
-"%s"
-msgstr ""
-"Error loading PSD file:\n"
-"\n"
-"%s"
-
-#: ../plug-ins/psd/psd-load.c:263
-#, c-format
-msgid "Not a valid photoshop document file"
-msgstr "Not a valid Photoshop document file"
-
-#: ../plug-ins/psd/psd-load.c:270
-#, c-format
-msgid "Unsupported file format version: %d"
-msgstr "Unsupported file format version: %d"
-
-#: ../plug-ins/psd/psd-load.c:277
-#, c-format
-msgid "Too many channels in file: %d"
-msgstr "Too many channels in file: %d"
-
-#: ../plug-ins/psd/psd-load.c:307
-#, c-format
-msgid "Unsupported color mode: %s"
-msgstr "Unsupported colour mode: %s"
-
-#: ../plug-ins/psd/psd-load.c:334
-#, c-format
-msgid "Unsupported bit depth: %d"
-msgstr "Unsupported bit depth: %d"
-
-#: ../plug-ins/psd/psd-load.c:368 ../plug-ins/psd/psd-load.c:378
-#: ../plug-ins/psd/psd-load.c:597 ../plug-ins/psd/psd-load.c:778
-#, c-format
-msgid "The file is corrupt!"
-msgstr "The file is corrupt!"
-
-#: ../plug-ins/psd/psd-load.c:538
-#, c-format
-msgid "Too many channels in layer: %d"
-msgstr "Too many channels in layer: %d"
-
-#: ../plug-ins/psd/psd-load.c:545
-#, c-format
-msgid "Unsupported or invalid layer height: %d"
-msgstr "Unsupported or invalid layer height: %d"
-
-#: ../plug-ins/psd/psd-load.c:552
-#, c-format
-msgid "Unsupported or invalid layer width: %d"
-msgstr "Unsupported or invalid layer width: %d"
-
-#: ../plug-ins/psd/psd-load.c:1138 ../plug-ins/psd/psd-load.c:1486
-#, c-format
-msgid "Unsupported compression mode: %d"
-msgstr "Unsupported compression mode: %d"
-
-#: ../plug-ins/psd/psd-load.c:1575
-msgid "Extra"
-msgstr "Extra"
-
-#: ../plug-ins/psd/psd-util.c:53
-#, c-format
-msgid "Unexpected end of file"
-msgstr "Unexpected end of file"
-
-#: ../plug-ins/rcm/rcm.c:99
-msgid "Replace a range of colors with another"
-msgstr "Replace a range of colours with another"
-
-#: ../plug-ins/rcm/rcm.c:106
-msgid "_Rotate Colors..."
-msgstr "_Rotate Colours..."
-
-#: ../plug-ins/rcm/rcm.c:140
-msgid "Rotating the colors"
-msgstr "Rotating the colours"
-
-#: ../plug-ins/rcm/rcm_dialog.c:119
-msgid "Original"
-msgstr "Original"
-
-#: ../plug-ins/rcm/rcm_dialog.c:137
-msgid "Rotated"
-msgstr "Rotated"
-
-#: ../plug-ins/rcm/rcm_dialog.c:155
-msgid "Continuous update"
-msgstr "Continuous update"
-
-#: ../plug-ins/rcm/rcm_dialog.c:168
-msgid "Area:"
-msgstr "Area:"
-
-#: ../plug-ins/rcm/rcm_dialog.c:172
-msgid "Entire Layer"
-msgstr "Entire Layer"
-
-#: ../plug-ins/rcm/rcm_dialog.c:174
-msgid "Context"
-msgstr "Context"
-
-#. Gray: Circle: Spinbutton 1
-#: ../plug-ins/rcm/rcm_dialog.c:467
-msgid "Hue:"
-msgstr "Hue:"
-
-#. Gray: Circle: Spinbutton 2
-#: ../plug-ins/rcm/rcm_dialog.c:494 ../plug-ins/rcm/rcm_dialog.c:556
-msgid "Saturation:"
-msgstr "Saturation:"
-
-#. * Gray: Operation-Mode *
-#: ../plug-ins/rcm/rcm_dialog.c:514
-msgid "Gray Mode"
-msgstr "Grey Mode"
-
-#. Gray: Operation-Mode: two radio buttons
-#: ../plug-ins/rcm/rcm_dialog.c:523
-msgid "Treat as this"
-msgstr "Treat as this"
-
-#: ../plug-ins/rcm/rcm_dialog.c:535
-msgid "Change to this"
-msgstr "Change to this"
-
-#. * Gray: What is gray? *
-#: ../plug-ins/rcm/rcm_dialog.c:548
-msgid "Gray Threshold"
-msgstr "Grey Threshold"
-
-#. * Misc: Used unit selection *
-#: ../plug-ins/rcm/rcm_dialog.c:588 ../plug-ins/rcm/rcm_dialog.c:698
-msgid "Units"
-msgstr "Units"
-
-#. Misc: Used unit selection: 3 radio buttons
-#: ../plug-ins/rcm/rcm_dialog.c:597
-msgid "Radians"
-msgstr "Radians"
-
-#: ../plug-ins/rcm/rcm_dialog.c:609
-msgid "Radians/Pi"
-msgstr "Radians/Pi"
-
-#: ../plug-ins/rcm/rcm_dialog.c:621
-msgid "Degrees"
-msgstr "Degrees"
-
-#: ../plug-ins/rcm/rcm_dialog.c:652
-msgid "Rotate Colors"
-msgstr "Rotate Colours"
-
-#: ../plug-ins/rcm/rcm_dialog.c:692
-msgid "Main Options"
-msgstr "Main Options"
-
-#: ../plug-ins/rcm/rcm_dialog.c:695
-msgid "Gray Options"
-msgstr "Grey Options"
-
-#: ../plug-ins/rcm/rcm_stock.c:35
-msgid "Switch to Clockwise"
-msgstr "Switch to Clockwise"
-
-#: ../plug-ins/rcm/rcm_stock.c:37
-msgid "Switch to C/Clockwise"
-msgstr "Switch to Anticlockwise"
-
-#: ../plug-ins/rcm/rcm_stock.c:39
-msgid "Change Order of Arrows"
-msgstr "Change Order of Arrows"
-
#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
-#: ../plug-ins/sel2path/pxl-outline.c:84
+#: ../plug-ins/selection-to-path/pxl-outline.c:82
msgid "Selection to Path"
msgstr "Selection to Path"
-#: ../plug-ins/sel2path/sel2path.c:183
+#: ../plug-ins/selection-to-path/selection-to-path.c:185
msgid "No selection to convert"
msgstr "No selection to convert"
-#: ../plug-ins/sel2path/sel2path.c:300
+#: ../plug-ins/selection-to-path/selection-to-path.c:302
msgid "Selection to Path Advanced Settings"
msgstr "Selection to Path Advanced Settings"
-#: ../plug-ins/sgi/sgi.c:119 ../plug-ins/sgi/sgi.c:139
-msgid "Silicon Graphics IRIS image"
-msgstr "Silicon Graphics IRIS image"
-
-#: ../plug-ins/sgi/sgi.c:313
-#, c-format
-msgid "Could not open '%s' for reading."
-msgstr "Could not open '%s' for reading."
-
-#: ../plug-ins/sgi/sgi.c:532
-#, c-format
-msgid "Could not open '%s' for writing."
-msgstr "Could not open '%s' for writing."
-
-#: ../plug-ins/sgi/sgi.c:612
-msgid "Save as SGI"
-msgstr "Save as SGI"
-
-#: ../plug-ins/sgi/sgi.c:628
-msgid "Compression type"
-msgstr "Compression type"
-
-#: ../plug-ins/sgi/sgi.c:632
-msgid "No compression"
-msgstr "No compression"
-
-#: ../plug-ins/sgi/sgi.c:634
-msgid "RLE compression"
-msgstr "RLE compression"
-
-#: ../plug-ins/sgi/sgi.c:636
-msgid ""
-"Aggressive RLE\n"
-"(not supported by SGI)"
-msgstr ""
-"Aggressive RLE\n"
-"(not supported by SGI)"
-
#: ../plug-ins/twain/twain.c:87
msgid "Capture an image from a TWAIN datasource"
msgstr "Capture an image from a TWAIN datasource"
-#: ../plug-ins/twain/twain.c:354
+#: ../plug-ins/twain/twain.c:352
msgid "_Scanner/Camera..."
msgstr "_Scanner/Camera..."
#. Initialize our progress dialog
-#: ../plug-ins/twain/twain.c:489
+#: ../plug-ins/twain/twain.c:486
msgid "Transferring data from scanner/camera"
msgstr "Transferring data from scanner/camera"
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:162
-#: ../plug-ins/uri/uri-backend-libcurl.c:126
-#, c-format
-msgid "Downloading %s of image data..."
-msgstr "Downloading %s of image data..."
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:163
-#: ../plug-ins/uri/uri-backend-libcurl.c:133
-#: ../plug-ins/uri/uri-backend-wget.c:345
-#, c-format
-msgid "Downloaded %s of image data"
-msgstr "Downloaded %s of image data"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:181
-#, c-format
-msgid "Uploading %s of image data..."
-msgstr "Uploading %s of image data..."
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:182
-#, c-format
-msgid "Uploaded %s of image data"
-msgstr "Uploaded %s of image data"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:252
-#: ../plug-ins/uri/uri-backend-libcurl.c:155
-#: ../plug-ins/uri/uri-backend-wget.c:194
-msgid "Connecting to server"
-msgstr "Connecting to server"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:311
-#, c-format
-msgid "Failed to read %s from '%s': %s"
-msgstr "Failed to read %s from '%s': %s"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:360
-#, c-format
-msgid "Failed to write %s to '%s': %s"
-msgstr "Failed to write %s to '%s': %s"
-
-#: ../plug-ins/uri/uri-backend-libcurl.c:57
-#, c-format
-msgid "Could not initialize libcurl"
-msgstr "Could not initialise libcurl"
-
-#: ../plug-ins/uri/uri-backend-libcurl.c:160
-#, c-format
-msgid "Could not open output file for writing"
-msgstr "Could not open output file for writing"
-
-#: ../plug-ins/uri/uri-backend-libcurl.c:198
-#, c-format
-msgid "Opening '%s' for reading resulted in HTTP response code: %d"
-msgstr "Opening '%s' for reading resulted in HTTP response code: %d"
-
-#: ../plug-ins/uri/uri-backend-wget.c:161
-#: ../plug-ins/uri/uri-backend-wget.c:181
-#: ../plug-ins/uri/uri-backend-wget.c:200
-#: ../plug-ins/uri/uri-backend-wget.c:223
-#: ../plug-ins/uri/uri-backend-wget.c:252
-#, c-format
-msgid "wget exited abnormally on URI '%s'"
-msgstr "wget exited abnormally on URI '%s'"
-
-#. The third line is "Connecting to..."
-#: ../plug-ins/uri/uri-backend-wget.c:189
-#, c-format
-msgid "(timeout is %d second)"
-msgid_plural "(timeout is %d seconds)"
-msgstr[0] "(timeout is %d second)"
-msgstr[1] "(timeout is %d seconds)"
-
-#. The fourth line is either the network request or an error
-#: ../plug-ins/uri/uri-backend-wget.c:218
-msgid "Opening URI"
-msgstr "Opening URI"
-
-#: ../plug-ins/uri/uri-backend-wget.c:229
-#: ../plug-ins/uri/uri-backend-wget.c:262
-#, c-format
-msgid "A network error occurred: %s"
-msgstr "A network error occurred: %s"
-
-#: ../plug-ins/uri/uri-backend-wget.c:302
-#, c-format
-msgid "Downloading %s of image data"
-msgstr "Downloading %s of image data"
-
-#: ../plug-ins/uri/uri-backend-wget.c:307
-msgid "Downloading unknown amount of image data"
-msgstr "Downloading unknown amount of image data"
-
-#: ../plug-ins/uri/uri.c:117 ../plug-ins/uri/uri.c:138
-msgid "URI"
-msgstr "URI"
-
-#: ../plug-ins/winicon/icodialog.c:54
-msgid "Save as Windows Icon"
-msgstr "Save as Windows Icon"
-
-#: ../plug-ins/winicon/icodialog.c:86
-msgid "Icon Details"
-msgstr "Icon Details"
-
-#: ../plug-ins/winicon/icodialog.c:106
-msgid ""
-"Large icons and compression are not supported by all programs. Older "
-"applications may not open this file correctly."
-msgstr ""
-"Large icons and compression are not supported by all programs. Older "
-"applications may not open this file correctly."
-
-#: ../plug-ins/winicon/icodialog.c:178
-msgid "1 bpp, 1-bit alpha, 2-slot palette"
-msgstr "1 bpp, 1-bit alpha, 2-slot palette"
-
-#: ../plug-ins/winicon/icodialog.c:179
-msgid "4 bpp, 1-bit alpha, 16-slot palette"
-msgstr "4 bpp, 1-bit alpha, 16-slot palette"
-
-#: ../plug-ins/winicon/icodialog.c:180
-msgid "8 bpp, 1-bit alpha, 256-slot palette"
-msgstr "8 bpp, 1-bit alpha, 256-slot palette"
-
-#: ../plug-ins/winicon/icodialog.c:181
-msgid "24 bpp, 1-bit alpha, no palette"
-msgstr "24 bpp, 1-bit alpha, no palette"
-
-#: ../plug-ins/winicon/icodialog.c:182
-msgid "32 bpp, 8-bit alpha, no palette"
-msgstr "32 bpp, 8-bit alpha, no palette"
-
-#: ../plug-ins/winicon/icodialog.c:196
-msgid "Compressed (PNG)"
-msgstr "Compressed (PNG)"
-
-#. read successfully. add to image
-#: ../plug-ins/winicon/icoload.c:616
-#, c-format
-msgid "Icon #%i"
-msgstr "Icon #%i"
-
-#: ../plug-ins/winicon/main.c:103 ../plug-ins/winicon/main.c:137
-msgid "Microsoft Windows icon"
-msgstr "Microsoft Windows icon"
-
-#: ../plug-ins/winsnap/winsnap.c:864
+#: ../plug-ins/win-snap/winsnap.c:865
msgid "Grab"
msgstr "Grab"
-#: ../plug-ins/winsnap/winsnap.c:880
+#: ../plug-ins/win-snap/winsnap.c:881
msgid "Grab a single window"
msgstr "Grab a single window"
-#: ../plug-ins/winsnap/winsnap.c:894
+#: ../plug-ins/win-snap/winsnap.c:895
msgid "Grab the whole screen"
msgstr "Grab the whole screen"
-#: ../plug-ins/winsnap/winsnap.c:910
+#: ../plug-ins/win-snap/winsnap.c:911
msgid "after"
msgstr "after"
-#: ../plug-ins/winsnap/winsnap.c:922
+#: ../plug-ins/win-snap/winsnap.c:923
msgid "Seconds delay"
msgstr "Seconds delay"
-#: ../plug-ins/winsnap/winsnap.c:929
+#: ../plug-ins/win-snap/winsnap.c:930
msgid "Include decorations"
msgstr "Include decorations"
-#: ../plug-ins/winsnap/winsnap.c:988
+#: ../plug-ins/win-snap/winsnap.c:989
msgid "Capture a window or desktop image"
msgstr "Capture a window or desktop image"
-#: ../plug-ins/winsnap/winsnap.c:993
+#: ../plug-ins/win-snap/winsnap.c:994
msgid "_Screen Shot..."
msgstr "_Screen Shot..."
-#: ../plug-ins/winsnap/winsnap.c:1142
+#: ../plug-ins/win-snap/winsnap.c:1142
msgid "No data captured"
msgstr "No data captured"
-#: ../plug-ins/xjt/xjt.c:485 ../plug-ins/xjt/xjt.c:503
-msgid "GIMP compressed XJT image"
-msgstr "GIMP compressed XJT image"
+#~ msgid "Unable to add additional point.\n"
+#~ msgstr "Unable to add additional point.\n"
-#: ../plug-ins/xjt/xjt.c:724
-#, c-format
-msgid "XJT file contains unknown layermode %d"
-msgstr "XJT file contains unknown layermode %d"
+#~ msgid "Or_igin at bottom left"
+#~ msgstr "Or_igin at bottom left"
-#: ../plug-ins/xjt/xjt.c:761
-#, c-format
-msgid "Warning: unsupported layermode %d saved to XJT"
-msgstr "Warning: unsupported layermode %d saved to XJT"
+#~ msgid "checkbutton|Snap to grid"
+#~ msgstr "Snap to grid"
-#: ../plug-ins/xjt/xjt.c:777
-#, c-format
-msgid "XJT file contains unknown pathtype %d"
-msgstr "XJT file contains unknown pathtype %d"
+#~ msgid "The GIMP help files are not found."
+#~ msgstr "The GIMP help files are not found."
-#: ../plug-ins/xjt/xjt.c:793
-#, c-format
-msgid "Warning: unsupported pathtype %d saved to XJT"
-msgstr "Warning: unsupported pathtype %d saved to XJT"
+#~ msgid "There is a problem with the GIMP help files."
+#~ msgstr "There is a problem with the GIMP help files."
-#: ../plug-ins/xjt/xjt.c:812
-#, c-format
-msgid "XJT file contains unknown unittype %d"
-msgstr "XJT file contains unknown unittype %d"
+#~ msgid "Please check your installation."
+#~ msgstr "Please check your installation."
-#: ../plug-ins/xjt/xjt.c:833
-#, c-format
-msgid "Warning: unsupported unittype %d saved to XJT"
-msgstr "Warning: unsupported unittype %d saved to XJT"
+#~ msgid "Drag and drop this icon to a web browser"
+#~ msgstr "Drag and drop this icon to a web browser"
-#: ../plug-ins/xjt/xjt.c:854
-msgid "Save as XJT"
-msgstr "Save as XJT"
+#~ msgid "Document not found"
+#~ msgstr "Document not found"
-#: ../plug-ins/xjt/xjt.c:887
-msgid "Clear transparent"
-msgstr "Clear transparent"
+#~ msgid "The requested URL could not be loaded:"
+#~ msgstr "The requested URL could not be loaded:"
-#: ../plug-ins/xjt/xjt.c:899
-msgid "Quality:"
-msgstr "Quality:"
+#~ msgid "_Smoothing:"
+#~ msgstr "_Smoothing:"
-#: ../plug-ins/xjt/xjt.c:908
-msgid "Smoothing:"
-msgstr "Smoothing:"
+#~ msgid "Downloading %s of image data..."
+#~ msgstr "Downloading %s of image data..."
-#: ../plug-ins/xjt/xjt.c:1705 ../plug-ins/xjt/xjt.c:3353
-#, c-format
-msgid "Could not create working folder '%s': %s"
-msgstr "Could not create working folder '%s': %s"
-
-#: ../plug-ins/xjt/xjt.c:3222
-#, c-format
-msgid "Error: Could not read XJT property file '%s'."
-msgstr "Error: Could not read XJT property file '%s'."
-
-#: ../plug-ins/xjt/xjt.c:3228
-#, c-format
-msgid "Error: XJT property file '%s' is empty."
-msgstr "Error: XJT property file '%s' is empty."
+#~ msgid "Could not open output file for writing"
+#~ msgstr "Could not open output file for writing"
#~ msgid "Smoothness of Aliasing"
#~ msgstr "Smoothness of Aliasing"
@@ -12328,18 +12605,12 @@ msgstr "Error: XJT property file '%s' is empty."
#~ msgid "Description _writer:"
#~ msgstr "Description _writer:"
-#~ msgid "_Keywords:"
-#~ msgstr "_Keywords:"
-
#~ msgid "Empty"
#~ msgstr "Empty"
#~ msgid "Copyright"
#~ msgstr "Copyright"
-#~ msgid "Origin"
-#~ msgstr "Origin"
-
#~ msgid "Camera 1"
#~ msgstr "Camera 1"
@@ -13328,9 +13599,6 @@ msgstr "Error: XJT property file '%s' is empty."
#~ msgid "Optimize the output for the type of image being printed"
#~ msgstr "Optimise the output for the type of image being printed"
-#~ msgid "Line art"
-#~ msgstr "Line art"
-
#~ msgid "Fastest and brightest color for text and line art"
#~ msgstr "Fastest and brightest colour for text and line art"
diff --git a/po-plug-ins/fr.po b/po-plug-ins/fr.po
index 6d58e23ef0..61dbbafd7e 100644
--- a/po-plug-ins/fr.po
+++ b/po-plug-ins/fr.po
@@ -18,9 +18,10 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP po-plugins fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-08 21:49+0200\n"
-"PO-Revision-Date: 2009-03-01 21:03+0100\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gimp&component=general\n"
+"POT-Creation-Date: 2009-08-01 09:34+0000\n"
+"PO-Revision-Date: 2009-09-05 22:43+0200\n"
"Last-Translator: Julien Hardelin \n"
"Language-Team: GNOME French Team \n"
"MIME-Version: 1.0\n"
@@ -279,7 +280,7 @@ msgstr "Modèle de couleur _RVB"
#: ../plug-ins/common/alien-map.c:520
msgid "_HSL color model"
-msgstr "Modèle de couleur _TSV"
+msgstr "Modèle de couleur _TSL"
#: ../plug-ins/common/align-layers.c:128
msgid "Align all visible layers of the image"
@@ -608,14 +609,14 @@ msgstr "_Vertical"
#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557
#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:412
#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382
-#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:584
+#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585
#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975
#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997
#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746
#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267
-#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478
-#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249
-#: ../plug-ins/file-jpeg/jpeg-load.c:758
+#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:617
+#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530
+#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761
#: ../plug-ins/file-psd/psd-image-res-load.c:995
#: ../plug-ins/file-psd/psd-load.c:1526 ../plug-ins/file-sgi/sgi.c:384
#: ../plug-ins/gfig/gfig-dialog.c:1284
@@ -692,12 +693,12 @@ msgid "Blur Radius"
msgstr "Rayon du flou"
#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457
-#: ../plug-ins/common/noise-spread.c:384
+#: ../plug-ins/common/noise-spread.c:386
msgid "_Horizontal:"
msgstr "_Horizontal :"
#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474
-#: ../plug-ins/common/noise-spread.c:388
+#: ../plug-ins/common/noise-spread.c:390
msgid "_Vertical:"
msgstr "_Vertical :"
@@ -1022,21 +1023,21 @@ msgstr "Chargez les paramètres du mixeur de canaux"
#: ../plug-ins/common/file-compressor.c:666
#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361
#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662
-#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330
+#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330
#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541
#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721
-#: ../plug-ins/common/file-pnm.c:493 ../plug-ins/common/file-ps.c:1036
+#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036
#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751
#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666
#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333
-#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442
+#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442
#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736
#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002
-#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233
+#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233
#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460
#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653
#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109
-#: ../plug-ins/file-jpeg/jpeg-load.c:828 ../plug-ins/file-psd/psd-load.c:131
+#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131
#: ../plug-ins/file-psd/psd-thumb-load.c:80
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272
#: ../plug-ins/file-uri/uri-backend-libcurl.c:190
@@ -1064,17 +1065,17 @@ msgstr "Enregistrez les paramètres du mixeur de canaux"
#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801
#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761
#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236
-#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909
+#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944
#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666
#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270
-#: ../plug-ins/common/file-pnm.c:973 ../plug-ins/common/file-ps.c:1213
+#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213
#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574
#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170
#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034
-#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112
+#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111
#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476
#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008
-#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1626
+#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283
#: ../plug-ins/file-uri/uri-backend-libcurl.c:163
#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729
@@ -1392,8 +1393,7 @@ msgstr "Décalage de départ :"
#: ../plug-ins/common/cml-explorer.c:1361
msgid "Seed of Random (only for \"From Seed\" Modes)"
msgstr ""
-"Valeur de germe de hasard (uniquement pour les modes « Depuis un "
-"germe »)"
+"Valeur de germe de hasard (uniquement pour les modes « Depuis un germe »)"
#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261
msgid "Seed:"
@@ -1784,7 +1784,7 @@ msgstr "Vale_ur :"
#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193
msgid "HSL"
-msgstr "TSV"
+msgstr "TSL"
#: ../plug-ins/common/compose.c:222
msgid "_Lightness:"
@@ -1952,7 +1952,7 @@ msgstr "_Modèle colorimétrique :"
#. Channel representation table
#: ../plug-ins/common/compose.c:1557
msgid "Channel Representations"
-msgstr "Représentations de canaux"
+msgstr "Réarrangement des canaux"
#: ../plug-ins/common/compose.c:1620
msgid "Mask value"
@@ -2041,7 +2041,7 @@ msgstr "Étend le contraste sur une échelle maximale"
#: ../plug-ins/common/contrast-stretch.c:79
msgid "_Stretch Contrast"
-msgstr "Étendre le _contraste..."
+msgstr "Renforcer le _contraste..."
#: ../plug-ins/common/contrast-stretch.c:113
msgid "Auto-stretching contrast"
@@ -2398,11 +2398,11 @@ msgstr "lumière"
#: ../plug-ins/common/decompose.c:197
msgid "Hue (HSL)"
-msgstr "Teinte (TSV)"
+msgstr "Teinte (TSL)"
#: ../plug-ins/common/decompose.c:198
msgid "Saturation (HSL)"
-msgstr "Saturation (TSV)"
+msgstr "Saturation (TSL)"
#: ../plug-ins/common/decompose.c:199
msgid "Lightness"
@@ -3023,12 +3023,12 @@ msgstr "Charger une palette KISS"
#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335
#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586
#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728
-#: ../plug-ins/common/file-pnm.c:498 ../plug-ins/common/file-ps.c:1042
+#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042
#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486
#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603
#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741
#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520
-#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217
+#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217
#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646
#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136
#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363
@@ -3051,14 +3051,14 @@ msgstr "Profondeur de bit non prise en charge (%d)"
#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280
#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467
#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529
-#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:978
+#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:982
#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568
#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693
#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637
#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307
#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718
#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282
-#: ../plug-ins/file-psd/psd-save.c:1631 ../plug-ins/file-sgi/sgi.c:554
+#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:554
#: ../plug-ins/file-xjt/xjt.c:1710
#, c-format
msgid "Saving '%s'"
@@ -3154,7 +3154,7 @@ msgid "'%s' is not a DICOM file."
msgstr "« %s » n'est pas un fichier DICOM."
#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659
-#: ../plug-ins/common/file-pnm.c:963
+#: ../plug-ins/common/file-pnm.c:967
msgid "Cannot save images with alpha channel."
msgstr "Impossible d'enregistrer des images avec un canal alpha."
@@ -3219,7 +3219,7 @@ msgstr "Ce n'est pas un fichier GIF."
msgid "Non-square pixels. Image might look squashed."
msgstr "Pixels non carrés. L'image peut apparaître tassée."
-#: ../plug-ins/common/file-gif-load.c:915
+#: ../plug-ins/common/file-gif-load.c:913
#, c-format
msgid "Background (%d%s)"
msgstr "Arrière-plan (%d%s)"
@@ -3253,8 +3253,8 @@ msgstr ""
#: ../plug-ins/common/file-gif-save.c:447
msgid "Couldn't simply reduce colors further. Saving as opaque."
msgstr ""
-"Impossible de réduire les couleurs de manière plus poussée. Enregistrement en "
-"tant qu'image opaque."
+"Impossible de réduire les couleurs de manière plus poussée. Enregistrement "
+"en tant qu'image opaque."
#: ../plug-ins/common/file-gif-save.c:562
#, c-format
@@ -3332,7 +3332,7 @@ msgstr "_Boucle infinie"
msgid "_Delay between frames where unspecified:"
msgstr "_Délai entre les images lorsque non spécifié :"
-#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474
+#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507
msgid "milliseconds"
msgstr "millisecondes"
@@ -3586,104 +3586,104 @@ msgstr ""
"Impossible d'enregistrer la transparence sans perte, enregistrement de "
"l'opacité à la place."
-#: ../plug-ins/common/file-mng.c:1254
+#: ../plug-ins/common/file-mng.c:1287
msgid "Save as MNG"
msgstr "Enregistrer en MNG"
-#: ../plug-ins/common/file-mng.c:1274
+#: ../plug-ins/common/file-mng.c:1307
msgid "MNG Options"
msgstr "Options MNG"
-#: ../plug-ins/common/file-mng.c:1280
+#: ../plug-ins/common/file-mng.c:1313
msgid "Interlace"
msgstr "Entrelacement"
-#: ../plug-ins/common/file-mng.c:1292
+#: ../plug-ins/common/file-mng.c:1325
msgid "Save background color"
msgstr "Enregistrer la couleur d'arrière-plan"
-#: ../plug-ins/common/file-mng.c:1303
+#: ../plug-ins/common/file-mng.c:1336
msgid "Save gamma"
msgstr "Enregistrer le gamma"
-#: ../plug-ins/common/file-mng.c:1313
+#: ../plug-ins/common/file-mng.c:1346
msgid "Save resolution"
msgstr "Enregistrer la résolution"
-#: ../plug-ins/common/file-mng.c:1324
+#: ../plug-ins/common/file-mng.c:1357
msgid "Save creation time"
msgstr "Enregistrer la date de création"
-#: ../plug-ins/common/file-mng.c:1343
+#: ../plug-ins/common/file-mng.c:1376
msgid "PNG"
msgstr "PNG"
-#: ../plug-ins/common/file-mng.c:1344
+#: ../plug-ins/common/file-mng.c:1377
msgid "JNG"
msgstr "JNG"
-#: ../plug-ins/common/file-mng.c:1347
+#: ../plug-ins/common/file-mng.c:1380
msgid "PNG + delta PNG"
msgstr "PNG + delta PNG"
-#: ../plug-ins/common/file-mng.c:1348
+#: ../plug-ins/common/file-mng.c:1381
msgid "JNG + delta PNG"
msgstr "JNG + delta PNG"
-#: ../plug-ins/common/file-mng.c:1349
+#: ../plug-ins/common/file-mng.c:1382
msgid "All PNG"
msgstr "Tout PNG"
-#: ../plug-ins/common/file-mng.c:1350
+#: ../plug-ins/common/file-mng.c:1383
msgid "All JNG"
msgstr "Tout JNG"
-#: ../plug-ins/common/file-mng.c:1362
+#: ../plug-ins/common/file-mng.c:1395
msgid "Default chunks type:"
msgstr "Type de partitions par défaut :"
-#: ../plug-ins/common/file-mng.c:1365
+#: ../plug-ins/common/file-mng.c:1398
msgid "Combine"
msgstr "Combiner"
-#: ../plug-ins/common/file-mng.c:1366
+#: ../plug-ins/common/file-mng.c:1399
msgid "Replace"
msgstr "Remplacer"
-#: ../plug-ins/common/file-mng.c:1377
+#: ../plug-ins/common/file-mng.c:1410
msgid "Default frame disposal:"
msgstr "Découpage des séquences par défaut :"
-#: ../plug-ins/common/file-mng.c:1389
+#: ../plug-ins/common/file-mng.c:1422
msgid "PNG compression level:"
msgstr "Niveau de compression PNG :"
-#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908
+#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1908
msgid "Choose a high compression level for small file size"
msgstr ""
"Choisissez un haut degré de compression pour des fichiers de petite taille"
-#: ../plug-ins/common/file-mng.c:1411
+#: ../plug-ins/common/file-mng.c:1444
msgid "JPEG compression quality:"
msgstr "Qualité de compression JPEG :"
-#: ../plug-ins/common/file-mng.c:1428
+#: ../plug-ins/common/file-mng.c:1461
msgid "JPEG smoothing factor:"
msgstr "Facteur d'adoucissement JPEG :"
-#: ../plug-ins/common/file-mng.c:1438
+#: ../plug-ins/common/file-mng.c:1471
msgid "Animated MNG Options"
msgstr "Options d'animation MNG"
-#: ../plug-ins/common/file-mng.c:1444
+#: ../plug-ins/common/file-mng.c:1477
msgid "Loop"
msgstr "Boucler"
-#: ../plug-ins/common/file-mng.c:1458
+#: ../plug-ins/common/file-mng.c:1491
msgid "Default frame delay:"
msgstr "Temps par défaut d'affichage d'une séquence :"
-#: ../plug-ins/common/file-mng.c:1531
+#: ../plug-ins/common/file-mng.c:1564
msgid "MNG animation"
msgstr "Animation MNG"
@@ -3714,13 +3714,13 @@ msgstr "Impossible de lire l'en-tête depuis « %s »"
msgid "'%s' is not a PCX file"
msgstr "« %s » n'est pas un fichier PCX"
-#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579
+#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:606
#: ../plug-ins/file-psd/psd-load.c:302
#, c-format
msgid "Unsupported or invalid image width: %d"
msgstr "La largeur de l'image est non valide ou non prise en charge : %d"
-#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585
+#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:612
#: ../plug-ins/file-psd/psd-load.c:294
#, c-format
msgid "Unsupported or invalid image height: %d"
@@ -3877,7 +3877,7 @@ msgstr "Enregistrer les valeurs de couleur pour les pixels _transparents"
msgid "Co_mpression level:"
msgstr "Niveau de _compression :"
-#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1185
+#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1186
msgid "_Load Defaults"
msgstr "_Charger défauts"
@@ -3885,78 +3885,78 @@ msgstr "_Charger défauts"
msgid "S_ave Defaults"
msgstr "_Enregistrer défauts"
-#: ../plug-ins/common/file-pnm.c:247
+#: ../plug-ins/common/file-pnm.c:248
msgid "PNM Image"
msgstr "Image PNM"
-#: ../plug-ins/common/file-pnm.c:267
+#: ../plug-ins/common/file-pnm.c:268
msgid "PNM image"
msgstr "Image PNM"
-#: ../plug-ins/common/file-pnm.c:279
+#: ../plug-ins/common/file-pnm.c:280
msgid "PBM image"
msgstr "Image PBM"
-#: ../plug-ins/common/file-pnm.c:291
+#: ../plug-ins/common/file-pnm.c:292
msgid "PGM image"
msgstr "Image PGM"
-#: ../plug-ins/common/file-pnm.c:303
+#: ../plug-ins/common/file-pnm.c:304
msgid "PPM image"
msgstr "Image PPM"
-#: ../plug-ins/common/file-pnm.c:527 ../plug-ins/common/file-pnm.c:549
-#: ../plug-ins/common/file-pnm.c:558 ../plug-ins/common/file-pnm.c:569
-#: ../plug-ins/common/file-pnm.c:657 ../plug-ins/common/file-pnm.c:727
+#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550
+#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570
+#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728
msgid "Premature end of file."
msgstr "Fin de fichier prématurée."
-#: ../plug-ins/common/file-pnm.c:529
+#: ../plug-ins/common/file-pnm.c:530
msgid "Invalid file."
msgstr "Fichier non valide."
-#: ../plug-ins/common/file-pnm.c:543
+#: ../plug-ins/common/file-pnm.c:544
msgid "File not in a supported format."
msgstr "Le fichier est dans un format non pris en charge."
-#: ../plug-ins/common/file-pnm.c:552
+#: ../plug-ins/common/file-pnm.c:553
msgid "Invalid X resolution."
msgstr "Résolution X non valide."
-#: ../plug-ins/common/file-pnm.c:554
+#: ../plug-ins/common/file-pnm.c:555
msgid "Image width is larger than GIMP can handle."
msgstr "L'image est plus large que GIMP ne peut prendre en charge."
-#: ../plug-ins/common/file-pnm.c:561
+#: ../plug-ins/common/file-pnm.c:562
msgid "Invalid Y resolution."
msgstr "Résolution Y non valide."
-#: ../plug-ins/common/file-pnm.c:563
+#: ../plug-ins/common/file-pnm.c:564
msgid "Image height is larger than GIMP can handle."
msgstr "L'image est plus haute que GIMP ne peut prendre en charge."
-#: ../plug-ins/common/file-pnm.c:575
+#: ../plug-ins/common/file-pnm.c:576
msgid "Unsupported maximum value."
msgstr "Valeur maximale non valide."
-#: ../plug-ins/common/file-pnm.c:780
+#: ../plug-ins/common/file-pnm.c:781
msgid "Error reading file."
msgstr "Erreur de lecture du fichier."
-#: ../plug-ins/common/file-pnm.c:1148
+#: ../plug-ins/common/file-pnm.c:1185
msgid "Save as PNM"
msgstr "Enregistrer en PNM"
#. file save type
-#: ../plug-ins/common/file-pnm.c:1165
+#: ../plug-ins/common/file-pnm.c:1202
msgid "Data formatting"
msgstr "Formatage des données"
-#: ../plug-ins/common/file-pnm.c:1169
+#: ../plug-ins/common/file-pnm.c:1206
msgid "Raw"
msgstr "Brut"
-#: ../plug-ins/common/file-pnm.c:1170
+#: ../plug-ins/common/file-pnm.c:1207
msgid "Ascii"
msgstr "ASCII"
@@ -4019,7 +4019,7 @@ msgid "Rendering"
msgstr "Interprétation"
#. Resolution
-#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916
+#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929
#: ../plug-ins/common/file-wmf.c:692
msgid "Resolution:"
msgstr "Résolution :"
@@ -4348,7 +4348,7 @@ msgstr "Encodage RunLength"
msgid "SVG image"
msgstr "Image SVG"
-#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720
+#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733
msgid "Unknown reason"
msgstr "Raison inconnue"
@@ -4374,51 +4374,51 @@ msgstr ""
"aucune taille !"
#. Scalable Vector Graphics is SVG, should perhaps not be translated
-#: ../plug-ins/common/file-svg.c:729
+#: ../plug-ins/common/file-svg.c:742
msgid "Render Scalable Vector Graphics"
msgstr "Rendre un Scalable Vector Graphics"
#. Width and Height
-#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571
+#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571
#: ../plug-ins/common/grid.c:724
msgid "Width:"
msgstr "Largeur :"
-#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577
+#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577
msgid "Height:"
msgstr "Hauteur :"
-#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651
+#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651
msgid "_X ratio:"
msgstr "Ratio _X :"
-#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673
+#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673
msgid "_Y ratio:"
msgstr "Ratio _Y :"
-#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687
+#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687
msgid "Constrain aspect ratio"
msgstr "Conserver les proportions"
-#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698
+#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698
#: ../plug-ins/print/print-page-layout.c:273
#, c-format
msgid "pixels/%a"
msgstr "pixels/%a"
#. Path Import
-#: ../plug-ins/common/file-svg.c:942
+#: ../plug-ins/common/file-svg.c:955
msgid "Import _paths"
msgstr "Importer les _chemins"
-#: ../plug-ins/common/file-svg.c:948
+#: ../plug-ins/common/file-svg.c:961
msgid ""
"Import path elements of the SVG so they can be used with the GIMP path tool"
msgstr ""
"Importe les éléments du chemin du SVG afin qu'ils puissent être utilisés "
"avec l'outil de chemins GIMP"
-#: ../plug-ins/common/file-svg.c:961
+#: ../plug-ins/common/file-svg.c:974
msgid "Merge imported paths"
msgstr "Fusionner les chemins importés"
@@ -4732,7 +4732,7 @@ msgid "Composing images"
msgstr "Composition des images"
#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216
-#: ../plug-ins/help-browser/dialog.c:1133
+#: ../plug-ins/help-browser/dialog.c:1120
msgid "Untitled"
msgstr "Sans titre"
@@ -4887,7 +4887,7 @@ msgstr "Modifie interactivement les couleurs de l'image"
#: ../plug-ins/common/filter-pack.c:322
msgid "_Filter Pack..."
-msgstr "Paquet de _filtres..."
+msgstr "Collection de _filtres..."
#: ../plug-ins/common/filter-pack.c:372
msgid "FP can only be used on RGB images."
@@ -5427,114 +5427,114 @@ msgstr "Information sur le profil de couleurs de l'image"
msgid "Color Profile Information"
msgstr "Information sur le profil de couleurs"
-#: ../plug-ins/common/lcms.c:570
+#: ../plug-ins/common/lcms.c:572
#, c-format
msgid "Color profile '%s' is not for RGB color space."
msgstr "Le profil de couleurs « %s » n'est pas pour un espace de couleur RVB."
-#: ../plug-ins/common/lcms.c:677
+#: ../plug-ins/common/lcms.c:679
msgid "Default RGB working space"
msgstr "Espace de travail RVB par défaut"
-#: ../plug-ins/common/lcms.c:773
+#: ../plug-ins/common/lcms.c:775
msgid ""
"Data attached as 'icc-profile' does not appear to be an ICC color profile"
msgstr ""
"Les données attachées comme « icc-profile » ne semblent pas être un profil de "
"couleur ICC"
-#: ../plug-ins/common/lcms.c:823
+#: ../plug-ins/common/lcms.c:825
#, c-format
msgid "'%s' does not appear to be an ICC color profile"
msgstr "« %s » ne semble pas être un fichier de couleur ICC"
#. ICC color profile conversion
-#: ../plug-ins/common/lcms.c:883
+#: ../plug-ins/common/lcms.c:885
#, c-format
msgid "Converting from '%s' to '%s'"
msgstr "Conversion de « %s » vers « %s »"
-#: ../plug-ins/common/lcms.c:1127
+#: ../plug-ins/common/lcms.c:1129
#, c-format
msgid "Could not load ICC profile from '%s'"
msgstr "Impossible de charger le profil ICC depuis « %s »"
-#: ../plug-ins/common/lcms.c:1149
+#: ../plug-ins/common/lcms.c:1151
#, c-format
msgid "The image '%s' has an embedded color profile:"
msgstr "L'image « %s » a un profil de couleurs embarqué :"
-#: ../plug-ins/common/lcms.c:1193
+#: ../plug-ins/common/lcms.c:1195
#, c-format
msgid "Convert the image to the RGB working space (%s)?"
msgstr "Convertir l'image vers l'espace de travail RVB (%s) ?"
-#: ../plug-ins/common/lcms.c:1224
+#: ../plug-ins/common/lcms.c:1226
msgid "Convert to RGB working space?"
msgstr "Convertir vers l'espace de travail RVB ?"
-#: ../plug-ins/common/lcms.c:1229
+#: ../plug-ins/common/lcms.c:1231
msgid "_Keep"
msgstr "_Conserver"
-#: ../plug-ins/common/lcms.c:1234
+#: ../plug-ins/common/lcms.c:1236
msgid "_Convert"
msgstr "_Convertir"
-#: ../plug-ins/common/lcms.c:1261 ../plug-ins/file-jpeg/jpeg-exif.c:377
+#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377
msgid "_Don't ask me again"
msgstr "_Ne plus me demander"
-#: ../plug-ins/common/lcms.c:1325
+#: ../plug-ins/common/lcms.c:1327
msgid "Select destination profile"
msgstr "Sélection du profil de destination"
-#: ../plug-ins/common/lcms.c:1352
+#: ../plug-ins/common/lcms.c:1354
msgid "All files (*.*)"
msgstr "Tous les fichiers (*.*)"
-#: ../plug-ins/common/lcms.c:1357
+#: ../plug-ins/common/lcms.c:1359
msgid "ICC color profile (*.icc, *.icm)"
msgstr "Profil de couleurs ICC (*.icc, *.icm)"
-#: ../plug-ins/common/lcms.c:1400
+#: ../plug-ins/common/lcms.c:1402
#, c-format
msgid "RGB workspace (%s)"
msgstr "Espace de travail RVB (%s)"
-#: ../plug-ins/common/lcms.c:1450
+#: ../plug-ins/common/lcms.c:1452
msgid "Convert to ICC Color Profile"
msgstr "Convertir en profil de couleurs ICC"
-#: ../plug-ins/common/lcms.c:1451
+#: ../plug-ins/common/lcms.c:1453
msgid "Assign ICC Color Profile"
msgstr "Assigner un profil de couleurs ICC"
-#: ../plug-ins/common/lcms.c:1459
+#: ../plug-ins/common/lcms.c:1461
msgid "_Assign"
msgstr "_Assigner"
-#: ../plug-ins/common/lcms.c:1476
+#: ../plug-ins/common/lcms.c:1478
msgid "Current Color Profile"
msgstr "Profil de couleurs actuel"
-#: ../plug-ins/common/lcms.c:1491
+#: ../plug-ins/common/lcms.c:1493
msgid "Convert to"
msgstr "Convertir"
-#: ../plug-ins/common/lcms.c:1491
+#: ../plug-ins/common/lcms.c:1493
msgid "Assign"
msgstr "Assigner"
-#: ../plug-ins/common/lcms.c:1515
+#: ../plug-ins/common/lcms.c:1517
msgid "_Rendering Intent:"
msgstr "Destination du _rendu :"
-#: ../plug-ins/common/lcms.c:1531
+#: ../plug-ins/common/lcms.c:1533
msgid "_Black Point Compensation"
msgstr "_Compensation du point noir"
-#: ../plug-ins/common/lcms.c:1573
+#: ../plug-ins/common/lcms.c:1575
msgid "Destination profile is not for RGB color space."
msgstr "Le profil de destination n'est pas pour un espace de couleur RVB."
@@ -5646,35 +5646,35 @@ msgstr "Envoyer l'image par courriel"
msgid "Send by E_mail..."
msgstr "En_voyer par courriel..."
-#: ../plug-ins/common/mail.c:408
+#: ../plug-ins/common/mail.c:407
msgid "Send by Email"
msgstr "Envoyer par courriel"
-#: ../plug-ins/common/mail.c:413
+#: ../plug-ins/common/mail.c:412
msgid "_Send"
msgstr "_Envoyer"
-#: ../plug-ins/common/mail.c:445
+#: ../plug-ins/common/mail.c:444
msgid "_Filename:"
msgstr "_Nom du fichier :"
-#: ../plug-ins/common/mail.c:457
+#: ../plug-ins/common/mail.c:456
msgid "_To:"
msgstr "_À :"
-#: ../plug-ins/common/mail.c:471
+#: ../plug-ins/common/mail.c:470
msgid "_From:"
msgstr "_De :"
-#: ../plug-ins/common/mail.c:483
+#: ../plug-ins/common/mail.c:482
msgid "S_ubject:"
msgstr "_Sujet :"
-#: ../plug-ins/common/mail.c:592
+#: ../plug-ins/common/mail.c:591
msgid "some sort of error with the file extension or lack thereof"
msgstr "erreur due à l'extension du fichier ou son absence"
-#: ../plug-ins/common/mail.c:726
+#: ../plug-ins/common/mail.c:725
#, c-format
msgid "Could not start sendmail (%s)"
msgstr "Impossible de démarrer sendmail (%s)"
@@ -6100,11 +6100,11 @@ msgstr "Épa_rpiller..."
msgid "Spreading"
msgstr "Éparpillement en cours"
-#: ../plug-ins/common/noise-spread.c:344
+#: ../plug-ins/common/noise-spread.c:346
msgid "Spread"
msgstr "Éparpiller"
-#: ../plug-ins/common/noise-spread.c:369
+#: ../plug-ins/common/noise-spread.c:371
msgid "Spread Amount"
msgstr "Taux d'éparpillement :"
@@ -7105,11 +7105,11 @@ msgstr "Lumière"
msgid "File '%s' is not a valid save file."
msgstr "Le fichier « %s » n'est pas un fichier d'enregistrement valide."
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Open File"
msgstr "Ouvrir le fichier"
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Save File"
msgstr "Enregistrer le fichier"
@@ -7216,7 +7216,7 @@ msgstr "Crée une image d'une sphère texturée"
msgid "Sphere _Designer..."
msgstr "Créateur de sphè_re..."
-#: ../plug-ins/common/sphere-designer.c:3074
+#: ../plug-ins/common/sphere-designer.c:3080
msgid "Region selected for plug-in is empty"
msgstr "La région sélectionnée pour le greffon est vide"
@@ -7978,7 +7978,7 @@ msgstr "Vagues"
#: ../plug-ins/common/waves.c:294
msgid "_Reflective"
-msgstr "_Réflexive"
+msgstr "_Réverbération"
#: ../plug-ins/common/waves.c:313
msgid "_Amplitude:"
@@ -7997,6 +7997,7 @@ msgid "Waving"
msgstr "Calcul d'ondulations"
#: ../plug-ins/common/web-browser.c:206
+#, c-format
msgid ""
"Web browser not specified.\n"
"Please specify a web browser using the Preferences dialog."
@@ -8131,36 +8132,36 @@ msgstr "_Force :"
msgid "Higher values increase the magnitude of the effect"
msgstr "De grandes valeur augmentent l'ampleur de l'effet"
-#: ../plug-ins/file-bmp/bmp-read.c:86
+#: ../plug-ins/file-bmp/bmp-read.c:88
msgid "Bad colormap"
msgstr "Mauvaise palette de couleurs"
-#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180
-#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196
-#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395
-#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411
-#: ../plug-ins/file-bmp/bmp-read.c:419
+#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182
+#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198
+#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:422
+#: ../plug-ins/file-bmp/bmp-read.c:430 ../plug-ins/file-bmp/bmp-read.c:438
+#: ../plug-ins/file-bmp/bmp-read.c:446
#, c-format
msgid "'%s' is not a valid BMP file"
msgstr "« %s » n'est pas un fichier BMP valide"
-#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252
-#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345
-#: ../plug-ins/file-bmp/bmp-read.c:371
+#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254
+#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347
+#: ../plug-ins/file-bmp/bmp-read.c:397
#, c-format
msgid "Error reading BMP file header from '%s'"
msgstr "Erreur de lecture de l'en-tête BMP depuis « %s »"
-#: ../plug-ins/file-bmp/bmp-read.c:531
+#: ../plug-ins/file-bmp/bmp-read.c:558
msgid "Unrecognized or invalid BMP compression format."
msgstr "Format de compression BMP inconnu ou non valide."
-#: ../plug-ins/file-bmp/bmp-read.c:573
+#: ../plug-ins/file-bmp/bmp-read.c:600
msgid "Unsupported or invalid bitdepth."
msgstr "Profondeur de bit non valide ou non prise en charge."
-#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802
-#: ../plug-ins/file-bmp/bmp-read.c:852
+#: ../plug-ins/file-bmp/bmp-read.c:788 ../plug-ins/file-bmp/bmp-read.c:829
+#: ../plug-ins/file-bmp/bmp-read.c:879
msgid "The bitmap ends unexpectedly."
msgstr "Fin de bitmap anormale."
@@ -8182,7 +8183,7 @@ msgstr "Enregistrer en BMP"
msgid "_Run-Length Encoded"
msgstr "Encodé en _Run-Length"
-#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:899
+#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:900
msgid "_Advanced Options"
msgstr "_Options avancées"
@@ -8318,7 +8319,7 @@ msgstr "Compressée (PNG)"
msgid "Icon #%i"
msgstr "Icône n° %i"
-#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:630
+#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:633
#: ../plug-ins/file-psd/psd-thumb-load.c:85
#, c-format
msgid "Opening thumbnail for '%s'"
@@ -8357,67 +8358,67 @@ msgstr "Taille du fichier : %02.01f Kio"
msgid "Calculating file size..."
msgstr "Calcul de la taille du fichier..."
-#: ../plug-ins/file-jpeg/jpeg-save.c:773 ../plug-ins/file-jpeg/jpeg-save.c:875
+#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876
msgid "File size: unknown"
msgstr "Taille du fichier : inconnue"
-#: ../plug-ins/file-jpeg/jpeg-save.c:826
+#: ../plug-ins/file-jpeg/jpeg-save.c:827
msgid "Save as JPEG"
msgstr "Enregistrer en JPEG"
-#: ../plug-ins/file-jpeg/jpeg-save.c:861
+#: ../plug-ins/file-jpeg/jpeg-save.c:862
msgid "_Quality:"
msgstr "_Qualité :"
-#: ../plug-ins/file-jpeg/jpeg-save.c:865
+#: ../plug-ins/file-jpeg/jpeg-save.c:866
msgid "JPEG quality parameter"
msgstr "Paramètres de qualité du JPEG"
-#: ../plug-ins/file-jpeg/jpeg-save.c:884
+#: ../plug-ins/file-jpeg/jpeg-save.c:885
msgid "Enable preview to obtain the file size."
msgstr "Active l'aperçu pour obtenir la taille de fichier."
-#: ../plug-ins/file-jpeg/jpeg-save.c:887
+#: ../plug-ins/file-jpeg/jpeg-save.c:888
msgid "Sho_w preview in image window"
msgstr "A_fficher l'aperçu dans la fenêtre d'image"
-#: ../plug-ins/file-jpeg/jpeg-save.c:928
+#: ../plug-ins/file-jpeg/jpeg-save.c:929
msgid "S_moothing:"
msgstr "Ad_oucissement :"
-#: ../plug-ins/file-jpeg/jpeg-save.c:941
+#: ../plug-ins/file-jpeg/jpeg-save.c:942
msgid "Frequency (rows):"
msgstr "Fréquence (rangées) :"
-#: ../plug-ins/file-jpeg/jpeg-save.c:957
+#: ../plug-ins/file-jpeg/jpeg-save.c:958
msgid "Use _restart markers"
msgstr "_Marqueurs de reprise"
-#: ../plug-ins/file-jpeg/jpeg-save.c:973
+#: ../plug-ins/file-jpeg/jpeg-save.c:974
msgid "_Optimize"
msgstr "_Optimiser"
-#: ../plug-ins/file-jpeg/jpeg-save.c:987
+#: ../plug-ins/file-jpeg/jpeg-save.c:988
msgid "_Progressive"
msgstr "_Progressif"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1003
+#: ../plug-ins/file-jpeg/jpeg-save.c:1004
msgid "Save _EXIF data"
msgstr "Enregistrer les données EXI_F"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1020
+#: ../plug-ins/file-jpeg/jpeg-save.c:1021
msgid "Save _thumbnail"
msgstr "Enregistrer la _vignette"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1037
+#: ../plug-ins/file-jpeg/jpeg-save.c:1038
msgid "Save _XMP data"
msgstr "Enregistrer les données _XMP"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1052
+#: ../plug-ins/file-jpeg/jpeg-save.c:1053
msgid "_Use quality settings from original image"
msgstr "_Utiliser les paramètres de qualité de l'image originale"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1058
+#: ../plug-ins/file-jpeg/jpeg-save.c:1059
msgid ""
"If the original image was loaded from a JPEG file using non-standard quality "
"settings (quantization tables), enable this option to get almost the same "
@@ -8428,48 +8429,48 @@ msgstr ""
"cette option pour obtenir une qualité et une taille de fichier similaire."
#. Subsampling
-#: ../plug-ins/file-jpeg/jpeg-save.c:1082
+#: ../plug-ins/file-jpeg/jpeg-save.c:1083
msgid "Su_bsampling:"
msgstr "_Sous-échantillonnage :"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1089
+#: ../plug-ins/file-jpeg/jpeg-save.c:1090
msgid "1x1,1x1,1x1 (best quality)"
msgstr "1x1, 1x1, 1x1 (meilleure qualité)"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1091
+#: ../plug-ins/file-jpeg/jpeg-save.c:1092
msgid "2x1,1x1,1x1 (4:2:2)"
msgstr "2x1, 1x1, 1x1 (4:2:2)"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1093
+#: ../plug-ins/file-jpeg/jpeg-save.c:1094
msgid "1x2,1x1,1x1"
msgstr "1x2, 1x1, 1x1"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1095
+#: ../plug-ins/file-jpeg/jpeg-save.c:1096
msgid "2x2,1x1,1x1 (smallest file)"
msgstr "2x2, 1x1, 1x1 (fichier le plus petit)"
#. DCT method
-#: ../plug-ins/file-jpeg/jpeg-save.c:1125
+#: ../plug-ins/file-jpeg/jpeg-save.c:1126
msgid "_DCT method:"
msgstr "Méthode DC_T :"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1131
+#: ../plug-ins/file-jpeg/jpeg-save.c:1132
msgid "Fast Integer"
msgstr "Entier rapide"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1132
+#: ../plug-ins/file-jpeg/jpeg-save.c:1133
msgid "Integer"
msgstr "Entier"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1133
+#: ../plug-ins/file-jpeg/jpeg-save.c:1134
msgid "Floating-Point"
msgstr "Virgule flottante"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1149
+#: ../plug-ins/file-jpeg/jpeg-save.c:1150
msgid "Comment"
msgstr "Commentaire"
-#: ../plug-ins/file-jpeg/jpeg-save.c:1194
+#: ../plug-ins/file-jpeg/jpeg-save.c:1195
msgid "Sa_ve Defaults"
msgstr "Enre_gistrer défauts"
@@ -8481,7 +8482,7 @@ msgstr "Image JPEG"
msgid "Export Preview"
msgstr "Exporter l'aperçu"
-#: ../plug-ins/file-psd/psd-load.c:211
+#: ../plug-ins/file-psd/psd-load.c:215
#: ../plug-ins/file-psd/psd-thumb-load.c:131
#, c-format
msgid "Error loading PSD file: %s"
@@ -8538,7 +8539,7 @@ msgstr "Largeur de calque non valide ou non prise en charge : %d"
msgid "Unsupported compression mode: %d"
msgstr "Mode de compression non pris en charge : %d"
-#: ../plug-ins/file-psd/psd-load.c:1591
+#: ../plug-ins/file-psd/psd-load.c:1595
msgid "Extra"
msgstr "Supplémentaire"
@@ -8557,11 +8558,11 @@ msgstr ""
"fichier PSD, soit le greffon d'enregistrement ne le prend pas en charge, "
"utilisation du mode normal à la place."
-#: ../plug-ins/file-psd/psd-save.c:628
+#: ../plug-ins/file-psd/psd-save.c:631
msgid "Error: Can't convert GIMP base imagetype to PSD mode"
msgstr "Erreur : ne peut convertir le type d'image de base GIMP en mode PSD"
-#: ../plug-ins/file-psd/psd-save.c:1596
+#: ../plug-ins/file-psd/psd-save.c:1605
#, c-format
msgid ""
"Unable to save '%s'. The PSD file format does not support images that are "
@@ -8570,7 +8571,7 @@ msgstr ""
"Impossible d'enregistrer « %s ». Le format PSD ne prend pas en charge les "
"images de plus de 30 000 pixels de haut ou de large."
-#: ../plug-ins/file-psd/psd-save.c:1611
+#: ../plug-ins/file-psd/psd-save.c:1620
#, c-format
msgid ""
"Unable to save '%s'. The PSD file format does not support images with "
@@ -9905,7 +9906,7 @@ msgstr "Exécuter diverses opérations artistiques"
#: ../plug-ins/gimpressionist/gimp.c:95
msgid "_GIMPressionist..."
-msgstr "_GIMPressionist..."
+msgstr "_GIMPressionniste..."
#: ../plug-ins/gimpressionist/gimp.c:371
msgid "Painting"
@@ -9913,7 +9914,7 @@ msgstr "Peinture"
#: ../plug-ins/gimpressionist/gimpressionist.c:139
msgid "GIMPressionist"
-msgstr "GIMPressionist"
+msgstr "GIMPressionniste"
#: ../plug-ins/gimpressionist/orientation.c:92
msgid "Or_ientation"
@@ -10198,7 +10199,7 @@ msgstr "Enregistrer courants"
#: ../plug-ins/gimpressionist/presets.c:894
msgid "Gimpressionist Defaults"
-msgstr "Valeurs pas défauts de GIMPressionist"
+msgstr "Valeurs par défaut de GIMPressionniste"
#: ../plug-ins/gimpressionist/presets.c:1015
msgid "_Presets"
@@ -10274,8 +10275,8 @@ msgstr "Taille :"
#: ../plug-ins/gimpressionist/size.c:160
msgid ""
"Let the value (brightness) of the region determine the size of the stroke"
-msgstr "La valeur (luminosité) de la région détermine la longueur du coup "
-"de brosse"
+msgstr ""
+"La valeur (luminosité) de la région détermine la longueur du coup de brosse"
#: ../plug-ins/gimpressionist/size.c:164
msgid ""
@@ -10647,76 +10648,76 @@ msgid "_Second Flares"
msgstr "Reflets _secondaires"
#: ../plug-ins/help-browser/dialog.c:186
-#: ../plug-ins/help-browser/dialog.c:1134
+#: ../plug-ins/help-browser/dialog.c:1121
msgid "GIMP Help Browser"
msgstr "Navigateur d'aide GIMP"
-#: ../plug-ins/help-browser/dialog.c:566
+#: ../plug-ins/help-browser/dialog.c:564
msgid "Go back one page"
msgstr "Recule d'une page"
-#: ../plug-ins/help-browser/dialog.c:571
+#: ../plug-ins/help-browser/dialog.c:569
msgid "Go forward one page"
msgstr "Avance d'une page"
-#: ../plug-ins/help-browser/dialog.c:576
+#: ../plug-ins/help-browser/dialog.c:574
msgid "_Reload"
msgstr "_Recharger"
-#: ../plug-ins/help-browser/dialog.c:576
+#: ../plug-ins/help-browser/dialog.c:574
msgid "Reload current page"
msgstr "Recharge la page actuelle"
-#: ../plug-ins/help-browser/dialog.c:581
+#: ../plug-ins/help-browser/dialog.c:579
msgid "_Stop"
msgstr "_Arrêter"
-#: ../plug-ins/help-browser/dialog.c:581
+#: ../plug-ins/help-browser/dialog.c:579
msgid "Stop loading this page"
msgstr "Arrête le chargement de la page"
-#: ../plug-ins/help-browser/dialog.c:586
+#: ../plug-ins/help-browser/dialog.c:584
msgid "Go to the index page"
msgstr "Va à la page du sommaire"
-#: ../plug-ins/help-browser/dialog.c:591
+#: ../plug-ins/help-browser/dialog.c:589
msgid "C_opy location"
msgstr "C_opier l'emplacement"
-#: ../plug-ins/help-browser/dialog.c:592
+#: ../plug-ins/help-browser/dialog.c:590
msgid "Copy the location of this page to the clipboard"
msgstr "Copie l'emplacement de cette page dans le presse-papiers"
-#: ../plug-ins/help-browser/dialog.c:612
+#: ../plug-ins/help-browser/dialog.c:610
msgid "Find text in current page"
msgstr "Recherche du texte dans la page actuelle"
-#: ../plug-ins/help-browser/dialog.c:617
+#: ../plug-ins/help-browser/dialog.c:615
msgid "Find _Again"
msgstr "Reprendre l_a recherche"
-#: ../plug-ins/help-browser/dialog.c:629
+#: ../plug-ins/help-browser/dialog.c:634
msgid "S_how Index"
msgstr "Afficher le so_mmaire"
-#: ../plug-ins/help-browser/dialog.c:637
+#: ../plug-ins/help-browser/dialog.c:635
msgid "Toggle the visibility of the sidebar"
msgstr "Affiche ou masque le panneau latéral"
-#: ../plug-ins/help-browser/dialog.c:658
+#: ../plug-ins/help-browser/dialog.c:656
msgid "Visit the GIMP documentation website"
msgstr "Visiter le site Web de la documentation GIMP"
-#: ../plug-ins/help-browser/dialog.c:1175
+#: ../plug-ins/help-browser/dialog.c:1162
msgid "Find:"
msgstr "Chercher :"
-#: ../plug-ins/help-browser/dialog.c:1192
+#: ../plug-ins/help-browser/dialog.c:1179
msgctxt "search"
msgid "_Previous"
msgstr "_Précédent"
-#: ../plug-ins/help-browser/dialog.c:1204
+#: ../plug-ins/help-browser/dialog.c:1191
msgctxt "search"
msgid "_Next"
msgstr "_Suivant"
@@ -10741,8 +10742,7 @@ msgstr ""
#: ../plug-ins/help/gimphelpdomain.c:197
msgid "Perhaps you are missing GIO backends and need to install GVFS?"
msgstr ""
-"Il vous manque peut-être des moteurs GIO et il faudrait alors installer "
-"GVFS."
+"Il vous manque peut-être des moteurs GIO et il faudrait alors installer GVFS."
#: ../plug-ins/help/gimphelpdomain.c:216
#, c-format
@@ -12332,25 +12332,25 @@ msgstr "Attribut RDF requis : à propos du manquant dans « %s »"
msgid "Nested elements (<%s>) are not allowed in this context"
msgstr "Des éléments imbriqués (« %s ») ne sont pas autorisés dans ce contexte"
-#: ../plug-ins/metadata/xmp-parse.c:1005
+#: ../plug-ins/metadata/xmp-parse.c:1010
#, c-format
msgid "End of element <%s> not expected in this context"
msgstr "La fin de l'élément « %s » n'est pas attendue dans ce contexte"
-#: ../plug-ins/metadata/xmp-parse.c:1107
+#: ../plug-ins/metadata/xmp-parse.c:1112
#, c-format
msgid "The current element (<%s>) cannot contain text"
msgstr "L'élément courant (« %s ») ne peut contenir du texte"
-#: ../plug-ins/metadata/xmp-parse.c:1132
+#: ../plug-ins/metadata/xmp-parse.c:1137
msgid "XMP packets must start with "
msgstr "Les paquets XMP doivent commencer par "
-#: ../plug-ins/metadata/xmp-parse.c:1146
+#: ../plug-ins/metadata/xmp-parse.c:1151
msgid "XMP packets must end with "
msgstr "Les paquets XMP doivent finir par "
-#: ../plug-ins/metadata/xmp-parse.c:1159
+#: ../plug-ins/metadata/xmp-parse.c:1164
msgid "XMP cannot contain XML comments or processing instructions"
msgstr ""
"XMP ne peut contenir des commentaires XML ou des instructions de commandes"
@@ -12544,4 +12544,3 @@ msgstr "_Capture d'écran..."
#: ../plug-ins/win-snap/winsnap.c:1142
msgid "No data captured"
msgstr "Aucune donnée capturée"
-
diff --git a/po-plug-ins/it.po b/po-plug-ins/it.po
index f0d4a3d367..c5bdb75580 100644
--- a/po-plug-ins/it.po
+++ b/po-plug-ins/it.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gimp 2.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-04-27 00:42+0200\n"
-"PO-Revision-Date: 2009-04-27 00:43+0200\n"
+"POT-Creation-Date: 2009-08-20 23:02+0200\n"
+"PO-Revision-Date: 2009-08-20 22:55+0200\n"
"Last-Translator: Marco Ciampa \n"
"Language-Team: tp@lists.linux.it\n"
"MIME-Version: 1.0\n"
@@ -601,9 +601,9 @@ msgstr "_Verticale"
#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997
#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746
#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267
-#: ../plug-ins/file-bmp/bmp-read.c:590 ../plug-ins/file-faxg3/faxg3.c:478
-#: ../plug-ins/file-fits/fits.c:530 ../plug-ins/file-jpeg/jpeg-load.c:249
-#: ../plug-ins/file-jpeg/jpeg-load.c:761
+#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:617
+#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530
+#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761
#: ../plug-ins/file-psd/psd-image-res-load.c:995
#: ../plug-ins/file-psd/psd-load.c:1526 ../plug-ins/file-sgi/sgi.c:384
#: ../plug-ins/gfig/gfig-dialog.c:1284
@@ -679,12 +679,12 @@ msgid "Blur Radius"
msgstr "Raggio di sfocatura"
#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457
-#: ../plug-ins/common/noise-spread.c:384
+#: ../plug-ins/common/noise-spread.c:386
msgid "_Horizontal:"
msgstr "_Orizzontale:"
#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474
-#: ../plug-ins/common/noise-spread.c:388
+#: ../plug-ins/common/noise-spread.c:390
msgid "_Vertical:"
msgstr "_Verticale:"
@@ -1007,17 +1007,17 @@ msgstr "Carica le impostazioni del mixer dei canali"
#: ../plug-ins/common/file-compressor.c:666
#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361
#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662
-#: ../plug-ins/common/file-mng.c:1073 ../plug-ins/common/file-pat.c:330
+#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330
#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541
#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721
#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036
#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751
#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666
#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333
-#: ../plug-ins/common/file-svg.c:718 ../plug-ins/common/file-tga.c:442
+#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442
#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736
#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002
-#: ../plug-ins/file-bmp/bmp-read.c:154 ../plug-ins/file-faxg3/faxg3.c:233
+#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233
#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460
#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653
#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109
@@ -1049,14 +1049,14 @@ msgstr "Salva le impostazioni del mixer dei canali"
#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801
#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761
#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236
-#: ../plug-ins/common/file-mng.c:575 ../plug-ins/common/file-mng.c:909
+#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944
#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666
#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270
#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213
#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574
#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170
#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034
-#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2112
+#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111
#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476
#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008
#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635
@@ -3007,7 +3007,7 @@ msgstr "Carica tavolozza KISS"
#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603
#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741
#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520
-#: ../plug-ins/file-bmp/bmp-read.c:159 ../plug-ins/file-faxg3/faxg3.c:217
+#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217
#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646
#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136
#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363
@@ -3309,7 +3309,7 @@ msgstr "Cic_lo infinito"
msgid "_Delay between frames where unspecified:"
msgstr "Ritar_do predefinito tra fotogrammi:"
-#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1474
+#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507
msgid "milliseconds"
msgstr "millisecondi"
@@ -3554,103 +3554,103 @@ msgid "Couldn't losslessly save transparency, saving opacity instead."
msgstr ""
"Impossibile salvare senza degrado la trasparenza; salvataggio dell'opacità."
-#: ../plug-ins/common/file-mng.c:1254
+#: ../plug-ins/common/file-mng.c:1287
msgid "Save as MNG"
msgstr "Salva come MNG"
-#: ../plug-ins/common/file-mng.c:1274
+#: ../plug-ins/common/file-mng.c:1307
msgid "MNG Options"
msgstr "Opzioni MNG"
-#: ../plug-ins/common/file-mng.c:1280
+#: ../plug-ins/common/file-mng.c:1313
msgid "Interlace"
msgstr "Interlaccia"
-#: ../plug-ins/common/file-mng.c:1292
+#: ../plug-ins/common/file-mng.c:1325
msgid "Save background color"
msgstr "Salva colore di sfondo"
-#: ../plug-ins/common/file-mng.c:1303
+#: ../plug-ins/common/file-mng.c:1336
msgid "Save gamma"
msgstr "Salva la gamma"
-#: ../plug-ins/common/file-mng.c:1313
+#: ../plug-ins/common/file-mng.c:1346
msgid "Save resolution"
msgstr "Salva la risoluzione"
-#: ../plug-ins/common/file-mng.c:1324
+#: ../plug-ins/common/file-mng.c:1357
msgid "Save creation time"
msgstr "Salva la data di creazione"
-#: ../plug-ins/common/file-mng.c:1343
+#: ../plug-ins/common/file-mng.c:1376
msgid "PNG"
msgstr "PNG"
-#: ../plug-ins/common/file-mng.c:1344
+#: ../plug-ins/common/file-mng.c:1377
msgid "JNG"
msgstr "JNG"
-#: ../plug-ins/common/file-mng.c:1347
+#: ../plug-ins/common/file-mng.c:1380
msgid "PNG + delta PNG"
msgstr "PNG + delta PNG"
-#: ../plug-ins/common/file-mng.c:1348
+#: ../plug-ins/common/file-mng.c:1381
msgid "JNG + delta PNG"
msgstr "JNG + delta PNG"
-#: ../plug-ins/common/file-mng.c:1349
+#: ../plug-ins/common/file-mng.c:1382
msgid "All PNG"
msgstr "Tutti i PNG"
-#: ../plug-ins/common/file-mng.c:1350
+#: ../plug-ins/common/file-mng.c:1383
msgid "All JNG"
msgstr "Tutti i JNG"
-#: ../plug-ins/common/file-mng.c:1362
+#: ../plug-ins/common/file-mng.c:1395
msgid "Default chunks type:"
msgstr "Tipo blocchi predefiniti:"
-#: ../plug-ins/common/file-mng.c:1365
+#: ../plug-ins/common/file-mng.c:1398
msgid "Combine"
msgstr "Combina"
-#: ../plug-ins/common/file-mng.c:1366
+#: ../plug-ins/common/file-mng.c:1399
msgid "Replace"
msgstr "Rimpiazza"
-#: ../plug-ins/common/file-mng.c:1377
+#: ../plug-ins/common/file-mng.c:1410
msgid "Default frame disposal:"
msgstr "Disposizione predefinita fotogrammi:"
-#: ../plug-ins/common/file-mng.c:1389
+#: ../plug-ins/common/file-mng.c:1422
msgid "PNG compression level:"
msgstr "Livello di compressione PNG:"
-#: ../plug-ins/common/file-mng.c:1397 ../plug-ins/common/file-png.c:1908
+#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1908
msgid "Choose a high compression level for small file size"
msgstr "Scegliere una compressione alta per ottenere file piccoli"
-#: ../plug-ins/common/file-mng.c:1411
+#: ../plug-ins/common/file-mng.c:1444
msgid "JPEG compression quality:"
msgstr "Livello di compressione JPEG:"
-#: ../plug-ins/common/file-mng.c:1428
+#: ../plug-ins/common/file-mng.c:1461
msgid "JPEG smoothing factor:"
msgstr "Fattore di sfocatura JPEG:"
-#: ../plug-ins/common/file-mng.c:1438
+#: ../plug-ins/common/file-mng.c:1471
msgid "Animated MNG Options"
msgstr "Opzioni MNG animata"
-#: ../plug-ins/common/file-mng.c:1444
+#: ../plug-ins/common/file-mng.c:1477
msgid "Loop"
msgstr "Ciclico"
-#: ../plug-ins/common/file-mng.c:1458
+#: ../plug-ins/common/file-mng.c:1491
msgid "Default frame delay:"
msgstr "Ritardo predefinito fotogrammi:"
-#: ../plug-ins/common/file-mng.c:1531
+#: ../plug-ins/common/file-mng.c:1564
msgid "MNG animation"
msgstr "Animazione MNG"
@@ -3681,13 +3681,13 @@ msgstr "Impossibile leggere l'intestazione da '%s'"
msgid "'%s' is not a PCX file"
msgstr "'%s' non è un file PCX"
-#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:579
+#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:606
#: ../plug-ins/file-psd/psd-load.c:302
#, c-format
msgid "Unsupported or invalid image width: %d"
msgstr "Larghezza immagine non supportata o non valida: %d"
-#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:585
+#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:612
#: ../plug-ins/file-psd/psd-load.c:294
#, c-format
msgid "Unsupported or invalid image height: %d"
@@ -3983,7 +3983,7 @@ msgid "Rendering"
msgstr "Rendering"
#. Resolution
-#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:916
+#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929
#: ../plug-ins/common/file-wmf.c:692
msgid "Resolution:"
msgstr "Risoluzione:"
@@ -4310,7 +4310,7 @@ msgstr "RLE"
msgid "SVG image"
msgstr "Immagine SVG"
-#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:720
+#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733
msgid "Unknown reason"
msgstr "Motivo sconosciuto"
@@ -4336,51 +4336,51 @@ msgstr ""
"specifica l'ampiezza!"
#. Scalable Vector Graphics is SVG, should perhaps not be translated
-#: ../plug-ins/common/file-svg.c:729
+#: ../plug-ins/common/file-svg.c:742
msgid "Render Scalable Vector Graphics"
msgstr "Renderizza Grafica Vettoriale Scalabile (SVG)"
#. Width and Height
-#: ../plug-ins/common/file-svg.c:795 ../plug-ins/common/file-wmf.c:571
+#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571
#: ../plug-ins/common/grid.c:724
msgid "Width:"
msgstr "Larghezza:"
-#: ../plug-ins/common/file-svg.c:801 ../plug-ins/common/file-wmf.c:577
+#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577
msgid "Height:"
msgstr "Altezza:"
-#: ../plug-ins/common/file-svg.c:875 ../plug-ins/common/file-wmf.c:651
+#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651
msgid "_X ratio:"
msgstr "Rapporto _X:"
-#: ../plug-ins/common/file-svg.c:897 ../plug-ins/common/file-wmf.c:673
+#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673
msgid "_Y ratio:"
msgstr "Rapporto _Y:"
-#: ../plug-ins/common/file-svg.c:911 ../plug-ins/common/file-wmf.c:687
+#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687
msgid "Constrain aspect ratio"
msgstr "Mantieni rapporto dimensioni"
-#: ../plug-ins/common/file-svg.c:922 ../plug-ins/common/file-wmf.c:698
+#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698
#: ../plug-ins/print/print-page-layout.c:273
#, c-format
msgid "pixels/%a"
msgstr "Punti/%a"
#. Path Import
-#: ../plug-ins/common/file-svg.c:942
+#: ../plug-ins/common/file-svg.c:955
msgid "Import _paths"
msgstr "Importa _tracciati"
-#: ../plug-ins/common/file-svg.c:948
+#: ../plug-ins/common/file-svg.c:961
msgid ""
"Import path elements of the SVG so they can be used with the GIMP path tool"
msgstr ""
"Importa i tracciati dal file SVG in modo da poterli usare con lo strumento "
"tracciati di GIMP"
-#: ../plug-ins/common/file-svg.c:961
+#: ../plug-ins/common/file-svg.c:974
msgid "Merge imported paths"
msgstr "Fondi tracciati importati"
@@ -4695,7 +4695,7 @@ msgid "Composing images"
msgstr "Composizione immagini"
#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216
-#: ../plug-ins/help-browser/dialog.c:1133
+#: ../plug-ins/help-browser/dialog.c:1120
msgid "Untitled"
msgstr "Senza nome"
@@ -5607,35 +5607,35 @@ msgstr "Invia l'immagine per email"
msgid "Send by E_mail..."
msgstr "Invia per email..."
-#: ../plug-ins/common/mail.c:408
+#: ../plug-ins/common/mail.c:407
msgid "Send by Email"
msgstr "Invia per email"
-#: ../plug-ins/common/mail.c:413
+#: ../plug-ins/common/mail.c:412
msgid "_Send"
msgstr "_Spedisci"
-#: ../plug-ins/common/mail.c:445
+#: ../plug-ins/common/mail.c:444
msgid "_Filename:"
msgstr "_Nome file:"
-#: ../plug-ins/common/mail.c:457
+#: ../plug-ins/common/mail.c:456
msgid "_To:"
msgstr "_A:"
-#: ../plug-ins/common/mail.c:471
+#: ../plug-ins/common/mail.c:470
msgid "_From:"
msgstr "_Da:"
-#: ../plug-ins/common/mail.c:483
+#: ../plug-ins/common/mail.c:482
msgid "S_ubject:"
msgstr "_Oggetto:"
-#: ../plug-ins/common/mail.c:592
+#: ../plug-ins/common/mail.c:591
msgid "some sort of error with the file extension or lack thereof"
msgstr "estensione del file errata o mancante"
-#: ../plug-ins/common/mail.c:726
+#: ../plug-ins/common/mail.c:725
#, c-format
msgid "Could not start sendmail (%s)"
msgstr "Impossibile eseguire sendmail (%s)"
@@ -6061,11 +6061,11 @@ msgstr "Di_ffusione..."
msgid "Spreading"
msgstr "Diffusione"
-#: ../plug-ins/common/noise-spread.c:344
+#: ../plug-ins/common/noise-spread.c:346
msgid "Spread"
msgstr "Diffusione"
-#: ../plug-ins/common/noise-spread.c:369
+#: ../plug-ins/common/noise-spread.c:371
msgid "Spread Amount"
msgstr "Ammontare della diffusione"
@@ -6435,7 +6435,7 @@ msgstr "Contorni"
#: ../plug-ins/common/ripple.c:566
msgid "_Blank"
-msgstr "_Vuoto"
+msgstr "_Cancella"
#. Wave toggle box
#: ../plug-ins/common/ripple.c:588
@@ -7063,11 +7063,11 @@ msgstr "Luce"
msgid "File '%s' is not a valid save file."
msgstr "\"%s\" non è un file di salvataggio valido."
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Open File"
msgstr "Apri file"
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Save File"
msgstr "Salva file"
@@ -7174,7 +7174,7 @@ msgstr "Crea un'immagine di una sfera con texture"
msgid "Sphere _Designer..."
msgstr "_Designer sfera..."
-#: ../plug-ins/common/sphere-designer.c:3074
+#: ../plug-ins/common/sphere-designer.c:3080
msgid "Region selected for plug-in is empty"
msgstr "La regione selezionata per il plug-in è vuota"
@@ -8091,36 +8091,36 @@ msgstr "_Forza:"
msgid "Higher values increase the magnitude of the effect"
msgstr "Valori alti possono incrementarne l'effetto"
-#: ../plug-ins/file-bmp/bmp-read.c:86
+#: ../plug-ins/file-bmp/bmp-read.c:88
msgid "Bad colormap"
msgstr "Mappa colore non valida"
-#: ../plug-ins/file-bmp/bmp-read.c:170 ../plug-ins/file-bmp/bmp-read.c:180
-#: ../plug-ins/file-bmp/bmp-read.c:187 ../plug-ins/file-bmp/bmp-read.c:196
-#: ../plug-ins/file-bmp/bmp-read.c:211 ../plug-ins/file-bmp/bmp-read.c:395
-#: ../plug-ins/file-bmp/bmp-read.c:403 ../plug-ins/file-bmp/bmp-read.c:411
-#: ../plug-ins/file-bmp/bmp-read.c:419
+#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182
+#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198
+#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:422
+#: ../plug-ins/file-bmp/bmp-read.c:430 ../plug-ins/file-bmp/bmp-read.c:438
+#: ../plug-ins/file-bmp/bmp-read.c:446
#, c-format
msgid "'%s' is not a valid BMP file"
msgstr "'%s' non è un file BMP valido"
-#: ../plug-ins/file-bmp/bmp-read.c:225 ../plug-ins/file-bmp/bmp-read.c:252
-#: ../plug-ins/file-bmp/bmp-read.c:280 ../plug-ins/file-bmp/bmp-read.c:345
-#: ../plug-ins/file-bmp/bmp-read.c:371
+#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254
+#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347
+#: ../plug-ins/file-bmp/bmp-read.c:397
#, c-format
msgid "Error reading BMP file header from '%s'"
msgstr "Errore lettura intestazione file BMP da '%s'"
-#: ../plug-ins/file-bmp/bmp-read.c:531
+#: ../plug-ins/file-bmp/bmp-read.c:558
msgid "Unrecognized or invalid BMP compression format."
msgstr "Formato di compressione BMP non riconosciuto o non valido."
-#: ../plug-ins/file-bmp/bmp-read.c:573
+#: ../plug-ins/file-bmp/bmp-read.c:600
msgid "Unsupported or invalid bitdepth."
msgstr "Profondità di colore (in bit) non supportata o non valida."
-#: ../plug-ins/file-bmp/bmp-read.c:761 ../plug-ins/file-bmp/bmp-read.c:802
-#: ../plug-ins/file-bmp/bmp-read.c:852
+#: ../plug-ins/file-bmp/bmp-read.c:788 ../plug-ins/file-bmp/bmp-read.c:829
+#: ../plug-ins/file-bmp/bmp-read.c:879
msgid "The bitmap ends unexpectedly."
msgstr "La bitmap termina in maniera inaspettata."
@@ -10588,76 +10588,76 @@ msgid "_Second Flares"
msgstr "Riverberi _secondari"
#: ../plug-ins/help-browser/dialog.c:186
-#: ../plug-ins/help-browser/dialog.c:1134
+#: ../plug-ins/help-browser/dialog.c:1121
msgid "GIMP Help Browser"
msgstr "Navigatore della guida di Gimp"
-#: ../plug-ins/help-browser/dialog.c:566
+#: ../plug-ins/help-browser/dialog.c:564
msgid "Go back one page"
msgstr "Indietro di una pagina"
-#: ../plug-ins/help-browser/dialog.c:571
+#: ../plug-ins/help-browser/dialog.c:569
msgid "Go forward one page"
msgstr "Avanti di una pagina"
-#: ../plug-ins/help-browser/dialog.c:576
+#: ../plug-ins/help-browser/dialog.c:574
msgid "_Reload"
msgstr "_Ricarica"
-#: ../plug-ins/help-browser/dialog.c:576
+#: ../plug-ins/help-browser/dialog.c:574
msgid "Reload current page"
msgstr "Ricarica la pagina corrente"
-#: ../plug-ins/help-browser/dialog.c:581
+#: ../plug-ins/help-browser/dialog.c:579
msgid "_Stop"
msgstr "_Stop"
-#: ../plug-ins/help-browser/dialog.c:581
+#: ../plug-ins/help-browser/dialog.c:579
msgid "Stop loading this page"
msgstr "Blocca il caricamento di questa pagina"
-#: ../plug-ins/help-browser/dialog.c:586
+#: ../plug-ins/help-browser/dialog.c:584
msgid "Go to the index page"
msgstr "Vai all'indice"
-#: ../plug-ins/help-browser/dialog.c:591
+#: ../plug-ins/help-browser/dialog.c:589
msgid "C_opy location"
msgstr "C_opia posizione"
-#: ../plug-ins/help-browser/dialog.c:592
+#: ../plug-ins/help-browser/dialog.c:590
msgid "Copy the location of this page to the clipboard"
msgstr "Copia la posizione di questa pagina negli appunti"
-#: ../plug-ins/help-browser/dialog.c:612
+#: ../plug-ins/help-browser/dialog.c:610
msgid "Find text in current page"
msgstr "Trova il testo nella pagina corrente"
-#: ../plug-ins/help-browser/dialog.c:617
+#: ../plug-ins/help-browser/dialog.c:615
msgid "Find _Again"
msgstr "Trova _ancora"
-#: ../plug-ins/help-browser/dialog.c:636
+#: ../plug-ins/help-browser/dialog.c:634
msgid "S_how Index"
msgstr "_Mostra l'indice"
-#: ../plug-ins/help-browser/dialog.c:637
+#: ../plug-ins/help-browser/dialog.c:635
msgid "Toggle the visibility of the sidebar"
msgstr "Commuta la visibilità della barra laterale"
-#: ../plug-ins/help-browser/dialog.c:658
+#: ../plug-ins/help-browser/dialog.c:656
msgid "Visit the GIMP documentation website"
msgstr "Visita il sito di documentazione di GIMP"
-#: ../plug-ins/help-browser/dialog.c:1175
+#: ../plug-ins/help-browser/dialog.c:1162
msgid "Find:"
msgstr "Trova:"
-#: ../plug-ins/help-browser/dialog.c:1192
+#: ../plug-ins/help-browser/dialog.c:1179
msgctxt "search"
msgid "_Previous"
msgstr "_Precedente"
-#: ../plug-ins/help-browser/dialog.c:1204
+#: ../plug-ins/help-browser/dialog.c:1191
msgctxt "search"
msgid "_Next"
msgstr "_Successivo"
@@ -12266,25 +12266,25 @@ msgstr "Richiesto attributo rdf:about mancante in <%s>"
msgid "Nested elements (<%s>) are not allowed in this context"
msgstr "Gli elementi annidati (<%s>) non sono permessi in questo contesto"
-#: ../plug-ins/metadata/xmp-parse.c:1005
+#: ../plug-ins/metadata/xmp-parse.c:1010
#, c-format
msgid "End of element <%s> not expected in this context"
msgstr "Fine dell'elemento <%s> non attesa in questo contesto"
-#: ../plug-ins/metadata/xmp-parse.c:1107
+#: ../plug-ins/metadata/xmp-parse.c:1112
#, c-format
msgid "The current element (<%s>) cannot contain text"
msgstr "L'elemento corrente (<%s>) non può contenere testo"
-#: ../plug-ins/metadata/xmp-parse.c:1132
+#: ../plug-ins/metadata/xmp-parse.c:1137
msgid "XMP packets must start with "
msgstr "I pacchetti XMP devono cominciare con "
-#: ../plug-ins/metadata/xmp-parse.c:1146
+#: ../plug-ins/metadata/xmp-parse.c:1151
msgid "XMP packets must end with "
msgstr "I pacchetti XMP devono finire con "
-#: ../plug-ins/metadata/xmp-parse.c:1159
+#: ../plug-ins/metadata/xmp-parse.c:1164
msgid "XMP cannot contain XML comments or processing instructions"
msgstr "XMP non può contenere commenti XML o istruzioni di processo"
diff --git a/po-plug-ins/ja.po b/po-plug-ins/ja.po
index e45ef1169e..504ac75823 100644
--- a/po-plug-ins/ja.po
+++ b/po-plug-ins/ja.po
@@ -1,24 +1,25 @@
# GIMP plug-ins message translation table
-# Copyright (C) 1999-2001 Free Software Foundation, Inc.
+# Copyright (C) 1999-2009 Free Software Foundation, Inc.
# SHIRASAKI Yasuhiro , 1999-2001.
# Takashi Kido , 2000.
# Ryoichi INAGAKI , 2003.
# Tadashi Jokagi , 2005.
-# Nishibori Kiyotaka , 2008
+# Nishibori Kiyotaka , 2008-2009.
#
msgid ""
msgstr ""
-"Project-Id-Version: gimp trunk\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-21 22:13+0900\n"
-"PO-Revision-Date: 2009-07-21 22:39+0900\n"
+"Project-Id-Version: gimp gimp-2-6\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
+"product=gimp&component=Internationalisation\n"
+"POT-Creation-Date: 2009-10-03 21:12+0900\n"
+"PO-Revision-Date: 2009-09-28 22:49+0900\n"
"Last-Translator: Nishibori Kiyotaka \n"
-"Language-Team: Japanese \n"
+"Language-Team: Japanese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Bookmarks: 1312,539,750,776,788,796,1925,1629,8,1692\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#: ../plug-ins/color-rotate/color-rotate-dialog.c:119
msgid "Original"
@@ -42,8 +43,7 @@ msgstr "レイヤー全体"
#. Create selection
#: ../plug-ins/color-rotate/color-rotate-dialog.c:173
-#: ../plug-ins/common/film.c:966
-#: ../plug-ins/imagemap/imap_selection.c:367
+#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367
#: ../plug-ins/selection-to-path/selection-to-path.c:433
msgid "Selection"
msgstr "選択範囲"
@@ -55,8 +55,7 @@ msgstr "状況に応じて"
#. spinbutton 1
#: ../plug-ins/color-rotate/color-rotate-dialog.c:299
#: ../plug-ins/color-rotate/color-rotate-dialog.c:377
-#: ../plug-ins/common/color-to-alpha.c:410
-#: ../plug-ins/file-fli/fli-gimp.c:875
+#: ../plug-ins/common/color-to-alpha.c:410 ../plug-ins/file-fli/fli-gimp.c:875
#: ../plug-ins/file-fli/fli-gimp.c:945
msgid "From:"
msgstr "最初: "
@@ -64,14 +63,12 @@ msgstr "最初: "
#. spinbutton 2
#: ../plug-ins/color-rotate/color-rotate-dialog.c:325
#: ../plug-ins/color-rotate/color-rotate-dialog.c:378
-#: ../plug-ins/file-fli/fli-gimp.c:884
-#: ../plug-ins/file-fli/fli-gimp.c:954
+#: ../plug-ins/file-fli/fli-gimp.c:884 ../plug-ins/file-fli/fli-gimp.c:954
msgid "To:"
msgstr "宛: "
#: ../plug-ins/color-rotate/color-rotate-dialog.c:419
-#: ../plug-ins/common/file-ps.c:3231
-#: ../plug-ins/imagemap/imap_menu.c:214
+#: ../plug-ins/common/file-ps.c:3231 ../plug-ins/imagemap/imap_menu.c:214
msgid "Gray"
msgstr "グレー"
@@ -155,7 +152,8 @@ msgstr "すべて選択"
#: ../plug-ins/color-rotate/color-rotate.c:99
msgid "Replace a range of colors with another"
-msgstr "色相環上の色範囲を他の位置に移動したり、グレーの色としての扱いを調整します"
+msgstr ""
+"色相環上の色範囲を他の位置に移動したり、グレーの色としての扱いを調整します"
#: ../plug-ins/color-rotate/color-rotate.c:106
msgid "_Rotate Colors..."
@@ -253,23 +251,19 @@ msgstr "エイリアンマップ: 変換しています"
msgid "Alien Map"
msgstr "エイリアンマップ"
-#: ../plug-ins/common/alien-map.c:441
-#: ../plug-ins/common/alien-map.c:465
+#: ../plug-ins/common/alien-map.c:441 ../plug-ins/common/alien-map.c:465
#: ../plug-ins/common/alien-map.c:489
msgid "Number of cycles covering full value range"
msgstr "値全体をカバーする周波数"
-#: ../plug-ins/common/alien-map.c:453
-#: ../plug-ins/common/alien-map.c:477
+#: ../plug-ins/common/alien-map.c:453 ../plug-ins/common/alien-map.c:477
#: ../plug-ins/common/alien-map.c:501
msgid "Phase angle, range 0-360"
msgstr "位相角、範囲は 0-360"
#. Propagate Mode
-#: ../plug-ins/common/alien-map.c:515
-#: ../plug-ins/common/hot.c:611
-#: ../plug-ins/common/value-propagate.c:1120
-#: ../plug-ins/common/waves.c:277
+#: ../plug-ins/common/alien-map.c:515 ../plug-ins/common/hot.c:611
+#: ../plug-ins/common/value-propagate.c:1120 ../plug-ins/common/waves.c:277
msgid "Mode"
msgstr "モード"
@@ -298,12 +292,9 @@ msgid "Align Visible Layers"
msgstr "可視レイヤーの整列"
#. if and how to center the image on the page
-#: ../plug-ins/common/align-layers.c:424
-#: ../plug-ins/common/align-layers.c:455
-#: ../plug-ins/common/cml-explorer.c:166
-#: ../plug-ins/common/file-ps.c:3247
-#: ../plug-ins/common/file-ps.c:3259
-#: ../plug-ins/common/file-psp.c:661
+#: ../plug-ins/common/align-layers.c:424 ../plug-ins/common/align-layers.c:455
+#: ../plug-ins/common/cml-explorer.c:166 ../plug-ins/common/file-ps.c:3247
+#: ../plug-ins/common/file-ps.c:3259 ../plug-ins/common/file-psp.c:661
#: ../plug-ins/file-fits/fits.c:1045
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:999
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1040
@@ -313,8 +304,7 @@ msgstr "可視レイヤーの整列"
msgid "None"
msgstr "なし"
-#: ../plug-ins/common/align-layers.c:425
-#: ../plug-ins/common/align-layers.c:456
+#: ../plug-ins/common/align-layers.c:425 ../plug-ins/common/align-layers.c:456
msgid "Collect"
msgstr "合わせる"
@@ -326,8 +316,7 @@ msgstr "左から右へ順番に"
msgid "Fill (right to left)"
msgstr "右から左へ順番に"
-#: ../plug-ins/common/align-layers.c:428
-#: ../plug-ins/common/align-layers.c:459
+#: ../plug-ins/common/align-layers.c:428 ../plug-ins/common/align-layers.c:459
msgid "Snap to grid"
msgstr "グリッドに付ける"
@@ -339,8 +328,7 @@ msgstr "水平方向スタイル(_H): "
msgid "Left edge"
msgstr "左端"
-#: ../plug-ins/common/align-layers.c:442
-#: ../plug-ins/common/align-layers.c:472
+#: ../plug-ins/common/align-layers.c:442 ../plug-ins/common/align-layers.c:472
#: ../plug-ins/gradient-flare/gradient-flare.c:2713
msgid "Center"
msgstr "中央"
@@ -546,8 +534,7 @@ msgstr "キャンバス地"
#. *****************************************************
#. radio buttons for choosing LEFT or RIGHT
#. *************************************************
-#: ../plug-ins/common/apply-canvas.c:1292
-#: ../plug-ins/common/wind.c:945
+#: ../plug-ins/common/apply-canvas.c:1292 ../plug-ins/common/wind.c:945
#: ../plug-ins/lighting/lighting-ui.c:518
msgid "Direction"
msgstr "方向"
@@ -568,10 +555,8 @@ msgstr "左下(_B)"
msgid "Bottom-_right"
msgstr "右下(_R)"
-#: ../plug-ins/common/apply-canvas.c:1324
-#: ../plug-ins/common/bump-map.c:916
-#: ../plug-ins/common/emboss.c:523
-#: ../plug-ins/common/fractal-trace.c:796
+#: ../plug-ins/common/apply-canvas.c:1324 ../plug-ins/common/bump-map.c:916
+#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractal-trace.c:796
#: ../plug-ins/map-object/map-object-ui.c:573
msgid "_Depth:"
msgstr "深度(_D): "
@@ -593,65 +578,45 @@ msgid "Blinds"
msgstr "ブラインド"
#. Orientation toggle box
-#: ../plug-ins/common/blinds.c:260
-#: ../plug-ins/common/ripple.c:539
+#: ../plug-ins/common/blinds.c:260 ../plug-ins/common/ripple.c:539
msgid "Orientation"
msgstr "向き"
-#: ../plug-ins/common/blinds.c:264
-#: ../plug-ins/common/ripple.c:543
-#: ../plug-ins/common/tile-small.c:426
-#: ../plug-ins/pagecurl/pagecurl.c:534
+#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543
+#: ../plug-ins/common/tile-small.c:426 ../plug-ins/pagecurl/pagecurl.c:534
msgid "_Horizontal"
msgstr "水平(_H)"
-#: ../plug-ins/common/blinds.c:265
-#: ../plug-ins/common/ripple.c:544
-#: ../plug-ins/common/tile-small.c:436
-#: ../plug-ins/pagecurl/pagecurl.c:533
+#: ../plug-ins/common/blinds.c:265 ../plug-ins/common/ripple.c:544
+#: ../plug-ins/common/tile-small.c:436 ../plug-ins/pagecurl/pagecurl.c:533
msgid "_Vertical"
msgstr "垂直(_V)"
#.
#. * Create the "background" layer to hold the image...
#.
-#: ../plug-ins/common/blinds.c:278
-#: ../plug-ins/common/compose.c:935
-#: ../plug-ins/common/decompose.c:723
-#: ../plug-ins/common/file-cel.c:362
-#: ../plug-ins/common/file-cel.c:365
-#: ../plug-ins/common/file-dicom.c:557
-#: ../plug-ins/common/file-gif-load.c:911
-#: ../plug-ins/common/file-pcx.c:412
-#: ../plug-ins/common/file-pcx.c:418
-#: ../plug-ins/common/file-pix.c:382
-#: ../plug-ins/common/file-png.c:852
-#: ../plug-ins/common/file-pnm.c:585
-#: ../plug-ins/common/file-raw.c:712
-#: ../plug-ins/common/file-sunras.c:975
-#: ../plug-ins/common/file-tga.c:1064
-#: ../plug-ins/common/file-tiff-load.c:997
-#: ../plug-ins/common/file-xbm.c:896
-#: ../plug-ins/common/film.c:746
-#: ../plug-ins/common/smooth-palette.c:257
-#: ../plug-ins/common/tile.c:267
-#: ../plug-ins/file-bmp/bmp-read.c:590
-#: ../plug-ins/file-faxg3/faxg3.c:478
-#: ../plug-ins/file-fits/fits.c:530
-#: ../plug-ins/file-jpeg/jpeg-load.c:249
-#: ../plug-ins/file-jpeg/jpeg-load.c:761
+#: ../plug-ins/common/blinds.c:278 ../plug-ins/common/compose.c:935
+#: ../plug-ins/common/decompose.c:723 ../plug-ins/common/file-cel.c:362
+#: ../plug-ins/common/file-cel.c:365 ../plug-ins/common/file-dicom.c:557
+#: ../plug-ins/common/file-gif-load.c:911 ../plug-ins/common/file-pcx.c:412
+#: ../plug-ins/common/file-pcx.c:418 ../plug-ins/common/file-pix.c:382
+#: ../plug-ins/common/file-png.c:852 ../plug-ins/common/file-pnm.c:585
+#: ../plug-ins/common/file-raw.c:712 ../plug-ins/common/file-sunras.c:975
+#: ../plug-ins/common/file-tga.c:1064 ../plug-ins/common/file-tiff-load.c:997
+#: ../plug-ins/common/file-xbm.c:896 ../plug-ins/common/film.c:746
+#: ../plug-ins/common/smooth-palette.c:257 ../plug-ins/common/tile.c:267
+#: ../plug-ins/file-bmp/bmp-read.c:382 ../plug-ins/file-bmp/bmp-read.c:617
+#: ../plug-ins/file-faxg3/faxg3.c:478 ../plug-ins/file-fits/fits.c:530
+#: ../plug-ins/file-jpeg/jpeg-load.c:249 ../plug-ins/file-jpeg/jpeg-load.c:761
#: ../plug-ins/file-psd/psd-image-res-load.c:995
-#: ../plug-ins/file-psd/psd-load.c:1526
-#: ../plug-ins/file-sgi/sgi.c:384
+#: ../plug-ins/file-psd/psd-load.c:1526 ../plug-ins/file-sgi/sgi.c:384
#: ../plug-ins/gfig/gfig-dialog.c:1284
-#: ../plug-ins/gimpressionist/general.c:140
-#: ../plug-ins/twain/twain.c:568
+#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/twain/twain.c:568
#: ../plug-ins/win-snap/winsnap.c:1155
msgid "Background"
msgstr "背景"
-#: ../plug-ins/common/blinds.c:282
-#: ../plug-ins/common/fractal-trace.c:738
+#: ../plug-ins/common/blinds.c:282 ../plug-ins/common/fractal-trace.c:738
#: ../plug-ins/common/tile-paper.c:384
msgid "_Transparent"
msgstr "透明(_T)"
@@ -678,16 +643,11 @@ msgid "Selective Gaussian Blur"
msgstr "選択的ガウシアンぼかし"
#: ../plug-ins/common/blur-gauss-selective.c:211
-#: ../plug-ins/common/blur-gauss.c:448
-#: ../plug-ins/common/cartoon.c:232
-#: ../plug-ins/common/edge-dog.c:267
-#: ../plug-ins/common/edge-neon.c:228
-#: ../plug-ins/common/edge-sobel.c:212
-#: ../plug-ins/common/photocopy.c:244
-#: ../plug-ins/common/pixelize.c:293
-#: ../plug-ins/common/softglow.c:224
-#: ../plug-ins/file-sgi/sgi.c:536
-#: ../plug-ins/file-xjt/xjt.c:1701
+#: ../plug-ins/common/blur-gauss.c:448 ../plug-ins/common/cartoon.c:232
+#: ../plug-ins/common/edge-dog.c:267 ../plug-ins/common/edge-neon.c:228
+#: ../plug-ins/common/edge-sobel.c:212 ../plug-ins/common/photocopy.c:244
+#: ../plug-ins/common/pixelize.c:293 ../plug-ins/common/softglow.c:224
+#: ../plug-ins/file-sgi/sgi.c:536 ../plug-ins/file-xjt/xjt.c:1701
#: ../plug-ins/gradient-flare/gradient-flare.c:966
msgid "Cannot operate on indexed color images."
msgstr "インデックス画像には適用できません"
@@ -708,15 +668,12 @@ msgstr "最もシンプルで良く使われるぼかしです"
msgid "_Gaussian Blur..."
msgstr "ガウシアンぼかし(_G)..."
-#: ../plug-ins/common/blur-gauss.c:179
-#: ../plug-ins/common/blur-gauss.c:199
-#: ../plug-ins/common/blur-gauss.c:219
-#: ../plug-ins/common/blur-gauss.c:239
+#: ../plug-ins/common/blur-gauss.c:179 ../plug-ins/common/blur-gauss.c:199
+#: ../plug-ins/common/blur-gauss.c:219 ../plug-ins/common/blur-gauss.c:239
msgid "Apply a gaussian blur"
msgstr "ガウシアンぼかしを適用しています"
-#: ../plug-ins/common/blur-gauss.c:428
-#: ../plug-ins/common/blur-gauss.c:478
+#: ../plug-ins/common/blur-gauss.c:428 ../plug-ins/common/blur-gauss.c:478
msgid "Gaussian Blur"
msgstr "ガウシアンぼかし"
@@ -725,14 +682,12 @@ msgstr "ガウシアンぼかし"
msgid "Blur Radius"
msgstr "ぼかし半径"
-#: ../plug-ins/common/blur-gauss.c:522
-#: ../plug-ins/common/jigsaw.c:2457
+#: ../plug-ins/common/blur-gauss.c:522 ../plug-ins/common/jigsaw.c:2457
#: ../plug-ins/common/noise-spread.c:386
msgid "_Horizontal:"
msgstr "水平(_H): "
-#: ../plug-ins/common/blur-gauss.c:526
-#: ../plug-ins/common/jigsaw.c:2474
+#: ../plug-ins/common/blur-gauss.c:526 ../plug-ins/common/jigsaw.c:2474
#: ../plug-ins/common/noise-spread.c:390
msgid "_Vertical:"
msgstr "垂直(_V): "
@@ -749,13 +704,11 @@ msgstr "_IIR"
msgid "_RLE"
msgstr "_RLE"
-#: ../plug-ins/common/blur-motion.c:157
-#: ../plug-ins/common/blur-motion.c:171
+#: ../plug-ins/common/blur-motion.c:157 ../plug-ins/common/blur-motion.c:171
msgid "Simulate movement using directional blur"
msgstr "指向性のあるぼかし方で「動き」を表現します"
-#: ../plug-ins/common/blur-motion.c:164
-#: ../plug-ins/common/blur-motion.c:177
+#: ../plug-ins/common/blur-motion.c:164 ../plug-ins/common/blur-motion.c:177
msgid "_Motion Blur..."
msgstr "モーションぼかし(_M)..."
@@ -790,20 +743,16 @@ msgstr "拡大(_Z)"
msgid "Blur Center"
msgstr "ぼかしの中心"
-#: ../plug-ins/common/blur-motion.c:1094
-#: ../plug-ins/common/lens-flare.c:772
-#: ../plug-ins/common/nova.c:463
-#: ../plug-ins/common/tile-paper.c:282
+#: ../plug-ins/common/blur-motion.c:1094 ../plug-ins/common/lens-flare.c:772
+#: ../plug-ins/common/nova.c:463 ../plug-ins/common/tile-paper.c:282
#: ../plug-ins/flame/flame.c:1251
#: ../plug-ins/gradient-flare/gradient-flare.c:2725
#: ../plug-ins/lighting/lighting-ui.c:477
msgid "_X:"
msgstr "_X:"
-#: ../plug-ins/common/blur-motion.c:1099
-#: ../plug-ins/common/lens-flare.c:777
-#: ../plug-ins/common/nova.c:468
-#: ../plug-ins/common/tile-paper.c:291
+#: ../plug-ins/common/blur-motion.c:1099 ../plug-ins/common/lens-flare.c:777
+#: ../plug-ins/common/nova.c:468 ../plug-ins/common/tile-paper.c:291
#: ../plug-ins/flame/flame.c:1265
#: ../plug-ins/gradient-flare/gradient-flare.c:2729
#: ../plug-ins/lighting/lighting-ui.c:492
@@ -823,21 +772,21 @@ msgstr "ぼかしのパラメータ"
msgid "L_ength:"
msgstr "長さ(_E): "
-#: ../plug-ins/common/blur-motion.c:1138
-#: ../plug-ins/common/newsprint.c:1001
+#: ../plug-ins/common/blur-motion.c:1138 ../plug-ins/common/newsprint.c:1001
msgid "_Angle:"
msgstr "角度(_A): "
#: ../plug-ins/common/blur.c:125
msgid "Simple blur, fast but not very strong"
-msgstr "単純なぼかしを適用します。処理速度は速いですがぼかし度合いはあまり強くありません。"
+msgstr ""
+"単純なぼかしを適用します。処理速度は速いですがぼかし度合いはあまり強くありま"
+"せん。"
#: ../plug-ins/common/blur.c:134
msgid "_Blur"
msgstr "ぼかし(_B)"
-#: ../plug-ins/common/blur.c:178
-#: ../plug-ins/common/unsharp-mask.c:439
+#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp-mask.c:439
msgid "Blurring"
msgstr "ぼかしています"
@@ -896,20 +845,17 @@ msgid "_Bump map:"
msgstr "バンプマップ(_B): "
#. Map type menu
-#: ../plug-ins/common/bump-map.c:835
-#: ../plug-ins/flame/flame.c:748
+#: ../plug-ins/common/bump-map.c:835 ../plug-ins/flame/flame.c:748
#: ../plug-ins/lighting/lighting-ui.c:842
msgid "Linear"
msgstr "線形"
-#: ../plug-ins/common/bump-map.c:836
-#: ../plug-ins/flame/flame.c:750
+#: ../plug-ins/common/bump-map.c:836 ../plug-ins/flame/flame.c:750
#: ../plug-ins/lighting/lighting-ui.c:845
msgid "Spherical"
msgstr "球面"
-#: ../plug-ins/common/bump-map.c:837
-#: ../plug-ins/flame/flame.c:749
+#: ../plug-ins/common/bump-map.c:837 ../plug-ins/flame/flame.c:749
#: ../plug-ins/lighting/lighting-ui.c:844
msgid "Sinusoidal"
msgstr "波状"
@@ -933,8 +879,7 @@ msgstr "反転バンプマップ(_N)"
msgid "_Tile bumpmap"
msgstr "タイルバンプマップ(_T)"
-#: ../plug-ins/common/bump-map.c:892
-#: ../plug-ins/common/emboss.c:499
+#: ../plug-ins/common/bump-map.c:892 ../plug-ins/common/emboss.c:499
msgid "_Azimuth:"
msgstr "方向(_A): "
@@ -942,18 +887,19 @@ msgstr "方向(_A): "
msgid "_Elevation:"
msgstr "持ち上げ(_E): "
-#: ../plug-ins/common/bump-map.c:930
-#: ../plug-ins/common/file-ps.c:3398
+#: ../plug-ins/common/bump-map.c:930 ../plug-ins/common/file-ps.c:3398
msgid "_X offset:"
msgstr "X オフセット(_X): "
-#: ../plug-ins/common/bump-map.c:933
-#: ../plug-ins/common/bump-map.c:947
-msgid "The offset can be adjusted by dragging the preview using the middle mouse button."
-msgstr "オフセットは、プレビューをマウスの中ボタンでドラッグして調整することもできます"
+#: ../plug-ins/common/bump-map.c:933 ../plug-ins/common/bump-map.c:947
+msgid ""
+"The offset can be adjusted by dragging the preview using the middle mouse "
+"button."
+msgstr ""
+"オフセットは、プレビューをマウスの中ボタンでドラッグして調整することもできま"
+"す"
-#: ../plug-ins/common/bump-map.c:944
-#: ../plug-ins/common/file-ps.c:3407
+#: ../plug-ins/common/bump-map.c:944 ../plug-ins/common/file-ps.c:3407
msgid "_Y offset:"
msgstr "Y オフセット(_Y): "
@@ -977,8 +923,7 @@ msgstr "漫画(_R)..."
msgid "Cartoon"
msgstr "漫画"
-#: ../plug-ins/common/cartoon.c:848
-#: ../plug-ins/common/photocopy.c:876
+#: ../plug-ins/common/cartoon.c:848 ../plug-ins/common/photocopy.c:876
msgid "_Mask radius:"
msgstr "マスク半径(_M): "
@@ -1007,59 +952,44 @@ msgid "O_utput channel:"
msgstr "出力レベル(_U): "
#. Redmode radio frame
-#: ../plug-ins/common/channel-mixer.c:538
-#: ../plug-ins/common/decompose.c:174
+#: ../plug-ins/common/channel-mixer.c:538 ../plug-ins/common/decompose.c:174
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:991
msgid "Red"
msgstr "赤チャンネル"
#. Greenmode radio frame
-#: ../plug-ins/common/channel-mixer.c:543
-#: ../plug-ins/common/decompose.c:175
+#: ../plug-ins/common/channel-mixer.c:543 ../plug-ins/common/decompose.c:175
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1032
msgid "Green"
msgstr "緑チャンネル"
#. Bluemode radio frame
-#: ../plug-ins/common/channel-mixer.c:548
-#: ../plug-ins/common/decompose.c:176
+#: ../plug-ins/common/channel-mixer.c:548 ../plug-ins/common/decompose.c:176
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1073
msgid "Blue"
msgstr "青チャンネル"
#: ../plug-ins/common/channel-mixer.c:583
-#: ../plug-ins/common/color-exchange.c:398
-#: ../plug-ins/common/compose.c:190
-#: ../plug-ins/common/compose.c:201
-#: ../plug-ins/common/diffraction.c:501
-#: ../plug-ins/common/diffraction.c:539
-#: ../plug-ins/common/diffraction.c:577
-#: ../plug-ins/common/noise-rgb.c:530
-#: ../plug-ins/common/noise-rgb.c:537
+#: ../plug-ins/common/color-exchange.c:398 ../plug-ins/common/compose.c:190
+#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501
+#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577
+#: ../plug-ins/common/noise-rgb.c:530 ../plug-ins/common/noise-rgb.c:537
msgid "_Red:"
msgstr "赤(_R): "
#: ../plug-ins/common/channel-mixer.c:601
-#: ../plug-ins/common/color-exchange.c:458
-#: ../plug-ins/common/compose.c:191
-#: ../plug-ins/common/compose.c:202
-#: ../plug-ins/common/diffraction.c:510
-#: ../plug-ins/common/diffraction.c:548
-#: ../plug-ins/common/diffraction.c:586
-#: ../plug-ins/common/noise-rgb.c:531
-#: ../plug-ins/common/noise-rgb.c:538
+#: ../plug-ins/common/color-exchange.c:458 ../plug-ins/common/compose.c:191
+#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510
+#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586
+#: ../plug-ins/common/noise-rgb.c:531 ../plug-ins/common/noise-rgb.c:538
msgid "_Green:"
msgstr "緑(_G): "
#: ../plug-ins/common/channel-mixer.c:620
-#: ../plug-ins/common/color-exchange.c:519
-#: ../plug-ins/common/compose.c:192
-#: ../plug-ins/common/compose.c:203
-#: ../plug-ins/common/diffraction.c:519
-#: ../plug-ins/common/diffraction.c:557
-#: ../plug-ins/common/diffraction.c:595
-#: ../plug-ins/common/noise-rgb.c:532
-#: ../plug-ins/common/noise-rgb.c:539
+#: ../plug-ins/common/color-exchange.c:519 ../plug-ins/common/compose.c:192
+#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519
+#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595
+#: ../plug-ins/common/noise-rgb.c:532 ../plug-ins/common/noise-rgb.c:539
msgid "_Blue:"
msgstr "青(_B): "
@@ -1077,55 +1007,34 @@ msgstr "チャンネルミキサー設定読み込み"
#. stat error (file does not exist)
#: ../plug-ins/common/channel-mixer.c:982
-#: ../plug-ins/common/cml-explorer.c:2178
-#: ../plug-ins/common/curve-bend.c:885
-#: ../plug-ins/common/file-cel.c:312
-#: ../plug-ins/common/file-compressor.c:498
+#: ../plug-ins/common/cml-explorer.c:2178 ../plug-ins/common/curve-bend.c:885
+#: ../plug-ins/common/file-cel.c:312 ../plug-ins/common/file-compressor.c:498
#: ../plug-ins/common/file-compressor.c:666
-#: ../plug-ins/common/file-dicom.c:325
-#: ../plug-ins/common/file-gbr.c:361
-#: ../plug-ins/common/file-gif-load.c:340
-#: ../plug-ins/common/file-gih.c:662
-#: ../plug-ins/common/file-mng.c:1108
-#: ../plug-ins/common/file-pat.c:330
-#: ../plug-ins/common/file-pcx.c:361
-#: ../plug-ins/common/file-pdf.c:541
-#: ../plug-ins/common/file-pix.c:343
-#: ../plug-ins/common/file-png.c:721
-#: ../plug-ins/common/file-pnm.c:494
-#: ../plug-ins/common/file-ps.c:1036
-#: ../plug-ins/common/file-ps.c:3048
-#: ../plug-ins/common/file-psp.c:1751
-#: ../plug-ins/common/file-raw.c:249
-#: ../plug-ins/common/file-raw.c:666
-#: ../plug-ins/common/file-sunras.c:391
-#: ../plug-ins/common/file-svg.c:333
-#: ../plug-ins/common/file-svg.c:731
-#: ../plug-ins/common/file-tga.c:442
-#: ../plug-ins/common/file-tiff-load.c:291
-#: ../plug-ins/common/file-xbm.c:736
-#: ../plug-ins/common/file-xwd.c:433
-#: ../plug-ins/common/sphere-designer.c:2002
-#: ../plug-ins/file-bmp/bmp-read.c:154
-#: ../plug-ins/file-faxg3/faxg3.c:233
-#: ../plug-ins/file-fits/fits.c:358
-#: ../plug-ins/file-fli/fli-gimp.c:460
-#: ../plug-ins/file-fli/fli-gimp.c:497
-#: ../plug-ins/file-ico/ico-load.c:653
-#: ../plug-ins/file-ico/ico-load.c:732
-#: ../plug-ins/file-jpeg/jpeg-load.c:109
-#: ../plug-ins/file-jpeg/jpeg-load.c:831
-#: ../plug-ins/file-psd/psd-load.c:131
+#: ../plug-ins/common/file-dicom.c:325 ../plug-ins/common/file-gbr.c:361
+#: ../plug-ins/common/file-gif-load.c:340 ../plug-ins/common/file-gih.c:662
+#: ../plug-ins/common/file-mng.c:1108 ../plug-ins/common/file-pat.c:330
+#: ../plug-ins/common/file-pcx.c:361 ../plug-ins/common/file-pdf.c:541
+#: ../plug-ins/common/file-pix.c:343 ../plug-ins/common/file-png.c:721
+#: ../plug-ins/common/file-pnm.c:494 ../plug-ins/common/file-ps.c:1036
+#: ../plug-ins/common/file-ps.c:3048 ../plug-ins/common/file-psp.c:1751
+#: ../plug-ins/common/file-raw.c:249 ../plug-ins/common/file-raw.c:666
+#: ../plug-ins/common/file-sunras.c:391 ../plug-ins/common/file-svg.c:333
+#: ../plug-ins/common/file-svg.c:731 ../plug-ins/common/file-tga.c:442
+#: ../plug-ins/common/file-tiff-load.c:291 ../plug-ins/common/file-xbm.c:736
+#: ../plug-ins/common/file-xwd.c:433 ../plug-ins/common/sphere-designer.c:2002
+#: ../plug-ins/file-bmp/bmp-read.c:156 ../plug-ins/file-faxg3/faxg3.c:233
+#: ../plug-ins/file-fits/fits.c:358 ../plug-ins/file-fli/fli-gimp.c:460
+#: ../plug-ins/file-fli/fli-gimp.c:497 ../plug-ins/file-ico/ico-load.c:653
+#: ../plug-ins/file-ico/ico-load.c:732 ../plug-ins/file-jpeg/jpeg-load.c:109
+#: ../plug-ins/file-jpeg/jpeg-load.c:831 ../plug-ins/file-psd/psd-load.c:131
#: ../plug-ins/file-psd/psd-thumb-load.c:80
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:272
#: ../plug-ins/file-uri/uri-backend-libcurl.c:190
-#: ../plug-ins/file-xjt/xjt.c:2560
-#: ../plug-ins/file-xjt/xjt.c:2568
+#: ../plug-ins/file-xjt/xjt.c:2560 ../plug-ins/file-xjt/xjt.c:2568
#: ../plug-ins/flame/flame.c:412
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1863
#: ../plug-ins/fractal-explorer/fractal-explorer.c:929
-#: ../plug-ins/gfig/gfig.c:434
-#: ../plug-ins/help/gimphelplocale.c:223
+#: ../plug-ins/gfig/gfig.c:434 ../plug-ins/help/gimphelplocale.c:223
#: ../plug-ins/help/gimphelplocale.c:239
#: ../plug-ins/lighting/lighting-ui.c:1354
#, c-format
@@ -1141,49 +1050,31 @@ msgid "Save Channel Mixer Settings"
msgstr "チャンネルミキサー設定保存"
#: ../plug-ins/common/channel-mixer.c:1060
-#: ../plug-ins/common/cml-explorer.c:2005
-#: ../plug-ins/common/curve-bend.c:833
-#: ../plug-ins/common/file-cel.c:583
-#: ../plug-ins/common/file-compressor.c:426
+#: ../plug-ins/common/cml-explorer.c:2005 ../plug-ins/common/curve-bend.c:833
+#: ../plug-ins/common/file-cel.c:583 ../plug-ins/common/file-compressor.c:426
#: ../plug-ins/common/file-compressor.c:508
#: ../plug-ins/common/file-compressor.c:590
#: ../plug-ins/common/file-compressor.c:677
-#: ../plug-ins/common/file-csource.c:406
-#: ../plug-ins/common/file-dicom.c:801
-#: ../plug-ins/common/file-gbr.c:632
-#: ../plug-ins/common/file-gif-save.c:761
-#: ../plug-ins/common/file-gih.c:1275
-#: ../plug-ins/common/file-html-table.c:236
-#: ../plug-ins/common/file-mng.c:610
-#: ../plug-ins/common/file-mng.c:944
-#: ../plug-ins/common/file-pat.c:462
-#: ../plug-ins/common/file-pcx.c:666
-#: ../plug-ins/common/file-pix.c:524
-#: ../plug-ins/common/file-png.c:1270
-#: ../plug-ins/common/file-pnm.c:977
-#: ../plug-ins/common/file-ps.c:1213
-#: ../plug-ins/common/file-raw.c:546
-#: ../plug-ins/common/file-raw.c:574
-#: ../plug-ins/common/file-sunras.c:563
-#: ../plug-ins/common/file-tga.c:1170
-#: ../plug-ins/common/file-tiff-save.c:683
-#: ../plug-ins/common/file-xbm.c:1034
-#: ../plug-ins/common/file-xwd.c:614
-#: ../plug-ins/common/sphere-designer.c:2112
-#: ../plug-ins/file-bmp/bmp-write.c:296
-#: ../plug-ins/file-fits/fits.c:476
-#: ../plug-ins/file-fli/fli-gimp.c:750
-#: ../plug-ins/file-ico/ico-save.c:1008
-#: ../plug-ins/file-jpeg/jpeg-save.c:325
-#: ../plug-ins/file-psd/psd-save.c:1635
+#: ../plug-ins/common/file-csource.c:406 ../plug-ins/common/file-dicom.c:801
+#: ../plug-ins/common/file-gbr.c:632 ../plug-ins/common/file-gif-save.c:761
+#: ../plug-ins/common/file-gih.c:1275 ../plug-ins/common/file-html-table.c:236
+#: ../plug-ins/common/file-mng.c:610 ../plug-ins/common/file-mng.c:944
+#: ../plug-ins/common/file-pat.c:462 ../plug-ins/common/file-pcx.c:666
+#: ../plug-ins/common/file-pix.c:524 ../plug-ins/common/file-png.c:1270
+#: ../plug-ins/common/file-pnm.c:977 ../plug-ins/common/file-ps.c:1213
+#: ../plug-ins/common/file-raw.c:546 ../plug-ins/common/file-raw.c:574
+#: ../plug-ins/common/file-sunras.c:563 ../plug-ins/common/file-tga.c:1170
+#: ../plug-ins/common/file-tiff-save.c:683 ../plug-ins/common/file-xbm.c:1034
+#: ../plug-ins/common/file-xwd.c:614 ../plug-ins/common/sphere-designer.c:2111
+#: ../plug-ins/file-bmp/bmp-write.c:296 ../plug-ins/file-fits/fits.c:476
+#: ../plug-ins/file-fli/fli-gimp.c:750 ../plug-ins/file-ico/ico-save.c:1008
+#: ../plug-ins/file-jpeg/jpeg-save.c:325 ../plug-ins/file-psd/psd-save.c:1635
#: ../plug-ins/file-uri/uri-backend-gnomevfs.c:283
#: ../plug-ins/file-uri/uri-backend-libcurl.c:163
-#: ../plug-ins/file-xjt/xjt.c:1292
-#: ../plug-ins/file-xjt/xjt.c:1729
+#: ../plug-ins/file-xjt/xjt.c:1292 ../plug-ins/file-xjt/xjt.c:1729
#: ../plug-ins/flame/flame.c:443
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1546
-#: ../plug-ins/gfig/gfig.c:794
-#: ../plug-ins/ifs-compose/ifs-compose.c:2374
+#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/ifs-compose/ifs-compose.c:2374
#: ../plug-ins/lighting/lighting-ui.c:1211
#, c-format
msgid "Could not open '%s' for writing: %s"
@@ -1332,8 +1223,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
-#: ../plug-ins/common/cml-explorer.c:200
-#: ../plug-ins/common/file-sunras.c:1651
+#: ../plug-ins/common/cml-explorer.c:200 ../plug-ins/common/file-sunras.c:1651
msgid "Standard"
msgstr "標準"
@@ -1413,22 +1303,19 @@ msgstr "種を元にした乱数"
msgid "Randoms from seed (shared)"
msgstr "共通種を元にした乱数"
-#: ../plug-ins/common/cml-explorer.c:300
-#: ../plug-ins/common/cml-explorer.c:308
+#: ../plug-ins/common/cml-explorer.c:300 ../plug-ins/common/cml-explorer.c:308
#: ../plug-ins/common/decompose.c:188
#: ../plug-ins/gimpressionist/orientation.c:180
#: ../plug-ins/gimpressionist/size.c:183
msgid "Hue"
msgstr "色相"
-#: ../plug-ins/common/cml-explorer.c:301
-#: ../plug-ins/common/cml-explorer.c:309
+#: ../plug-ins/common/cml-explorer.c:301 ../plug-ins/common/cml-explorer.c:309
#: ../plug-ins/common/decompose.c:189
msgid "Saturation"
msgstr "彩度"
-#: ../plug-ins/common/cml-explorer.c:302
-#: ../plug-ins/common/cml-explorer.c:310
+#: ../plug-ins/common/cml-explorer.c:302 ../plug-ins/common/cml-explorer.c:310
#: ../plug-ins/common/decompose.c:190
#: ../plug-ins/gimpressionist/orientation.c:156
#: ../plug-ins/gimpressionist/size.c:159
@@ -1467,8 +1354,7 @@ msgstr "固定種"
msgid "Random Seed"
msgstr "乱数種"
-#: ../plug-ins/common/cml-explorer.c:1288
-#: ../plug-ins/common/filter-pack.c:700
+#: ../plug-ins/common/cml-explorer.c:1288 ../plug-ins/common/filter-pack.c:700
#: ../plug-ins/common/van-gogh-lic.c:671
msgid "_Hue"
msgstr "色相(_H)"
@@ -1477,8 +1363,7 @@ msgstr "色相(_H)"
msgid "Sat_uration"
msgstr "彩度(_U)"
-#: ../plug-ins/common/cml-explorer.c:1296
-#: ../plug-ins/common/filter-pack.c:708
+#: ../plug-ins/common/cml-explorer.c:1296 ../plug-ins/common/filter-pack.c:708
msgid "_Value"
msgstr "明度(_V)"
@@ -1506,8 +1391,7 @@ msgstr "開始オフセット: "
msgid "Seed of Random (only for \"From Seed\" Modes)"
msgstr "乱数の種 (「種を元に」モードでのみ有効)"
-#: ../plug-ins/common/cml-explorer.c:1372
-#: ../plug-ins/maze/maze-dialog.c:261
+#: ../plug-ins/common/cml-explorer.c:1372 ../plug-ins/maze/maze-dialog.c:261
msgid "Seed:"
msgstr "種: "
@@ -1518,7 +1402,9 @@ msgstr "最後の種を用いて 「種を元に」 モードに移る"
#: ../plug-ins/common/cml-explorer.c:1397
msgid ""
"\"Fix seed\" button is an alias of me.\n"
-"The same seed produces the same image, if (1) the widths of images are same (this is the reason why image on drawable is different from preview), and (2) all mutation rates equal to zero."
+"The same seed produces the same image, if (1) the widths of images are same "
+"(this is the reason why image on drawable is different from preview), and "
+"(2) all mutation rates equal to zero."
msgstr ""
"「固定種」 ボタンはこれのエイリアスです。\n"
"(1) 画像の幅が同じで (描画対象に描かれるものとプレビューが違う原因)\n"
@@ -1530,20 +1416,20 @@ msgstr "その他(_T)"
#: ../plug-ins/common/cml-explorer.c:1420
msgid "Copy Settings"
-msgstr "設定コピー"
+msgstr "設定をコピー"
#: ../plug-ins/common/cml-explorer.c:1439
msgid "Source channel:"
-msgstr "元チャンネル: "
+msgstr "コピー元チャンネル: "
#: ../plug-ins/common/cml-explorer.c:1454
#: ../plug-ins/common/cml-explorer.c:1502
msgid "Destination channel:"
-msgstr "先チャンネル: "
+msgstr "コピー先チャンネル: "
#: ../plug-ins/common/cml-explorer.c:1458
msgid "Copy Parameters"
-msgstr "コピーパラメータ"
+msgstr "パラメータをコピーする"
#: ../plug-ins/common/cml-explorer.c:1467
msgid "Selective Load Settings"
@@ -1649,7 +1535,8 @@ msgstr "警告: '%s' は古い形式のファイルです"
#: ../plug-ins/common/cml-explorer.c:2211
#, c-format
msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer."
-msgstr "警告: パラメータファイル '%s' は、新しいバージョンの CMLエクスプローラ用です"
+msgstr ""
+"警告: パラメータファイル '%s' は、新しいバージョンの CMLエクスプローラ用です"
#: ../plug-ins/common/cml-explorer.c:2274
msgid "Error: failed to load parameters"
@@ -1848,51 +1735,46 @@ msgid "Rearrange Colormap"
msgstr "カラーマップ変更"
#: ../plug-ins/common/colormap-remap.c:699
-msgid "Drag and drop colors to rearrange the colormap. The numbers shown are the original indices. Right-click for a menu with sort options."
+msgid ""
+"Drag and drop colors to rearrange the colormap. The numbers shown are the "
+"original indices. Right-click for a menu with sort options."
msgstr ""
-"色(のアイコン)をドラッグ-ドロップしてカラーマップを変更します。各色の下に表示されている番号はマップでの識別番号です。\n"
+"色(のアイコン)をドラッグ-ドロップしてカラーマップを変更します。各色の下に表示"
+"されている番号はマップでの識別番号です。\n"
"右クリックすると並び替えのためのメニューが出ます。"
-#: ../plug-ins/common/compose.c:189
-#: ../plug-ins/common/decompose.c:170
+#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170
#: ../plug-ins/common/file-raw.c:1023
msgid "RGB"
msgstr "RGB"
-#: ../plug-ins/common/compose.c:200
-#: ../plug-ins/common/decompose.c:178
+#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178
msgid "RGBA"
msgstr "RGBA"
-#: ../plug-ins/common/compose.c:204
-#: ../plug-ins/common/noise-rgb.c:525
+#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noise-rgb.c:525
#: ../plug-ins/common/noise-rgb.c:540
msgid "_Alpha:"
msgstr "透明度(_A): "
-#: ../plug-ins/common/compose.c:211
-#: ../plug-ins/common/decompose.c:184
+#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184
msgid "HSV"
msgstr "HSV"
-#: ../plug-ins/common/compose.c:212
-#: ../plug-ins/common/compose.c:220
+#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220
msgid "_Hue:"
msgstr "色相(_H): "
-#: ../plug-ins/common/compose.c:213
-#: ../plug-ins/common/compose.c:221
+#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221
#: ../plug-ins/common/noise-hsv.c:421
msgid "_Saturation:"
msgstr "彩度(_S): "
-#: ../plug-ins/common/compose.c:214
-#: ../plug-ins/common/noise-hsv.c:433
+#: ../plug-ins/common/compose.c:214 ../plug-ins/common/noise-hsv.c:433
msgid "_Value:"
msgstr "明度(_V): "
-#: ../plug-ins/common/compose.c:219
-#: ../plug-ins/common/decompose.c:193
+#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193
msgid "HSL"
msgstr "HSL"
@@ -1900,28 +1782,23 @@ msgstr "HSL"
msgid "_Lightness:"
msgstr "輝度(_L): "
-#: ../plug-ins/common/compose.c:227
-#: ../plug-ins/common/decompose.c:202
+#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202
msgid "CMY"
msgstr "CMY"
-#: ../plug-ins/common/compose.c:228
-#: ../plug-ins/common/compose.c:236
+#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236
msgid "_Cyan:"
msgstr "シアン(_C): "
-#: ../plug-ins/common/compose.c:229
-#: ../plug-ins/common/compose.c:237
+#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237
msgid "_Magenta:"
msgstr "マゼンタ(_M): "
-#: ../plug-ins/common/compose.c:230
-#: ../plug-ins/common/compose.c:238
+#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238
msgid "_Yellow:"
msgstr "イエロー(_Y): "
-#: ../plug-ins/common/compose.c:235
-#: ../plug-ins/common/decompose.c:211
+#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211
msgid "CMYK"
msgstr "CMYK"
@@ -1929,8 +1806,7 @@ msgstr "CMYK"
msgid "_Black:"
msgstr "黒(_B): "
-#: ../plug-ins/common/compose.c:243
-#: ../plug-ins/common/decompose.c:224
+#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224
msgid "LAB"
msgstr "LAB"
@@ -1999,12 +1875,15 @@ msgid "R_ecompose"
msgstr "再合成(_E)"
#: ../plug-ins/common/compose.c:488
-msgid "You can only run 'Recompose' if the active image was originally produced by 'Decompose'."
+msgid ""
+"You can only run 'Recompose' if the active image was originally produced by "
+"'Decompose'."
msgstr "'再合成' は、 'チャンネル分解' で生成した画像に対してのみ実行できます"
#: ../plug-ins/common/compose.c:512
msgid "Error scanning 'decompose-data' parasite: too few layers found"
-msgstr "'チャンネル分解' データ・パラサイトの解析中にエラー: レイヤーの数が足りません"
+msgstr ""
+"'チャンネル分解' データ・パラサイトの解析中にエラー: レイヤーの数が足りません"
#: ../plug-ins/common/compose.c:545
#, c-format
@@ -2015,13 +1894,11 @@ msgstr "画像 %d に対するレイヤーが得られません"
msgid "Composing"
msgstr "合成しています..."
-#: ../plug-ins/common/compose.c:697
-#: ../plug-ins/common/compose.c:1735
+#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1735
msgid "At least one image is needed to compose"
msgstr "合成には少なくとも一枚の画像が必要です"
-#: ../plug-ins/common/compose.c:708
-#: ../plug-ins/common/compose.c:722
+#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:722
#, c-format
msgid "Specified layer %d not found"
msgstr "指定されたレイヤー %d が見つかりません"
@@ -2056,8 +1933,7 @@ msgstr "チャンネル合成"
msgid "Compose Channels"
msgstr "合成チャンネル"
-#: ../plug-ins/common/compose.c:1525
-#: ../plug-ins/common/decompose.c:1515
+#: ../plug-ins/common/compose.c:1525 ../plug-ins/common/decompose.c:1515
msgid "Color _model:"
msgstr "色モデル(_M): "
@@ -2190,10 +2066,8 @@ msgid "E_xtend"
msgstr "拡張(_X)"
#: ../plug-ins/common/convolution-matrix.c:74
-#: ../plug-ins/common/displace.c:472
-#: ../plug-ins/common/edge.c:709
-#: ../plug-ins/common/fractal-trace.c:736
-#: ../plug-ins/common/ripple.c:564
+#: ../plug-ins/common/displace.c:472 ../plug-ins/common/edge.c:709
+#: ../plug-ins/common/fractal-trace.c:736 ../plug-ins/common/ripple.c:564
msgid "_Wrap"
msgstr "回り込み(_W)"
@@ -2211,7 +2085,8 @@ msgstr "コンボリューション行列(_C)..."
#: ../plug-ins/common/convolution-matrix.c:241
msgid "Convolution does not work on layers smaller than 3x3 pixels."
-msgstr "コンボリューション行列は 3 x 3 ピクセルより小さなレイヤーには適用できません"
+msgstr ""
+"コンボリューション行列は 3 x 3 ピクセルより小さなレイヤーには適用できません"
#: ../plug-ins/common/convolution-matrix.c:314
msgid "Applying convolution"
@@ -2230,8 +2105,7 @@ msgid "D_ivisor:"
msgstr "割る数(_I): "
#: ../plug-ins/common/convolution-matrix.c:1008
-#: ../plug-ins/common/depth-merge.c:768
-#: ../plug-ins/common/file-raw.c:1043
+#: ../plug-ins/common/depth-merge.c:768 ../plug-ins/common/file-raw.c:1043
msgid "O_ffset:"
msgstr "オフセット(_F): "
@@ -2273,7 +2147,9 @@ msgstr "切り抜いています"
#: ../plug-ins/common/crop-zealous.c:85
msgid "Autocrop unused space from edges and middle"
-msgstr "画像の端と中央部の空白部分を切り取り、描かれているものが最小枠に収まるようにします"
+msgstr ""
+"画像の端と中央部の空白部分を切り取り、描かれているものが最小枠に収まるように"
+"します"
#: ../plug-ins/common/crop-zealous.c:90
msgid "_Zealous Crop"
@@ -2323,10 +2199,11 @@ msgstr "画像を上下 2 つのカーブに沿って曲げます"
msgid "_Curve Bend..."
msgstr "ひん曲げる(_C)..."
-#: ../plug-ins/common/curve-bend.c:677
-#: ../plug-ins/common/edge-dog.c:176
+#: ../plug-ins/common/curve-bend.c:677 ../plug-ins/common/edge-dog.c:176
msgid "Can operate on layers only (but was called on channel or mask)."
-msgstr "ひん曲げることができるのはレイヤーだけです (チャンネルやマスクに対して呼び出されました)"
+msgstr ""
+"ひん曲げることができるのはレイヤーだけです (チャンネルやマスクに対して呼び出"
+"されました)"
#: ../plug-ins/common/curve-bend.c:687
msgid "Cannot operate on layers with masks."
@@ -2338,8 +2215,7 @@ msgstr "空の選択領域には適用できません"
#. Possibly retrieve data from a previous run
#. The shell and main vbox
-#: ../plug-ins/common/curve-bend.c:1211
-#: ../plug-ins/common/curve-bend.c:2932
+#: ../plug-ins/common/curve-bend.c:1211 ../plug-ins/common/curve-bend.c:2932
msgid "Curve Bend"
msgstr "ひん曲げる"
@@ -2364,8 +2240,7 @@ msgstr "自動プレビュー(_V)"
#. Options area, bottom of column
#. Options section
-#: ../plug-ins/common/curve-bend.c:1295
-#: ../plug-ins/common/ripple.c:505
+#: ../plug-ins/common/curve-bend.c:1295 ../plug-ins/common/ripple.c:505
#: ../plug-ins/gfig/gfig-dialog.c:1207
msgid "Options"
msgstr "オプション"
@@ -2381,10 +2256,8 @@ msgid "Smoo_thing"
msgstr "スムージング(_T)"
#. The antialiasing toggle
-#: ../plug-ins/common/curve-bend.c:1338
-#: ../plug-ins/common/mosaic.c:727
-#: ../plug-ins/common/qbist.c:853
-#: ../plug-ins/common/ripple.c:514
+#: ../plug-ins/common/curve-bend.c:1338 ../plug-ins/common/mosaic.c:727
+#: ../plug-ins/common/qbist.c:853 ../plug-ins/common/ripple.c:514
msgid "_Antialiasing"
msgstr "滑らかに(_A)"
@@ -2469,56 +2342,46 @@ msgstr "カーブ点をファイルから読み込み"
msgid "Save Curve Points to File"
msgstr "カーブ点をファイルに保存"
-#: ../plug-ins/common/decompose.c:170
-#: ../plug-ins/common/decompose.c:174
+#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174
#: ../plug-ins/common/decompose.c:178
msgid "red"
msgstr "赤チャンネル"
-#: ../plug-ins/common/decompose.c:171
-#: ../plug-ins/common/decompose.c:175
+#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175
#: ../plug-ins/common/decompose.c:179
msgid "green"
msgstr "緑チャンネル"
-#: ../plug-ins/common/decompose.c:172
-#: ../plug-ins/common/decompose.c:176
+#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176
#: ../plug-ins/common/decompose.c:180
msgid "blue"
msgstr "青チャンネル"
-#: ../plug-ins/common/decompose.c:181
-#: ../plug-ins/common/decompose.c:221
+#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221
msgid "alpha"
msgstr "アルファ"
-#: ../plug-ins/common/decompose.c:184
-#: ../plug-ins/common/decompose.c:188
+#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188
msgid "hue"
msgstr "色相"
-#: ../plug-ins/common/decompose.c:185
-#: ../plug-ins/common/decompose.c:189
+#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189
msgid "saturation"
msgstr "彩度"
-#: ../plug-ins/common/decompose.c:186
-#: ../plug-ins/common/decompose.c:190
+#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190
msgid "value"
msgstr "明度"
-#: ../plug-ins/common/decompose.c:193
-#: ../plug-ins/common/decompose.c:197
+#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197
msgid "hue_l"
msgstr "色相"
-#: ../plug-ins/common/decompose.c:194
-#: ../plug-ins/common/decompose.c:198
+#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198
msgid "saturation_l"
msgstr "彩度 (HSL)"
-#: ../plug-ins/common/decompose.c:195
-#: ../plug-ins/common/decompose.c:199
+#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199
msgid "lightness"
msgstr "輝度"
@@ -2534,18 +2397,15 @@ msgstr "彩度(HSL)"
msgid "Lightness"
msgstr "輝度(_L)"
-#: ../plug-ins/common/decompose.c:202
-#: ../plug-ins/common/decompose.c:206
+#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206
msgid "cyan"
msgstr "シアン"
-#: ../plug-ins/common/decompose.c:203
-#: ../plug-ins/common/decompose.c:207
+#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207
msgid "magenta"
msgstr "マゼンダ"
-#: ../plug-ins/common/decompose.c:204
-#: ../plug-ins/common/decompose.c:208
+#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208
msgid "yellow"
msgstr "イエロー"
@@ -2561,18 +2421,15 @@ msgstr "マゼンダ"
msgid "Yellow"
msgstr "イエロー"
-#: ../plug-ins/common/decompose.c:211
-#: ../plug-ins/common/decompose.c:216
+#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216
msgid "cyan-k"
msgstr "シアン-k"
-#: ../plug-ins/common/decompose.c:212
-#: ../plug-ins/common/decompose.c:217
+#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217
msgid "magenta-k"
msgstr "マゼンタ-k"
-#: ../plug-ins/common/decompose.c:213
-#: ../plug-ins/common/decompose.c:218
+#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218
msgid "yellow-k"
msgstr "イエロー-k"
@@ -2644,13 +2501,13 @@ msgstr "blueness-cb709f"
msgid "redness-cr709f"
msgstr "redness-cr709f"
-#: ../plug-ins/common/decompose.c:312
-#: ../plug-ins/common/decompose.c:326
+#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326
msgid "Decompose an image into separate colorspace components"
-msgstr "カラースペースの各コンポーネントを表す画像(またはレイヤー)から、新しい画像を合成します"
+msgstr ""
+"カラースペースの各コンポーネントを表す画像(またはレイヤー)から、新しい画像を"
+"合成します"
-#: ../plug-ins/common/decompose.c:318
-#: ../plug-ins/common/decompose.c:336
+#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336
msgid "_Decompose..."
msgstr "チャンネル分解(_D)..."
@@ -2675,8 +2532,13 @@ msgid "_Foreground as registration color"
msgstr "描画色領域を指定色で出力"
#: ../plug-ins/common/decompose.c:1562
-msgid "Pixels in the foreground color will appear black in all output images. This can be used for things like crop marks that have to show up on all channels."
-msgstr "元画像中の描画色のピクセルを分解された画像(またはレイヤー)のすべてで白色で出力します。製版のトンボ(クロップマーク)のように、すべてのチャンネルで表示したいものがある時にこのオプションを指定します"
+msgid ""
+"Pixels in the foreground color will appear black in all output images. This "
+"can be used for things like crop marks that have to show up on all channels."
+msgstr ""
+"元画像中の描画色のピクセルを分解された画像(またはレイヤー)のすべてで白色で出"
+"力します。製版のトンボ(クロップマーク)のように、すべてのチャンネルで表示し"
+"たいものがある時にこのオプションを指定します"
#: ../plug-ins/common/deinterlace.c:91
msgid "Fix images where every other row is missing"
@@ -2686,8 +2548,7 @@ msgstr "ビデオキャプチャ画像などのインターレースを除去し
msgid "_Deinterlace..."
msgstr "インターレース除去(_D)..."
-#: ../plug-ins/common/deinterlace.c:157
-#: ../plug-ins/common/deinterlace.c:325
+#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325
msgid "Deinterlace"
msgstr "インターレース除去"
@@ -2719,8 +2580,7 @@ msgstr "深度統合"
msgid "Source 1:"
msgstr "画像源 1: "
-#: ../plug-ins/common/depth-merge.c:711
-#: ../plug-ins/common/depth-merge.c:741
+#: ../plug-ins/common/depth-merge.c:711 ../plug-ins/common/depth-merge.c:741
msgid "Depth map:"
msgstr "深度マップ: "
@@ -2750,8 +2610,7 @@ msgstr ""
msgid "Des_peckle..."
msgstr "ノイズ除去(_P)..."
-#: ../plug-ins/common/despeckle.c:425
-#: ../plug-ins/common/despeckle.c:645
+#: ../plug-ins/common/despeckle.c:425 ../plug-ins/common/despeckle.c:645
msgid "Despeckle"
msgstr "ノイズ除去"
@@ -2767,12 +2626,9 @@ msgstr "適応的(_A)"
msgid "R_ecursive"
msgstr "再帰的(_E)"
-#: ../plug-ins/common/despeckle.c:493
-#: ../plug-ins/common/edge-neon.c:732
-#: ../plug-ins/common/nl-filter.c:1089
-#: ../plug-ins/common/nova.c:366
-#: ../plug-ins/common/unsharp-mask.c:680
-#: ../plug-ins/common/whirl-pinch.c:589
+#: ../plug-ins/common/despeckle.c:493 ../plug-ins/common/edge-neon.c:732
+#: ../plug-ins/common/nl-filter.c:1089 ../plug-ins/common/nova.c:366
+#: ../plug-ins/common/unsharp-mask.c:680 ../plug-ins/common/whirl-pinch.c:589
#: ../plug-ins/gradient-flare/gradient-flare.c:2758
#: ../plug-ins/imagemap/imap_circle.c:278
msgid "_Radius:"
@@ -2802,14 +2658,10 @@ msgstr "ストライプを除去しています"
msgid "Destripe"
msgstr "ストライプ除去"
-#: ../plug-ins/common/destripe.c:473
-#: ../plug-ins/common/file-html-table.c:595
-#: ../plug-ins/common/file-ps.c:3171
-#: ../plug-ins/common/file-ps.c:3380
-#: ../plug-ins/common/file-raw.c:1056
-#: ../plug-ins/common/smooth-palette.c:436
-#: ../plug-ins/common/tile-paper.c:302
-#: ../plug-ins/common/tile.c:431
+#: ../plug-ins/common/destripe.c:473 ../plug-ins/common/file-html-table.c:595
+#: ../plug-ins/common/file-ps.c:3171 ../plug-ins/common/file-ps.c:3380
+#: ../plug-ins/common/file-raw.c:1056 ../plug-ins/common/smooth-palette.c:436
+#: ../plug-ins/common/tile-paper.c:302 ../plug-ins/common/tile.c:431
#: ../plug-ins/imagemap/imap_cmd_guides.c:165
#: ../plug-ins/imagemap/imap_rectangle.c:403
#: ../plug-ins/print/print-page-layout.c:252
@@ -2853,8 +2705,7 @@ msgstr "輪郭"
msgid "Sharp Edges"
msgstr "明瞭端"
-#: ../plug-ins/common/diffraction.c:615
-#: ../plug-ins/common/softglow.c:683
+#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:683
#: ../plug-ins/flame/flame.c:1081
msgid "_Brightness:"
msgstr "明るさ(_B): "
@@ -2929,17 +2780,13 @@ msgstr "極座標(_P)"
msgid "Edge Behavior"
msgstr "縁の処理"
-#: ../plug-ins/common/displace.c:474
-#: ../plug-ins/common/edge.c:722
-#: ../plug-ins/common/ripple.c:565
-#: ../plug-ins/common/waves.c:281
+#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:722
+#: ../plug-ins/common/ripple.c:565 ../plug-ins/common/waves.c:281
msgid "_Smear"
msgstr "ぼかす(_S)"
-#: ../plug-ins/common/displace.c:476
-#: ../plug-ins/common/edge.c:735
-#: ../plug-ins/common/fractal-trace.c:740
-#: ../plug-ins/common/newsprint.c:398
+#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:735
+#: ../plug-ins/common/fractal-trace.c:740 ../plug-ins/common/newsprint.c:398
msgid "_Black"
msgstr "黒(_B)"
@@ -2951,8 +2798,7 @@ msgstr "輪郭の厚みを確認しながら輪郭検出をおこないます"
msgid "_Difference of Gaussians..."
msgstr "ガウシアン差分(_D)..."
-#: ../plug-ins/common/edge-dog.c:243
-#: ../plug-ins/common/edge-dog.c:300
+#: ../plug-ins/common/edge-dog.c:243 ../plug-ins/common/edge-dog.c:300
msgid "DoG Edge Detect"
msgstr "ガウシアン差分輪郭抽出"
@@ -2968,8 +2814,7 @@ msgstr "半径 1(_R): "
msgid "R_adius 2:"
msgstr "半径 2(_A): "
-#: ../plug-ins/common/edge-dog.c:370
-#: ../plug-ins/gimpressionist/paper.c:167
+#: ../plug-ins/common/edge-dog.c:370 ../plug-ins/gimpressionist/paper.c:167
msgid "_Invert"
msgstr "反転(_I)"
@@ -2981,8 +2826,7 @@ msgstr "高解像度の輪郭検出をおこないます"
msgid "_Laplace"
msgstr "ラプラス(_L)"
-#: ../plug-ins/common/edge-laplace.c:243
-#: ../plug-ins/common/edge.c:673
+#: ../plug-ins/common/edge-laplace.c:243 ../plug-ins/common/edge.c:673
msgid "Laplace"
msgstr "ラプラス"
@@ -3006,8 +2850,7 @@ msgstr "ネオン光彩を適用しています"
msgid "Neon Detection"
msgstr "ネオン光彩"
-#: ../plug-ins/common/edge-neon.c:747
-#: ../plug-ins/common/unsharp-mask.c:693
+#: ../plug-ins/common/edge-neon.c:747 ../plug-ins/common/unsharp-mask.c:693
msgid "_Amount:"
msgstr "量(_A): "
@@ -3063,8 +2906,7 @@ msgstr "ソーベル"
msgid "Prewitt compass"
msgstr "プレヴィット"
-#: ../plug-ins/common/edge.c:670
-#: ../plug-ins/common/sinus.c:904
+#: ../plug-ins/common/edge.c:670 ../plug-ins/common/sinus.c:904
msgid "Gradient"
msgstr "勾配/グラデーション"
@@ -3092,8 +2934,7 @@ msgstr "エンボス(押し出し)されたような効果を施します"
msgid "_Emboss..."
msgstr "エンボス(_E)..."
-#: ../plug-ins/common/emboss.c:384
-#: ../plug-ins/common/emboss.c:446
+#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446
msgid "Emboss"
msgstr "エンボス"
@@ -3129,16 +2970,11 @@ msgstr "彫金しています"
msgid "Engrave"
msgstr "彫金"
-#: ../plug-ins/common/engrave.c:244
-#: ../plug-ins/common/file-html-table.c:611
-#: ../plug-ins/common/file-ps.c:3181
-#: ../plug-ins/common/file-ps.c:3389
-#: ../plug-ins/common/file-raw.c:1069
-#: ../plug-ins/common/film.c:1003
-#: ../plug-ins/common/smooth-palette.c:441
-#: ../plug-ins/common/tile-paper.c:313
-#: ../plug-ins/common/tile.c:435
-#: ../plug-ins/imagemap/imap_cmd_guides.c:175
+#: ../plug-ins/common/engrave.c:244 ../plug-ins/common/file-html-table.c:611
+#: ../plug-ins/common/file-ps.c:3181 ../plug-ins/common/file-ps.c:3389
+#: ../plug-ins/common/file-raw.c:1069 ../plug-ins/common/film.c:1003
+#: ../plug-ins/common/smooth-palette.c:441 ../plug-ins/common/tile-paper.c:313
+#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175
#: ../plug-ins/imagemap/imap_rectangle.c:410
#: ../plug-ins/print/print-page-layout.c:254
msgid "_Height:"
@@ -3161,8 +2997,7 @@ msgstr "テキスト形式で保存"
msgid "_Format:"
msgstr "形式(_F): "
-#: ../plug-ins/common/file-cel.c:111
-#: ../plug-ins/common/file-cel.c:129
+#: ../plug-ins/common/file-cel.c:111 ../plug-ins/common/file-cel.c:129
msgid "KISS CEL"
msgstr "KISS CEL"
@@ -3174,34 +3009,20 @@ msgstr "KISS パレットの読み込み"
#. column, highest column ever used
#. -1 assume fsel is not available (and not attached to any drawable)
#. -1 assume there is no floating selection
-#: ../plug-ins/common/file-cel.c:317
-#: ../plug-ins/common/file-dicom.c:330
-#: ../plug-ins/common/file-gbr.c:366
-#: ../plug-ins/common/file-gif-load.c:345
-#: ../plug-ins/common/file-gih.c:667
-#: ../plug-ins/common/file-pat.c:335
-#: ../plug-ins/common/file-pcx.c:366
-#: ../plug-ins/common/file-pdf.c:586
-#: ../plug-ins/common/file-pix.c:348
-#: ../plug-ins/common/file-png.c:728
-#: ../plug-ins/common/file-pnm.c:499
-#: ../plug-ins/common/file-ps.c:1042
-#: ../plug-ins/common/file-raw.c:671
-#: ../plug-ins/common/file-sunras.c:486
-#: ../plug-ins/common/file-tga.c:447
-#: ../plug-ins/common/file-tiff-load.c:603
-#: ../plug-ins/common/file-wmf.c:994
-#: ../plug-ins/common/file-xbm.c:741
-#: ../plug-ins/common/file-xpm.c:352
-#: ../plug-ins/common/file-xwd.c:520
-#: ../plug-ins/file-bmp/bmp-read.c:159
-#: ../plug-ins/file-faxg3/faxg3.c:217
-#: ../plug-ins/file-fli/fli-gimp.c:502
-#: ../plug-ins/file-ico/ico-load.c:646
-#: ../plug-ins/file-jpeg/jpeg-load.c:115
-#: ../plug-ins/file-psd/psd-load.c:136
-#: ../plug-ins/file-sgi/sgi.c:331
-#: ../plug-ins/file-xjt/xjt.c:3363
+#: ../plug-ins/common/file-cel.c:317 ../plug-ins/common/file-dicom.c:330
+#: ../plug-ins/common/file-gbr.c:366 ../plug-ins/common/file-gif-load.c:345
+#: ../plug-ins/common/file-gih.c:667 ../plug-ins/common/file-pat.c:335
+#: ../plug-ins/common/file-pcx.c:366 ../plug-ins/common/file-pdf.c:586
+#: ../plug-ins/common/file-pix.c:348 ../plug-ins/common/file-png.c:728
+#: ../plug-ins/common/file-pnm.c:499 ../plug-ins/common/file-ps.c:1042
+#: ../plug-ins/common/file-raw.c:671 ../plug-ins/common/file-sunras.c:486
+#: ../plug-ins/common/file-tga.c:447 ../plug-ins/common/file-tiff-load.c:603
+#: ../plug-ins/common/file-wmf.c:994 ../plug-ins/common/file-xbm.c:741
+#: ../plug-ins/common/file-xpm.c:352 ../plug-ins/common/file-xwd.c:520
+#: ../plug-ins/file-bmp/bmp-read.c:161 ../plug-ins/file-faxg3/faxg3.c:217
+#: ../plug-ins/file-fli/fli-gimp.c:502 ../plug-ins/file-ico/ico-load.c:646
+#: ../plug-ins/file-jpeg/jpeg-load.c:115 ../plug-ins/file-psd/psd-load.c:136
+#: ../plug-ins/file-sgi/sgi.c:331 ../plug-ins/file-xjt/xjt.c:3363
#, c-format
msgid "Opening '%s'"
msgstr "Opening '%s'"
@@ -3217,30 +3038,18 @@ msgstr "利用できない色数 (%d)!"
#. init the progress meter
#. And let's begin the progress
-#: ../plug-ins/common/file-cel.c:588
-#: ../plug-ins/common/file-gbr.c:637
-#: ../plug-ins/common/file-gif-save.c:768
-#: ../plug-ins/common/file-gih.c:1280
-#: ../plug-ins/common/file-html-table.c:256
-#: ../plug-ins/common/file-pat.c:467
-#: ../plug-ins/common/file-pcx.c:627
-#: ../plug-ins/common/file-pix.c:529
-#: ../plug-ins/common/file-png.c:1277
-#: ../plug-ins/common/file-pnm.c:982
-#: ../plug-ins/common/file-ps.c:1218
-#: ../plug-ins/common/file-sunras.c:568
-#: ../plug-ins/common/file-tga.c:1175
-#: ../plug-ins/common/file-tiff-save.c:693
-#: ../plug-ins/common/file-xbm.c:1039
-#: ../plug-ins/common/file-xpm.c:637
-#: ../plug-ins/common/file-xwd.c:619
-#: ../plug-ins/file-bmp/bmp-write.c:307
-#: ../plug-ins/file-fits/fits.c:481
-#: ../plug-ins/file-fli/fli-gimp.c:718
-#: ../plug-ins/file-ico/ico-save.c:1002
-#: ../plug-ins/file-jpeg/jpeg-save.c:282
-#: ../plug-ins/file-psd/psd-save.c:1640
-#: ../plug-ins/file-sgi/sgi.c:554
+#: ../plug-ins/common/file-cel.c:588 ../plug-ins/common/file-gbr.c:637
+#: ../plug-ins/common/file-gif-save.c:768 ../plug-ins/common/file-gih.c:1280
+#: ../plug-ins/common/file-html-table.c:256 ../plug-ins/common/file-pat.c:467
+#: ../plug-ins/common/file-pcx.c:627 ../plug-ins/common/file-pix.c:529
+#: ../plug-ins/common/file-png.c:1277 ../plug-ins/common/file-pnm.c:982
+#: ../plug-ins/common/file-ps.c:1218 ../plug-ins/common/file-sunras.c:568
+#: ../plug-ins/common/file-tga.c:1175 ../plug-ins/common/file-tiff-save.c:693
+#: ../plug-ins/common/file-xbm.c:1039 ../plug-ins/common/file-xpm.c:637
+#: ../plug-ins/common/file-xwd.c:619 ../plug-ins/file-bmp/bmp-write.c:307
+#: ../plug-ins/file-fits/fits.c:481 ../plug-ins/file-fli/fli-gimp.c:718
+#: ../plug-ins/file-ico/ico-save.c:1002 ../plug-ins/file-jpeg/jpeg-save.c:282
+#: ../plug-ins/file-psd/psd-save.c:1640 ../plug-ins/file-sgi/sgi.c:554
#: ../plug-ins/file-xjt/xjt.c:1710
#, c-format
msgid "Saving '%s'"
@@ -3338,27 +3147,22 @@ msgstr "医用デジタル画像と通信"
msgid "'%s' is not a DICOM file."
msgstr "'%s' は DICOM ファイルではありません"
-#: ../plug-ins/common/file-dicom.c:769
-#: ../plug-ins/common/file-pcx.c:659
+#: ../plug-ins/common/file-dicom.c:769 ../plug-ins/common/file-pcx.c:659
#: ../plug-ins/common/file-pnm.c:967
msgid "Cannot save images with alpha channel."
msgstr "アルファチャンネルを持った画像は保存できません。"
-#: ../plug-ins/common/file-dicom.c:784
-#: ../plug-ins/common/file-ps.c:1203
-#: ../plug-ins/common/file-xwd.c:604
-#: ../plug-ins/file-fits/fits.c:466
+#: ../plug-ins/common/file-dicom.c:784 ../plug-ins/common/file-ps.c:1203
+#: ../plug-ins/common/file-xwd.c:604 ../plug-ins/file-fits/fits.c:466
#: ../plug-ins/file-xjt/xjt.c:1705
msgid "Cannot operate on unknown image types."
msgstr "不明な画像タイプは扱えません。"
-#: ../plug-ins/common/file-gbr.c:154
-#: ../plug-ins/common/file-gbr.c:175
+#: ../plug-ins/common/file-gbr.c:154 ../plug-ins/common/file-gbr.c:175
msgid "GIMP brush"
msgstr "GIMP ブラシ"
-#: ../plug-ins/common/file-gbr.c:401
-#: ../plug-ins/common/file-gbr.c:413
+#: ../plug-ins/common/file-gbr.c:401 ../plug-ins/common/file-gbr.c:413
msgid "Unsupported brush format"
msgstr "非対応のブラシフォーマット"
@@ -3372,8 +3176,7 @@ msgstr "GIMP ブラシファイル '%s' でエラー発生"
msgid "Invalid UTF-8 string in brush file '%s'."
msgstr "ブラシファイル '%s' に不正な UTF-8 文字列"
-#: ../plug-ins/common/file-gbr.c:439
-#: ../plug-ins/common/file-gih.c:510
+#: ../plug-ins/common/file-gbr.c:439 ../plug-ins/common/file-gih.c:510
#: ../plug-ins/common/file-gih.c:1173
#: ../plug-ins/gradient-flare/gradient-flare.c:3063
msgid "Unnamed"
@@ -3388,15 +3191,12 @@ msgid "Save as Brush"
msgstr "ブラシ形式で保存"
#. attach labels
-#: ../plug-ins/common/file-gbr.c:747
-#: ../plug-ins/common/grid.c:790
+#: ../plug-ins/common/file-gbr.c:747 ../plug-ins/common/grid.c:790
msgid "Spacing:"
msgstr "間隔: "
-#: ../plug-ins/common/file-gbr.c:758
-#: ../plug-ins/common/file-gih.c:925
-#: ../plug-ins/common/file-pat.c:556
-#: ../plug-ins/gimpressionist/presets.c:666
+#: ../plug-ins/common/file-gbr.c:758 ../plug-ins/common/file-gih.c:925
+#: ../plug-ins/common/file-pat.c:556 ../plug-ins/gimpressionist/presets.c:666
msgid "Description:"
msgstr "説明: "
@@ -3423,8 +3223,7 @@ msgstr "背景 (%d%s)"
msgid "Opening '%s' (frame %d)"
msgstr "(フレーム %2$d として) %1$s を開いています..."
-#: ../plug-ins/common/file-gif-load.c:965
-#: ../plug-ins/common/iwarp.c:791
+#: ../plug-ins/common/file-gif-load.c:965 ../plug-ins/common/iwarp.c:791
#: ../plug-ins/common/iwarp.c:826
#, c-format
msgid "Frame %d"
@@ -3437,8 +3236,12 @@ msgstr "フレーム %d (%d%s)"
#: ../plug-ins/common/file-gif-load.c:998
#, c-format
-msgid "GIF: Undocumented GIF composite type %d is not handled. Animation might not play or re-save perfectly."
-msgstr "GIF: 文書化されていない GIF 合成タイプ %d は扱えません。動画が再生されないか、完全に保存できない可能性があります。"
+msgid ""
+"GIF: Undocumented GIF composite type %d is not handled. Animation might not "
+"play or re-save perfectly."
+msgstr ""
+"GIF: 文書化されていない GIF 合成タイプ %d は扱えません。動画が再生されない"
+"か、完全に保存できない可能性があります。"
#: ../plug-ins/common/file-gif-save.c:447
msgid "Couldn't simply reduce colors further. Saving as opaque."
@@ -3446,27 +3249,46 @@ msgstr "これ以上単純には減色できません。不透明として保存
#: ../plug-ins/common/file-gif-save.c:562
#, c-format
-msgid "Unable to save '%s'. The GIF file format does not support images that are more than %d pixels wide or tall."
-msgstr "'%s' を保存できません。 GIF 形式での保存では幅や高さが %d ピクセルを超える画像をサポートしていません。"
+msgid ""
+"Unable to save '%s'. The GIF file format does not support images that are "
+"more than %d pixels wide or tall."
+msgstr ""
+"'%s' を保存できません。 GIF 形式での保存では幅や高さが %d ピクセルを超える画"
+"像をサポートしていません。"
#: ../plug-ins/common/file-gif-save.c:673
-msgid "The GIF format only supports comments in 7bit ASCII encoding. No comment is saved."
-msgstr "GIF フォーマットは 7bit ASCII エンコードのコメントしかサポートされません。コメントは保存されませんでした。"
+msgid ""
+"The GIF format only supports comments in 7bit ASCII encoding. No comment is "
+"saved."
+msgstr ""
+"GIF フォーマットは 7bit ASCII エンコードのコメントしかサポートされません。コ"
+"メントは保存されませんでした。"
#: ../plug-ins/common/file-gif-save.c:732
-msgid "Cannot save RGB color images. Convert to indexed color or grayscale first."
-msgstr "RGB 画像を直接 GIF 形式で保存することはできません。インデックス形式もしくはグレースケールに変換してください。"
+msgid ""
+"Cannot save RGB color images. Convert to indexed color or grayscale first."
+msgstr ""
+"RGB 画像を直接 GIF 形式で保存することはできません。インデックス形式もしくはグ"
+"レースケールに変換してください。"
#: ../plug-ins/common/file-gif-save.c:910
msgid "Delay inserted to prevent evil CPU-sucking animation."
-msgstr "「悪意ある CPU-sucking アニメーション」になることを防ぐためにフレーム間に待ち時間を挿入しました"
+msgstr ""
+"「悪意ある CPU-sucking アニメーション」になることを防ぐためにフレーム間に待ち"
+"時間を挿入しました"
#: ../plug-ins/common/file-gif-save.c:950
-msgid "The image you are trying to save as a GIF contains layers which extend beyond the actual borders of the image."
-msgstr "GIF 形式で保存しようとしている画像中に実画像サイズより大きなレイヤーが含まれています"
+msgid ""
+"The image you are trying to save as a GIF contains layers which extend "
+"beyond the actual borders of the image."
+msgstr ""
+"GIF 形式で保存しようとしている画像中に実画像サイズより大きなレイヤーが含まれ"
+"ています"
#: ../plug-ins/common/file-gif-save.c:967
-msgid "The GIF file format does not allow this. You may choose whether to crop all of the layers to the image borders, or cancel this save."
+msgid ""
+"The GIF file format does not allow this. You may choose whether to crop all "
+"of the layers to the image borders, or cancel this save."
msgstr ""
"GIF 形式ではこれは許可されません。\n"
"全てのレイヤーを画像サイズ以下に切り詰めるか、保存をキャンセルしてください。"
@@ -3501,8 +3323,7 @@ msgstr "無限ループ(_L)"
msgid "_Delay between frames where unspecified:"
msgstr "指定しない場合のフレーム間の時間(_D): "
-#: ../plug-ins/common/file-gif-save.c:1144
-#: ../plug-ins/common/file-mng.c:1507
+#: ../plug-ins/common/file-gif-save.c:1144 ../plug-ins/common/file-mng.c:1507
msgid "milliseconds"
msgstr "ミリ秒"
@@ -3540,8 +3361,7 @@ msgstr "出力ファイル書き込みエラー。"
msgid "The default comment is limited to %d characters."
msgstr "デフォルトのコメントは %d 文字までです。"
-#: ../plug-ins/common/file-gih.c:209
-#: ../plug-ins/common/file-gih.c:230
+#: ../plug-ins/common/file-gih.c:209 ../plug-ins/common/file-gih.c:230
msgid "GIMP brush (animated)"
msgstr "GIMP ブラシ (動画)"
@@ -3646,8 +3466,12 @@ msgid "_Generate full HTML document"
msgstr "完全な HTML 文書を生成する(_G)"
#: ../plug-ins/common/file-html-table.c:469
-msgid "If checked GTM will output a full HTML document with , , etc. tags instead of just the table html."
-msgstr "チェックしておくと GTM は単なる表の部分の HTML だけではなく や 等のタグも含む完全な HTML 文書を出力します。"
+msgid ""
+"If checked GTM will output a full HTML document with , , etc. "
+"tags instead of just the table html."
+msgstr ""
+"チェックしておくと GTM は単なる表の部分の HTML だけではなく や "
+"等のタグも含む完全な HTML 文書を出力します。"
#. HTML Table Creation Options
#: ../plug-ins/common/file-html-table.c:482
@@ -3659,16 +3483,25 @@ msgid "_Use cellspan"
msgstr "Cellspan を使う(_U)"
#: ../plug-ins/common/file-html-table.c:496
-msgid "If checked GTM will replace any rectangular sections of identically colored blocks with one large cell with ROWSPAN and COLSPAN values."
-msgstr "チェックしておくと ROWSPAN と COLSPAN を用いて均質な色の矩形部分を一つの大きなセルにします。"
+msgid ""
+"If checked GTM will replace any rectangular sections of identically colored "
+"blocks with one large cell with ROWSPAN and COLSPAN values."
+msgstr ""
+"チェックしておくと ROWSPAN と COLSPAN を用いて均質な色の矩形部分を一つの大き"
+"なセルにします。"
#: ../plug-ins/common/file-html-table.c:505
msgid "Co_mpress TD tags"
msgstr "TD タグ圧縮(_M)"
#: ../plug-ins/common/file-html-table.c:511
-msgid "Checking this tag will cause GTM to leave no whitespace between the TD tags and the cellcontent. This is only necessary for pixel level positioning control."
-msgstr "チェックしておくと GTM は TD タグとセルの中身の間の空白を取り除きます。ピクセルレベルの位置指定にのみ必要でしょう。"
+msgid ""
+"Checking this tag will cause GTM to leave no whitespace between the TD tags "
+"and the cellcontent. This is only necessary for pixel level positioning "
+"control."
+msgstr ""
+"チェックしておくと GTM は TD タグとセルの中身の間の空白を取り除きます。ピクセ"
+"ルレベルの位置指定にのみ必要でしょう。"
#: ../plug-ins/common/file-html-table.c:521
msgid "C_aption"
@@ -3729,8 +3562,7 @@ msgstr "セルの間隔を設定します。"
#. Inform the user that we couldn't losslessly save the
#. * transparency & just use the full palette
-#: ../plug-ins/common/file-mng.c:498
-#: ../plug-ins/common/file-png.c:1760
+#: ../plug-ins/common/file-mng.c:498 ../plug-ins/common/file-png.c:1760
msgid "Couldn't losslessly save transparency, saving opacity instead."
msgstr "透明度を劣化させずに保存できませんでした。不透明で保存します。"
@@ -3806,8 +3638,7 @@ msgstr "デフォルトのフレーム配置: "
msgid "PNG compression level:"
msgstr "PNG 圧縮レベル: "
-#: ../plug-ins/common/file-mng.c:1430
-#: ../plug-ins/common/file-png.c:1908
+#: ../plug-ins/common/file-mng.c:1430 ../plug-ins/common/file-png.c:1908
msgid "Choose a high compression level for small file size"
msgstr "ファイルサイズを小さくするには高圧縮レベルを選択してください"
@@ -3835,8 +3666,7 @@ msgstr "デフォルトのフレーム遅延: "
msgid "MNG animation"
msgstr "MNG 動画"
-#: ../plug-ins/common/file-pat.c:123
-#: ../plug-ins/common/file-pat.c:145
+#: ../plug-ins/common/file-pat.c:123 ../plug-ins/common/file-pat.c:145
msgid "GIMP pattern"
msgstr "GIMP パターン"
@@ -3849,8 +3679,7 @@ msgstr "パターンファイル '%s' に不正な UTF-8 文字列がありま
msgid "Save as Pattern"
msgstr "パターン形式で保存"
-#: ../plug-ins/common/file-pcx.c:133
-#: ../plug-ins/common/file-pcx.c:152
+#: ../plug-ins/common/file-pcx.c:133 ../plug-ins/common/file-pcx.c:152
msgid "ZSoft PCX image"
msgstr "ZSoft PCX 画像"
@@ -3864,15 +3693,13 @@ msgstr "'%s' からヘッダが読めません"
msgid "'%s' is not a PCX file"
msgstr "'%s' はPCXファイルではありません"
-#: ../plug-ins/common/file-pcx.c:395
-#: ../plug-ins/file-bmp/bmp-read.c:579
+#: ../plug-ins/common/file-pcx.c:395 ../plug-ins/file-bmp/bmp-read.c:606
#: ../plug-ins/file-psd/psd-load.c:302
#, c-format
msgid "Unsupported or invalid image width: %d"
msgstr "画像の幅: '%d' は、サポートされていないか無効な値です"
-#: ../plug-ins/common/file-pcx.c:400
-#: ../plug-ins/file-bmp/bmp-read.c:585
+#: ../plug-ins/common/file-pcx.c:400 ../plug-ins/file-bmp/bmp-read.c:612
#: ../plug-ins/file-psd/psd-load.c:294
#, c-format
msgid "Unsupported or invalid image height: %d"
@@ -3899,12 +3726,16 @@ msgstr "Yオフセット値: '%d' は無効な値です"
#: ../plug-ins/common/file-pcx.c:688
#, c-format
msgid "Right border out of bounds (must be < %d): %d"
-msgstr "右の境界がはみ出ています: 設定値は '%2$d' ですが '%1$d' より小さくなければいけません"
+msgstr ""
+"右の境界がはみ出ています: 設定値は '%2$d' ですが '%1$d' より小さくなければい"
+"けません"
#: ../plug-ins/common/file-pcx.c:695
#, c-format
msgid "Bottom border out of bounds (must be < %d): %d"
-msgstr "下の境界がはみ出ています: 設定値は '%2$d' ですが '%1$d' より小さくなければいけません"
+msgstr ""
+"下の境界がはみ出ています: 設定値は '%2$d' ですが '%1$d' より小さくなければい"
+"けません"
#: ../plug-ins/common/file-pcx.c:752
#, c-format
@@ -3924,8 +3755,7 @@ msgstr "PDF 形式"
msgid "%s-%s"
msgstr "%s-%s"
-#: ../plug-ins/common/file-pdf.c:622
-#: ../plug-ins/common/file-ps.c:1125
+#: ../plug-ins/common/file-pdf.c:622 ../plug-ins/common/file-ps.c:1125
#, c-format
msgid "%s-pages"
msgstr "%s ページ"
@@ -3934,8 +3764,7 @@ msgstr "%s ページ"
msgid "Import from PDF"
msgstr "PDF ドキュメントのインポート"
-#: ../plug-ins/common/file-pdf.c:813
-#: ../plug-ins/common/file-ps.c:3100
+#: ../plug-ins/common/file-pdf.c:813 ../plug-ins/common/file-ps.c:3100
#: ../plug-ins/common/file-tiff-load.c:483
msgid "_Import"
msgstr "インポート(_I)"
@@ -3957,15 +3786,12 @@ msgstr "解像度(_R): "
msgid "pixels/%s"
msgstr "ピクセル/%s"
-#: ../plug-ins/common/file-pix.c:142
-#: ../plug-ins/common/file-pix.c:159
+#: ../plug-ins/common/file-pix.c:142 ../plug-ins/common/file-pix.c:159
msgid "Alias Pix image"
msgstr "Alias Pix 画像"
-#: ../plug-ins/common/file-png.c:263
-#: ../plug-ins/common/file-png.c:284
-#: ../plug-ins/common/file-png.c:304
-#: ../plug-ins/common/file-png.c:321
+#: ../plug-ins/common/file-png.c:263 ../plug-ins/common/file-png.c:284
+#: ../plug-ins/common/file-png.c:304 ../plug-ins/common/file-png.c:321
msgid "PNG image"
msgstr "PNG 画像"
@@ -3989,8 +3815,12 @@ msgid "Unknown color model in PNG file '%s'."
msgstr "PNG ファイル '%s' で未知のカラーモデル。"
#: ../plug-ins/common/file-png.c:889
-msgid "The PNG file specifies an offset that caused the layer to be positioned outside the image."
-msgstr "この PNG ファイルでは、レイヤーが画像の外に配置されるようなオフセットが指定されています。"
+msgid ""
+"The PNG file specifies an offset that caused the layer to be positioned "
+"outside the image."
+msgstr ""
+"この PNG ファイルでは、レイヤーが画像の外に配置されるようなオフセットが指定さ"
+"れています。"
#: ../plug-ins/common/file-png.c:1254
#, c-format
@@ -4037,8 +3867,7 @@ msgstr "透明ピクセルの色の値を保存(_V)"
msgid "Co_mpression level:"
msgstr "圧縮レベル(_M): "
-#: ../plug-ins/common/file-png.c:1922
-#: ../plug-ins/file-jpeg/jpeg-save.c:1186
+#: ../plug-ins/common/file-png.c:1922 ../plug-ins/file-jpeg/jpeg-save.c:1186
msgid "_Load Defaults"
msgstr "既定値を読み込み(_L)"
@@ -4066,12 +3895,9 @@ msgstr "PGM 画像"
msgid "PPM image"
msgstr "PPM 画像"
-#: ../plug-ins/common/file-pnm.c:528
-#: ../plug-ins/common/file-pnm.c:550
-#: ../plug-ins/common/file-pnm.c:559
-#: ../plug-ins/common/file-pnm.c:570
-#: ../plug-ins/common/file-pnm.c:658
-#: ../plug-ins/common/file-pnm.c:728
+#: ../plug-ins/common/file-pnm.c:528 ../plug-ins/common/file-pnm.c:550
+#: ../plug-ins/common/file-pnm.c:559 ../plug-ins/common/file-pnm.c:570
+#: ../plug-ins/common/file-pnm.c:658 ../plug-ins/common/file-pnm.c:728
msgid "Premature end of file."
msgstr "ファイルが途中で切れています"
@@ -4124,13 +3950,11 @@ msgstr "Raw"
msgid "Ascii"
msgstr "ASCII"
-#: ../plug-ins/common/file-ps.c:599
-#: ../plug-ins/common/file-ps.c:691
+#: ../plug-ins/common/file-ps.c:599 ../plug-ins/common/file-ps.c:691
msgid "PostScript document"
msgstr "PostScript ドキュメント"
-#: ../plug-ins/common/file-ps.c:618
-#: ../plug-ins/common/file-ps.c:707
+#: ../plug-ins/common/file-ps.c:618 ../plug-ins/common/file-ps.c:707
msgid "Encapsulated PostScript image"
msgstr "EPS 形式"
@@ -4148,33 +3972,30 @@ msgstr "PostScript ドキュメント '%s' を解釈できませんでした"
msgid "PostScript save cannot handle images with alpha channels"
msgstr "PostScript 形式による保存はアルファチャンネルを取り扱えません"
-#: ../plug-ins/common/file-ps.c:1730
-#: ../plug-ins/common/file-ps.c:1763
+#: ../plug-ins/common/file-ps.c:1730 ../plug-ins/common/file-ps.c:1763
#, c-format
msgid ""
-"Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROG to tell GIMP about its location.\n"
+"Error starting Ghostscript. Make sure that Ghostscript is installed and - if "
+"necessary - use the environment variable GS_PROG to tell GIMP about its "
+"location.\n"
"(%s)"
msgstr ""
"Ghostscript 起動時にエラーが発生しました。\n"
-"Ghostscript がインストールされているか確認し、必要ならば環境変数 GS_PROG に Ghostscript へのパスを設定してください。\n"
+"Ghostscript がインストールされているか確認し、必要ならば環境変数 GS_PROG に "
+"Ghostscript へのパスを設定してください。\n"
"(詳細または原因は次のとおりです)\n"
"\n"
" %s"
-#: ../plug-ins/common/file-ps.c:1930
-#: ../plug-ins/common/file-tiff-load.c:999
+#: ../plug-ins/common/file-ps.c:1930 ../plug-ins/common/file-tiff-load.c:999
#, c-format
msgid "Page %d"
msgstr "ページ %d"
-#: ../plug-ins/common/file-ps.c:2600
-#: ../plug-ins/common/file-ps.c:2733
-#: ../plug-ins/common/file-ps.c:2885
-#: ../plug-ins/common/file-ps.c:3011
-#: ../plug-ins/common/file-sunras.c:1504
-#: ../plug-ins/common/file-sunras.c:1612
-#: ../plug-ins/file-fits/fits.c:850
-#: ../plug-ins/file-fits/fits.c:974
+#: ../plug-ins/common/file-ps.c:2600 ../plug-ins/common/file-ps.c:2733
+#: ../plug-ins/common/file-ps.c:2885 ../plug-ins/common/file-ps.c:3011
+#: ../plug-ins/common/file-sunras.c:1504 ../plug-ins/common/file-sunras.c:1612
+#: ../plug-ins/file-fits/fits.c:850 ../plug-ins/file-fits/fits.c:974
msgid "Write error occurred"
msgstr "書き込みエラーが発生しました"
@@ -4188,8 +4009,7 @@ msgid "Rendering"
msgstr "解像度とサイズ"
#. Resolution
-#: ../plug-ins/common/file-ps.c:3154
-#: ../plug-ins/common/file-svg.c:929
+#: ../plug-ins/common/file-ps.c:3154 ../plug-ins/common/file-svg.c:929
#: ../plug-ins/common/file-wmf.c:692
msgid "Resolution:"
msgstr "解像度: "
@@ -4202,8 +4022,7 @@ msgstr "ページ: "
msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)"
msgstr "読み込むページ番号 (例: 1-4 あるいは 1,3,5-7)"
-#: ../plug-ins/common/file-ps.c:3204
-#: ../plug-ins/common/sphere-designer.c:2643
+#: ../plug-ins/common/file-ps.c:3204 ../plug-ins/common/sphere-designer.c:2643
msgid "Layers"
msgstr "レイヤー"
@@ -4228,16 +4047,14 @@ msgstr "色の設定"
msgid "B/W"
msgstr "モノクロ 2 階調"
-#: ../plug-ins/common/file-ps.c:3232
-#: ../plug-ins/common/file-xpm.c:479
+#: ../plug-ins/common/file-ps.c:3232 ../plug-ins/common/file-xpm.c:479
#: ../plug-ins/gimpressionist/color.c:66
#: ../plug-ins/gimpressionist/general.c:170
#: ../plug-ins/imagemap/imap_menu.c:213
msgid "Color"
msgstr "カラー"
-#: ../plug-ins/common/file-ps.c:3233
-#: ../plug-ins/file-fits/fits.c:1033
+#: ../plug-ins/common/file-ps.c:3233 ../plug-ins/file-fits/fits.c:1033
msgid "Automatic"
msgstr "自動"
@@ -4247,13 +4064,11 @@ msgstr ""
"テキストの\n"
"アンチエイリアス"
-#: ../plug-ins/common/file-ps.c:3248
-#: ../plug-ins/common/file-ps.c:3260
+#: ../plug-ins/common/file-ps.c:3248 ../plug-ins/common/file-ps.c:3260
msgid "Weak"
msgstr "少し"
-#: ../plug-ins/common/file-ps.c:3249
-#: ../plug-ins/common/file-ps.c:3261
+#: ../plug-ins/common/file-ps.c:3249 ../plug-ins/common/file-ps.c:3261
msgid "Strong"
msgstr "強く"
@@ -4277,8 +4092,12 @@ msgid "_Keep aspect ratio"
msgstr "縦横比を維持(_K)"
#: ../plug-ins/common/file-ps.c:3419
-msgid "When toggled, the resulting image will be scaled to fit into the given size without changing the aspect ratio."
-msgstr "チェックを入れると、画像は縦横比を変更せずに与えられたサイズに合うように調整されて出力されます。"
+msgid ""
+"When toggled, the resulting image will be scaled to fit into the given size "
+"without changing the aspect ratio."
+msgstr ""
+"チェックを入れると、画像は縦横比を変更せずに与えられたサイズに合うように調整"
+"されて出力されます。"
#. Unit
#: ../plug-ins/common/file-ps.c:3429
@@ -4320,8 +4139,7 @@ msgstr "プレビュー(_R)"
msgid "Preview _size:"
msgstr "プレビューサイズ(_S): "
-#: ../plug-ins/common/file-psp.c:599
-#: ../plug-ins/common/file-psp.c:623
+#: ../plug-ins/common/file-psp.c:599 ../plug-ins/common/file-psp.c:623
msgid "Paint Shop Pro image"
msgstr "Paint Shop Pro 画像"
@@ -4342,8 +4160,7 @@ msgstr "RLE"
msgid "LZ77"
msgstr "LZ77"
-#: ../plug-ins/common/file-raw.c:182
-#: ../plug-ins/common/file-raw.c:197
+#: ../plug-ins/common/file-raw.c:182 ../plug-ins/common/file-raw.c:197
msgid "Raw image data"
msgstr "Raw画像データ"
@@ -4379,13 +4196,11 @@ msgstr "画像の種類(_T): "
msgid "Palette"
msgstr "パレット"
-#: ../plug-ins/common/file-raw.c:1092
-#: ../plug-ins/common/file-raw.c:1191
+#: ../plug-ins/common/file-raw.c:1092 ../plug-ins/common/file-raw.c:1191
msgid "R, G, B (normal)"
msgstr "R, G, B (通常)"
-#: ../plug-ins/common/file-raw.c:1093
-#: ../plug-ins/common/file-raw.c:1193
+#: ../plug-ins/common/file-raw.c:1093 ../plug-ins/common/file-raw.c:1193
msgid "B, G, R, X (BMP style)"
msgstr "B, G, R, X (BMP スタイル)"
@@ -4425,8 +4240,7 @@ msgstr "Planar (RRR,GGG,BBB)"
msgid "Indexed Palette Type"
msgstr "インデックスパレット型"
-#: ../plug-ins/common/file-sunras.c:217
-#: ../plug-ins/common/file-sunras.c:237
+#: ../plug-ins/common/file-sunras.c:217 ../plug-ins/common/file-sunras.c:237
msgid "SUN Rasterfile image"
msgstr "SUN-raster ファイル画像"
@@ -4448,8 +4262,7 @@ msgstr "'%s' から色情報が読み込めません"
msgid "Type of colormap not supported"
msgstr "このカラーマップ形式は使用できません"
-#: ../plug-ins/common/file-sunras.c:456
-#: ../plug-ins/common/file-xbm.c:826
+#: ../plug-ins/common/file-sunras.c:456 ../plug-ins/common/file-xbm.c:826
#: ../plug-ins/common/file-xwd.c:489
#, c-format
msgid ""
@@ -4459,8 +4272,7 @@ msgstr ""
"'%s':\n"
"画像の幅が指定されていません"
-#: ../plug-ins/common/file-sunras.c:464
-#: ../plug-ins/common/file-xbm.c:833
+#: ../plug-ins/common/file-sunras.c:464 ../plug-ins/common/file-xbm.c:833
#: ../plug-ins/common/file-xwd.c:498
#, c-format
msgid ""
@@ -4470,8 +4282,7 @@ msgstr ""
"'%s':\n"
"画像の幅がGIMPで扱える範囲を超えています"
-#: ../plug-ins/common/file-sunras.c:472
-#: ../plug-ins/common/file-xbm.c:840
+#: ../plug-ins/common/file-sunras.c:472 ../plug-ins/common/file-xbm.c:840
#: ../plug-ins/common/file-xwd.c:506
#, c-format
msgid ""
@@ -4481,8 +4292,7 @@ msgstr ""
"'%s':\n"
"画像の高さが指定されていません"
-#: ../plug-ins/common/file-sunras.c:480
-#: ../plug-ins/common/file-xbm.c:847
+#: ../plug-ins/common/file-sunras.c:480 ../plug-ins/common/file-xbm.c:847
#: ../plug-ins/common/file-xwd.c:514
#, c-format
msgid ""
@@ -4505,16 +4315,11 @@ msgstr "SUNRAS による保存はアルファチャンネルを持った画像
msgid "Can't operate on unknown image types"
msgstr "不明な画像種は扱えません"
-#: ../plug-ins/common/file-sunras.c:1082
-#: ../plug-ins/common/file-sunras.c:1173
-#: ../plug-ins/common/file-sunras.c:1254
-#: ../plug-ins/common/file-sunras.c:1349
-#: ../plug-ins/common/file-xwd.c:1348
-#: ../plug-ins/common/file-xwd.c:1449
-#: ../plug-ins/common/file-xwd.c:1607
-#: ../plug-ins/common/file-xwd.c:1807
-#: ../plug-ins/common/file-xwd.c:2064
-#: ../plug-ins/file-fits/fits.c:697
+#: ../plug-ins/common/file-sunras.c:1082 ../plug-ins/common/file-sunras.c:1173
+#: ../plug-ins/common/file-sunras.c:1254 ../plug-ins/common/file-sunras.c:1349
+#: ../plug-ins/common/file-xwd.c:1348 ../plug-ins/common/file-xwd.c:1449
+#: ../plug-ins/common/file-xwd.c:1607 ../plug-ins/common/file-xwd.c:1807
+#: ../plug-ins/common/file-xwd.c:2064 ../plug-ins/file-fits/fits.c:697
msgid "EOF encountered on reading"
msgstr "読み込み中に EOF が現れた"
@@ -4535,8 +4340,7 @@ msgstr "RLE エンコード"
msgid "SVG image"
msgstr "SVG 画像"
-#: ../plug-ins/common/file-svg.c:335
-#: ../plug-ins/common/file-svg.c:733
+#: ../plug-ins/common/file-svg.c:335 ../plug-ins/common/file-svg.c:733
msgid "Unknown reason"
msgstr "原因不明"
@@ -4548,8 +4352,7 @@ msgstr "SVG を描画しています"
msgid "Rendered SVG"
msgstr "SVG 描画"
-#: ../plug-ins/common/file-svg.c:567
-#: ../plug-ins/common/file-wmf.c:358
+#: ../plug-ins/common/file-svg.c:567 ../plug-ins/common/file-wmf.c:358
#, c-format
msgid "%d × %d"
msgstr "%d × %d"
@@ -4568,34 +4371,28 @@ msgid "Render Scalable Vector Graphics"
msgstr "Scalable Vector Graphics を描く"
#. Width and Height
-#: ../plug-ins/common/file-svg.c:808
-#: ../plug-ins/common/file-wmf.c:571
+#: ../plug-ins/common/file-svg.c:808 ../plug-ins/common/file-wmf.c:571
#: ../plug-ins/common/grid.c:724
msgid "Width:"
msgstr "幅: "
-#: ../plug-ins/common/file-svg.c:814
-#: ../plug-ins/common/file-wmf.c:577
+#: ../plug-ins/common/file-svg.c:814 ../plug-ins/common/file-wmf.c:577
msgid "Height:"
msgstr "高さ: "
-#: ../plug-ins/common/file-svg.c:888
-#: ../plug-ins/common/file-wmf.c:651
+#: ../plug-ins/common/file-svg.c:888 ../plug-ins/common/file-wmf.c:651
msgid "_X ratio:"
msgstr "比率 _X: "
-#: ../plug-ins/common/file-svg.c:910
-#: ../plug-ins/common/file-wmf.c:673
+#: ../plug-ins/common/file-svg.c:910 ../plug-ins/common/file-wmf.c:673
msgid "_Y ratio:"
msgstr "比率 _Y: "
-#: ../plug-ins/common/file-svg.c:924
-#: ../plug-ins/common/file-wmf.c:687
+#: ../plug-ins/common/file-svg.c:924 ../plug-ins/common/file-wmf.c:687
msgid "Constrain aspect ratio"
msgstr "縦横比指定"
-#: ../plug-ins/common/file-svg.c:935
-#: ../plug-ins/common/file-wmf.c:698
+#: ../plug-ins/common/file-svg.c:935 ../plug-ins/common/file-wmf.c:698
#: ../plug-ins/print/print-page-layout.c:273
#, c-format
msgid "pixels/%a"
@@ -4607,15 +4404,15 @@ msgid "Import _paths"
msgstr "パスをインポート(_P)"
#: ../plug-ins/common/file-svg.c:961
-msgid "Import path elements of the SVG so they can be used with the GIMP path tool"
+msgid ""
+"Import path elements of the SVG so they can be used with the GIMP path tool"
msgstr "SVG のパス要素を GIMP パスツールで使えるようにインポートします"
#: ../plug-ins/common/file-svg.c:974
msgid "Merge imported paths"
msgstr "インポートしたパスを統合"
-#: ../plug-ins/common/file-tga.c:245
-#: ../plug-ins/common/file-tga.c:264
+#: ../plug-ins/common/file-tga.c:245 ../plug-ins/common/file-tga.c:264
msgid "TarGA image"
msgstr "TarGA 画像"
@@ -4683,10 +4480,14 @@ msgstr "TIFF チャンネル"
#: ../plug-ins/file-psd/psd-load.c:325
msgid ""
"Warning:\n"
-"The image you are loading has 16 bits per channel. GIMP can only handle 8 bit, so it will be converted for you. Information will be lost because of this conversion."
+"The image you are loading has 16 bits per channel. GIMP can only handle 8 "
+"bit, so it will be converted for you. Information will be lost because of "
+"this conversion."
msgstr ""
"警告:\n"
-"16 bit /チャンネルの画像を読み込もうとしていますが、GIMPはこのモードが取り扱えないので 8 bit /チャンネルに変換します。この変換によりカラー情報の一部が失われます。"
+"16 bit /チャンネルの画像を読み込もうとしていますが、GIMPはこのモードが取り扱"
+"えないので 8 bit /チャンネルに変換します。この変換によりカラー情報の一部が失"
+"われます。"
#: ../plug-ins/common/file-tiff-save.c:887
msgid ""
@@ -4737,8 +4538,7 @@ msgstr "CCITT Group 4 fax(_4)"
msgid "Save _color values from transparent pixels"
msgstr "透明ピクセルの色の値を保存(_C)"
-#: ../plug-ins/common/file-tiff-save.c:1131
-#: ../plug-ins/common/file-xbm.c:1246
+#: ../plug-ins/common/file-tiff-save.c:1131 ../plug-ins/common/file-xbm.c:1246
msgid "Comment:"
msgstr "コメント: "
@@ -4767,8 +4567,7 @@ msgstr "'%s' を読込み用でオープンできませんでした。"
msgid "Rendered WMF"
msgstr "描画した WMF"
-#: ../plug-ins/common/file-xbm.c:176
-#: ../plug-ins/common/file-xbm.c:194
+#: ../plug-ins/common/file-xbm.c:176 ../plug-ins/common/file-xbm.c:194
msgid "X BitMap image"
msgstr "X ビットマップイメージ"
@@ -4793,7 +4592,8 @@ msgstr ""
#. The image is not black-and-white.
#: ../plug-ins/common/file-xbm.c:997
msgid ""
-"The image which you are trying to save as an XBM contains more than two colors.\n"
+"The image which you are trying to save as an XBM contains more than two "
+"colors.\n"
"\n"
"Please convert it to a black and white (1-bit) indexed image and try again."
msgstr ""
@@ -4853,19 +4653,16 @@ msgstr "外部マスクファイルに書く(_R)"
msgid "_Mask file extension:"
msgstr "マスクファイル拡張子(_M): "
-#: ../plug-ins/common/file-xpm.c:174
-#: ../plug-ins/common/file-xpm.c:199
+#: ../plug-ins/common/file-xpm.c:174 ../plug-ins/common/file-xpm.c:199
msgid "X PixMap image"
msgstr "X PixMap 画像"
-#: ../plug-ins/common/file-xpm.c:363
-#: ../plug-ins/common/file-xpm.c:773
+#: ../plug-ins/common/file-xpm.c:363 ../plug-ins/common/file-xpm.c:773
#, c-format
msgid "Error opening file '%s'"
msgstr "ファイル '%s' のオープン中にエラー"
-#: ../plug-ins/common/file-xpm.c:369
-#: ../plug-ins/common/file-xpm.c:779
+#: ../plug-ins/common/file-xpm.c:369 ../plug-ins/common/file-xpm.c:779
msgid "XPM file invalid"
msgstr "XPM ファイルが不正です"
@@ -4877,8 +4674,7 @@ msgstr "XPM 形式で保存する"
msgid "_Alpha threshold:"
msgstr "アルファしきい値(_A): "
-#: ../plug-ins/common/file-xwd.c:278
-#: ../plug-ins/common/file-xwd.c:298
+#: ../plug-ins/common/file-xwd.c:278 ../plug-ins/common/file-xwd.c:298
msgid "X window dump"
msgstr "X ウィンドウダンプ"
@@ -4893,8 +4689,12 @@ msgstr "色情報が読み込めません"
#: ../plug-ins/common/file-xwd.c:570
#, c-format
-msgid "XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is not supported."
-msgstr "XWD-ファイル %s は形式 %d, 深度 %d, ピクセル当たり %d です。現在この形式は利用できません。"
+msgid ""
+"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is "
+"not supported."
+msgstr ""
+"XWD-ファイル %s は形式 %d, 深度 %d, ピクセル当たり %d です。現在この形式は利"
+"用できません。"
#: ../plug-ins/common/file-xwd.c:593
msgid "Cannot save images with alpha channels."
@@ -4920,8 +4720,7 @@ msgstr "フィルムストリップ(_F)..."
msgid "Composing images"
msgstr "画像合成中"
-#: ../plug-ins/common/film.c:425
-#: ../plug-ins/common/guillotine.c:216
+#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:216
#: ../plug-ins/help-browser/dialog.c:1120
msgid "Untitled"
msgstr "名称未設定"
@@ -4935,8 +4734,7 @@ msgid "On film:"
msgstr "フィルム上には: "
#. Film height/colour
-#: ../plug-ins/common/film.c:976
-#: ../plug-ins/common/film.c:1248
+#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248
msgid "Filmstrip"
msgstr "フィルムストリップ"
@@ -4950,8 +4748,7 @@ msgstr "画像に高さを合わせる(_F)"
msgid "Select Film Color"
msgstr "フィルムの色"
-#: ../plug-ins/common/film.c:1026
-#: ../plug-ins/common/film.c:1076
+#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076
#: ../plug-ins/common/nova.c:353
msgid "Co_lor:"
msgstr "色(_L): "
@@ -5069,8 +4866,7 @@ msgstr "彩度を上げる: "
msgid "Less Sat:"
msgstr "彩度を下げる: "
-#: ../plug-ins/common/filter-pack.c:233
-#: ../plug-ins/common/filter-pack.c:532
+#: ../plug-ins/common/filter-pack.c:233 ../plug-ins/common/filter-pack.c:532
msgid "Current:"
msgstr "現在"
@@ -5106,8 +4902,7 @@ msgstr "色相バリエーション"
msgid "Roughness"
msgstr "変化率"
-#: ../plug-ins/common/filter-pack.c:674
-#: ../plug-ins/common/filter-pack.c:1317
+#: ../plug-ins/common/filter-pack.c:674 ../plug-ins/common/filter-pack.c:1317
msgid "Affected Range"
msgstr "対象領域"
@@ -5127,8 +4922,7 @@ msgstr "ハイライト(_I)"
msgid "Windows"
msgstr "ウィンドウ"
-#: ../plug-ins/common/filter-pack.c:704
-#: ../plug-ins/common/van-gogh-lic.c:672
+#: ../plug-ins/common/filter-pack.c:704 ../plug-ins/common/van-gogh-lic.c:672
msgid "_Saturation"
msgstr "彩度(_S)"
@@ -5243,18 +5037,15 @@ msgstr "Y_1:"
msgid "Y_2:"
msgstr "Y_2:"
-#: ../plug-ins/common/gee-zoom.c:121
-#: ../plug-ins/common/gee.c:99
+#: ../plug-ins/common/gee-zoom.c:121 ../plug-ins/common/gee.c:99
msgid "A big hello from the GIMP team!"
msgstr "A big hello from the GIMP team!"
-#: ../plug-ins/common/gee-zoom.c:126
-#: ../plug-ins/common/gee-zoom.c:186
+#: ../plug-ins/common/gee-zoom.c:126 ../plug-ins/common/gee-zoom.c:186
msgid "Gee Zoom"
msgstr "Gee ズーム"
-#: ../plug-ins/common/gee-zoom.c:192
-#: ../plug-ins/common/gee.c:166
+#: ../plug-ins/common/gee-zoom.c:192 ../plug-ins/common/gee.c:166
msgid "Thank You for Choosing GIMP"
msgstr "GIMP を選んでくれてありがとう"
@@ -5263,8 +5054,7 @@ msgstr "GIMP を選んでくれてありがとう"
msgid "An obsolete creation by %s"
msgstr "%s の昔の作品"
-#: ../plug-ins/common/gee.c:104
-#: ../plug-ins/common/gee.c:160
+#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160
msgid "Gee Slime"
msgstr "Gee スライム"
@@ -5309,8 +5099,7 @@ msgstr "グリッド(_G)..."
msgid "Drawing grid"
msgstr "グリッドを描いています"
-#: ../plug-ins/common/grid.c:635
-#: ../plug-ins/gfig/gfig-dialog.c:1355
+#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355
#: ../plug-ins/imagemap/imap_menu.c:209
msgid "Grid"
msgstr "グリッド"
@@ -5360,14 +5149,14 @@ msgstr "ギロチンで切断しています"
#: ../plug-ins/common/hot.c:207
msgid "Find and fix pixels that may be unsafely bright"
-msgstr "明るすぎるかもしれないピクセルを検出して、それを適正な明るさに修正します"
+msgstr ""
+"明るすぎるかもしれないピクセルを検出して、それを適正な明るさに修正します"
#: ../plug-ins/common/hot.c:217
msgid "_Hot..."
msgstr "ホット(_H)..."
-#: ../plug-ins/common/hot.c:387
-#: ../plug-ins/common/hot.c:586
+#: ../plug-ins/common/hot.c:387 ../plug-ins/common/hot.c:586
msgid "Hot"
msgstr "ホット"
@@ -5387,8 +5176,7 @@ msgstr "発光を減らす(_L)"
msgid "Reduce _Saturation"
msgstr "彩度を減らす(_S)"
-#: ../plug-ins/common/hot.c:638
-#: ../plug-ins/common/waves.c:282
+#: ../plug-ins/common/hot.c:638 ../plug-ins/common/waves.c:282
msgid "_Blacken"
msgstr "黒くする(_B)"
@@ -5400,8 +5188,7 @@ msgstr "画像を変化させながら重ねます"
msgid "_Illusion..."
msgstr "幻(_I)..."
-#: ../plug-ins/common/illusion.c:168
-#: ../plug-ins/common/illusion.c:350
+#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350
msgid "Illusion"
msgstr "幻"
@@ -5419,7 +5206,9 @@ msgstr "モード _2"
#: ../plug-ins/common/iwarp.c:262
msgid "Use mouse control to warp image areas"
-msgstr "マウスで変化させたい箇所をクリック - ドラッグしながら対話的に画像を歪めていきます"
+msgstr ""
+"マウスで変化させたい箇所をクリック - ドラッグしながら対話的に画像を歪めていき"
+"ます"
#: ../plug-ins/common/iwarp.c:267
msgid "_IWarp..."
@@ -5510,8 +5299,7 @@ msgstr "最大深度(_X):"
msgid "Thresho_ld:"
msgstr "しきい値(_L):"
-#: ../plug-ins/common/iwarp.c:1214
-#: ../plug-ins/common/sinus.c:771
+#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771
#: ../plug-ins/gradient-flare/gradient-flare.c:2867
msgid "_Settings"
msgstr "設定(_S)"
@@ -5521,7 +5309,9 @@ msgid "IWarp"
msgstr "対話型歪め"
#: ../plug-ins/common/iwarp.c:1299
-msgid "Click and drag in the preview to define the distortions to apply to the image."
+msgid ""
+"Click and drag in the preview to define the distortions to apply to the "
+"image."
msgstr "プレビュー内でクリック・ドラッグして、画像へ適用する歪みを定義します。"
#: ../plug-ins/common/jigsaw.c:356
@@ -5595,7 +5385,8 @@ msgstr "それぞれのピースの端が丸めてある"
#: ../plug-ins/common/lcms.c:218
msgid "Set a color profile on the image"
-msgstr "ICCカラープロファイルを画像に設定します。この操作では色の変換は行われません。"
+msgstr ""
+"ICCカラープロファイルを画像に設定します。この操作では色の変換は行われません。"
#: ../plug-ins/common/lcms.c:225
msgid "_Assign Color Profile..."
@@ -5628,15 +5419,19 @@ msgstr "カラープロファイル情報"
#: ../plug-ins/common/lcms.c:572
#, c-format
msgid "Color profile '%s' is not for RGB color space."
-msgstr "カラープロファイル '%s' は、RGB カラースペース用のプロファイルではありません"
+msgstr ""
+"カラープロファイル '%s' は、RGB カラースペース用のプロファイルではありません"
#: ../plug-ins/common/lcms.c:679
msgid "Default RGB working space"
msgstr "既定の RGB ワークスペース"
#: ../plug-ins/common/lcms.c:775
-msgid "Data attached as 'icc-profile' does not appear to be an ICC color profile"
-msgstr "'icc-profile' として付加されたデータは、ICCカラープロファイルのようではありません"
+msgid ""
+"Data attached as 'icc-profile' does not appear to be an ICC color profile"
+msgstr ""
+"'icc-profile' として付加されたデータは、ICCカラープロファイルのようではありま"
+"せん"
#: ../plug-ins/common/lcms.c:825
#, c-format
@@ -5676,8 +5471,7 @@ msgstr "変換しない"
msgid "_Convert"
msgstr "変換(_C)"
-#: ../plug-ins/common/lcms.c:1263
-#: ../plug-ins/file-jpeg/jpeg-exif.c:377
+#: ../plug-ins/common/lcms.c:1263 ../plug-ins/file-jpeg/jpeg-exif.c:377
msgid "_Don't ask me again"
msgstr "次回から確認しない(_D)"
@@ -5794,8 +5588,7 @@ msgstr "メイン"
msgid "_Edge:"
msgstr "周辺部"
-#: ../plug-ins/common/lens-distortion.c:549
-#: ../plug-ins/flame/flame.c:1237
+#: ../plug-ins/common/lens-distortion.c:549 ../plug-ins/flame/flame.c:1237
msgid "_Zoom:"
msgstr "拡大(_Z):"
@@ -5831,8 +5624,7 @@ msgstr "レンズフレア"
msgid "Center of Flare Effect"
msgstr "フレア効果の中心"
-#: ../plug-ins/common/lens-flare.c:793
-#: ../plug-ins/common/nova.c:484
+#: ../plug-ins/common/lens-flare.c:793 ../plug-ins/common/nova.c:484
msgid "Show _position"
msgstr "中心をガイドで表示"
@@ -5844,35 +5636,35 @@ msgstr "画像をEメールで送信します"
msgid "Send by E_mail..."
msgstr "メールで送信..."
-#: ../plug-ins/common/mail.c:408
+#: ../plug-ins/common/mail.c:407
msgid "Send by Email"
msgstr "メールで画像を送信"
-#: ../plug-ins/common/mail.c:413
+#: ../plug-ins/common/mail.c:412
msgid "_Send"
msgstr "送信(_S)"
-#: ../plug-ins/common/mail.c:445
+#: ../plug-ins/common/mail.c:444
msgid "_Filename:"
msgstr "ファイル名(_F):"
-#: ../plug-ins/common/mail.c:457
+#: ../plug-ins/common/mail.c:456
msgid "_To:"
msgstr "宛先(_T): "
-#: ../plug-ins/common/mail.c:471
+#: ../plug-ins/common/mail.c:470
msgid "_From:"
msgstr "差出人(_F): "
-#: ../plug-ins/common/mail.c:483
+#: ../plug-ins/common/mail.c:482
msgid "S_ubject:"
msgstr "件名(_U):"
-#: ../plug-ins/common/mail.c:592
+#: ../plug-ins/common/mail.c:591
msgid "some sort of error with the file extension or lack thereof"
msgstr "ファイル拡張子に関するエラーが発生しました。"
-#: ../plug-ins/common/mail.c:726
+#: ../plug-ins/common/mail.c:725
#, c-format
msgid "Could not start sendmail (%s)"
msgstr "sendmail を開始できません (%s)"
@@ -5885,8 +5677,7 @@ msgstr "RGB各チャンネルの値を比較して、色を純粋な赤・緑・
msgid "Maxim_um RGB..."
msgstr "RGB 値最大(_M)..."
-#: ../plug-ins/common/max-rgb.c:134
-#: ../plug-ins/common/noise-hsv.c:158
+#: ../plug-ins/common/max-rgb.c:134 ../plug-ins/common/noise-hsv.c:158
msgid "Can only operate on RGB drawables."
msgstr "RGB 描画対象のみ操作できます。"
@@ -5952,8 +5743,7 @@ msgstr "タイルの形状"
msgid "Tile _size:"
msgstr "タイルサイズ(_T):"
-#: ../plug-ins/common/mosaic.c:660
-#: ../plug-ins/common/tile-glass.c:303
+#: ../plug-ins/common/mosaic.c:660 ../plug-ins/common/tile-glass.c:303
msgid "Tile _height:"
msgstr "タイル高(_H):"
@@ -5997,8 +5787,7 @@ msgstr "丸"
msgid "Line"
msgstr "線形"
-#: ../plug-ins/common/newsprint.c:145
-#: ../plug-ins/flame/flame.c:760
+#: ../plug-ins/common/newsprint.c:145 ../plug-ins/flame/flame.c:760
msgid "Diamond"
msgstr "ダイヤモンド"
@@ -6042,8 +5831,7 @@ msgstr "新聞紙上の写真のようなハーフトーンの効果を施しま
msgid "Newsprin_t..."
msgstr "新聞印刷(_T)..."
-#: ../plug-ins/common/newsprint.c:627
-#: ../plug-ins/common/newsprint.c:1188
+#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188
msgid "Newsprint"
msgstr "新聞印刷"
@@ -6103,8 +5891,7 @@ msgid "_Factory Defaults"
msgstr "初期値に戻す(_F)"
#. anti-alias control
-#: ../plug-ins/common/newsprint.c:1442
-#: ../plug-ins/gfig/gfig-dialog.c:1256
+#: ../plug-ins/common/newsprint.c:1442 ../plug-ins/gfig/gfig-dialog.c:1256
msgid "Antialiasing"
msgstr "アンチエイリアシング"
@@ -6120,8 +5907,7 @@ msgstr "非線形アルゴリズムを用いた 3 種類のフィルタ効果を
msgid "_NL Filter..."
msgstr "非線形フィルタ(_N)..."
-#: ../plug-ins/common/nl-filter.c:952
-#: ../plug-ins/common/nl-filter.c:1015
+#: ../plug-ins/common/nl-filter.c:952 ../plug-ins/common/nl-filter.c:1015
msgid "NL Filter"
msgstr "非線形フィルタ"
@@ -6153,8 +5939,7 @@ msgstr "色相・彩度・明度を独立してランダム化します"
msgid "HSV Noise..."
msgstr "HSV ノイズ..."
-#: ../plug-ins/common/noise-hsv.c:215
-#: ../plug-ins/common/noise-hsv.c:361
+#: ../plug-ins/common/noise-hsv.c:215 ../plug-ins/common/noise-hsv.c:361
msgid "HSV Noise"
msgstr "HSV ノイズを生成しています"
@@ -6247,8 +6032,7 @@ msgstr "相関ノイズ(_R)"
msgid "_Independent RGB"
msgstr "RGB 独立(_I)"
-#: ../plug-ins/common/noise-rgb.c:520
-#: ../plug-ins/common/noise-rgb.c:524
+#: ../plug-ins/common/noise-rgb.c:520 ../plug-ins/common/noise-rgb.c:524
msgid "_Gray:"
msgstr "グレー(_G):"
@@ -6266,8 +6050,7 @@ msgid "_Solid Noise..."
msgstr "ソリッドノイズ(_S)..."
#. Dialog initialization
-#: ../plug-ins/common/noise-solid.c:315
-#: ../plug-ins/common/noise-solid.c:563
+#: ../plug-ins/common/noise-solid.c:315 ../plug-ins/common/noise-solid.c:563
msgid "Solid Noise"
msgstr "ソリッドノイズ"
@@ -6345,8 +6128,7 @@ msgstr "乱数色相(_A):"
msgid "Center of Nova"
msgstr "超新星の中心"
-#: ../plug-ins/common/oilify.c:119
-#: ../plug-ins/common/oilify.c:134
+#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134
msgid "Smear colors to simulate an oil painting"
msgstr "油絵のような効果を施します"
@@ -6373,8 +6155,7 @@ msgstr "マスクサイズ(_M):"
msgid "Use m_ask-size map:"
msgstr "マスクサイズマップを使用(_A):"
-#: ../plug-ins/common/oilify.c:867
-#: ../plug-ins/common/sinus.c:922
+#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922
msgid "_Exponent:"
msgstr "指数(_E):"
@@ -6404,8 +6185,7 @@ msgstr "写真コピー(_P)..."
msgid "Photocopy"
msgstr "写真コピー"
-#: ../plug-ins/common/photocopy.c:890
-#: ../plug-ins/common/sharpen.c:511
+#: ../plug-ins/common/photocopy.c:890 ../plug-ins/common/sharpen.c:511
#: ../plug-ins/common/softglow.c:697
msgid "_Sharpness:"
msgstr "シャープ度(_S):"
@@ -6450,8 +6230,7 @@ msgstr "プラズマのテクスチャを生成します"
msgid "_Plasma..."
msgstr "プラズマ(_P)..."
-#: ../plug-ins/common/plasma.c:263
-#: ../plug-ins/common/plasma.c:300
+#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300
msgid "Plasma"
msgstr "プラズマ"
@@ -6480,7 +6259,6 @@ msgstr "名前で検索"
msgid "%d plug-in"
msgid_plural "%d plug-ins"
msgstr[0] "%d個のプラグイン"
-msgstr[1] "%d個のプラグイン"
#: ../plug-ins/common/plugin-browser.c:395
msgid "No matches for your query"
@@ -6490,8 +6268,7 @@ msgstr "該当するプラグインは見つかりませんでした"
#, c-format
msgid "%d plug-in matches your query"
msgid_plural "%d plug-ins match your query"
-msgstr[0] "該当のプラグインが %d個だけ見つかりました"
-msgstr[1] "%d個のプラグインが見つかりました"
+msgstr[0] "%d個のプラグインが見つかりました"
#: ../plug-ins/common/plugin-browser.c:529
msgid "No matches"
@@ -6530,7 +6307,9 @@ msgstr "ツリー表示"
#: ../plug-ins/common/polar-coords.c:156
msgid "Convert image to or from polar coordinates"
-msgstr "極座標または直交座標で画像を変換します。凸面鏡や凹面鏡に映されたような効果が得られます。"
+msgstr ""
+"極座標または直交座標で画像を変換します。凸面鏡や凹面鏡に映されたような効果が"
+"得られます。"
#: ../plug-ins/common/polar-coords.c:163
msgid "P_olar Coordinates..."
@@ -6557,28 +6336,40 @@ msgid "_Map backwards"
msgstr "逆方向マップ(_M)"
#: ../plug-ins/common/polar-coords.c:664
-msgid "If checked the mapping will begin at the right side, as opposed to beginning at the left."
-msgstr "チェックしてある場合には右側から、そうでなければ左側からマッピングします。"
+msgid ""
+"If checked the mapping will begin at the right side, as opposed to beginning "
+"at the left."
+msgstr ""
+"チェックしてある場合には右側から、そうでなければ左側からマッピングします。"
#: ../plug-ins/common/polar-coords.c:675
msgid "Map from _top"
msgstr "上側からマップ(_T)"
#: ../plug-ins/common/polar-coords.c:681
-msgid "If unchecked the mapping will put the bottom row in the middle and the top row on the outside. If checked it will be the opposite."
-msgstr "チェックしてない場合には画像の下側を中心に、上側を外に向けてマッピングします。チェックした場合には逆になります。"
+msgid ""
+"If unchecked the mapping will put the bottom row in the middle and the top "
+"row on the outside. If checked it will be the opposite."
+msgstr ""
+"チェックしてない場合には画像の下側を中心に、上側を外に向けてマッピングしま"
+"す。チェックした場合には逆になります。"
#: ../plug-ins/common/polar-coords.c:693
msgid "To _polar"
msgstr "極座標へ(_P)"
#: ../plug-ins/common/polar-coords.c:699
-msgid "If unchecked the image will be circularly mapped onto a rectangle. If checked the image will be mapped onto a circle."
-msgstr "チェックしてない場合には極座標から直交座標への変換、チェックした場合には直交座標から極座標へ変換されます。"
+msgid ""
+"If unchecked the image will be circularly mapped onto a rectangle. If "
+"checked the image will be mapped onto a circle."
+msgstr ""
+"チェックしてない場合には極座標から直交座標への変換、チェックした場合には直交"
+"座標から極座標へ変換されます。"
#: ../plug-ins/common/procedure-browser.c:83
msgid "List available procedures in the PDB"
-msgstr "プロシージャ・データベース(PDB)で使用可能なプロシージャの一覧を表示します"
+msgstr ""
+"プロシージャ・データベース(PDB)で使用可能なプロシージャの一覧を表示します"
#: ../plug-ins/common/procedure-browser.c:88
msgid "Procedure _Browser"
@@ -6625,8 +6416,7 @@ msgid "Red Eye Removal"
msgstr "赤目除去"
#: ../plug-ins/common/red-eye-removal.c:170
-#: ../plug-ins/common/unsharp-mask.c:706
-#: ../plug-ins/common/wind.c:1008
+#: ../plug-ins/common/unsharp-mask.c:706 ../plug-ins/common/wind.c:1008
#: ../plug-ins/imagemap/imap_preferences.c:441
#: ../plug-ins/map-object/map-object-ui.c:585
msgid "_Threshold:"
@@ -6638,7 +6428,8 @@ msgstr "赤目の領域を決定するしきい値を設定します"
#: ../plug-ins/common/red-eye-removal.c:181
msgid "Manually selecting the eyes may improve the results."
-msgstr "あらかじめ「目」の部分の選択範囲を作っておくと、よい結果を生むでしょう。"
+msgstr ""
+"あらかじめ「目」の部分の選択範囲を作っておくと、よい結果を生むでしょう。"
#: ../plug-ins/common/red-eye-removal.c:301
msgid "Removing red eye"
@@ -6812,8 +6603,7 @@ msgstr "ウィンドウ選択中にエラーが発生しました。"
msgid "Importing screenshot"
msgstr "スクリーンショットを取り込んでいます..."
-#: ../plug-ins/common/screenshot.c:804
-#: ../plug-ins/common/screenshot.c:1060
+#: ../plug-ins/common/screenshot.c:804 ../plug-ins/common/screenshot.c:1060
msgid "Screenshot"
msgstr "スクリーンショット"
@@ -6838,7 +6628,8 @@ msgid "After the delay, the screenshot is taken."
msgstr "設定した待ち時間が経過した後にスクリーンショットが取り込まれます"
#: ../plug-ins/common/screenshot.c:1101
-msgid "After the delay, drag your mouse to select the region for the screenshot."
+msgid ""
+"After the delay, drag your mouse to select the region for the screenshot."
msgstr "待ち時間経過後に取り込みたい範囲をドラッグしてください"
#: ../plug-ins/common/screenshot.c:1104
@@ -6882,7 +6673,9 @@ msgstr "秒後に取り込み"
#: ../plug-ins/common/semi-flatten.c:68
msgid "Replace partial transparency with the current background color"
-msgstr "半透明部分をアクティブな背景色と入れ替えます(このフィルタは、アルファチャンネルを持つレイヤーにのみ作用します)"
+msgstr ""
+"半透明部分をアクティブな背景色と入れ替えます(このフィルタは、アルファチャン"
+"ネルを持つレイヤーにのみ作用します)"
#: ../plug-ins/common/semi-flatten.c:75
msgid "_Semi-Flatten"
@@ -6894,7 +6687,9 @@ msgstr "半統合しています"
#: ../plug-ins/common/sharpen.c:113
msgid "Make image sharper (less powerful than Unsharp Mask)"
-msgstr "画像をよりシャープにします。(ただし、その効果はアンシャープマスクほど強くはありません。)"
+msgstr ""
+"画像をよりシャープにします。(ただし、その効果はアンシャープマスクほど強くはあ"
+"りません。)"
#: ../plug-ins/common/sharpen.c:120
msgid "_Sharpen..."
@@ -6993,8 +6788,7 @@ msgstr "典型(_I)"
msgid "_Distorted"
msgstr "ゆがめる(_D)"
-#: ../plug-ins/common/sinus.c:782
-#: ../plug-ins/common/sinus.c:798
+#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798
#: ../plug-ins/imagemap/imap_preferences.c:422
msgid "Colors"
msgstr "カラー"
@@ -7087,7 +6881,9 @@ msgstr "検索回数(_S):"
#: ../plug-ins/common/softglow.c:134
msgid "Simulate glow by making highlights intense and fuzzy"
-msgstr "ハイライト部分を激しくかつあいまいにすることで発光しているような効果を施します"
+msgstr ""
+"ハイライト部分を激しくかつあいまいにすることで発光しているような効果を施しま"
+"す"
#: ../plug-ins/common/softglow.c:139
msgid "_Softglow..."
@@ -7262,8 +7058,7 @@ msgstr "線形"
msgid "Phong"
msgstr "フォング"
-#: ../plug-ins/common/sphere-designer.c:296
-#: ../plug-ins/flame/flame.c:774
+#: ../plug-ins/common/sphere-designer.c:296 ../plug-ins/flame/flame.c:774
msgid "Noise"
msgstr "ノイズ"
@@ -7271,8 +7066,7 @@ msgstr "ノイズ"
msgid "Wood"
msgstr "木目"
-#: ../plug-ins/common/sphere-designer.c:298
-#: ../plug-ins/flame/flame.c:758
+#: ../plug-ins/common/sphere-designer.c:298 ../plug-ins/flame/flame.c:758
msgid "Spiral"
msgstr "螺旋"
@@ -7299,11 +7093,11 @@ msgstr "光源"
msgid "File '%s' is not a valid save file."
msgstr "ファイル '%s' は正常な保存ファイルではありません。"
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Open File"
msgstr "ファイルを開く"
-#: ../plug-ins/common/sphere-designer.c:2188
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Save File"
msgstr "ファイルを保存"
@@ -7410,13 +7204,14 @@ msgstr "テクスチャーマッピングされた球体の画像を生成しま
msgid "Sphere _Designer..."
msgstr "球面デザイナ(_D)..."
-#: ../plug-ins/common/sphere-designer.c:3074
+#: ../plug-ins/common/sphere-designer.c:3080
msgid "Region selected for plug-in is empty"
msgstr "プラグイン処理用の選択領域が空です"
#: ../plug-ins/common/threshold-alpha.c:85
msgid "Make transparency all-or-nothing"
-msgstr "アルファチャンネルをしきい値で 2 階調化して透明または不透明のいずれかにします"
+msgstr ""
+"アルファチャンネルをしきい値で 2 階調化して透明または不透明のいずれかにします"
#: ../plug-ins/common/threshold-alpha.c:90
msgid "_Threshold Alpha..."
@@ -7450,8 +7245,7 @@ msgstr "ガラスタイルを通して見たような効果を表現します"
msgid "_Glass Tile..."
msgstr "ガラスタイル(_G)..."
-#: ../plug-ins/common/tile-glass.c:210
-#: ../plug-ins/common/tile-glass.c:250
+#: ../plug-ins/common/tile-glass.c:210 ../plug-ins/common/tile-glass.c:250
msgid "Glass Tile"
msgstr "ガラスタイル"
@@ -7459,8 +7253,7 @@ msgstr "ガラスタイル"
msgid "Tile _width:"
msgstr "タイル幅(_W):"
-#: ../plug-ins/common/tile-paper.c:243
-#: ../plug-ins/common/tile-paper.c:556
+#: ../plug-ins/common/tile-paper.c:243 ../plug-ins/common/tile-paper.c:556
msgid "Paper Tile"
msgstr "紙タイル"
@@ -7567,8 +7360,7 @@ msgid "Region selected for filter is empty."
msgstr "フィルタ処理用の選択領域が空です"
#. Set the tile cache size
-#: ../plug-ins/common/tile-small.c:321
-#: ../plug-ins/common/tile.c:190
+#: ../plug-ins/common/tile-small.c:321 ../plug-ins/common/tile.c:190
msgid "Tiling"
msgstr "並べています"
@@ -7615,7 +7407,9 @@ msgstr "区切りの数"
#: ../plug-ins/common/tile.c:101
msgid "Create an array of copies of the image"
-msgstr "元画像(レイヤー)のコピーを並べて新しい画像を作成します。並べるにはレイヤーサイズより大きいサイズの設定が必要です。"
+msgstr ""
+"元画像(レイヤー)のコピーを並べて新しい画像を作成します。並べるにはレイヤーサ"
+"イズより大きいサイズの設定が必要です。"
#: ../plug-ins/common/tile.c:111
msgid "_Tile..."
@@ -7638,15 +7432,20 @@ msgid "Saved"
msgstr "保存済"
#: ../plug-ins/common/unit-editor.c:94
-msgid "A unit definition will only be saved before GIMP exits if this column is checked."
-msgstr "この列がチェックされているときのみ単位定義は GIMP が終了する前に保存されます。"
+msgid ""
+"A unit definition will only be saved before GIMP exits if this column is "
+"checked."
+msgstr ""
+"この列がチェックされているときのみ単位定義は GIMP が終了する前に保存されま"
+"す。"
#: ../plug-ins/common/unit-editor.c:96
msgid "ID"
msgstr "ID"
#: ../plug-ins/common/unit-editor.c:96
-msgid "This string will be used to identify a unit in GIMP's configuration files."
+msgid ""
+"This string will be used to identify a unit in GIMP's configuration files."
msgstr "これらの文字列は GIMP の設定ファイルで単位を識別するために使われます。"
#: ../plug-ins/common/unit-editor.c:98
@@ -7662,16 +7461,26 @@ msgid "Digits"
msgstr "桁数"
#: ../plug-ins/common/unit-editor.c:99
-msgid "This field is a hint for numerical input fields. It specifies how many decimal digits the input field should provide to get approximately the same accuracy as an \"inch\" input field with two decimal digits."
-msgstr "ここでの値は数値入力欄のヒントに用いられます。「インチ」 で用意される入力欄が (10 進数で) 2 桁のとき、他の単位で同じ長さを表すために必要な (10進数での) 桁数を設定します。"
+msgid ""
+"This field is a hint for numerical input fields. It specifies how many "
+"decimal digits the input field should provide to get approximately the same "
+"accuracy as an \"inch\" input field with two decimal digits."
+msgstr ""
+"ここでの値は数値入力欄のヒントに用いられます。「インチ」 で用意される入力欄"
+"が (10 進数で) 2 桁のとき、他の単位で同じ長さを表すために必要な (10進数での) "
+"桁数を設定します。"
#: ../plug-ins/common/unit-editor.c:104
msgid "Symbol"
msgstr "記号"
#: ../plug-ins/common/unit-editor.c:104
-msgid "The unit's symbol if it has one (e.g. \"'\" for inches). The unit's abbreviation is used if doesn't have a symbol."
-msgstr "単位を示す記号 (例: インチならば \"'\")を定義します。単位に記号がない場合は単位の省略形を定義してください。"
+msgid ""
+"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's "
+"abbreviation is used if doesn't have a symbol."
+msgstr ""
+"単位を示す記号 (例: インチならば \"'\")を定義します。単位に記号がない場合は単"
+"位の省略形を定義してください。"
#: ../plug-ins/common/unit-editor.c:107
msgid "Abbreviation"
@@ -7889,8 +7698,7 @@ msgstr "アルファチャンネルを伝搬(_A)"
msgid "Propagating value channel"
msgstr "明度チャンネルを伝搬"
-#: ../plug-ins/common/van-gogh-lic.c:566
-#: ../plug-ins/common/van-gogh-lic.c:641
+#: ../plug-ins/common/van-gogh-lic.c:566 ../plug-ins/common/van-gogh-lic.c:641
msgid "Van Gogh (LIC)"
msgstr "ヴァン ゴッホ風 (LIC)"
@@ -8002,8 +7810,7 @@ msgstr "不鮮明なビデオ映像のような効果を施します"
msgid "Vi_deo..."
msgstr "ビデオ(_D)..."
-#: ../plug-ins/common/video.c:1886
-#: ../plug-ins/common/video.c:2017
+#: ../plug-ins/common/video.c:1886 ../plug-ins/common/video.c:2017
msgid "Video"
msgstr "ビデオ"
@@ -8065,10 +7872,8 @@ msgstr "回り込み"
msgid "Smear"
msgstr "ぼかす"
-#: ../plug-ins/common/warp.c:501
-#: ../plug-ins/file-fits/fits.c:1021
-#: ../plug-ins/flame/flame.c:1175
-#: ../plug-ins/gfig/gfig-dialog.c:1460
+#: ../plug-ins/common/warp.c:501 ../plug-ins/file-fits/fits.c:1021
+#: ../plug-ins/flame/flame.c:1175 ../plug-ins/gfig/gfig-dialog.c:1460
msgid "Black"
msgstr "黒"
@@ -8122,8 +7927,7 @@ msgid "Vector mag:"
msgstr "ベクトル拡大:"
#. Angle
-#: ../plug-ins/common/warp.c:683
-#: ../plug-ins/ifs-compose/ifs-compose.c:568
+#: ../plug-ins/common/warp.c:683 ../plug-ins/ifs-compose/ifs-compose.c:568
msgid "Angle:"
msgstr "角度:"
@@ -8158,8 +7962,7 @@ msgstr "池に小石を投げ入れたときの水面のような効果を施し
msgid "_Waves..."
msgstr "波(_W)..."
-#: ../plug-ins/common/waves.c:248
-#: ../plug-ins/flame/flame.c:763
+#: ../plug-ins/common/waves.c:248 ../plug-ins/flame/flame.c:763
msgid "Waves"
msgstr "波"
@@ -8195,7 +7998,8 @@ msgstr ""
#: ../plug-ins/common/web-browser.c:228
#, c-format
msgid ""
-"Could not parse the web browser command specified in the Preferences dialog:\n"
+"Could not parse the web browser command specified in the Preferences "
+"dialog:\n"
"\n"
"%s"
msgstr ""
@@ -8309,8 +8113,7 @@ msgstr "両方(_H)"
msgid "Higher values restrict the effect to fewer areas of the image"
msgstr "値を大きくすると影響を受ける領域が小さくなります"
-#: ../plug-ins/common/wind.c:1027
-#: ../plug-ins/gimpressionist/orientmap.c:694
+#: ../plug-ins/common/wind.c:1027 ../plug-ins/gimpressionist/orientmap.c:694
msgid "_Strength:"
msgstr "強さ(_S):"
@@ -8318,53 +8121,44 @@ msgstr "強さ(_S):"
msgid "Higher values increase the magnitude of the effect"
msgstr "値を大きくすると効果が大きくなります"
-#: ../plug-ins/file-bmp/bmp-read.c:86
+#: ../plug-ins/file-bmp/bmp-read.c:88
msgid "Bad colormap"
msgstr "不正なカラーマップです"
-#: ../plug-ins/file-bmp/bmp-read.c:170
-#: ../plug-ins/file-bmp/bmp-read.c:180
-#: ../plug-ins/file-bmp/bmp-read.c:187
-#: ../plug-ins/file-bmp/bmp-read.c:196
-#: ../plug-ins/file-bmp/bmp-read.c:211
-#: ../plug-ins/file-bmp/bmp-read.c:395
-#: ../plug-ins/file-bmp/bmp-read.c:403
-#: ../plug-ins/file-bmp/bmp-read.c:411
-#: ../plug-ins/file-bmp/bmp-read.c:419
+#: ../plug-ins/file-bmp/bmp-read.c:172 ../plug-ins/file-bmp/bmp-read.c:182
+#: ../plug-ins/file-bmp/bmp-read.c:189 ../plug-ins/file-bmp/bmp-read.c:198
+#: ../plug-ins/file-bmp/bmp-read.c:213 ../plug-ins/file-bmp/bmp-read.c:422
+#: ../plug-ins/file-bmp/bmp-read.c:430 ../plug-ins/file-bmp/bmp-read.c:438
+#: ../plug-ins/file-bmp/bmp-read.c:446
#, c-format
msgid "'%s' is not a valid BMP file"
msgstr "'%s' は正常な BMP ファイルではありません"
-#: ../plug-ins/file-bmp/bmp-read.c:225
-#: ../plug-ins/file-bmp/bmp-read.c:252
-#: ../plug-ins/file-bmp/bmp-read.c:280
-#: ../plug-ins/file-bmp/bmp-read.c:345
-#: ../plug-ins/file-bmp/bmp-read.c:371
+#: ../plug-ins/file-bmp/bmp-read.c:227 ../plug-ins/file-bmp/bmp-read.c:254
+#: ../plug-ins/file-bmp/bmp-read.c:282 ../plug-ins/file-bmp/bmp-read.c:347
+#: ../plug-ins/file-bmp/bmp-read.c:397
#, c-format
msgid "Error reading BMP file header from '%s'"
msgstr "'%s' から BMP ファイルヘッダ読み込み中にエラー発生"
-#: ../plug-ins/file-bmp/bmp-read.c:531
+#: ../plug-ins/file-bmp/bmp-read.c:558
msgid "Unrecognized or invalid BMP compression format."
msgstr "不明または不正な BMP 圧縮形式です"
-#: ../plug-ins/file-bmp/bmp-read.c:573
+#: ../plug-ins/file-bmp/bmp-read.c:600
msgid "Unsupported or invalid bitdepth."
msgstr "非対応または不正なビット深度です"
-#: ../plug-ins/file-bmp/bmp-read.c:761
-#: ../plug-ins/file-bmp/bmp-read.c:802
-#: ../plug-ins/file-bmp/bmp-read.c:852
+#: ../plug-ins/file-bmp/bmp-read.c:788 ../plug-ins/file-bmp/bmp-read.c:829
+#: ../plug-ins/file-bmp/bmp-read.c:879
msgid "The bitmap ends unexpectedly."
msgstr "ビットマップ画像が途中で途切れています"
-#: ../plug-ins/file-bmp/bmp-write.c:188
-#: ../plug-ins/file-bmp/bmp-write.c:210
+#: ../plug-ins/file-bmp/bmp-write.c:188 ../plug-ins/file-bmp/bmp-write.c:210
msgid "Cannot save indexed image with transparency in BMP file format."
msgstr "BMP 形式では、透明度情報の付いたインデックス画像は保存できません"
-#: ../plug-ins/file-bmp/bmp-write.c:190
-#: ../plug-ins/file-bmp/bmp-write.c:212
+#: ../plug-ins/file-bmp/bmp-write.c:190 ../plug-ins/file-bmp/bmp-write.c:212
msgid "Alpha channel will be ignored."
msgstr "アルファチャンネルは無視されます"
@@ -8376,8 +8170,7 @@ msgstr "BMP 形式で保存する"
msgid "_Run-Length Encoded"
msgstr "RLE エンコード(_R)"
-#: ../plug-ins/file-bmp/bmp-write.c:828
-#: ../plug-ins/file-jpeg/jpeg-save.c:900
+#: ../plug-ins/file-bmp/bmp-write.c:828 ../plug-ins/file-jpeg/jpeg-save.c:900
msgid "_Advanced Options"
msgstr "詳細設定(_A)"
@@ -8393,8 +8186,7 @@ msgstr "24 ビット"
msgid "32 bits"
msgstr "32 ビット"
-#: ../plug-ins/file-bmp/bmp.c:124
-#: ../plug-ins/file-bmp/bmp.c:143
+#: ../plug-ins/file-bmp/bmp.c:124 ../plug-ins/file-bmp/bmp.c:143
msgid "Windows BMP image"
msgstr "Windows BMP 画像"
@@ -8402,8 +8194,7 @@ msgstr "Windows BMP 画像"
msgid "G3 fax image"
msgstr "G3 fax 画像"
-#: ../plug-ins/file-fits/fits.c:168
-#: ../plug-ins/file-fits/fits.c:188
+#: ../plug-ins/file-fits/fits.c:168 ../plug-ins/file-fits/fits.c:188
msgid "Flexible Image Transport System"
msgstr "Flexible Image Transport System"
@@ -8427,8 +8218,7 @@ msgstr "FITS ファイル読込"
msgid "Replacement for undefined pixels"
msgstr "未定義のピクセルを置き換える色"
-#: ../plug-ins/file-fits/fits.c:1022
-#: ../plug-ins/gfig/gfig-dialog.c:1286
+#: ../plug-ins/file-fits/fits.c:1022 ../plug-ins/gfig/gfig-dialog.c:1286
#: ../plug-ins/gfig/gfig-dialog.c:1461
msgid "White"
msgstr "白"
@@ -8445,8 +8235,7 @@ msgstr "DATAMIN/DATAMAX で"
msgid "Image Composing"
msgstr "画像を構成しています"
-#: ../plug-ins/file-fli/fli-gimp.c:166
-#: ../plug-ins/file-fli/fli-gimp.c:186
+#: ../plug-ins/file-fli/fli-gimp.c:166 ../plug-ins/file-fli/fli-gimp.c:186
msgid "AutoDesk FLIC animation"
msgstr "AutoDesk FLIC 動画"
@@ -8476,8 +8265,13 @@ msgid "Icon Details"
msgstr "アイコン詳細"
#: ../plug-ins/file-ico/ico-dialog.c:106
-msgid "Large icons and compression are not supported by all programs. Older applications may not open this file correctly."
-msgstr "大きなアイコンと圧縮は、すべてのプログラムでサポートされているわけではありませんので、古いアプリケーションではこのファイルを正確に開けない場合があります。"
+msgid ""
+"Large icons and compression are not supported by all programs. Older "
+"applications may not open this file correctly."
+msgstr ""
+"大きなアイコンと圧縮は、すべてのプログラムでサポートされているわけではありま"
+"せんので、古いアプリケーションではこのファイルを正確に開けない場合がありま"
+"す。"
#: ../plug-ins/file-ico/ico-dialog.c:178
msgid "1 bpp, 1-bit alpha, 2-slot palette"
@@ -8509,15 +8303,13 @@ msgstr "圧縮(PNG)"
msgid "Icon #%i"
msgstr "アイコン #%i"
-#: ../plug-ins/file-ico/ico-load.c:725
-#: ../plug-ins/file-jpeg/jpeg-load.c:633
+#: ../plug-ins/file-ico/ico-load.c:725 ../plug-ins/file-jpeg/jpeg-load.c:633
#: ../plug-ins/file-psd/psd-thumb-load.c:85
#, c-format
msgid "Opening thumbnail for '%s'"
msgstr "'%s' のサムネイルを開いています"
-#: ../plug-ins/file-ico/ico.c:103
-#: ../plug-ins/file-ico/ico.c:137
+#: ../plug-ins/file-ico/ico.c:103 ../plug-ins/file-ico/ico.c:137
msgid "Microsoft Windows icon"
msgstr "Microsoft Windows アイコン"
@@ -8552,8 +8344,7 @@ msgstr "ファイルサイズ: %02.01f kB"
msgid "Calculating file size..."
msgstr "ファイルサイズを計算しています..."
-#: ../plug-ins/file-jpeg/jpeg-save.c:774
-#: ../plug-ins/file-jpeg/jpeg-save.c:876
+#: ../plug-ins/file-jpeg/jpeg-save.c:774 ../plug-ins/file-jpeg/jpeg-save.c:876
msgid "File size: unknown"
msgstr "ファイルサイズ: 不明"
@@ -8614,8 +8405,14 @@ msgid "_Use quality settings from original image"
msgstr "原画の品位設定を使用(_U)"
#: ../plug-ins/file-jpeg/jpeg-save.c:1059
-msgid "If the original image was loaded from a JPEG file using non-standard quality settings (quantization tables), enable this option to get almost the same quality and file size."
-msgstr "オリジナル画像が非標準の品位設定を使用しているJPEGファイルから読み込まれている場合、このオプションを有効にするとオリジナル画像とほぼ同じ品位・ファイルサイズで保存できます"
+msgid ""
+"If the original image was loaded from a JPEG file using non-standard quality "
+"settings (quantization tables), enable this option to get almost the same "
+"quality and file size."
+msgstr ""
+"オリジナル画像が非標準の品位設定を使用しているJPEGファイルから読み込まれてい"
+"る場合、このオプションを有効にするとオリジナル画像とほぼ同じ品位・ファイルサ"
+"イズで保存できます"
#. Subsampling
#: ../plug-ins/file-jpeg/jpeg-save.c:1083
@@ -8663,8 +8460,7 @@ msgstr "コメント"
msgid "Sa_ve Defaults"
msgstr "既定値として保存(_V)"
-#: ../plug-ins/file-jpeg/jpeg.c:137
-#: ../plug-ins/file-jpeg/jpeg.c:175
+#: ../plug-ins/file-jpeg/jpeg.c:137 ../plug-ins/file-jpeg/jpeg.c:175
msgid "JPEG image"
msgstr "JPEG 画像"
@@ -8677,7 +8473,8 @@ msgstr "エクスポートプレビュー"
#, c-format
msgid "Error loading PSD file: %s"
msgstr ""
-"PSD形式ファイルの読み込み時にエラーが発生しました (詳細または原因は次のとおりです)\n"
+"PSD形式ファイルの読み込み時にエラーが発生しました (詳細または原因は次のとお"
+"りです)\n"
"\n"
" %s"
@@ -8706,10 +8503,8 @@ msgstr "カラーモード %s はサポートされていません"
msgid "Unsupported bit depth: %d"
msgstr "サポートされないビット深度です: %d bit"
-#: ../plug-ins/file-psd/psd-load.c:375
-#: ../plug-ins/file-psd/psd-load.c:385
-#: ../plug-ins/file-psd/psd-load.c:604
-#: ../plug-ins/file-psd/psd-load.c:785
+#: ../plug-ins/file-psd/psd-load.c:375 ../plug-ins/file-psd/psd-load.c:385
+#: ../plug-ins/file-psd/psd-load.c:604 ../plug-ins/file-psd/psd-load.c:785
#, c-format
msgid "The file is corrupt!"
msgstr "ファイルは壊れています"
@@ -8729,8 +8524,7 @@ msgstr "レイヤー高の値(%d)はサポートされないか無効です"
msgid "Unsupported or invalid layer width: %d"
msgstr "レイヤー幅の値(%d)はサポートされないか無効です"
-#: ../plug-ins/file-psd/psd-load.c:1153
-#: ../plug-ins/file-psd/psd-load.c:1502
+#: ../plug-ins/file-psd/psd-load.c:1153 ../plug-ins/file-psd/psd-load.c:1502
#, c-format
msgid "Unsupported compression mode: %d"
msgstr "圧縮モード(%d)は、サポートされていません"
@@ -8739,16 +8533,20 @@ msgstr "圧縮モード(%d)は、サポートされていません"
msgid "Extra"
msgstr "拡張"
-#: ../plug-ins/file-psd/psd-save.c:228
-#: ../plug-ins/file-psd/psd.c:114
+#: ../plug-ins/file-psd/psd-save.c:228 ../plug-ins/file-psd/psd.c:114
#: ../plug-ins/file-psd/psd.c:153
msgid "Photoshop image"
msgstr "Photoshop 画像"
#: ../plug-ins/file-psd/psd-save.c:371
#, c-format
-msgid "Unable to save layer with mode '%s'. Either the PSD file format or the save plug-in does not support that, using normal mode instead."
-msgstr "レイヤーモード '%s' は PSD形式がサポートしない(または保存プラグインがサポートしない)ので保存できません。このレイヤーモードを '標準' モードに換えて保存します。"
+msgid ""
+"Unable to save layer with mode '%s'. Either the PSD file format or the save "
+"plug-in does not support that, using normal mode instead."
+msgstr ""
+"レイヤーモード '%s' は PSD形式がサポートしない(または保存プラグインがサポー"
+"トしない)ので保存できません。このレイヤーモードを '標準' モードに換えて保存"
+"します。"
#: ../plug-ins/file-psd/psd-save.c:631
msgid "Error: Can't convert GIMP base imagetype to PSD mode"
@@ -8756,20 +8554,27 @@ msgstr "保存中にエラー: GIMP の画像タイプを PSDのモードに変
#: ../plug-ins/file-psd/psd-save.c:1605
#, c-format
-msgid "Unable to save '%s'. The PSD file format does not support images that are more than 30,000 pixels wide or tall."
-msgstr "'%s' を保存できません。 psd 形式での保存では、幅や高さが 30000 ピクセルを超える画像をサポートしていません。"
+msgid ""
+"Unable to save '%s'. The PSD file format does not support images that are "
+"more than 30,000 pixels wide or tall."
+msgstr ""
+"'%s' を保存できません。 psd 形式での保存では、幅や高さが 30000 ピクセルを超え"
+"る画像をサポートしていません。"
#: ../plug-ins/file-psd/psd-save.c:1620
#, c-format
-msgid "Unable to save '%s'. The PSD file format does not support images with layers that are more than 30,000 pixels wide or tall."
-msgstr "'%s' を保存できません。 psd 形式での保存では、幅や高さが 30000 ピクセルを超えるレイヤーを持つ画像をサポートしていません。"
+msgid ""
+"Unable to save '%s'. The PSD file format does not support images with "
+"layers that are more than 30,000 pixels wide or tall."
+msgstr ""
+"'%s' を保存できません。 psd 形式での保存では、幅や高さが 30000 ピクセルを超え"
+"るレイヤーを持つ画像をサポートしていません。"
#: ../plug-ins/file-psd/psd-util.c:51
msgid "Unexpected end of file"
msgstr "ファイルが途中で切れています"
-#: ../plug-ins/file-sgi/sgi.c:121
-#: ../plug-ins/file-sgi/sgi.c:141
+#: ../plug-ins/file-sgi/sgi.c:121 ../plug-ins/file-sgi/sgi.c:141
msgid "Silicon Graphics IRIS image"
msgstr "Silicon Graphics IRIS 画像"
@@ -8920,7 +8725,6 @@ msgstr "URI '%s' で wget が異常終了しました"
msgid "(timeout is %d second)"
msgid_plural "(timeout is %d seconds)"
msgstr[0] "(%d 秒でタイムアウト)"
-msgstr[1] "(%d 秒でタイムアウト)"
#. The fourth line is either the network request or an error
#: ../plug-ins/file-uri/uri-backend-wget.c:219
@@ -8937,13 +8741,11 @@ msgstr "ネットワークエラー発生: %s"
msgid "Downloading unknown amount of image data"
msgstr "容量不明の画像データをダウンロードしています"
-#: ../plug-ins/file-uri/uri.c:119
-#: ../plug-ins/file-uri/uri.c:140
+#: ../plug-ins/file-uri/uri.c:119 ../plug-ins/file-uri/uri.c:140
msgid "URI"
msgstr "URI"
-#: ../plug-ins/file-xjt/xjt.c:488
-#: ../plug-ins/file-xjt/xjt.c:506
+#: ../plug-ins/file-xjt/xjt.c:488 ../plug-ins/file-xjt/xjt.c:506
msgid "GIMP compressed XJT image"
msgstr "GIMP 圧縮 XJT 画像"
@@ -8997,8 +8799,7 @@ msgstr "品質:"
msgid "Smoothing:"
msgstr "スムージング:"
-#: ../plug-ins/file-xjt/xjt.c:1719
-#: ../plug-ins/file-xjt/xjt.c:3373
+#: ../plug-ins/file-xjt/xjt.c:1719 ../plug-ins/file-xjt/xjt.c:3373
#, c-format
msgid "Could not create working folder '%s': %s"
msgstr "作業ディレクトリ %s が作れません: %s"
@@ -9060,8 +8861,7 @@ msgstr ""
msgid "Same"
msgstr "同じ"
-#: ../plug-ins/flame/flame.c:747
-#: ../plug-ins/gimpressionist/orientation.c:164
+#: ../plug-ins/flame/flame.c:747 ../plug-ins/gimpressionist/orientation.c:164
#: ../plug-ins/gimpressionist/size.c:167
msgid "Random"
msgstr "ランダム"
@@ -9074,8 +8874,7 @@ msgstr "渦巻"
msgid "Horseshoe"
msgstr "蹄鉄"
-#: ../plug-ins/flame/flame.c:753
-#: ../plug-ins/gfig/gfig-dialog.c:1442
+#: ../plug-ins/flame/flame.c:753 ../plug-ins/gfig/gfig-dialog.c:1442
msgid "Polar"
msgstr "極座標"
@@ -9147,8 +8946,7 @@ msgstr "Eyefish"
msgid "Bubble"
msgstr "バブル"
-#: ../plug-ins/flame/flame.c:773
-#: ../plug-ins/map-object/map-object-ui.c:491
+#: ../plug-ins/flame/flame.c:773 ../plug-ins/map-object/map-object-ui.c:491
msgid "Cylinder"
msgstr "円柱"
@@ -9213,8 +9011,7 @@ msgid "C_amera"
msgstr "ビューオプション(_A)"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:547
-#: ../plug-ins/gfig/gfig-dialog.c:274
-#: ../plug-ins/gimpressionist/utils.c:143
+#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gimpressionist/utils.c:143
#: ../plug-ins/gradient-flare/gradient-flare.c:881
#, c-format
msgid ""
@@ -9284,7 +9081,8 @@ msgid "Bottom:"
msgstr "下:"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:773
-msgid "The higher the number of iterations, the more details will be calculated"
+msgid ""
+"The higher the number of iterations, the more details will be calculated"
msgstr "繰り返し回数を変更します。大きくすると詳細に計算されます。"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:781
@@ -9363,7 +9161,8 @@ msgstr "loglog スムージングを使用"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:937
msgid "Use log log smoothing to eliminate \"banding\" in the result"
-msgstr "log log スムージングを使用して結果に「すじ」が見えにくくなるようにします"
+msgstr ""
+"log log スムージングを使用して結果に「すじ」が見えにくくなるようにします"
#. Color Density frame
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:941
@@ -9408,7 +9207,9 @@ msgstr "この色要素に対して Cos 関数を使用します"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1010
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1051
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1092
-msgid "Use linear mapping instead of any trigonometrical function for this color channel"
+msgid ""
+"Use linear mapping instead of any trigonometrical function for this color "
+"channel"
msgstr "この色チャンネルに対して三角関数ではなく線形マッピングを使用します"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1019
@@ -9420,7 +9221,9 @@ msgstr "反転"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1027
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1068
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1109
-msgid "If you enable this option higher color values will be swapped with lower ones and vice versa"
+msgid ""
+"If you enable this option higher color values will be swapped with lower "
+"ones and vice versa"
msgstr "この設定がオンのときは、高い色値と低い色値が逆転されます。"
#. Colormode toggle box
@@ -9433,8 +9236,12 @@ msgid "As specified above"
msgstr "上の設定に基づいて"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1135
-msgid "Create a color-map with the options you specified above (color density/function). The result is visible in the preview image"
-msgstr "色密度、色関数の設定に基づいたカラーマップを生成します。この結果はプレビューで確認できます。"
+msgid ""
+"Create a color-map with the options you specified above (color density/"
+"function). The result is visible in the preview image"
+msgstr ""
+"色密度、色関数の設定に基づいたカラーマップを生成します。この結果はプレビュー"
+"で確認できます。"
#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1145
msgid "Apply active gradient to final image"
@@ -9634,8 +9441,7 @@ msgstr "1 段階戻る(_U)"
msgid "_Clear"
msgstr "消去(_C)"
-#: ../plug-ins/gfig/gfig-dialog.c:878
-#: ../plug-ins/imagemap/imap_menu.c:209
+#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209
msgid "_Grid"
msgstr "グリッド(_G)"
@@ -9663,48 +9469,39 @@ msgstr "前のオブジェクトを表示"
msgid "Show next object"
msgstr "次のオブジェクトを表示"
-#: ../plug-ins/gfig/gfig-dialog.c:910
-#: ../plug-ins/gfig/gfig-stock.c:53
+#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53
msgid "Show all objects"
msgstr "すべてのオブジェクトを表示"
-#: ../plug-ins/gfig/gfig-dialog.c:916
-#: ../plug-ins/gfig/gfig-stock.c:47
+#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47
msgid "Create line"
msgstr "直線の作成"
-#: ../plug-ins/gfig/gfig-dialog.c:919
-#: ../plug-ins/gfig/gfig-stock.c:51
+#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51
msgid "Create rectangle"
msgstr "矩形の作成"
-#: ../plug-ins/gfig/gfig-dialog.c:922
-#: ../plug-ins/gfig/gfig-stock.c:42
+#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42
msgid "Create circle"
msgstr "円の作成"
-#: ../plug-ins/gfig/gfig-dialog.c:925
-#: ../plug-ins/gfig/gfig-stock.c:46
+#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46
msgid "Create ellipse"
msgstr "楕円の作成"
-#: ../plug-ins/gfig/gfig-dialog.c:928
-#: ../plug-ins/gfig/gfig-stock.c:44
+#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44
msgid "Create arc"
msgstr "アーチの作成"
-#: ../plug-ins/gfig/gfig-dialog.c:931
-#: ../plug-ins/gfig/gfig-stock.c:50
+#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50
msgid "Create reg polygon"
msgstr "規則的ポリゴンの作成"
-#: ../plug-ins/gfig/gfig-dialog.c:934
-#: ../plug-ins/gfig/gfig-stock.c:55
+#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55
msgid "Create star"
msgstr "星の作成"
-#: ../plug-ins/gfig/gfig-dialog.c:937
-#: ../plug-ins/gfig/gfig-stock.c:54
+#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54
msgid "Create spiral"
msgstr "螺旋の作成"
@@ -9712,28 +9509,23 @@ msgstr "螺旋の作成"
msgid "Create bezier curve. Shift + Button ends object creation."
msgstr "ベジエ曲線の作成。Shift + ボタン でオブジェクト作成の終了"
-#: ../plug-ins/gfig/gfig-dialog.c:944
-#: ../plug-ins/gfig/gfig-stock.c:48
+#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48
msgid "Move an object"
msgstr "オブジェクトを移動"
-#: ../plug-ins/gfig/gfig-dialog.c:947
-#: ../plug-ins/gfig/gfig-stock.c:49
+#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49
msgid "Move a single point"
msgstr "一つのポイントを移動"
-#: ../plug-ins/gfig/gfig-dialog.c:950
-#: ../plug-ins/gfig/gfig-stock.c:43
+#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43
msgid "Copy an object"
msgstr "オブジェクトのコピー"
-#: ../plug-ins/gfig/gfig-dialog.c:953
-#: ../plug-ins/gfig/gfig-stock.c:45
+#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45
msgid "Delete an object"
msgstr "オブジェクトの削除"
-#: ../plug-ins/gfig/gfig-dialog.c:956
-#: ../plug-ins/gfig/gfig-stock.c:52
+#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52
msgid "Select an object"
msgstr "オブジェクトの選択"
@@ -9763,15 +9555,16 @@ msgstr "透明"
msgid "Foreground"
msgstr "前景"
-#: ../plug-ins/gfig/gfig-dialog.c:1287
-#: ../plug-ins/imagemap/imap_cmd_copy.c:54
+#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54
#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55
#: ../plug-ins/imagemap/imap_menu.c:160
msgid "Copy"
msgstr "コピー"
#: ../plug-ins/gfig/gfig-dialog.c:1296
-msgid "Layer background type. Copy causes the previous layer to be copied before the draw is performed."
+msgid ""
+"Layer background type. Copy causes the previous layer to be copied before "
+"the draw is performed."
msgstr "レイヤー背景種。コピーは描かれる前にその前のレイヤーを複製します"
#: ../plug-ins/gfig/gfig-dialog.c:1302
@@ -9798,8 +9591,7 @@ msgstr "極座標グリッドの分割数:"
msgid "Polar grid radius interval:"
msgstr "極座標グリッドの半径間隔:"
-#: ../plug-ins/gfig/gfig-dialog.c:1441
-#: ../plug-ins/imagemap/imap_menu.c:220
+#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220
msgid "Rectangle"
msgstr "矩形"
@@ -9899,7 +9691,8 @@ msgid "_Gfig..."
msgstr "シェイプ (Gfig)(_G)..."
#: ../plug-ins/gfig/gfig.c:731
-msgid "Error trying to save figure as a parasite: can't attach parasite to drawable."
+msgid ""
+"Error trying to save figure as a parasite: can't attach parasite to drawable."
msgstr "図を付属物として保存中にエラー: 描画対象に付属物を付け加えられません。"
#: ../plug-ins/gfig/gfig.c:758
@@ -10015,8 +9808,7 @@ msgid "Selects if to place strokes all the way out to the edges of the image"
msgstr "画像の周りに出ていくようにブラシストロークさせるかどうか"
#. Tileable checkbox
-#: ../plug-ins/gimpressionist/general.c:213
-#: ../plug-ins/maze/maze-dialog.c:278
+#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze-dialog.c:278
msgid "Tileable"
msgstr "タイル化可能"
@@ -10053,7 +9845,8 @@ msgid "Shadow depth:"
msgstr "影深度:"
#: ../plug-ins/gimpressionist/general.c:262
-msgid "The depth of the drop shadow, i.e. how far apart from the object it should be"
+msgid ""
+"The depth of the drop shadow, i.e. how far apart from the object it should be"
msgstr "影の深さ、物体からどの程度影を離すか"
#: ../plug-ins/gimpressionist/general.c:267
@@ -10117,7 +9910,9 @@ msgid "The angle span of the first brush to create"
msgstr "最初に作成するブラシの角度範囲"
#: ../plug-ins/gimpressionist/orientation.c:157
-msgid "Let the value (brightness) of the region determine the direction of the stroke"
+msgid ""
+"Let the value (brightness) of the region determine the direction of the "
+"stroke"
msgstr "付近の明度でストローク方向を決定します"
#: ../plug-ins/gimpressionist/orientation.c:160
@@ -10126,7 +9921,9 @@ msgid "Radius"
msgstr "中央からの距離"
#: ../plug-ins/gimpressionist/orientation.c:161
-msgid "The distance from the center of the image determines the direction of the stroke"
+msgid ""
+"The distance from the center of the image determines the direction of the "
+"stroke"
msgstr "画像中央からの距離でストローク方向を決定します"
#: ../plug-ins/gimpressionist/orientation.c:165
@@ -10187,8 +9984,12 @@ msgid "Vectors"
msgstr "ベクトル"
#: ../plug-ins/gimpressionist/orientmap.c:567
-msgid "The vector-field. Left-click to move selected vector, Right-click to point it towards mouse, Middle-click to add a new vector."
-msgstr "ベクトル欄。左クリックで選択したベクトルの移動、右クリックでポイントをマウスの方へ、中クリックで新規ベクトルの追加。"
+msgid ""
+"The vector-field. Left-click to move selected vector, Right-click to point "
+"it towards mouse, Middle-click to add a new vector."
+msgstr ""
+"ベクトル欄。左クリックで選択したベクトルの移動、右クリックでポイントをマウス"
+"の方へ、中クリックで新規ベクトルの追加。"
#: ../plug-ins/gimpressionist/orientmap.c:590
#: ../plug-ins/gimpressionist/sizemap.c:459
@@ -10247,8 +10048,11 @@ msgid "_Voronoi"
msgstr "ボロノイ(_V)"
#: ../plug-ins/gimpressionist/orientmap.c:662
-msgid "Voronoi-mode makes only the vector closest to the given point have any influence"
-msgstr "ボロノイ-モードでは指定した点について最近接ベクトルのみが影響を施します"
+msgid ""
+"Voronoi-mode makes only the vector closest to the given point have any "
+"influence"
+msgstr ""
+"ボロノイ-モードでは指定した点について最近接ベクトルのみが影響を施します"
#: ../plug-ins/gimpressionist/orientmap.c:672
msgid "A_ngle:"
@@ -10428,11 +10232,13 @@ msgid "Size:"
msgstr "サイズの決定基準:"
#: ../plug-ins/gimpressionist/size.c:160
-msgid "Let the value (brightness) of the region determine the size of the stroke"
+msgid ""
+"Let the value (brightness) of the region determine the size of the stroke"
msgstr "付近の明度でストロークサイズを決定します"
#: ../plug-ins/gimpressionist/size.c:164
-msgid "The distance from the center of the image determines the size of the stroke"
+msgid ""
+"The distance from the center of the image determines the size of the stroke"
msgstr "画像中央からの距離でストロークサイズを決定します"
#: ../plug-ins/gimpressionist/size.c:168
@@ -10468,8 +10274,12 @@ msgid "Smvectors"
msgstr "サイズマップベクトル"
#: ../plug-ins/gimpressionist/sizemap.c:439
-msgid "The smvector-field. Left-click to move selected smvector, Right-click to point it towards mouse, Middle-click to add a new smvector."
-msgstr "サイズマップベクトル欄。左クリックで選択した smvector を移動、右クリックでポイントをマウスの方へ、中クリックで新規 smvector を追加。"
+msgid ""
+"The smvector-field. Left-click to move selected smvector, Right-click to "
+"point it towards mouse, Middle-click to add a new smvector."
+msgstr ""
+"サイズマップベクトル欄。左クリックで選択した smvector を移動、右クリックでポ"
+"イントをマウスの方へ、中クリックで新規 smvector を追加。"
#: ../plug-ins/gimpressionist/sizemap.c:481
msgid "Select previous smvector"
@@ -10504,8 +10314,12 @@ msgid "St_rength exp.:"
msgstr "強さ指数(_R):"
#: ../plug-ins/gimpressionist/sizemap.c:549
-msgid "Voronoi-mode makes only the smvector closest to the given point have any influence"
-msgstr "ボロノイ-モードでは指定した点から最近接のサイズマップベクトルのみが影響を持ちます"
+msgid ""
+"Voronoi-mode makes only the smvector closest to the given point have any "
+"influence"
+msgstr ""
+"ボロノイ-モードでは指定した点から最近接のサイズマップベクトルのみが影響を持ち"
+"ます"
#: ../plug-ins/gradient-flare/gradient-flare.c:552
msgid "Addition"
@@ -10556,7 +10370,8 @@ msgstr ""
"グラデーションフレア `%s' は保存されません。\n"
"%s に:\n"
"(gflare-path \"%s\")\n"
-"という行を追加して %s というディレクトリを作成すると自分の グラデーションフレアを保存できるようになります。"
+"という行を追加して %s というディレクトリを作成すると自分の グラデーションフレ"
+"アを保存できるようになります。"
#: ../plug-ins/gradient-flare/gradient-flare.c:1484
#, c-format
@@ -10871,12 +10686,18 @@ msgid "The GIMP user manual is not available."
msgstr "現在、GIMP ユーザーマニュアルは利用できません。"
#: ../plug-ins/help/gimphelpdomain.c:188
-msgid "Please install the additional help package or use the online user manual at http://docs.gimp.org/."
-msgstr "GIMP 2 ユーザーマニュアル・パッケージをインストールするか、オンライン・ユーザーマニュアル ( http://docs.gimp.org/) を利用してください。 (ただし、どちらの場合も日本語に翻訳された GIMP 2 ユーザーマニュアルは用意されていません。)"
+msgid ""
+"Please install the additional help package or use the online user manual at "
+"http://docs.gimp.org/."
+msgstr ""
+"GIMP 2 ユーザーマニュアル・パッケージをインストールするか、オンライン・ユー"
+"ザーマニュアル ( http://docs.gimp.org/) を利用してください。"
#: ../plug-ins/help/gimphelpdomain.c:197
msgid "Perhaps you are missing GIO backends and need to install GVFS?"
-msgstr "おそらく GIO バックエンドが見つからないためと思われます。GVFS のインストールを確認してください。"
+msgstr ""
+"おそらく GIO バックエンドが見つからないためと思われます。GVFS のインストール"
+"を確認してください。"
#: ../plug-ins/help/gimphelpdomain.c:216
#, c-format
@@ -11097,8 +10918,7 @@ msgstr "中心 _X:"
#: ../plug-ins/imagemap/imap_circle.c:269
#: ../plug-ins/imagemap/imap_circle.c:276
-#: ../plug-ins/imagemap/imap_circle.c:282
-#: ../plug-ins/imagemap/imap_grid.c:250
+#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250
#: ../plug-ins/imagemap/imap_grid.c:256
#: ../plug-ins/imagemap/imap_polygon.c:505
#: ../plug-ins/imagemap/imap_polygon.c:513
@@ -11192,8 +11012,15 @@ msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)"
msgstr "ガイド範囲の結果: %d,%d から %d,%d (%d マス)"
#: ../plug-ins/imagemap/imap_cmd_guides.c:144
-msgid "Guides are pre-defined rectangles covering the image. You define them by their width, height, and spacing from each other. This allows you to rapidly create the most common image map type - image collection of \"thumbnails\", suitable for navigation bars."
-msgstr "ガイドは画像を覆う前もって定められる長方形です。個々の幅、高さ、間隔によって定義します。これはナビゲーション・バーに適した、「サムネイル」の共通イメージマップ型-コレクション画像をあなたが素早く作成することを可能にします。"
+msgid ""
+"Guides are pre-defined rectangles covering the image. You define them by "
+"their width, height, and spacing from each other. This allows you to rapidly "
+"create the most common image map type - image collection of \"thumbnails\", "
+"suitable for navigation bars."
+msgstr ""
+"ガイドは画像を覆う前もって定められる長方形です。個々の幅、高さ、間隔によって"
+"定義します。これはナビゲーション・バーに適した、「サムネイル」の共通イメージ"
+"マップ型-コレクション画像をあなたが素早く作成することを可能にします。"
#: ../plug-ins/imagemap/imap_cmd_guides.c:170
msgid "_Left start at:"
@@ -11374,8 +11201,7 @@ msgstr "領域設定"
msgid "Area #%d Settings"
msgstr "領域 #%d 設定"
-#: ../plug-ins/imagemap/imap_file.c:48
-#: ../plug-ins/imagemap/imap_menu.c:71
+#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71
msgid "Error opening file"
msgstr "ファイルオープンエラー"
@@ -12172,7 +11998,9 @@ msgstr "背景を透明に"
#: ../plug-ins/map-object/map-object-ui.c:514
msgid "Make image transparent outside object"
-msgstr "設定がオンのときは、オブジェクト部分以外を透明にします。オフのときは、オブジェクト以外の部分は現在の背景色で塗りつぶされます。"
+msgstr ""
+"設定がオンのときは、オブジェクト部分以外を透明にします。オフのときは、オブ"
+"ジェクト以外の部分は現在の背景色で塗りつぶされます。"
#: ../plug-ins/map-object/map-object-ui.c:516
msgid "Tile source image"
@@ -12180,7 +12008,9 @@ msgstr "元画像を並べる"
#: ../plug-ins/map-object/map-object-ui.c:527
msgid "Tile source image: useful for infinite planes"
-msgstr "設定がオンのときは、元画像を並べてマッピングします。無限平面の作成が可能になります。"
+msgstr ""
+"設定がオンのときは、元画像を並べてマッピングします。無限平面の作成が可能にな"
+"ります。"
#: ../plug-ins/map-object/map-object-ui.c:530
msgid "Create new image"
@@ -12196,7 +12026,9 @@ msgstr "設定がオンのときは、オブジェクト境界のジャギーを
#: ../plug-ins/map-object/map-object-ui.c:576
msgid "Antialiasing quality. Higher is better, but slower"
-msgstr "「滑らかに」の深度を設定します。この値が高いほどきれいな境界になりますが、適用までに時間が掛かります。"
+msgstr ""
+"「滑らかに」の深度を設定します。この値が高いほどきれいな境界になりますが、適"
+"用までに時間が掛かります。"
#: ../plug-ins/map-object/map-object-ui.c:593
msgid "Stop when pixel differences are smaller than this value"
@@ -12372,8 +12204,7 @@ msgstr "迷路サイズ"
msgid "Width (pixels):"
msgstr "幅 (ピクセル):"
-#: ../plug-ins/maze/maze-dialog.c:220
-#: ../plug-ins/maze/maze-dialog.c:236
+#: ../plug-ins/maze/maze-dialog.c:220 ../plug-ins/maze/maze-dialog.c:236
msgid "Pieces:"
msgstr "部品数:"
@@ -12668,480 +12499,703 @@ msgstr "何も取り込まれませんでした"
#~ msgid "Image type can't be saved as PNG"
#~ msgstr "PNG 形式で保存できない画像形式です"
+
#~ msgid "Could not open output file for writing"
#~ msgstr "書き込み用ファイルが開けません"
+
#~ msgid "Unable to add additional point.\n"
#~ msgstr "これ以上点を追加できません。\n"
+
#~ msgid "There is a problem with the GIMP user manual."
#~ msgstr "GIMP ユーザーマニュアルに以下の問題が発生しました。"
+
#~ msgid "Please check your installation."
#~ msgstr "インストール内容を確認してください。"
+
#~ msgid "Drag and drop this icon to a web browser"
#~ msgstr "このアイコンを web ブラウザへドラッグ && ドロップ"
+
#~ msgid "Document not found"
#~ msgstr "ドキュメントが見つかりません"
+
#~ msgid "The requested URL could not be loaded:"
#~ msgstr "要求された URL は読み込めません:"
+
#~ msgid "Or_igin at bottom left"
#~ msgstr "左下の原点(_I)"
+
#~ msgid "checkbutton|Snap to grid"
#~ msgstr "グリッドにスナップ"
+
#~ msgid "_Smoothing:"
#~ msgstr "スムージング(_S):"
+
#~ msgid "The GIMP help files are not found."
#~ msgstr "GIMP ヘルプファイルが見つかりません。"
+
#~ msgid "The GIF format does not support images larger than %d x %d pixels."
#~ msgstr "GIF 形式は %d × %d ピクセルより大きい画像をサポートしません。"
+
#~ msgid "Enter Password"
#~ msgstr "パスワードを入力"
+
#~ msgid "_Log In"
#~ msgstr "ログイン(_L):"
+
#~ msgid "Downloading %s of image data..."
#~ msgstr "%s の画像データをダウンロードしています..."
+
#~ msgid "Printable area:"
#~ msgstr "印刷可能範囲:"
+
#~ msgid "_Mail Image..."
#~ msgstr "画像送信(_M)..."
+
#~ msgid "Encapsulation:"
#~ msgstr "梱包方法:"
+
#~ msgid "_MIME"
#~ msgstr "MIME(_M)"
+
#~ msgid "_Uuencode"
#~ msgstr "Uuencode(_U)"
+
#~ msgid "_Recipient:"
#~ msgstr "宛先(_R):"
+
#~ msgid "_Sender:"
#~ msgstr "送り主(_S):"
+
#~ msgid "Comm_ent:"
#~ msgstr "コメント(_E):"
+
#~ msgid "_Adjust Page Size and Orientation"
#~ msgstr "ページサイズと向きを調整(_A)"
+
#~ msgid "Email the image"
#~ msgstr "メールで画像送信"
+
#~ msgid "First Source Color"
#~ msgstr "1つ目の元色"
+
#~ msgid "Second Source Color"
#~ msgstr "2つ目の元色"
+
#~ msgid "First Destination Color"
#~ msgstr "1つ目の宛色"
+
#~ msgid "Second Destination Color"
#~ msgstr "2つ目の宛色"
+
#~ msgid "Map colors sending foreground to black, background to white"
#~ msgstr ""
#~ "画像中の黒を描画色、白を背景色の基準でマッピングします。また、描画色と同じ"
#~ "色のピクセルは黒に、背景色と同じ色のピクセルは白にマップされます。\n"
#~ "(GIMP2.2 の「前景-背景調整」)"
+
#~ msgid "Adjust _Foreground & Background"
#~ msgstr "描画色と背景色でマップ"
+
#~ msgid "Map color range specified by two colors to another range"
#~ msgstr "特定の2色間の色範囲を別の色範囲にマッピングします"
+
#~ msgid "Color Range _Mapping..."
#~ msgstr "色範囲をマップ(_M)..."
+
#~ msgid "Cannot operate on gray or indexed color images."
#~ msgstr "グレースケールやインデックス画像には適用できません。"
+
#~ msgid "Adjusting foreground and background colors"
#~ msgstr ""
#~ "現在の描画色と背景色でマッピングします\n"
#~ "(GIMP2.2 の「前景/背景調整」)"
+
#~ msgid "Mapping colors"
#~ msgstr "カラーマッピングしています"
+
#~ msgid "Map Color Range"
#~ msgstr "色範囲をマップ"
+
#~ msgid "Source Color Range"
#~ msgstr "元の色範囲"
+
#~ msgid "Destination Color Range"
#~ msgstr "適用後の色範囲"
+
#~ msgid "Invalid UTF-8 string in PSD file"
#~ msgstr "PSD ファイルに不正な UTF-8 文字列があります"
+
#~ msgid "Cannot handle bitmap PSD files"
#~ msgstr "ビットマップの PSD形式は取り扱えません"
+
#~ msgid "Cannot handle PSD files in CMYK color"
#~ msgstr "CMYK カラーの PSD形式ファイルは取り扱えません"
+
#~ msgid "Cannot handle PSD files in Multichannel color"
#~ msgstr "マルチチャンネルの PSD形式ファイルは取り扱えません"
+
#~ msgid "Cannot handle PSD files in Duotone color"
#~ msgstr "ダブルトーンの PSD形式ファイルは取り扱えません"
+
#~ msgid "Cannot handle PSD files in Lab color"
#~ msgstr "Lab カラーの PSD形式ファイルは取り扱えません"
+
#~ msgid "Cannot handle the color mode %d of the PSD file"
#~ msgstr "カラーモード %d の PSD形式ファイルは取り扱えません"
+
#~ msgid "Cannot handle PSD file with more than %d channels"
#~ msgstr "%d枚以上のチャンネルがある PSD形式ファイルは取り扱えません"
+
#~ msgid "Cannot handle PSD files in CMYK color with more than 5 channels"
#~ msgstr "5版以上ある CMYKカラーの PSD形式は取り扱えません"
+
#~ msgid "Cannot handle image mode %d (%s)"
#~ msgstr "イメージモード %d (%s) は取り扱えません"
+
#~ msgid "Cannot handle %d bits per channel PSD files"
#~ msgstr "%d ビットチャンネルの PSD形式ファイルは取り扱えません "
+
#~ msgid "This is not an Adobe Photoshop PSD file"
#~ msgstr "このファイルは Adobe Photoshop の PSD形式ではありません"
+
#~ msgid "The PSD file has bad version number '%d', not 1"
#~ msgstr "PSD 形式の 'バージョン %d' は誤ったバージョンナンバーです"
+
#~ msgid "About"
#~ msgstr "このプラグインについて"
+
#~ msgid "Realtime Preview"
#~ msgstr "リアルタイムプレビュー"
+
#~ msgid "If you enable this option the preview will be redrawn automatically"
#~ msgstr "このオプションを有効にするとプレビューは自動的に再描画されます"
+
#~ msgid "Redraw"
#~ msgstr "再描画"
+
#~ msgid "Redraw preview"
#~ msgstr "再描画プレビュー"
+
#~ msgid "Undo last zoom"
#~ msgstr "最後の拡大を取り消し"
+
#~ msgid "Redo last zoom"
#~ msgstr "最後の拡大をやり直し"
+
#~ msgid "XMIN:"
#~ msgstr "X最小:"
+
#~ msgid "Change the first (minimal) x-coordinate delimitation"
#~ msgstr "第一 X 座標境界 (最小値) を変える"
+
#~ msgid "XMAX:"
#~ msgstr "X最大:"
+
#~ msgid "Change the second (maximal) x-coordinate delimitation"
#~ msgstr "第二 X 座標境界 (最大値) を変える"
+
#~ msgid "YMIN:"
#~ msgstr "Y最小:"
+
#~ msgid "Change the first (minimal) y-coordinate delimitation"
#~ msgstr "第一 Y 座標境界 (最小値) を変える"
+
#~ msgid "YMAX:"
#~ msgstr "Y最大:"
+
#~ msgid "Change the second (maximal) y-coordinate delimitation"
#~ msgstr "第二 Y 座標境界 (最大値) を変える"
+
#~ msgid "ITER:"
#~ msgstr "繰り返し:"
+
#~ msgid ""
#~ "Change the iteration value. The higher it is, the more details will be "
#~ "calculated, which will take more time"
#~ msgstr ""
#~ "繰り返し回数を変える。大きくすると詳細に計算するが、当然余計に時間がかか"
#~ "る。"
+
#~ msgid ""
#~ "Change the CX value (changes aspect of fractal, active with every fractal "
#~ "but Mandelbrot and Sierpinski)"
#~ msgstr ""
#~ "CX 値を変える (マンデルブローとシエルピンスキを除く、すべてのフラクタルの"
#~ "アスペクト比が変わる)。"
+
#~ msgid ""
#~ "Change the CY value (changes aspect of fractal, active with every fractal "
#~ "but Mandelbrot and Sierpinski)"
#~ msgstr ""
#~ "CY 値を変える (マンデルブローとシエルピンスキを除く、すべてのフラクタルの"
#~ "アスペクト比が変わる)。"
+
#~ msgid "Rendering Fractal..."
#~ msgstr "フラクタルを描いています..."
+
#~ msgid "Edit fractal name"
#~ msgstr "フラクタル名を編集"
+
#~ msgid "Fractal name:"
#~ msgstr "フラクタル名:"
+
#~ msgid "New Fractal"
#~ msgstr "新規フラクタル"
+
#~ msgid "Choose Fractal by double-clicking on it"
#~ msgstr "フラクタルをダブルクリックして選んで下さい"
+
#~ msgid "Lighting Effects..."
#~ msgstr "ライト効果..."
+
#~ msgid "High _Quality preview"
#~ msgstr "高品位プレビュー(_Q)"
+
#~ msgid "Material properties"
#~ msgstr "材質設定"
+
#~ msgid "Map to Plane..."
#~ msgstr "面にマップしています..."
+
#~ msgid "Map to Sphere..."
#~ msgstr "球にマップしています..."
+
#~ msgid "Map to Box..."
#~ msgstr "直方体にマップしています..."
+
#~ msgid "Map to Cylinder..."
#~ msgstr "円柱にマップしています..."
+
#~ msgid "General options"
#~ msgstr "一般オプション"
+
#~ msgid "Zoom out (make image smaller)"
#~ msgstr "縮小 (画像を小さくする)"
+
#~ msgid "Zoom in (make image bigger)"
#~ msgstr "拡大 (画像を大きくする)"
+
#~ msgid "Show/hide preview wireframe"
#~ msgstr "プレビューワイヤーフレームの表示/非表示"
+
#~ msgid "Opening '%s'..."
#~ msgstr "'%s' を開いています..."
+
#~ msgid "Saving '%s'..."
#~ msgstr "'%s' を保存しています..."
+
#~ msgid "_RLE encoded"
#~ msgstr "_RLE エンコード"
+
#~ msgid "Alien Map _2..."
#~ msgstr "エイリアンマップ _2..."
+
#~ msgid "AlienMap2: Transforming..."
#~ msgstr "エイリアンマップ 2: 変換しています..."
+
#~ msgid "AlienMap2"
#~ msgstr "エイリアンマップ 2"
+
#~ msgid "CML_explorer: evoluting..."
#~ msgstr "CML_explorer: 展開しています..."
+
#~ msgid "New seed"
#~ msgstr "新しい種"
+
#~ msgid "Random seed"
#~ msgstr "乱数種"
+
#~ msgid "Switch to \"From seed\" with the last seed"
#~ msgstr "最後の種を用いて \"種を元に\" モードに移る"
+
#~ msgid "Copy parameters"
#~ msgstr "コピーパラメータ"
+
#~ msgid "Plot a graph of the settings"
#~ msgstr "設定のグラフを描く"
+
#~ msgid "Graph of the current settings"
#~ msgstr "現在の設定のグラフ"
+
#~ msgid "Save Parameters to"
#~ msgstr "パラメータを保存"
+
#~ msgid "CML Explorer: Overwrite File?"
#~ msgstr "CML エクスプローラ: ファイルを上書きしますか?"
+
#~ msgid ""
#~ "File '%s' exists.\n"
#~ "Overwrite it?"
#~ msgstr ""
#~ "ファイル '%s' は存在します。\n"
#~ "上書きしますか?"
+
#~ msgid "Load Parameters from"
#~ msgstr "パラメータ読み込み"
+
#~ msgid "Selective Load from"
#~ msgstr "選択的読み込み"
+
#~ msgid "Warning: '%s' is a parameter file for newer CML_explorer than me."
#~ msgstr "警告: '%s' は新しい CML explorer のパラメータファイルです。"
+
#~ msgid "Align _Visible Layers..."
#~ msgstr "可視レイヤーの整列(_V)..."
+
#~ msgid "Playback:"
#~ msgstr "再生: "
+
#~ msgid "Play/Stop"
#~ msgstr "再生/停止"
+
#~ msgid "Rewind"
#~ msgstr "巻戻し"
+
#~ msgid "_UnOptimize"
#~ msgstr "非最適化(_U)"
+
#~ msgid "UnOptimizing Animation..."
#~ msgstr "動画を非最適化しています..."
+
#~ msgid "Removing Animation Background..."
#~ msgstr "動画の背景を削除しています..."
+
#~ msgid "Finding Animation Background..."
#~ msgstr "動画を背景を見つけようとしています..."
+
#~ msgid "Optimizing Animation..."
#~ msgstr "動画を最適化しています..."
+
#~ msgid "Applying lens..."
#~ msgstr "レンズ効果適用中..."
+
#~ msgid "_Autocrop Image"
#~ msgstr "画像の自動切り抜き(_A)"
+
#~ msgid "_Autocrop Layer"
#~ msgstr "レイヤーの自動切り抜き(_A)"
+
#~ msgid "Cropping..."
#~ msgstr "切り抜いています..."
+
#~ msgid "Auto-Stretching HSV..."
#~ msgstr "HSV 自動伸長中..."
+
#~ msgid "Adding Blinds..."
#~ msgstr "ブラインドを追加しています..."
+
#~ msgid "Blurring..."
#~ msgstr "ぼかしています..."
+
#~ msgid "Border Average..."
#~ msgstr "縁の平均をとっています..."
+
#~ msgid "Bump-mapping..."
#~ msgstr "バンプマップしています..."
+
#~ msgid "Auto-Stretching Contrast..."
#~ msgstr "コントラスト自動伸長中..."
+
#~ msgid "Colorcube Analysis..."
#~ msgstr "色立体を分析しています..."
+
#~ msgid "Image dimensions: %d x %d"
#~ msgstr "画像寸法: %d x %d"
+
#~ msgid "Uncompressed size: %s"
#~ msgstr "非圧縮時のサイズ: %s"
+
#~ msgid "Filename: %s"
#~ msgstr "ファイル名: %s"
+
#~ msgid "Compressed size: %s"
#~ msgstr "圧縮時のサイズ: %s"
+
#~ msgid "Compression ratio (approx.): %d to 1"
#~ msgstr "圧縮率 (概算): %d 対 1"
+
#~ msgid "Channel Mixer File Operation Warning"
#~ msgstr "チャンネルミキサーファイル操作警告"
+
#~ msgid "Adding Checkerboard..."
#~ msgstr "市松模様を付加中..."
+
#~ msgid "Color Enhance..."
#~ msgstr "色を強調しています..."
+
#~ msgid "_Colorify..."
#~ msgstr "単色塗り(_C)..."
+
#~ msgid "Colorifying..."
#~ msgstr "単色塗り中..."
+
#~ msgid "Custom Color:"
#~ msgstr "カスタムカラー:"
+
#~ msgid "Removing color..."
#~ msgstr "カラーマップを削除しています..."
+
#~ msgid "Alpha:"
#~ msgstr "アルファ:"
+
#~ msgid "Value:"
#~ msgstr "明度:"
+
#~ msgid "Black:"
#~ msgstr "ブラック:"
+
#~ msgid "Luma_y470:"
#~ msgstr "Luma_y470:"
+
#~ msgid "Blueness_cb470:"
#~ msgstr "Blueness_cb470:"
+
#~ msgid "Redness_cr470:"
#~ msgstr "Redness_cr470:"
+
#~ msgid "Luma_y709:"
#~ msgstr "Luma_y709:"
+
#~ msgid "Blueness_cb709:"
#~ msgstr "Blueness_cb709:"
+
#~ msgid "Redness_cr709:"
#~ msgstr "Redness_cr709:"
+
#~ msgid "Luma_y470f:"
#~ msgstr "Luma_y470f:"
+
#~ msgid "Blueness_cb470f:"
#~ msgstr "Blueness_cb470f:"
+
#~ msgid "Redness_cr470f:"
#~ msgstr "Redness_cr470f:"
+
#~ msgid "Luma_y709f:"
#~ msgstr "Luma_y709f:"
+
#~ msgid "Blueness_cb709f:"
#~ msgstr "Blueness_cb709f:"
+
#~ msgid "Redness_cr709f:"
#~ msgstr "Redness_cr709f:"
+
#~ msgid "Composing..."
#~ msgstr "チャンネル合成中..."
+
#~ msgid "No sensible extension, saving as compressed XCF."
#~ msgstr "拡張子が判別できないので gzip 圧縮した xcf ファイルとして保存します"
+
#~ msgid "No sensible extension, attempting to load with file magic."
#~ msgstr "拡張子が判別できないので、ファイルの magic を用いて読み込みます"
+
#~ msgid "Convolution Matrix does not work on layers smaller than 3 pixels."
#~ msgstr ""
#~ "コンボリューション行列は3ピクセルより小さなレイヤーについては適用できませ"
#~ "ん。"
+
#~ msgid "A_utomatic"
#~ msgstr "自動(_U)"
+
#~ msgid "Cubistic Transformation..."
#~ msgstr "キュービズム変換しています..."
+
#~ msgid "_Preview once"
#~ msgstr "一回プレビュー(_P)"
+
#~ msgid "Load Curve Points from file"
#~ msgstr "カーブ点をファイルから読み込み"
+
#~ msgid "Save Curve Points to file"
#~ msgstr "カーブ点をファイルに保存"
+
#~ msgid "Curve Bend..."
#~ msgstr "ひん曲げています..."
+
#~ msgid "cyan_k"
#~ msgstr "シアン_k"
+
#~ msgid "magenta_k"
#~ msgstr "マゼンダ_k"
+
#~ msgid "yellow_k"
#~ msgstr "イエロー_k"
+
#~ msgid "luma_y470"
#~ msgstr "luma_y470"
+
#~ msgid "blueness_cb470"
#~ msgstr "blueness_cb470"
+
#~ msgid "redness_cr470"
#~ msgstr "redness_cr470"
+
#~ msgid "luma_y709"
#~ msgstr "luma_y709"
+
#~ msgid "blueness_cb709"
#~ msgstr "blueness_cb709"
+
#~ msgid "redness_cr709"
#~ msgstr "redness_cr709"
+
#~ msgid "luma_y470f"
#~ msgstr "luma_y470f"
+
#~ msgid "blueness_cb470f"
#~ msgstr "blueness_cb470f"
+
#~ msgid "redness_cr470f"
#~ msgstr "redness_cr470f"
+
#~ msgid "luma_y709f"
#~ msgstr "luma_y709f"
+
#~ msgid "blueness_cb709f"
#~ msgstr "blueness_cb709f"
+
#~ msgid "redness_cr709f"
#~ msgstr "redness_cr709f"
+
#~ msgid "Decomposing..."
#~ msgstr "チャンネル分解中..."
+
#~ msgid "Decompose to _layers"
#~ msgstr "レイヤーに分解する(_L)"
+
#~ msgid "Deinterlace..."
#~ msgstr "インターレースを除去しています..."
+
#~ msgid "Depth-merging..."
#~ msgstr "深度統合中..."
+
#~ msgid "Destriping..."
#~ msgstr "ストライプを除去しています..."
+
#~ msgid "Creating diffraction pattern..."
#~ msgstr "回折模様を生成しています..."
+
#~ msgid "Sharp edges"
#~ msgstr "明瞭端"
+
#~ msgid "Other options"
#~ msgstr "その他のオプション"
+
#~ msgid "Displacing..."
#~ msgstr "ずらしています..."
+
#~ msgid "On Edges:"
#~ msgstr "周辺部:"
+
#~ msgid "Difference of Gaussians..."
#~ msgstr "ガウシアン差分..."
+
#~ msgid "Smoothing parameters"
#~ msgstr "スムーズ化パラメータ"
+
#~ msgid "Edge Detection..."
#~ msgstr "輪郭を抽出しています..."
+
#~ msgid "Prewitt"
#~ msgstr "プレヴィット"
+
#~ msgid "Engraving..."
#~ msgstr "彫金しています..."
+
#~ msgid "Color Exchange..."
#~ msgstr "色を交換しています..."
+
#~ msgid "Middle-click inside preview to pick \"From Color\""
#~ msgstr "プレビューを中クリックして \"元色\" 選択"
+
#~ msgid "_Film..."
#~ msgstr "フィルム(_F)..."
+
#~ msgid "Composing Images..."
#~ msgstr "画像合成中..."
+
#~ msgid "Temporary"
#~ msgstr "テンポラリ"
+
#~ msgid "Available Images:"
#~ msgstr "利用可能な画像:"
+
#~ msgid "On Film:"
#~ msgstr "フィルム上には:"
+
#~ msgid "Film"
#~ msgstr "フィルム"
+
#~ msgid "All Values are Fractions of the Film Height"
#~ msgstr "すべてフィルム高に対する値です"
+
#~ msgid "_FlareFX..."
#~ msgstr "フレア効果(_F)..."
+
#~ msgid "Render Flare..."
#~ msgstr "フレアを描画しています..."
+
#~ msgid "FlareFX"
#~ msgstr "フレア効果"
+
#~ msgid "_Show cursor"
#~ msgstr "カーソル表示(_S)"
+
#~ msgid "Applying Filter Pack..."
#~ msgstr "色調バリエーションを適用しています..."
+
#~ msgid "Select Pixels by"
#~ msgstr "ピクセル選択法"
+
#~ msgid "_Entire Image"
#~ msgstr "画像全体(_E)"
+
#~ msgid "Se_lection Only"
#~ msgstr "選択領域(_L)"
+
#~ msgid "Selec_tion In Context"
#~ msgstr "コンテキスト中の選択部分(_T)"
+
#~ msgid "Smoothness of Aliasing"
#~ msgstr "エイリアシングの滑らかさ"
+
#~ msgid "Preview as You Drag"
#~ msgstr "ドラッグに合わせてプレビュー"
+
#~ msgid "_Warp"
#~ msgstr "ワープ(_W)"
+
#~ msgid "Gaussian Blur..."
#~ msgstr "ガウシアンぼかし..."
+
#~ msgid "Gee-_Slime"
#~ msgstr "Gee-スライム(_S)"
+
#~ msgid "GEE-SLIME"
#~ msgstr "GEE-スライム"
+
#~ msgid "Thank you for choosing GIMP"
#~ msgstr "GIMP を選んでくれてありがとう"
+
#~ msgid ""
#~ "A less-obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox."
#~ "org / 1998-2000"
#~ msgstr ""
#~ "ちょっと古い Adam D. Moss の作品 / adam@gimp.org / adam@foxbox.org / 1998-"
#~ "2000"
+
#~ msgid "Gee-_Zoom"
#~ msgstr "Gee-ズーム(_Z)"
+
#~ msgid "GEE-ZOOM"
#~ msgstr "GEE-ズーム"
+
#~ msgid ""
#~ "An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / "
#~ "1998-2000"
#~ msgstr ""
#~ "Adam D. Moss の昔の作品 / adam@gimp.org / adam@foxbox.org / 1998-2000"
+
#~ msgid ""
#~ "Warning:\n"
#~ "Transparent color in written file might be incorrect on viewers which "
@@ -13150,10 +13204,13 @@ msgstr "何も取り込まれませんでした"
#~ "警告:\n"
#~ "書き込んだファイルの透明色は、透明度に対応していないビューアでは正しく表示"
#~ "されない可能性があります。"
+
#~ msgid "Delay inserted to prevent evil CPU-sucking anim."
#~ msgstr "凶悪な動画が CPU を食い尽くすのを防ぐため、遅延を挿入しました。"
+
#~ msgid "GIF Warning"
#~ msgstr "GIF 警告"
+
#~ msgid ""
#~ "The image which you are trying to save as a GIF\n"
#~ "contains layers which extend beyond the actual\n"
@@ -13169,402 +13226,599 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "すべてのレイヤーを画像サイズ以下に切り詰めるか、キャンセル\n"
#~ "してください。"
+
#~ msgid "_Interlace"
#~ msgstr "インターレース(_I)"
+
#~ msgid "Frame disposal where unspecified: "
#~ msgstr "指定しない場合のフレーム処理: "
+
#~ msgid "Glass Tile..."
#~ msgstr "ガラスタイルにしています..."
+
#~ msgid "Qbist ..."
#~ msgstr "Qビスト..."
+
#~ msgid "Load QBE file"
#~ msgstr "QBE ファイル読み込み"
+
#~ msgid "Save (middle transform) as QBE file"
#~ msgstr "変形経過を QBE ファイルとして保存"
+
#~ msgid "Gradient Map..."
#~ msgstr "グラデーションマップしています..."
+
#~ msgid "Drawing Grid..."
#~ msgstr "グリッドを描いています..."
+
#~ msgid "GIMP Table Magic"
#~ msgstr "GIMP 表の魔法"
+
#~ msgid "Guillotine..."
#~ msgstr "ギロチンで切断しています..."
+
#~ msgid "Hot..."
#~ msgstr "ホット..."
+
#~ msgid "Create _New layer"
#~ msgstr "新規レイヤー作成(_N)"
+
#~ msgid "Illusion..."
#~ msgstr "幻を描いています..."
+
#~ msgid "Warping..."
#~ msgstr "歪めています..."
+
#~ msgid "Warping Frame No. %d..."
#~ msgstr "%d番目のフレームを歪めています..."
+
#~ msgid "Number of _Frames:"
#~ msgstr "フレーム数(_F):"
+
#~ msgid "_Ping Pong"
#~ msgstr "ピンポン(_P)"
+
#~ msgid "Assembling Jigsaw..."
#~ msgstr "ジグソーパズルを組み立てる..."
+
#~ msgid "EXIF data will be ignored."
#~ msgstr "EXIF データは無視されます。"
+
#~ msgid "Show _Preview in image window"
#~ msgstr "画像ウインドウ中でプレビュー(_P)"
+
#~ msgid "Force baseline JPEG"
#~ msgstr "ベースライン JPEG 化"
+
#~ msgid "Opening thumbnail for '%s'..."
#~ msgstr "'%s' のサムネイルを開いています..."
+
#~ msgid "Laplace..."
#~ msgstr "ラプラス変換しています..."
+
#~ msgid "Cleanup..."
#~ msgstr "まとめています..."
+
#~ msgid "Van Gogh (LIC)..."
#~ msgstr "ヴァン ゴッホ風 (LIC)..."
+
#~ msgid "_Effect Image:"
#~ msgstr "対象画像(_E):"
+
#~ msgid "Adjust _FG-BG"
#~ msgstr "前景-背景調整(_F)"
+
#~ msgid "Adjusting Foreground/Background..."
#~ msgstr "前景/背景色を調整しています..."
+
#~ msgid "Mapping colors..."
#~ msgstr "色をマップしています..."
+
#~ msgid "Source color range"
#~ msgstr "元の色範囲"
+
#~ msgid "Destination color range"
#~ msgstr "適用後の色範囲"
+
#~ msgid "_Max RGB..."
#~ msgstr "RGB 値最大(_M)..."
+
#~ msgid "Max RGB..."
#~ msgstr "RGB 値最大..."
+
#~ msgid "Motion Blurring..."
#~ msgstr "モーションぼかし..."
+
#~ msgid "Animated MNG options"
#~ msgstr "動画 MNG オプション"
+
#~ msgid "Finding Edges..."
#~ msgstr "輪郭を探しています..."
+
#~ msgid "Rendering Tiles..."
#~ msgstr "タイルを描画しています..."
+
#~ msgid "Tiling Primitives"
#~ msgstr "並べる図形"
+
#~ msgid "_Squares"
#~ msgstr "四角形(_S)"
+
#~ msgid "He_xagons"
#~ msgstr "六角形(_X)"
+
#~ msgid "Oc_tagons & squares"
#~ msgstr "八角形と四角(_T)"
+
#~ msgid "Settings"
#~ msgstr "設定"
+
#~ msgid "T_ile size:"
#~ msgstr "タイルサイズ(_I):"
+
#~ msgid "Neon..."
#~ msgstr "ネオン..."
+
#~ msgid "Intensity"
#~ msgstr "強度"
+
#~ msgid "Newsprint..."
#~ msgstr "新聞印刷..."
+
#~ msgid "_Factory defaults"
#~ msgstr "初期値に戻す(_F)"
+
#~ msgid "NL Filter..."
#~ msgstr "非線形フィルタ..."
+
#~ msgid "_Scatter RGB..."
#~ msgstr "RGB 散乱(_S)..."
+
#~ msgid "Adding Noise..."
#~ msgstr "ノイズを追加しています..."
+
#~ msgid "Scatter RGB"
#~ msgstr "RGB 散乱"
+
#~ msgid "Normalizing..."
#~ msgstr "正規化しています..."
+
#~ msgid "Su_perNova..."
#~ msgstr "超新星(_P)..."
+
#~ msgid "Rendering SuperNova..."
#~ msgstr "超新星を描画しています..."
+
#~ msgid "SuperNova"
#~ msgstr "超新星"
+
#~ msgid "SuperNova Color Picker"
#~ msgstr "超新星 色 選択"
+
#~ msgid "Center of SuperNova"
#~ msgstr "超新星の中心"
+
#~ msgid "S_how cursor"
#~ msgstr "カーソル表示(_H)"
+
#~ msgid "Oil Painting..."
#~ msgstr "油絵化しています..."
+
#~ msgid "Paper Tile..."
#~ msgstr "紙タイル..."
+
#~ msgid "Alias|Wavefront PIX image"
#~ msgstr "Alias|Wavefront PIX 画像"
+
#~ msgid "Pixelizing..."
#~ msgstr "ピクセル化しています..."
+
#~ msgid "Pixel _Width:"
#~ msgstr "ピクセル幅(_W):"
+
#~ msgid "Pixel _Height:"
#~ msgstr "ピクセル高(_H):"
+
#~ msgid "Plasma..."
#~ msgstr "プラズマ..."
+
#~ msgid "_Load defaults"
#~ msgstr "初期値を読み込み(_L)"
+
#~ msgid "_Save defaults"
#~ msgstr "初期値を保存(_S)"
+
#~ msgid "Could not load PNG defaults"
#~ msgstr "PNG のデフォルトが読み込めません"
+
#~ msgid "PNM: Premature end of file."
#~ msgstr "PNM: ファイルが千切れています。"
+
#~ msgid "PNM: Invalid file."
#~ msgstr "PNM: 不正なファイルです。"
+
#~ msgid "PNM: Invalid X resolution."
#~ msgstr "PNM: 不正な X 解像度です。"
+
#~ msgid "PNM: Invalid Y resolution."
#~ msgstr "PNM: 不正な Y 解像度です。"
+
#~ msgid "PNM: Invalid maximum value."
#~ msgstr "PNM: 不正な最大値です。"
+
#~ msgid "PNM: Error reading file."
#~ msgstr "PNM: ファイル読み込みエラー"
+
#~ msgid "PNM save cannot handle images with alpha channels."
#~ msgstr "PNM による保存はアルファチャンネルを持った画像を取り扱えません"
+
#~ msgid "P_olar Coords..."
#~ msgstr "極座標(_O)..."
+
#~ msgid "Polarizing..."
#~ msgstr "極座標に変換しています..."
+
#~ msgid "Polarize"
#~ msgstr "極座標"
+
#~ msgid "Error starting ghostscript (%s)"
#~ msgstr "ghostscript 起動エラー (%s)"
+
#~ msgid "Error starting ghostscript: %s"
#~ msgstr "ghostscript 起動エラー: %s"
+
#~ msgid "Load PostScript"
#~ msgstr "PostScript 読み込み"
+
#~ msgid "Random Hurl 1.7"
#~ msgstr "ランダムに浴びせる 1.7"
+
#~ msgid "Random Pick 1.7"
#~ msgstr "ランダムにつまむ 1.7"
+
#~ msgid "Random Slur 1.7"
#~ msgstr "ランダムにごまかす 1.7"
+
#~ msgid "Raw Image Data"
#~ msgstr "生画像データ"
+
#~ msgid "Raw Image Loader"
#~ msgstr "生画像ローダー"
+
#~ msgid "B, G, R, X (bmp style)"
#~ msgstr "R, G, B, X (BMP スタイル)"
+
#~ msgid "Select Palette File to Load"
#~ msgstr "選択パレットファイルを読み込む"
+
#~ msgid "_Retinex..."
#~ msgstr "レティネックス(_R)..."
+
#~ msgid "Retinex..."
#~ msgstr "レティネックス処理中..."
+
#~ msgid "Retinex (4/4): updated..."
#~ msgstr "レティネックス (4/4): 更新しています..."
+
#~ msgid "Retinex: Filtering..."
#~ msgstr "レティネックス: フィルタをかけています..."
+
#~ msgid "Rippling..."
#~ msgstr "波立たせています..."
+
#~ msgid "Rotating..."
#~ msgstr "回転しています..."
+
#~ msgid "Get sample colors"
#~ msgstr "サンプル色取得"
+
#~ msgid "Apply"
#~ msgstr "適用"
+
#~ msgid "Output Levels:"
#~ msgstr "出力レベル: "
+
#~ msgid "Sample Analyze..."
#~ msgstr "サンプルを解析..."
+
#~ msgid "Remap Colorized..."
#~ msgstr "再マップ色付けしています..."
+
#~ msgid "S_catter HSV..."
#~ msgstr "HSV 散乱(_C)..."
+
#~ msgid "Scattering HSV..."
#~ msgstr "HSV 散乱..."
+
#~ msgid "Scatter HSV"
#~ msgstr "HSV 散乱"
+
#~ msgid "Error grabbing the pointer"
#~ msgstr "ポインタ取得エラー"
+
#~ msgid "Loading Screen Shot..."
#~ msgstr "画面取り込みの読み込み..."
+
#~ msgid "Screen Shot"
#~ msgstr "画面取り込み"
+
#~ msgid "Error obtaining Screen Shot"
#~ msgstr "スクリーンショットの獲得エラー"
+
#~ msgid "a _Single Window"
#~ msgstr "単一ウィンドウを取り込む(_S)"
+
#~ msgid "S_elect Window After"
#~ msgstr "後でウィンドウを選択(_E)"
+
#~ msgid "Seconds Delay"
#~ msgstr "秒後"
+
#~ msgid "the _Whole Screen"
#~ msgstr "画面全体を取り込む(_W)"
+
#~ msgid "Grab _After"
#~ msgstr "後で取り込み(_A)"
+
#~ msgid "Selective Gaussian Blur..."
#~ msgstr "選択的ガウシアンぼかし..."
+
#~ msgid "Semi-Flattening..."
#~ msgstr "半統合しています..."
+
#~ msgid "Sharpening..."
#~ msgstr "明瞭にしています..."
+
#~ msgid "Shifting..."
#~ msgstr "ずらしています..."
+
#~ msgid "Sinus: rendering..."
#~ msgstr "Sin 曲線: レンダリングしています..."
+
#~ msgid "_X Scale:"
#~ msgstr "_X 拡大縮小:"
+
#~ msgid "_Y Scale:"
#~ msgstr "_Y 拡大縮小:"
+
#~ msgid "F_irst Color:"
#~ msgstr "第一色(_I):"
+
#~ msgid "S_econd Color:"
#~ msgstr "第二色(_E):"
+
#~ msgid "Do _Preview"
#~ msgstr "プレビュー(_P)"
+
#~ msgid "Deriving Smooth Palette..."
#~ msgstr "滑らかなパレットを生成しています..."
+
#~ msgid "Solid Noise..."
#~ msgstr "ソリッドノイズを生成しています..."
+
#~ msgid "Sobel _Horizontally"
#~ msgstr "水平方向ソーベル(_H)"
+
#~ msgid "Sobel _Vertically"
#~ msgstr "垂直方向ソーベル(_V)"
+
#~ msgid "Sobel Edge Detecting..."
#~ msgstr "ソーベル輪郭を抽出しています..."
+
#~ msgid "Sparkling..."
#~ msgstr "きらめかせています..."
+
#~ msgid "Luminosity _Threshold:"
#~ msgstr "光度しきい値(_T):"
+
#~ msgid "Adjust the Luminosity Threshold"
#~ msgstr "光度しきい値を調節する"
+
#~ msgid "Adjust the Flare Intensity"
#~ msgstr "フレア強度を調節する"
+
#~ msgid "Adjust the Spike Length"
#~ msgstr "尖りの長さを調節する"
+
#~ msgid "Adjust the Number of Spikes"
#~ msgstr "尖りの数を調節する"
+
#~ msgid "Adjust the Spike Angle (-1 means a Random Angle is chosen)"
#~ msgstr "尖りの角度を調節する (-1 を指定するとランダムに角度が設定されます)"
+
#~ msgid "Adjust the Spike Density"
#~ msgstr "尖りの密度を調節する"
+
#~ msgid "Adjust the Opacity of the Spikes"
#~ msgstr "尖りの不透明度を調節する"
+
#~ msgid "Adjust the Value how much the Hue should be changed randomly"
#~ msgstr "色相をどの程度ランダムに変えるか調節する"
+
#~ msgid "Adjust the Value how much the Saturation should be changed randomly"
#~ msgstr "彩度をどの程度ランダムに変えるか調節する"
+
#~ msgid "Should the Luminosity be preserved?"
#~ msgstr "光度を保存するかどうか"
+
#~ msgid "Should an Inverse Effect be done?"
#~ msgstr "反転効果にするかどうか"
+
#~ msgid "Draw a Border of Spikes around the Image"
#~ msgstr "尖りの縁を画像につけるかどうか"
+
#~ msgid "Update _Preview"
#~ msgstr "プレビュー更新(_P)"
+
#~ msgid "Textures"
#~ msgstr "テクスチャ"
+
#~ msgid "Texture Properties"
#~ msgstr "テクスチャ設定"
+
#~ msgid "Texture Transformations"
#~ msgstr "テクスチャ変換"
+
#~ msgid "Rendering Sphere..."
#~ msgstr "球体を描画しています..."
+
#~ msgid "Spreading..."
#~ msgstr "拡散させています..."
+
#~ msgid "Applying Canvas..."
#~ msgstr "キャンバス地を適用しています..."
+
#~ msgid "Scalable SVG image"
#~ msgstr "拡大縮小可能な SVG 画像"
+
#~ msgid "Rendering SVG..."
#~ msgstr "SVG 描画..."
+
#~ msgid "%d x %d"
#~ msgstr "%d x %d"
+
#~ msgid "The layer preserves transparency."
#~ msgstr "レイヤーが透明保護されています。"
+
#~ msgid "Threshold Alpha: Coloring Transparency..."
#~ msgstr "アルファチャンネル閾値: 半透明部分を切り分けています..."
+
#~ msgid "Tiling..."
#~ msgstr "並べています..."
+
#~ msgid "C_reate New Image"
#~ msgstr "新規画像作成(_R)"
+
#~ msgid "TileIt"
#~ msgstr "それを並べる"
+
#~ msgid "Tiler..."
#~ msgstr "タイルを生成しています..."
+
#~ msgid "Create a new unit from scratch."
#~ msgstr "まっさらなところから新しい単位を作る。"
+
#~ msgid "Create a new unit with the currently selected unit as template."
#~ msgstr "現在選択中の単位を元にして新しい単位を作る。"
+
#~ msgid "_Unit Editor"
#~ msgstr "単位エディタ(_U)"
+
#~ msgid "New Unit"
#~ msgstr "新しい単位"
+
#~ msgid "Unit factor must not be 0."
#~ msgstr "単位乗数は0であってはなりません。"
+
#~ msgid "All text fields must contain a value."
#~ msgstr "すべての文字フィールドが埋められていなければなりません。"
+
#~ msgid "Merging..."
#~ msgstr "混ぜ合わせています..."
+
#~ msgid "Video/RGB..."
#~ msgstr "ビデオ/RGB..."
+
#~ msgid "Value Invert..."
#~ msgstr "明度を反転させています..."
+
#~ msgid "Value Propagating..."
#~ msgstr "明度を伝搬させています..."
+
#~ msgid "Propagating _Alpha Channel"
#~ msgstr "アルファチャンネルを伝搬(_A)"
+
#~ msgid "Propagating Value Channel"
#~ msgstr "明度チャンネルを伝搬"
+
#~ msgid "FG color"
#~ msgstr "前景色"
+
#~ msgid "Smoothing X gradient..."
#~ msgstr "X グラデーションを滑らかにしています..."
+
#~ msgid "Smoothing Y gradient..."
#~ msgstr "Y グラデーションを滑らかにしています..."
+
#~ msgid "Finding XY gradient..."
#~ msgstr "XYグラデーションを探しています..."
+
#~ msgid "Flow Step %d..."
#~ msgstr "ステップ %d..."
+
#~ msgid "Waving..."
#~ msgstr "波立たせています..."
+
#~ msgid "Whirling and Pinching..."
#~ msgstr "ぐるぐるひねっています..."
+
#~ msgid "Copy to Clipboard"
#~ msgstr "クリップボードへコピー"
+
#~ msgid "Paste from Clipboard"
#~ msgstr "クリップボードから貼り付け"
+
#~ msgid "From Clipboard"
#~ msgstr "クリップボードから"
+
#~ msgid "Copying..."
#~ msgstr "コピーしています..."
+
#~ msgid "Unsupported format or Clipboard empty!"
#~ msgstr "サポートしていない形式かクリップボードが空です!"
+
#~ msgid "Can't get Clipboard data."
#~ msgstr "クリップボードのデータを取得できません。"
+
#~ msgid "Pasted"
#~ msgstr "ペースト結果"
+
#~ msgid "Pasting..."
#~ msgstr "ペーストしています..."
+
#~ msgid "Rendering Blast..."
#~ msgstr "暴風にさらしています..."
+
#~ msgid "Rendering Wind..."
#~ msgstr "風を描いています..."
+
#~ msgid "_Print"
#~ msgstr "印刷(_P)"
+
#~ msgid "PrintDlg failed: %d"
#~ msgstr "PrintDlg 失敗: %d"
+
#~ msgid "Printer doesn't support bitmaps"
#~ msgstr "プリンタがビットマップをサポートしていません"
+
#~ msgid "StartPage failed"
#~ msgstr "StartPage 失敗"
+
#~ msgid "Printing..."
#~ msgstr "印刷しています..."
+
#~ msgid "CreateDIBSection failed"
#~ msgstr "CreateDIBSection 失敗"
+
#~ msgid "SetStretchBltMode failed (warning only)"
#~ msgstr "SetStretchBltMode 失敗 (警告)"
+
#~ msgid ""
#~ "StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) failed, "
#~ "error = %d, y = %d"
#~ msgstr ""
#~ "StretchBlt (hDC, %d, %d, %d, %d, hdcMem, %d, 0, %d, 1, SRCCOPY) 失敗、"
#~ "error = %d, y = %d"
+
#~ msgid "EndPage failed"
#~ msgstr "EndPage 失敗"
+
#~ msgid "PageSetupDlg failed: %d"
#~ msgstr "PageSetupDlg 失敗: %d"
+
#~ msgid "Created with The GIMP"
#~ msgstr "GIMP で作成しました"
+
#~ msgid ""
#~ "XWD-file %s has format %d, depth %d\n"
#~ "and bits per pixel %d.\n"
@@ -13573,121 +13827,178 @@ msgstr "何も取り込まれませんでした"
#~ "XWD-ファイル %s は形式 %d, 深度 %d\n"
#~ "ピクセル当たり %d です。\n"
#~ "現在この形式は利用できません。"
+
#~ msgid "ZealousCropping(tm)..."
#~ msgstr "最小枠で切り抜いています..."
+
#~ msgid "Search by _Name"
#~ msgstr "名前で検索(_N)"
+
#~ msgid "Search by _Blurb"
#~ msgstr "説明で検索(_B)"
+
#~ msgid "_Search:"
#~ msgstr "検索(_S):"
+
#~ msgid "Searching by name - please wait"
#~ msgstr "名前で検索中 - お待ち下さい"
+
#~ msgid "Searching by blurb - please wait"
#~ msgstr "説明で検索中 - お待ち下さい"
+
#~ msgid "Searching - please wait"
#~ msgstr "検索中 - お待ち下さい"
+
#~ msgid "1 Procedure"
#~ msgstr "1 個のプロシージャ"
+
#~ msgid "%d Procedures"
#~ msgstr "%d 個のプロシージャ"
+
#~ msgid "Return Values"
#~ msgstr "返り値"
+
#~ msgid "Additional Information"
#~ msgstr "追加情報"
+
#~ msgid "Author:"
#~ msgstr "作者:"
+
#~ msgid "Date:"
#~ msgstr "日付:"
+
#~ msgid "Copyright:"
#~ msgstr "著作権表示:"
+
#~ msgid "Internal GIMP procedure"
#~ msgstr "GIMP 内部プロシージャ"
+
#~ msgid "GIMP Plug-In"
#~ msgstr "GIMP プラグイン"
+
#~ msgid "GIMP Extension"
#~ msgstr "GIMP 拡張機能"
+
#~ msgid "Temporary Procedure"
#~ msgstr "テンポラリプロシージャ"
+
#~ msgid "1 Plug-In Interface"
#~ msgstr "1 個のプラグインインターフェース"
+
#~ msgid "%d Plug-In Interfaces"
#~ msgstr "%d 個のプラグインインターフェース"
+
#~ msgid "Insertion Date"
#~ msgstr "導入日時"
+
#~ msgid "Menu Path/Name"
#~ msgstr "メニューパス/名前"
+
#~ msgid "BLANK/NaN Pixel Replacement"
#~ msgstr "BLANK/NaN ピクセル置き換え"
+
#~ msgid "Drawing Flame..."
#~ msgstr "炎を描いています..."
+
#~ msgid "Tool options"
#~ msgstr "ツールオプション"
+
#~ msgid "Gradient fill"
#~ msgstr "グラデーションで塗りつぶす"
+
#~ msgid "Load Gfig object collection"
#~ msgstr "Gfig オブジェクトコレクションを読み込む"
+
#~ msgid ""
#~ "Error trying to save figure as a parasite: can't attach parasite to "
#~ "drawable.\n"
#~ msgstr ""
#~ "図を付属物として保存中にエラー: 描画対象に付属物を付け加えられません。\n"
+
#~ msgid "_GFlare..."
#~ msgstr "グラデーションフレア(_G)..."
+
#~ msgid "Gradient Flare..."
#~ msgstr "グラデーションフレアを描いています..."
+
#~ msgid "GFlare"
#~ msgstr "グラデーションフレア"
+
#~ msgid "Vector _Angle:"
#~ msgstr "ベクトル角度(_A):"
+
#~ msgid "Vector _Length:"
#~ msgstr "ベクトル長(_L):"
+
#~ msgid "_Max Depth:"
#~ msgstr "最大深度(_M):"
+
#~ msgid "New GFlare"
#~ msgstr "新規 グラデーションフレア"
+
#~ msgid "Copy GFlare"
#~ msgstr "グラデーションフレア のコピー"
+
#~ msgid "Delete GFlare"
#~ msgstr "グラデーションフレア 削除"
+
#~ msgid "GFlare Editor"
#~ msgstr "グラデーションフレア エディタ"
+
#~ msgid "Paint Mode:"
#~ msgstr "描画モード:"
+
#~ msgid "Radial Gradient:"
#~ msgstr "半径方向グラデーション:"
+
#~ msgid "Angular Gradient:"
#~ msgstr "角度方向グラデーション:"
+
#~ msgid "Angular Size Gradient:"
#~ msgstr "角度方向大きさグラデーション:"
+
#~ msgid "Hue Rotation:"
#~ msgstr "色相回転:"
+
#~ msgid "Spike Thickness:"
#~ msgstr "尖りの太さ:"
+
#~ msgid "Size Factor Gradient:"
#~ msgstr "大きさ倍率グラデーション:"
+
#~ msgid "Probability Gradient:"
#~ msgstr "確率グラデーション:"
+
#~ msgid "Random Seed:"
#~ msgstr "乱数種:"
+
#~ msgid "Drop Shadow"
#~ msgstr "影を落す"
+
#~ msgid "Painting..."
#~ msgstr "描画しています..."
+
#~ msgid "The GIMPressionist"
#~ msgstr "The GIMPressionist"
+
#~ msgid "Gimpressionist"
#~ msgstr "Gimpressionist"
+
#~ msgid "A_bout"
#~ msgstr "このプラグインについて(_B)"
+
#~ msgid "Centerize"
#~ msgstr "中央寄せ"
+
#~ msgid "The Gimpressionist Defaults"
#~ msgstr "Gimpressionist デフォルト"
+
#~ msgid "Save current..."
#~ msgstr "現状保存..."
+
#~ msgid "Update"
#~ msgstr "更新"
+
#~ msgid ""
#~ "It is highly recommended to add\n"
#~ " (gimpressionist-path \"%s\")\n"
@@ -13696,146 +14007,213 @@ msgstr "何も取り込まれませんでした"
#~ " (gimpressionist-path \"%s\")\n"
#~ "のように gimprc に付け足すことを\n"
#~ "強くお勧めします。"
+
#~ msgid "GIMP Help browser"
#~ msgstr "GIMP ヘルプブラウザ"
+
#~ msgid "Scale Hue by:"
#~ msgstr "色相倍率:"
+
#~ msgid "Scale Value by:"
#~ msgstr "明度倍率:"
+
#~ msgid "Render options"
#~ msgstr "描画オプション"
+
#~ msgid "Max. Memory:"
#~ msgstr "最大メモリ:"
+
#~ msgid "Spot Radius:"
#~ msgstr "スポット半径:"
+
#~ msgid "Rendering IFS (%d/%d)..."
#~ msgstr "IFS 描画しています (%d/%d)..."
+
#~ msgid "Copying IFS to image (%d/%d)..."
#~ msgstr "IFS を画像にコピーしています (%d/%d)..."
+
#~ msgid "Save as IFS Fraktal file"
#~ msgstr "IFS フラクタルファイルとして保存"
+
#~ msgid "Open IFS Fraktal file"
#~ msgstr "IFS フラクタルファイルを開く"
+
#~ msgid "Imagemap plug-in 2.2"
#~ msgstr "Imagemap plug-in 2.2"
+
#~ msgid "Copyright(c) 1999-2004 by Maurits Rijk"
#~ msgstr "Copyright(c) 1999-2004 by Maurits Rijk"
+
#~ msgid "L_eft Border"
#~ msgstr "左の縁(_E)"
+
#~ msgid "_Right Border"
#~ msgstr "右の縁(_R):"
+
#~ msgid "_Upper Border"
#~ msgstr "上の縁(_U)"
+
#~ msgid "Lo_wer Border"
#~ msgstr "下の縁(_W)"
+
#~ msgid "_Left Start at:"
#~ msgstr "左開始位置(_L):"
+
#~ msgid "_Top Start at:"
#~ msgstr "上開始位置(_T):"
+
#~ msgid "_Horz. Spacing:"
#~ msgstr "水平間隔(_H):"
+
#~ msgid "_No. Across:"
#~ msgstr "横の数(_N)"
+
#~ msgid "_Vert. Spacing:"
#~ msgstr "垂直間隔(_V):"
+
#~ msgid "No. _Down:"
#~ msgstr "縦の数(_D)"
+
#~ msgid "Load Imagemap"
#~ msgstr "イメージマップ読み込み"
+
#~ msgid "File already exists"
#~ msgstr "ファイルは既に存在します"
+
#~ msgid "Do you really want to overwrite?"
#~ msgstr "上書きしますか?"
+
#~ msgid "Save Imagemap"
#~ msgstr "イメージマップ保存"
+
#~ msgid "_Snap-To Grid Enabled"
#~ msgstr "グリッドに付ける(_S)"
+
#~ msgid "_ImageMap..."
#~ msgstr "イメージマップ(_I)..."
+
#~ msgid "Open recent"
#~ msgstr "最近使ったファイルを開く"
+
#~ msgid "Select _all"
#~ msgstr "すべてを選択(_A)"
+
#~ msgid "Deselect _all"
#~ msgstr "すべて選択解除(_A)"
+
#~ msgid "Edit area info..."
#~ msgstr "領域情報を編集..."
+
#~ msgid "Area list"
#~ msgstr "領域一覧"
+
#~ msgid "Grayscale"
#~ msgstr "グレースケール"
+
#~ msgid "Zoom to"
#~ msgstr "拡大率"
+
#~ msgid "Select contiguous region"
#~ msgstr "隣接領域を選択"
+
#~ msgid "Grid settings..."
#~ msgstr "グリッド設定..."
+
#~ msgid "Use GIMP guides..."
#~ msgstr "GIMP のガイドを使う..."
+
#~ msgid "Create guides..."
#~ msgstr "ガイドの作成..."
+
#~ msgid "_About ImageMap"
#~ msgstr "ImageMap について(_A)"
+
#~ msgid "Edit Area Info..."
#~ msgstr "領域情報を編集..."
+
#~ msgid "Tools"
#~ msgstr "ツール"
+
#~ msgid "Guides..."
#~ msgstr "ガイド..."
+
#~ msgid "Number of _Undo levels (1 - 99):"
#~ msgstr "最大アンドゥ数 (1 - 99)(_U):"
+
#~ msgid "Edit"
#~ msgstr "編集"
+
#~ msgid "Map file format"
#~ msgstr "マップファイル形式"
+
#~ msgid "Edit map info"
#~ msgstr "マップ情報を編集"
+
#~ msgid "Fuzzy Select"
#~ msgstr "あいまいな選択"
+
#~ msgid "Select contiguous regions"
#~ msgstr "隣接領域を選択"
+
#~ msgid "Delete selected area"
#~ msgstr "選択したフレームを削除"
+
#~ msgid "Constructing maze using Prim's Algorithm..."
#~ msgstr "Prim アルゴリズムで迷路を形成しています..."
+
#~ msgid "Constructing tileable maze using Prim's Algorithm..."
#~ msgstr "並べられる迷路を Prim アルゴリズムで形成しています..."
+
#~ msgid "Drawing Maze..."
#~ msgstr "迷路を描いています..."
+
#~ msgid "Multiple (57):"
#~ msgstr "倍数 (57):"
+
#~ msgid "Offset (1):"
#~ msgstr "オフセット (1)"
+
#~ msgid "Page Curl..."
#~ msgstr "ページをめくっています..."
+
#~ msgid "Print Color Adjust"
#~ msgstr "印刷色調整"
+
#~ msgid "Brightness:"
#~ msgstr "明るさ:"
+
#~ msgid ""
#~ "Set the brightness of the print.\n"
#~ "0 is solid black, 2 is solid white"
#~ msgstr ""
#~ "印刷の明るさを設定します。\n"
#~ "0 は真っ黒、 2 は真っ白になります"
+
#~ msgid "Contrast:"
#~ msgstr "コントラスト:"
+
#~ msgid "Set the contrast of the print"
#~ msgstr "印刷のコントラストを設定する"
+
#~ msgid "Adjust the cyan balance of the print"
#~ msgstr "印刷のシアンのバランスを調節する"
+
#~ msgid "Adjust the magenta balance of the print"
#~ msgstr "印刷のマゼンタのバランスを調節する"
+
#~ msgid "Adjust the yellow balance of the print"
#~ msgstr "印刷の黄色のバランスを調節する"
+
#~ msgid ""
#~ "Adjust the saturation (color balance) of the print\n"
#~ "Use zero saturation to produce grayscale output using color and black inks"
#~ msgstr ""
#~ "印刷の彩度 (カラーバランス) を調整します\n"
#~ "カラーおよび黒インクを使いグレースケールで出力するには、彩度をゼロにします"
+
#~ msgid "Density:"
#~ msgstr "濃度:"
+
#~ msgid ""
#~ "Adjust the density (amount of ink) of the print. Reduce the density if "
#~ "the ink bleeds through the paper or smears; increase the density if black "
@@ -13844,6 +14222,7 @@ msgstr "何も取り込まれませんでした"
#~ "印刷の濃度 (インク量) を調整します。インクが裏うつりしたり染みたりする場合"
#~ "は、濃度を減らしてください。黒がベタにならない場合は濃度を増やしてくださ"
#~ "い。"
+
#~ msgid ""
#~ "Adjust the gamma of the print. Larger values will produce a generally "
#~ "brighter print, while smaller values will produce a generally darker "
@@ -13853,8 +14232,10 @@ msgstr "何も取り込まれませんでした"
#~ "印刷のガンマを調整します。値を大きくすると全体的に明るい印刷になり、小さく"
#~ "すると全体的に暗い印刷になります。明るさの調整とは異なり、白と黒は変わりま"
#~ "せん。"
+
#~ msgid "Dither Algorithm:"
#~ msgstr "ディザリングアルゴリズム:"
+
#~ msgid ""
#~ "Choose the dither algorithm to be used.\n"
#~ "Adaptive Hybrid usually produces the best all-around quality.\n"
@@ -13868,20 +14249,24 @@ msgstr "何も取り込まれませんでした"
#~ "Ordered は速く、ほとんどの写真は良品質となります。\n"
#~ "Fast および Very Fast はかなり速く、テキストや線画に向いています。\n"
#~ "Hybrid Floyd-Steinberg は、通常は低品質の出力となります。"
+
#~ msgid "%s -- Print v%s"
#~ msgstr "%s -- 印刷 v%s"
+
#~ msgid ""
#~ "Save\n"
#~ "Settings"
#~ msgstr ""
#~ "設定を\n"
#~ "保存"
+
#~ msgid ""
#~ "Print and\n"
#~ "Save Settings"
#~ msgstr ""
#~ "印刷と\n"
#~ "設定保存"
+
#~ msgid ""
#~ "Position the image on the page.\n"
#~ "Click and drag with the primary button to position the image.\n"
@@ -13903,58 +14288,84 @@ msgstr "何も取り込まれませんでした"
#~ "shift キーを押しながらクリックやドラッグすると、画像の移動を水平または垂直"
#~ "方向のみにします。\n"
#~ "マウスのドラッグ中に別のボタンをクリックすると、画像は元の位置に戻ります。"
+
#~ msgid "Auto"
#~ msgstr "自動"
+
#~ msgid "Portrait"
#~ msgstr "縦置き"
+
#~ msgid "Landscape"
#~ msgstr "横置き"
+
#~ msgid "Upside down"
#~ msgstr "逆縦置き"
+
#~ msgid "Seascape"
#~ msgstr "逆横置き"
+
#~ msgid ""
#~ "Select the orientation: portrait, landscape, upside down, or seascape "
#~ "(upside down landscape)"
#~ msgstr "用紙の向きを選択してください: 縦置き、横置き、逆縦置き、逆横置き"
+
#~ msgid "Distance from the left of the paper to the image"
#~ msgstr "紙の左辺から画像までの距離"
+
#~ msgid "Distance from the top of the paper to the image"
#~ msgstr "紙の上辺から画像までの距離"
+
#~ msgid "Distance from the left of the paper to the right of the image"
#~ msgstr "紙の左辺から画像の右端までの距離"
+
#~ msgid "Right Border:"
#~ msgstr "右縁:"
+
#~ msgid "Distance from the right of the paper to the image"
#~ msgstr "紙の右辺から画像までの距離"
+
#~ msgid "Distance from the top of the paper to the bottom of the image"
#~ msgstr "紙の上辺から画像の下端までの距離"
+
#~ msgid "Bottom Border:"
#~ msgstr "下縁:"
+
#~ msgid "Distance from the bottom of the paper to the image"
#~ msgstr "紙の下辺から画像までの距離"
+
#~ msgid "Center:"
#~ msgstr "中央:"
+
#~ msgid "Center the image vertically on the paper"
#~ msgstr "画像を印刷用紙の垂直方向の中心に置く"
+
#~ msgid "Center the image horizontally on the paper"
#~ msgstr "画像を印刷用紙の水平方向の中心に置く"
+
#~ msgid "Setup Printer"
#~ msgstr "プリンタの設定"
+
#~ msgid "Printer Model:"
#~ msgstr "プリンタモデル:"
+
#~ msgid "Select your printer model"
#~ msgstr "プリンタのモデルを選択してください"
+
#~ msgid "PPD File:"
#~ msgstr "PPD ファイル:"
+
#~ msgid "Enter the PPD filename for your printer"
#~ msgstr "お使いのプリンタ用の PPD ファイルを入力してください"
+
#~ msgid "Browse"
#~ msgstr "場所を指定する"
+
#~ msgid "Choose the PPD file for your printer"
#~ msgstr "お使いのプリンタ用の PPD ファイルを選択してください"
+
#~ msgid "Command:"
#~ msgstr "コマンド:"
+
#~ msgid ""
#~ "Enter the command to print to your printer. Note: Please do not remove "
#~ "the `-l' or `-oraw' from the command string, or printing will probably "
@@ -13962,18 +14373,25 @@ msgstr "何も取り込まれませんでした"
#~ msgstr ""
#~ "プリンタ用の印刷コマンドを入力してください。注: コマンドから `-l' や `-"
#~ "oraw' は削除しないでください。さもないと印刷が失敗することがあります。"
+
#~ msgid "Choose PPD File"
#~ msgstr "PPD ファイル選択"
+
#~ msgid "Define New Printer"
#~ msgstr "新規プリンタを定義"
+
#~ msgid "Printer name:"
#~ msgstr "プリンタ名:"
+
#~ msgid "Enter the name you wish to give this logical printer"
#~ msgstr "この論理プリンタ用の名前を入力してください"
+
#~ msgid "About Gimp-Print "
#~ msgstr "Gimp-Print について "
+
#~ msgid "Gimp-Print Version "
#~ msgstr "Gimp-Print バージョン "
+
#~ msgid ""
#~ "\n"
#~ "\n"
@@ -14017,180 +14435,255 @@ msgstr "何も取り込まれませんでした"
#~ "いるはずです。そうでない場合は、Free Software Foundation,Inc., 59 "
#~ "Temple \n"
#~ "Place - Suite 330, Boston, MA 02111-1307, USA. へ手紙を書いてください。\n"
+
#~ msgid "Printer Settings"
#~ msgstr "プリンタ設定"
+
#~ msgid ""
#~ "Select the name of the printer (not the type, or model, of printer) that "
#~ "you wish to print to"
#~ msgstr ""
#~ "印刷を行いたいプリンタの名前を選択してください(名前とはプリンタの型番やモ"
#~ "デルのことではありません)"
+
#~ msgid "Printer model:"
#~ msgstr "プリンタモデル:"
+
#~ msgid "Setup printer..."
#~ msgstr "プリンタの設定..."
+
#~ msgid ""
#~ "Choose the printer model, PPD file, and command that is used to print to "
#~ "this printer"
#~ msgstr ""
#~ "プリンタの機種、 PPD ファイル、および、このプリンタでの印刷コマンドを選ん"
#~ "でください。"
+
#~ msgid "New printer..."
#~ msgstr "新規プリンタ..."
+
#~ msgid ""
#~ "Define a new logical printer. This can be used to name a collection of "
#~ "settings that you wish to remember for future use."
#~ msgstr ""
#~ "新しい論理プリンタを定義します。一連の設定値に対して名前をつけておき、後で"
#~ "使うことができます。"
+
#~ msgid "Size of paper that you wish to print to"
#~ msgstr "印刷したい紙のサイズ"
+
#~ msgid "Media size:"
#~ msgstr "用紙サイズ:"
+
#~ msgid "Dimensions:"
#~ msgstr "寸法"
+
#~ msgid "Width of the paper that you wish to print to"
#~ msgstr "印刷したい紙の横のサイズ"
+
#~ msgid "Height of the paper that you wish to print to"
#~ msgstr "印刷したい紙の縦のサイズ"
+
#~ msgid "Type of media you're printing to"
#~ msgstr "印刷しようとしている用紙の種類"
+
#~ msgid "Media type:"
#~ msgstr "用紙の種類:"
+
#~ msgid "Source (input slot) of media you're printing to"
#~ msgstr "印刷しようとしている用紙の給紙元"
+
#~ msgid "Media source:"
#~ msgstr "給紙方法:"
+
#~ msgid "Type of ink in the printer"
#~ msgstr "プリンタのインクの種類"
+
#~ msgid "Ink type:"
#~ msgstr "インクの種類:"
+
#~ msgid "Resolution and quality of the print"
#~ msgstr "印刷の解像度と質"
+
#~ msgid "Scaling:"
#~ msgstr "拡大縮小:"
+
#~ msgid "Set the scale (size) of the image"
#~ msgstr "画像の倍率(サイズ)を設定する"
+
#~ msgid "Scale by:"
#~ msgstr "拡大縮小方法:"
+
#~ msgid ""
#~ "Select whether scaling is measured as percent of available page size or "
#~ "number of output dots per inch"
#~ msgstr ""
#~ "拡大縮小を、利用可能なページサイズのパーセントと、出力のドット毎インチの数"
#~ "のどちらで行なうかを選択します"
+
#~ msgid "Percent"
#~ msgstr "パーセント"
+
#~ msgid "Scale the print to the size of the page"
#~ msgstr "ページサイズに合わせて印刷を拡大縮小します"
+
#~ msgid "PPI"
#~ msgstr "PPI"
+
#~ msgid "Scale the print to the number of dots per inch"
#~ msgstr "ドット毎インチに合わせて印刷を拡大縮小します"
+
#~ msgid "Set the width of the print"
#~ msgstr "印刷の幅を設定します"
+
#~ msgid "Set the height of the print"
#~ msgstr "印刷の高さを設定します"
+
#~ msgid "Units:"
#~ msgstr "単位:"
+
#~ msgid "Select the base unit of measurement for printing"
#~ msgstr "印刷用の基準単位を選択します"
+
#~ msgid "Inch"
#~ msgstr "インチ"
+
#~ msgid "Set the base unit of measurement to inches"
#~ msgstr "印刷用の基準単位をインチに設定します"
+
#~ msgid "cm"
#~ msgstr "cm"
+
#~ msgid "Set the base unit of measurement to centimetres"
#~ msgstr "印刷用の基準単位をセンチメートルに設定します"
+
#~ msgid ""
#~ "Use Original\n"
#~ "Image Size"
#~ msgstr ""
#~ "元の画像\n"
#~ "サイズを使用"
+
#~ msgid "Set the print size to the size of the image"
#~ msgstr "印刷サイズを画像のサイズに設定します"
+
#~ msgid "Image / Output Settings"
#~ msgstr "画像 / 出力設定"
+
#~ msgid "Image type:"
#~ msgstr "画像の種類:"
+
#~ msgid "Optimize the output for the type of image being printed"
#~ msgstr "印刷される画像の種類によって出力を最適化します"
+
#~ msgid "Fastest and brightest color for text and line art"
#~ msgstr "テキストや線画に適した、最も速くて明るい色"
+
#~ msgid "Solid colors"
#~ msgstr "ベタ塗り"
+
#~ msgid "Best for images dominated by regions of solid color"
#~ msgstr "ベタ塗り領域からなる画像に最適化"
+
#~ msgid "Photograph"
#~ msgstr "写真"
+
#~ msgid ""
#~ "Slowest, but most accurate and smoothest color for continuous tone images "
#~ "and photographs"
#~ msgstr "最も遅いが、階調つきの画像や写真に適した最も正確で滑らかな色"
+
#~ msgid "Output type:"
#~ msgstr "出力の種類:"
+
#~ msgid "Select the desired output type"
#~ msgstr "希望する出力形式を選択してください"
+
#~ msgid "Color output"
#~ msgstr "カラー出力"
+
#~ msgid "Print in shades of gray using black ink"
#~ msgstr "黒インクを使って灰色の影を印刷"
+
#~ msgid "Black and white"
#~ msgstr "白黒"
+
#~ msgid "Print in black and white (no color, and no shades of gray)"
#~ msgstr "白色と黒色で印刷 (灰色の影もなし)"
+
#~ msgid "Adjust output..."
#~ msgstr "出力の調整..."
+
#~ msgid ""
#~ "Adjust color balance, brightness, contrast, saturation, and dither "
#~ "algorithm"
#~ msgstr ""
#~ "カラーバランス、明るさ、コントラスト、濃度、ディザリングアルゴリズムを調整"
#~ "します"
+
#~ msgid "Print to File"
#~ msgstr "ファイルに出力"
+
#~ msgid "File"
#~ msgstr "ファイル"
+
#~ msgid "Colormap _Rotation..."
#~ msgstr "カラーマップ回転(_R)..."
+
#~ msgid "Rotating the colormap..."
#~ msgstr "カラーマップを回転しています..."
+
#~ msgid "From"
#~ msgstr "始め"
+
#~ msgid "To"
#~ msgstr "終り"
+
#~ msgid "Colormap Rotation"
#~ msgstr "カラーマップ回転"
+
#~ msgid "Switch to clockwise"
#~ msgstr "時計周りに変更"
+
#~ msgid "Switch to c/clockwise"
#~ msgstr "反時計周りに変更"
+
#~ msgid "Change order of arrows"
#~ msgstr "矢印の場所を変更"
+
#~ msgid "Select all"
#~ msgstr "すべてを選択"
+
#~ msgid "Selection to Path..."
#~ msgstr "選択領域からパス..."
+
#~ msgid "Selection To Path Advanced Settings"
#~ msgstr "選択領域からパスの詳細設定"
+
#~ msgid "TWAIN (Dump)..."
#~ msgstr "TWAIN (書き出し)..."
+
#~ msgid "TWAIN (Read)..."
#~ msgstr "TWAIN (読み込み)..."
+
#~ msgid "_TWAIN..."
#~ msgstr "_TWAIN..."
+
#~ msgid "Transferring TWAIN data..."
#~ msgstr "TWAIN データを転送しています..."
+
#~ msgid "GIMP Windows Icon Plugin"
#~ msgstr "GIMP Windows プラグイン"
+
#~ msgid "Icon details"
#~ msgstr "アイコン詳細"
+
#~ msgid "Windows icons cannot be higher or wider than 255 pixels."
#~ msgstr "Windows アイコンの高さと幅は 255 ピクセルを超えてはいけません。"
+
#~ msgid "Convert the image to RGB first!"
#~ msgstr "画像を RGB に変換してからにしてください!"
+
#~ msgid "Before and After"
#~ msgstr "使用前と使用後"
@@ -14201,28 +14694,38 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "TIFF images"
#~ msgstr "TIFF チャンネル"
+
#~ msgid "Paint"
#~ msgstr "描画"
+
#~ msgid "All"
#~ msgstr "全て"
+
#~ msgid "Clockwise"
#~ msgstr "時計周り"
+
#~ msgid "Anti-Clockwise"
#~ msgstr "反時計周り"
#, fuzzy
#~ msgid "Ifs_Compose..."
#~ msgstr "Ifs 合成"
+
#~ msgid "IfsCompose: Target"
#~ msgstr "Ifs合成: 変換後色"
+
#~ msgid "IfsCompose: Red"
#~ msgstr "Ifs 合成: 赤"
+
#~ msgid "IfsCompose: Green"
#~ msgstr "Ifs 合成: 緑"
+
#~ msgid "IfsCompose: Blue"
#~ msgstr "Ifs 合成: 青"
+
#~ msgid "IfsCompose: Black"
#~ msgstr "Ifs 合成: 黒"
+
#~ msgid "IfsCompose"
#~ msgstr "Ifs 合成"
@@ -14261,26 +14764,37 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Select All"
#~ msgstr "すべて選択"
+
#~ msgid "IfsCompose Options"
#~ msgstr "Ifs 合成 オプション"
+
#~ msgid "Opening %s"
#~ msgstr "%s を開いています..."
+
#~ msgid "See %s"
#~ msgstr "%s を見て下さい"
+
#~ msgid "Loading %s:"
#~ msgstr "%s 読み込み中:"
+
#~ msgid "Saving %s:"
#~ msgstr "%s 保存中:"
+
#~ msgid "Despeckling..."
#~ msgstr "非斑化しています..."
+
#~ msgid "Rendering %s"
#~ msgstr "レンダリング中 %s"
+
#~ msgid "Scale (log 2):"
#~ msgstr "スケール (log 2):"
+
#~ msgid "Bezier Settings"
#~ msgstr "ベジエ設定"
+
#~ msgid "Number of Sides/Points/Turns:"
#~ msgstr "側面/ポイント/回転の数:"
+
#~ msgid ""
#~ "The requested document could not be found in your GIMP help path as shown "
#~ "above. This means that the topic has not yet been written or your "
@@ -14403,10 +14917,13 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/File/Acquire"
#~ msgstr "/ファイル/取り込み/TWAIN..."
+
#~ msgid "Pos X:"
#~ msgstr "位置 X:"
+
#~ msgid "Pos Y:"
#~ msgstr "位置 Y:"
+
#~ msgid "Pos Z:"
#~ msgstr "位置 Z:"
@@ -14437,18 +14954,25 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "_Plugin Details"
#~ msgstr "プラグインの説明"
+
#~ msgid "Details <<"
#~ msgstr "詳細 <<"
+
#~ msgid "Details >>"
#~ msgstr "詳細 >>"
+
#~ msgid "Name:"
#~ msgstr "名称:"
+
#~ msgid "Blurb:"
#~ msgstr "説明:"
+
#~ msgid "Help:"
#~ msgstr "ヘルプ:"
+
#~ msgid "Plugin Descriptions"
#~ msgstr "プラグインの説明"
+
#~ msgid "Search by Name"
#~ msgstr "名前で検索"
@@ -14463,12 +14987,16 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Image types"
#~ msgstr "画像種"
+
#~ msgid "Search:"
#~ msgstr "検索:"
+
#~ msgid "DB Browser"
#~ msgstr "DB ブラウザ"
+
#~ msgid "In:"
#~ msgstr "入力:"
+
#~ msgid "Out:"
#~ msgstr "出力:"
@@ -14479,16 +15007,20 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "S_inusoidal"
#~ msgstr "波状"
+
#~ msgid "EOF encountered on "
#~ msgstr "EOF が現れました "
+
#~ msgid "No memory for mapping colors"
#~ msgstr "色をマップするためのメモリが無い"
+
#~ msgid "Selection:"
#~ msgstr "選択:"
#, fuzzy
#~ msgid "E_nable antialiasing"
#~ msgstr "アンチエイリアシングする(_N)"
+
#~ msgid "T_hreshold:"
#~ msgstr "しきい値(_H):"
@@ -14503,12 +15035,16 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "_Ambient:"
#~ msgstr "飽和度:"
+
#~ msgid "_Diffuse:"
#~ msgstr "拡散(_D):"
+
#~ msgid "D_iffuse:"
#~ msgstr "拡散(_I):"
+
#~ msgid "_Specular:"
#~ msgstr "反射(_S):"
+
#~ msgid "_Highlight:"
#~ msgstr "ハイライト(_H):"
@@ -14517,12 +15053,16 @@ msgstr "何も取り込まれませんでした"
#~ msgstr ""
#~ "パラメータを '%s'\n"
#~ "に保存しました"
+
#~ msgid "'%s' is not a HRZ file"
#~ msgstr "'%s' は不正なファイルです"
+
#~ msgid "Brush"
#~ msgstr "ブラシ"
+
#~ msgid "Airbrush"
#~ msgstr "エアブラシ"
+
#~ msgid "Pencil"
#~ msgstr "鉛筆"
@@ -14535,8 +15075,10 @@ msgstr "何も取り込まれませんでした"
#~ "絵筆やエアブラシ等で画像に対して描画します。パターンを選択すると現在選択さ"
#~ "れているブラシとパターンで描画します。円/楕円を近似するトグルが設定されて"
#~ "いる時だけ円/楕円にも適用されます。"
+
#~ msgid "New"
#~ msgstr "新規"
+
#~ msgid "Multiple"
#~ msgstr "多構成"
@@ -14546,8 +15088,10 @@ msgstr "何も取り込まれませんでした"
#~ msgstr ""
#~ "すべてのオブジェクトを一つのレイヤー (オリジナルまたは新規に) 描くかまたは"
#~ "レイヤー毎に一つのオブジェクトを描く"
+
#~ msgid "Draw on:"
#~ msgstr "描画:"
+
#~ msgid "Selection+Fill"
#~ msgstr "選択+塗りつぶし"
@@ -14558,36 +15102,44 @@ msgstr "何も取り込まれませんでした"
#~ msgstr ""
#~ "描画種。ブラシか選択領域のどちらか。オプションについてはブラシページか選択"
#~ "領域ページを見て下さい"
+
#~ msgid "Using:"
#~ msgstr "使用:"
#, fuzzy
#~ msgid "Reverse line"
#~ msgstr "逆順で線引き"
+
#~ msgid "Draw lines in reverse order"
#~ msgstr "反対の順序で線を引く"
#, fuzzy
#~ msgid "Scale to image"
#~ msgstr "画像の拡大縮小"
+
#~ msgid "Scale drawings to images size"
#~ msgstr "画像サイズを拡大縮小して描く"
#, fuzzy
#~ msgid "Approx. circles/ellipses"
#~ msgstr "円/楕円を近似する"
+
#~ msgid ""
#~ "Approx. circles & ellipses using lines. Allows the use of brush fading "
#~ "with these types of objects."
#~ msgstr ""
#~ "円と楕円を直線で近似します。これらのオブジェクトに対してブラシで描画するよ"
#~ "うになります。"
+
#~ msgid "Gfig Brush Selection"
#~ msgstr "Gfig ブラシ選択"
+
#~ msgid "Fade out:"
#~ msgstr "フェードアウト:"
+
#~ msgid "Gradient:"
#~ msgstr "グラデーション:"
+
#~ msgid "Pressure:"
#~ msgstr "圧力:"
@@ -14598,16 +15150,20 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Set brush..."
#~ msgstr "ブラシ設定..."
+
#~ msgid "Add"
#~ msgstr "追加"
+
#~ msgid "Subtract"
#~ msgstr "減算"
+
#~ msgid "Intersect"
#~ msgstr "交わり"
#, fuzzy
#~ msgid "Fill type:"
#~ msgstr "塗り種:"
+
#~ msgid "Fill Opacity:"
#~ msgstr "塗り不透明度:"
@@ -14618,34 +15174,45 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "All selections"
#~ msgstr "すべての選択領域"
+
#~ msgid "Fill after:"
#~ msgstr "塗った後:"
+
#~ msgid "Segment"
#~ msgstr "セグメント"
+
#~ msgid "Sector"
#~ msgstr "セクタ"
+
#~ msgid "Arc as:"
#~ msgstr "円弧:"
#, fuzzy
#~ msgid "Lock on grid"
#~ msgstr "格子固定"
+
#~ msgid "Object"
#~ msgstr "オブジェクト"
+
#~ msgid "Create a new Gfig object collection for editing"
#~ msgstr "編集のための新規 Gfig オブジェクトコレクションを作成する"
+
#~ msgid "Load a single Gfig object collection"
#~ msgstr "一つの Gfig オブジェクトコレクションを読み込む"
+
#~ msgid "Edit Gfig object collection"
#~ msgstr "Gfig オブジェクトコレクションを編集する"
+
#~ msgid "_Merge"
#~ msgstr "結合(_M)"
#, fuzzy
#~ msgid "Merge Gfig Ooject collection into the current edit session"
#~ msgstr "Gfig オブジェクトコレクションを現在編集しているセッションと結合する"
+
#~ msgid "Delete currently selected Gfig Object collection"
#~ msgstr "現在選択中の Gfig オブジェクトコレクションを削除する"
+
#~ msgid "Select folder and rescan Gfig object collections"
#~ msgstr "ディレクトリを選んで Gfig オブジェクトコレクションを再スキャンする"
@@ -14670,34 +15237,43 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Add Gfig path"
#~ msgstr "Gfig パス追加"
+
#~ msgid "Error in copy layer for onlayers"
#~ msgstr "オンレイヤーのレイヤーコピー中にエラー発生"
+
#~ msgid "About Gfig"
#~ msgstr "GFig について"
+
#~ msgid "Gfig - GIMP plug-in"
#~ msgstr "Gfig - GIMP プラグイン"
#, fuzzy
#~ msgid "Release 2.0"
#~ msgstr "リリース 1.3"
+
#~ msgid "New Gfig Object"
#~ msgstr "新規 gfig オブジェクト"
#, fuzzy
#~ msgid "Delete Gfig drawing"
#~ msgstr "Gfig 画像削除"
+
#~ msgid "%s copy"
#~ msgstr "%s コピー"
+
#~ msgid "Collection Details"
#~ msgstr "コレクション詳細"
#, fuzzy
#~ msgid "Draw name:"
#~ msgstr "描画名:"
+
#~ msgid "(none)"
#~ msgstr "(なし)"
+
#~ msgid ""
#~ msgstr "<なし>"
+
#~ msgid "Curl Opacity"
#~ msgstr "曲がった部分の不透明度"
@@ -14712,76 +15288,104 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "_Blur..."
#~ msgstr "ぼかしています..."
+
#~ msgid "R_andomization %:"
#~ msgstr "乱数度(_A) %:"
+
#~ msgid "You must specify either horizontal or vertical (or both)"
#~ msgstr "水平または垂直のどちらかはかならず指定してください。"
+
#~ msgid "Blur Horizontally"
#~ msgstr "水平方向にぼかす"
+
#~ msgid "Blur Vertically"
#~ msgstr "垂直方向にぼかす"
+
#~ msgid "Blur Radius:"
#~ msgstr "ぼかし半径:"
#, fuzzy
#~ msgid "Gaussian Blur(_RLE)..."
#~ msgstr "/フィルタ/ぼかし/ガウシアンぼかし (RLE)..."
+
#~ msgid "RLE Gaussian Blur"
#~ msgstr "RLE ガウシアンぼかし"
+
#~ msgid "Image Preview"
#~ msgstr "画像プレビュー"
+
#~ msgid "Force baseline JPEG (Readable by all decoders)"
#~ msgstr "ベースライン JPEG を強制 (すべてのプログラムで読み込み可能)"
+
#~ msgid "DCT method (Speed/quality tradeoff):"
#~ msgstr "DCT 法 (スピードと品質のトレードオフ):"
+
#~ msgid "Save Background Color"
#~ msgstr "背景色を保存"
+
#~ msgid "Save Gamma"
#~ msgstr "ガンマ値を保存"
+
#~ msgid "Save Resolution"
#~ msgstr "解像度を保存"
+
#~ msgid "Save Creation Time"
#~ msgstr "製作日時を保存"
+
#~ msgid "Tile _Height:"
#~ msgstr "タイル高(_H):"
+
#~ msgid "C_ell Size:"
#~ msgstr "セルサイズ(_E):"
#, fuzzy
#~ msgid "_Noisify..."
#~ msgstr "ノイズ追加"
+
#~ msgid "Noisify"
#~ msgstr "ノイズ追加"
+
#~ msgid "Random _Seed:"
#~ msgstr "乱数種(_S):"
+
#~ msgid "Save _Background Color"
#~ msgstr "背景色を保存(_B)"
+
#~ msgid "Save _Gamma"
#~ msgstr "ガンマ値を保存(_G)"
+
#~ msgid "Save _Resolution"
#~ msgstr "解像度を保存(_R)"
+
#~ msgid "Save Creation _Time"
#~ msgstr "製作日時を保存(_T)"
+
#~ msgid "_X Offset:"
#~ msgstr "_X オフセット:"
+
#~ msgid "_Y Offset:"
#~ msgstr "_Y オフセット:"
+
#~ msgid "_Random Seed:"
#~ msgstr "乱数種(_R):"
+
#~ msgid "R_andom Seed:"
#~ msgstr "乱数種(_A):"
#, fuzzy
#~ msgid "Show Grid"
#~ msgstr "格子に付ける"
+
#~ msgid "Snap to Grid"
#~ msgstr "格子に付ける"
#, fuzzy
#~ msgid "Select Contiguous Region"
#~ msgstr "領域選択"
+
#~ msgid "RLE Compression"
#~ msgstr "RLE 圧縮"
+
#~ msgid "Save: No filename given"
#~ msgstr "保存: ファイル名が指定されていません"
@@ -14804,85 +15408,116 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Map/Map _Object..."
#~ msgstr "/フィルタ/マップ/マップオブジェクト..."
+
#~ msgid "Save Options"
#~ msgstr "保存オプション"
#, fuzzy
#~ msgid "/Filters/Colors/Map/_Alien Map..."
#~ msgstr "/フィルタ/色/マップ/エイリアンマップ..."
+
#~ msgid "AlienMap: Transforming..."
#~ msgstr "エイリアンマップ: 変換しています..."
+
#~ msgid "AlienMap"
#~ msgstr "エイリアンマップ"
+
#~ msgid "Change intensity of the red channel"
#~ msgstr "赤チャンネルの強度を変える"
+
#~ msgid "Change intensity of the green channel"
#~ msgstr "緑チャンネルの強度を変える"
+
#~ msgid "Change intensity of the blue channel"
#~ msgstr "青チャンネルの強度を変える"
+
#~ msgid "Cos_ine"
#~ msgstr "Cos(_I)"
+
#~ msgid "Use sine-function for red component."
#~ msgstr "赤の要素に対して Sin 関数を使用する。"
+
#~ msgid "Use cosine-function for red component."
#~ msgstr "赤の要素に対して Cos 関数を使用する。"
+
#~ msgid ""
#~ "Red channel: use linear mapping instead of any trigonometrical function"
#~ msgstr "赤チャンネル: 三角関数ではなく線形マッピングを使用する"
+
#~ msgid "Use sine-function for green component."
#~ msgstr "緑の要素に対して Sin 関数を使用する。"
+
#~ msgid "Use cosine-function for green component."
#~ msgstr "緑の要素に対して Cos 関数を使用する。"
+
#~ msgid ""
#~ "Green channel: use linear mapping instead of any trigonometrical function"
#~ msgstr "緑チャンネル: 三角関数ではなく線形マッピングを使用する"
+
#~ msgid "Use sine-function for blue component."
#~ msgstr "青の要素に対して Sin 関数を使用する。"
+
#~ msgid "Use cosine-function for blue component."
#~ msgstr "青の要素に対して Cos 関数を使用する。"
+
#~ msgid ""
#~ "Blue channel: use linear mapping instead of any trigonometrical function"
#~ msgstr "青チャンネル: 三角関数ではなく線形マッピングを使用する"
+
#~ msgid "About AlienMap"
#~ msgstr "エイリアンマップについて"
#, fuzzy
#~ msgid "/Filters/Colors/Map/Alien Map _2..."
#~ msgstr "/フィルタ/色/マップ/エイリアンマップ 2..."
+
#~ msgid "Change frequency of the red/hue channel"
#~ msgstr "赤/色相-チャンネルの振動数を変える"
+
#~ msgid "Change angle of the red/hue channel"
#~ msgstr "赤/色相-チャンネルの回転角を変える"
+
#~ msgid "Change frequency of the green/saturation channel"
#~ msgstr "緑/彩度-チャンネルの周波数を変える"
+
#~ msgid "Change angle of the green/saturation channel"
#~ msgstr "緑/彩度チャンネルの回転角を変える"
+
#~ msgid "Change frequency of the blue/luminance channel"
#~ msgstr "青/発光-チャンネルの振動数を変える"
+
#~ msgid "Change angle of the blue/luminance channel"
#~ msgstr "青/発光-チャンネルの回転角を変える"
+
#~ msgid "Use function for red/hue component"
#~ msgstr "赤/色相-要素に対して関数を適用する"
+
#~ msgid "Use function for green/saturation component"
#~ msgstr "緑/彩度-要素に対して関数を適用する"
+
#~ msgid "Use function for blue/luminance component"
#~ msgstr "青/発光-要素に対して関数を適用する"
+
#~ msgid "About AlienMap2"
#~ msgstr "エイリアンマップ 2 について"
#, fuzzy
#~ msgid "/Filters/Render/Pattern/CML _Explorer..."
#~ msgstr "/フィルタ/下塗り/パターン/CML エクスプローラ..."
+
#~ msgid "NULL"
#~ msgstr "NULL"
+
#~ msgid "The Graph"
#~ msgstr "グラフ"
+
#~ msgid "CML File Operation Warning"
#~ msgstr "CML ファイル操作警告"
#, fuzzy
#~ msgid "/Layer/Align _Visible Layers..."
#~ msgstr "/レイヤー/可視レイヤーの整列..."
+
#~ msgid "Parameter Settings"
#~ msgstr "パラメータ設定"
@@ -14917,18 +15552,23 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Colors/_Border Average..."
#~ msgstr "/フィルタ/色/縁平均..."
+
#~ msgid "1 (nonsense?)"
#~ msgstr "1 (無意味?)"
+
#~ msgid "256 (nonsense?)"
#~ msgstr "256 (無意味?)"
#, fuzzy
#~ msgid "/Filters/Map/_Bump Map..."
#~ msgstr "/フィルタ/マップ/バンプマップ..."
+
#~ msgid "_Linear Map"
#~ msgstr "線形マップ(_L)"
+
#~ msgid "_Spherical Map"
#~ msgstr "球面マップ(_S)"
+
#~ msgid "S_inuosidal Map"
#~ msgstr "波型マップ(_I)"
@@ -14999,6 +15639,7 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Map/_Displace..."
#~ msgstr "/フィルタ/マップ/ずらし..."
+
#~ msgid "Displace Options"
#~ msgstr "ずらしオプション"
@@ -15017,6 +15658,7 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Colors/Map/_Color Exchange..."
#~ msgstr "/フィルタ/色/マップ/色交換..."
+
#~ msgid "_Selection"
#~ msgstr "選択(_S)"
@@ -15031,12 +15673,16 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Toys/Gee-_Slime"
#~ msgstr "/フィルタ/おもちゃ/Gee-スライム"
+
#~ msgid "GEE-ZOOM: The Plug-In Formerly Known As \"The GIMP E'er Egg\""
#~ msgstr "GEE-万華鏡: 以前は \"The GIMP E'er Egg\" だったプラグイン"
+
#~ msgid "Save as GIcon"
#~ msgstr "GIcon 形式で保存"
+
#~ msgid "Icon Name:"
#~ msgstr "アイコン名:"
+
#~ msgid "Milliseconds"
#~ msgstr "ミリ秒"
@@ -15067,6 +15713,7 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Render/Pattern/_Jigsaw..."
#~ msgstr "/フィルタ/下塗り/パターン/ジグソーパズル..."
+
#~ msgid "Image comments"
#~ msgstr "画像コメント"
@@ -15125,10 +15772,13 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Distorts/P_olar Coords..."
#~ msgstr "/フィルタ/歪み/極座標..."
+
#~ msgid "write error occured"
#~ msgstr "書き出しエラー発生"
+
#~ msgid "_X-Offset:"
#~ msgstr "_X オフセット:"
+
#~ msgid "_Y-Offset:"
#~ msgstr "_Y オフセット:"
@@ -15151,6 +15801,7 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Noise/S_catter HSV..."
#~ msgstr "/フィルタ/ノイズ/HSV 散乱..."
+
#~ msgid "Preview (1:4) - Right Click to Jump"
#~ msgstr "プレビュー (1:4) - 右クリックでジャンプします"
@@ -15209,6 +15860,7 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Ratio _X:"
#~ msgstr "回転:"
+
#~ msgid "Targa Options"
#~ msgstr "Targa オプション"
@@ -15219,10 +15871,13 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Map/_Small Tiles..."
#~ msgstr "/フィルタ/マップ/小さくして並べる..."
+
#~ msgid "Flipping"
#~ msgstr "ひっくり返し"
+
#~ msgid "Applied to Tile"
#~ msgstr "適用するタイル"
+
#~ msgid "Segment Setting"
#~ msgstr "分割設定"
@@ -15249,8 +15904,10 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Generic/_Dilate"
#~ msgstr "/フィルタ/汎用/Gfig..."
+
#~ msgid "Secondary Options"
#~ msgstr "二次オプション"
+
#~ msgid "Use Mag Map"
#~ msgstr "強度マップを使う"
@@ -15261,8 +15918,10 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Distorts/W_hirl and Pinch..."
#~ msgstr "/フィルタ/歪み/ぐるぐるひねる..."
+
#~ msgid "/File/Acquire/From Clipboard"
#~ msgstr "/ファイル/取り込み/クリップボードから..."
+
#~ msgid "/File/Page Setup"
#~ msgstr "/ファイル/印刷設定"
@@ -15273,32 +15932,44 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Colors/_Filter Pack..."
#~ msgstr "/フィルタ/色/フィルタパック..."
+
#~ msgid "Display"
#~ msgstr "ディスプレイ"
+
#~ msgid "CirclePalette"
#~ msgstr "環状パレット"
+
#~ msgid "Lighter And Darker"
#~ msgstr "明るく暗く"
+
#~ msgid "Miscellaneous Options"
#~ msgstr "その他のオプション"
+
#~ msgid "With BG of:"
#~ msgstr "背景:"
+
#~ msgid "Selection Type:"
#~ msgstr "選択種:"
+
#~ msgid "none"
#~ msgstr "なし"
+
#~ msgid "Not found \"%s\": used \"%s\" instead"
#~ msgstr "\"%s\" が見つかりません: \"%s\" を使用します"
+
#~ msgid "Brush Preview:"
#~ msgstr "ブラシプレビュー:"
#, fuzzy
#~ msgid "/Filters/Artistic/_GIMPressionist..."
#~ msgstr "/フィルタ/芸術的効果/GIMPressionist..."
+
#~ msgid "Paper Preview:"
#~ msgstr "紙プレビュー:"
+
#~ msgid "(Desc)"
#~ msgstr "(説明)"
+
#~ msgid ""
#~ "\n"
#~ "If you come up with some nice Presets,\n"
@@ -15315,14 +15986,17 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Render/Nature/Ifs_Compose..."
#~ msgstr "/フィルタ/下塗り/自然/Ifs合成..."
+
#~ msgid "lpeek.mrijk@consunet.nl"
#~ msgstr "lpeek.mrijk@consunet.nl"
+
#~ msgid "File exists!"
#~ msgstr "ファイルが存在します!"
#, fuzzy
#~ msgid "Draws a maze."
#~ msgstr "描画名:"
+
#~ msgid "Selection is %dx%d"
#~ msgstr "選択は %dx%d"
@@ -15337,16 +16011,22 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Filters/Colors/Map/Colormap _Rotation..."
#~ msgstr "/フィルタ/色/マップ/カラーマップ回転..."
+
#~ msgid "What is Gray?"
#~ msgstr "グレーとは?"
+
#~ msgid "Main"
#~ msgstr "メイン"
+
#~ msgid "M_inimum Height:"
#~ msgstr "最小の高さ(_I):"
+
#~ msgid "Minimum height for bumps"
#~ msgstr "バンプマップの最小の高さ:"
+
#~ msgid "Auto_stretch to Fit Value Range"
#~ msgstr "明度域を自動的に調整する(_S)"
+
#~ msgid "Fit into value range"
#~ msgstr "明度域を合わせる"
@@ -15355,22 +16035,27 @@ msgstr "何も取り込まれませんでした"
#~ "Failed to open help files:\n"
#~ "%s"
#~ msgstr "GFlare ファイル '%s' のオープンに失敗: %s"
+
#~ msgid "About..."
#~ msgstr "プラグインについて..."
+
#~ msgid "Only an indexed-alpha image can be saved in CEL format"
#~ msgstr "インデックスアルファ画像のみ CEL 形式で保存できます"
#, fuzzy
#~ msgid "Image dimensions: %dx%d"
#~ msgstr "画像寸法: %d x %d"
+
#~ msgid ""
#~ "Can't open '%s':\n"
#~ "%s"
#~ msgstr ""
#~ "'%s' が開けません:\n"
#~ "%s"
+
#~ msgid "Cannot operate on unknown image types or alpha images"
#~ msgstr "不明な画像種や透明度を持った画像に対しては使用できません"
+
#~ msgid "Not enough memory to allocate buffers for optimization.\n"
#~ msgstr "最適化に必要なメモリが確保できません。\n"
@@ -15381,120 +16066,166 @@ msgstr "何も取り込まれませんでした"
#~ msgstr ""
#~ "ファイル '%s' への書き込みに失敗:\n"
#~ "%s"
+
#~ msgid "gauss_iir: you must specify either horizontal or vertical (or both)"
#~ msgstr "gauss_iir: 横または縦のどちらかはかならず指定してください。"
+
#~ msgid "Width: "
#~ msgstr "幅: "
+
#~ msgid "Spacing: "
#~ msgstr "間隔: "
+
#~ msgid "Offset: "
#~ msgstr "オフセット: "
+
#~ msgid ""
#~ "Color Mapping / Adjust FG/BG:\n"
#~ "Cannot operate on gray/indexed images"
#~ msgstr ""
#~ "色マッピング / 前景/背景調整:\n"
#~ "グレースケールやインデックス画像には適用できません"
+
#~ msgid ""
#~ "'%s':\n"
#~ "PNG error. File corrupted?"
#~ msgstr ""
#~ "'%s':\n"
#~ "PNG エラー。ファイルが壊れているようです。"
+
#~ msgid ""
#~ "'%s':\n"
#~ "Unknown PNG color model"
#~ msgstr ""
#~ "'%s':\n"
#~ "不明な PNG 色モデル"
+
#~ msgid ""
#~ "'%s':\n"
#~ "PNG error. Couldn't save image"
#~ msgstr ""
#~ "'%s':\n"
#~ "PNG エラー。画像を保存できませんでした"
+
#~ msgid "Can't interpret file"
#~ msgstr "ファイルが解釈できません"
+
#~ msgid "_after"
#~ msgstr "取り込みは(_A)"
+
#~ msgid "sel_gauss: Cannot operate on indexed color images"
#~ msgstr "sel_gauss: インデックス画像には適用できません"
+
#~ msgid "Interpreting %s:"
#~ msgstr "%s を解釈しています:"
+
#~ msgid "Can't open file as XWD file"
#~ msgstr "XWD ファイル形式のファイルが開けません"
+
#~ msgid "XWD save cannot handle images with alpha channels"
#~ msgstr "XWD による保存はアルファチャンネルを持った画像を取り扱えません"
+
#~ msgid "cannot operate on unknown image types"
#~ msgstr "不明な画像種は扱えません"
+
#~ msgid "Saving '%s':"
#~ msgstr "'%s' 保存中:"
+
#~ msgid "Can't open '%s': %s"
#~ msgstr "'%s' を開けません: %s"
+
#~ msgid "GFlare: cannot operate on indexed color images"
#~ msgstr "GFlare: インデックス画像には適用できません"
+
#~ msgid "untitled"
#~ msgstr "名称未設定"
+
#~ msgid ""
#~ "Cannot save file '%s'.\n"
#~ "Check the path and permissions."
#~ msgstr ""
#~ "ファイル '%s' を保存できません。\n"
#~ "パスとアクセス権限を確認してください。"
+
#~ msgid "Load failed"
#~ msgstr "読み込みに失敗しました"
+
#~ msgid "Load IFS file"
#~ msgstr "IFS ファイル読み込み"
+
#~ msgid "Help"
#~ msgstr "ヘルプ"
+
#~ msgid "/File/Acquire/Screen Shot..."
#~ msgstr "/ファイル/取り込み/画面取り込み..."
+
#~ msgid "Can't open (write): %s"
#~ msgstr "書き込みのための %s が開けません"
+
#~ msgid "xjt: cannot operate on unknown image types"
#~ msgstr "xjt: 不明な画像種は取り扱えません"
+
#~ msgid "Can't open: %s"
#~ msgstr "%s が開けません"
+
#~ msgid "Can't open (read): %s"
#~ msgstr "%s が開けません"
+
#~ msgid "Align Visible Layers: there are too few layers."
#~ msgstr "可視レイヤーの整列: レイヤー数が少なすぎます。"
+
#~ msgid "** From GRADIENT **"
#~ msgstr "** グラデーションから **"
+
#~ msgid "** From INVERSE GRADIENT **"
#~ msgstr "** 反転グラデーションから **"
+
#~ msgid "Display Grid"
#~ msgstr "格子表示"
+
#~ msgid "Save As..."
#~ msgstr "別名で保存..."
+
#~ msgid "A_bout..."
#~ msgstr "Gimpressionist について(_B)..."
+
#~ msgid "Click here to load your file"
#~ msgstr "個人ファイルを読み込みます"
+
#~ msgid "Click here to cancel load procedure"
#~ msgstr "読み込みをキャンセルします"
+
#~ msgid "Click here to save your file"
#~ msgstr "個人ファイルに保存します"
+
#~ msgid "Click here to cancel save procedure"
#~ msgstr "保存をキャンセルします"
#, fuzzy
#~ msgid "/Filters/Render/_Sinus..."
#~ msgstr "/フィルタ/下塗り/Sin 曲線..."
+
#~ msgid "/Xtns/Web Browser/Open URL..."
#~ msgstr "/拡張/Web ブラウザ/URL 指定..."
+
#~ msgid "Open URL"
#~ msgstr "URL を指定して開く"
+
#~ msgid "URL:"
#~ msgstr "URL:"
+
#~ msgid "Window:"
#~ msgstr "ウインドウ:"
+
#~ msgid "Current"
#~ msgstr "現在"
+
#~ msgid "Can't open bzip2ed file without a sensible extension"
#~ msgstr "bzip2 圧縮されたファイルは正しい拡張子無しでは開けません"
+
#~ msgid "With _Decorations"
#~ msgstr "ウィンドウ飾りも含める(_D)"
+
#~ msgid ""
#~ "GIMP Help Browser Error.\n"
#~ "\n"
@@ -15505,92 +16236,126 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "GIMP_HELP_ROOT HTML ディレクトリが見つかりません。\n"
#~ "(%s)"
+
#~ msgid "/Select/To Path"
#~ msgstr "/選択/パスに変換"
+
#~ msgid "Your comment string is too long."
#~ msgstr "コメント文が長すぎます。"
#, fuzzy
#~ msgid "Error reading GFlare folder '%s'"
#~ msgstr "GFlare ディレクトリ \"%s\" 読み込み中にエラー発生"
+
#~ msgid "Could not save."
#~ msgstr "保存できません。"
+
#~ msgid "Failed to write file\n"
#~ msgstr "ファイル書き込み失敗\n"
+
#~ msgid "%s: can't open \"%s\""
#~ msgstr "%s: \"%s\" を開けない"
+
#~ msgid "Can't open %s"
#~ msgstr "%s が開けません"
+
#~ msgid ""
#~ "%s\n"
#~ "is not present or is unreadable"
#~ msgstr ""
#~ "%s\n"
#~ "は存在しないか読み込み禁止になっています"
+
#~ msgid ""
#~ "CEL Couldn't write image to\n"
#~ "%s"
#~ msgstr ""
#~ "CEL %s\n"
#~ "に保存できません"
+
#~ msgid "Error: could not open \"%s\""
#~ msgstr "エラー: \"%s\" が開けません"
+
#~ msgid "Unable to open %s"
#~ msgstr "%s が開けません"
+
#~ msgid "GIF: can't open %s\n"
#~ msgstr "GIF: %s が開けない\n"
+
#~ msgid "can't open \"%s\"\n"
#~ msgstr "\"%s\" が開けない\n"
+
#~ msgid "Max RGB: Scanning..."
#~ msgstr "RGB 値最大: 走査しています..."
+
#~ msgid "Newsprintifing..."
#~ msgstr "新聞印刷しています..."
+
#~ msgid ""
#~ "%s\n"
#~ "Couldn't create file"
#~ msgstr ""
#~ "%s\n"
#~ "ファイルが作成できませんでした"
+
#~ msgid "PNM: Can't open file %s."
#~ msgstr "PNM: %s が開けません。"
+
#~ msgid "PS: can't open file for reading"
#~ msgstr "PS: 読み込みファイルが開けない"
+
#~ msgid "Interpreting and Loading %s:"
#~ msgstr "%s を解釈読み込み中:"
+
#~ msgid "PS: cannot operate on unknown image types"
#~ msgstr "PS: 不明な画像種は取り扱えない"
+
#~ msgid "PS: can't open file for writing"
#~ msgstr "PS: 書き出しファイルが開けない"
+
#~ msgid "Scatter HSV: Scattering..."
#~ msgstr "Scatter_HSV: 散乱させています..."
+
#~ msgid "Can't open file for reading"
#~ msgstr "読み込にファイルが開けない"
+
#~ msgid "TGA: can't open \"%s\"\n"
#~ msgstr "TGA: \"%s\" が開けません\n"
#, fuzzy
#~ msgid "TIFF: Can't open '%s'"
#~ msgstr "GIF: %s が開けない\n"
+
#~ msgid "XBM: cannot open \"%s\"\n"
#~ msgstr "XBM: \"%s\" が開けない\n"
+
#~ msgid "XBM: cannot create \"%s\"\n"
#~ msgstr "XBM: \"%s\" が作れない\n"
+
#~ msgid "can't open file for reading"
#~ msgstr "読み込むファイルが開けない"
+
#~ msgid "can't get memory for colormap"
#~ msgstr "カラーマップのためのメモリが取得できない"
+
#~ msgid "can't open file for writing"
#~ msgstr "書き出しファイルが開けません"
+
#~ msgid "Prev"
#~ msgstr "プレビュー"
+
#~ msgid "Ops"
#~ msgstr "Ops"
+
#~ msgid "Error in creating layer"
#~ msgstr "レイヤー作成中にエラー発生"
+
#~ msgid "FLI: Can't open \"%s\""
#~ msgstr "FLI: \"%s\" を開けません"
+
#~ msgid "Add >>"
#~ msgstr "追加 >>"
+
#~ msgid "Remove"
#~ msgstr "削除"
@@ -15623,22 +16388,27 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "/Image/Transform/Rotate 270 degrees"
#~ msgstr "/画像/変形/回転/270度回転"
+
#~ msgid "/Image/Mode/Decompose..."
#~ msgstr "/画像/モード/チャンネル分解..."
+
#~ msgid "Dup"
#~ msgstr "複製"
#, fuzzy
#~ msgid "Del"
#~ msgstr "削除"
+
#~ msgid "Load"
#~ msgstr "読み込み"
+
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "Vidar Madsen\n"
#~ "1999 年 9月 作"
+
#~ msgid ""
#~ "No fractalexplorer-path in gimprc:\n"
#~ "You need to add an entry like\n"
@@ -15654,18 +16424,23 @@ msgstr "何も取り込まれませんでした"
#~ "fractalexplorer-path misconfigured - the following folders were not found:"
#~ msgstr ""
#~ "fractalexplorer-path が不正です - 以下のディレクトリが見付かりません"
+
#~ msgid "Enable Tooltips"
#~ msgstr "簡易説明を表示する"
+
#~ msgid "Enable/disable tooltip messages"
#~ msgstr "簡易説明の有効/無効"
#, fuzzy
#~ msgid "_Disable Tooltips"
#~ msgstr "簡易説明をしない"
+
#~ msgid "Toggle Tooltips on/off"
#~ msgstr "簡易説明のオン/オフ"
+
#~ msgid "Loading MPEG movie..."
#~ msgstr "MPEG 動画を読み込んでいます..."
+
#~ msgid "Unnamed channel"
#~ msgstr "名前なしチャンネル"
@@ -15680,20 +16455,28 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "gfig-path misconfigured - the following folders were not found:"
#~ msgstr "gfig-path は未設定です - 次のディレクトリが見付かりませんでした"
+
#~ msgid "Show Tooltips"
#~ msgstr "簡易説明を表示する"
+
#~ msgid "Rescan"
#~ msgstr "再スキャン"
+
#~ msgid "Done"
#~ msgstr "完了"
+
#~ msgid "Enter Gfig Entry Name"
#~ msgstr "Gfig エントリ名を入力"
+
#~ msgid "Load Gfig obj"
#~ msgstr "Gfig オブジェクト読み込み"
+
#~ msgid "Email alt@picnic.demon.co.uk"
#~ msgstr "Email alt@picnic.demon.co.uk"
+
#~ msgid "Isometric grid By Rob Saunders"
#~ msgstr "等幅グリッド By Rob Saunders"
+
#~ msgid ""
#~ "No gflare-path in gimprc:\n"
#~ "You need to add an entry like\n"
@@ -15707,8 +16490,10 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "gflare-path misconfigured - the following folders were not found:"
#~ msgstr "gflare-path が不正です - 以下のディレクトリが見つかりません"
+
#~ msgid "Data changed"
#~ msgstr "データが変更されました"
+
#~ msgid ""
#~ "Image size has changed.\n"
#~ "Resize Area's?"
@@ -15719,52 +16504,74 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "_Apply"
#~ msgstr "適用"
+
#~ msgid "Abbr."
#~ msgstr "省略形"
+
#~ msgid "Don't Save Unit"
#~ msgstr "単位を保存しない"
+
#~ msgid "Don't save the currently selected unit before GIMP exits."
#~ msgstr "GIMP が終了するまで現在選択中の単位を保存しない。"
+
#~ msgid "Save Unit"
#~ msgstr "単位を保存"
+
#~ msgid "Save the currently selected unit before GIMP exits."
#~ msgstr "GIMP 終了前に現在選択中の単位を保存する。"
+
#~ msgid "Save as..."
#~ msgstr "別名で保存..."
+
#~ msgid "Specifies the amount of embossing to apply to each brush stroke"
#~ msgstr "個々のブラシ描画に適用する浮き彫りの程度を指定する"
+
#~ msgid "Quit the program"
#~ msgstr "プログラム終了"
+
#~ msgid "Show some information about program"
#~ msgstr "プログラムに関する情報を表示する"
+
#~ msgid "Run with the selected settings"
#~ msgstr "選択された設定で実行"
+
#~ msgid "How large an angle-span to use (360 = full circle)"
#~ msgstr "使用する角度範囲 (360 が全円)"
+
#~ msgid "Apply and exit the editor"
#~ msgstr "適用して編集終了する"
+
#~ msgid "Apply, but stay inside the editor"
#~ msgstr "適用するが、編集を続ける"
+
#~ msgid "Cancel all changes and exit"
#~ msgstr "すべての変更を破棄して終了する"
+
#~ msgid "Placement:"
#~ msgstr "配置:"
+
#~ msgid "Refresh"
#~ msgstr "再読み込み"
+
#~ msgid "Spot"
#~ msgstr "スポット"
#, fuzzy
#~ msgid "_Update Preview"
#~ msgstr "プレビュー更新"
+
#~ msgid "rgb-compose"
#~ msgstr "rgb-compose"
+
#~ msgid "rgba-compose"
#~ msgstr "rgba-compose"
+
#~ msgid "hsv-compose"
#~ msgstr "hsv-compose"
+
#~ msgid "cmy-compose"
#~ msgstr "cmy-compose"
+
#~ msgid "cmyk-compose"
#~ msgstr "cmyk-compose"
@@ -15773,50 +16580,71 @@ msgstr "何も取り込まれませんでした"
#~ "PNG: Couldn't simply reduce colors further.\n"
#~ "Saving as opaque.\n"
#~ msgstr "GIF: これ以上単純には減色できません。不透明として保存します。\n"
+
#~ msgid "not valid GFlare file: %s"
#~ msgstr "不正な Gフレア ファイルです: %s"
+
#~ msgid "Close"
#~ msgstr "閉じる"
#, fuzzy
#~ msgid "Image preview"
#~ msgstr "画像プレビュー"
+
#~ msgid "Undo Zoom"
#~ msgstr "拡大取り消し"
+
#~ msgid "Redo Zoom"
#~ msgstr "拡大やり直し"
+
#~ msgid "Step In"
#~ msgstr "拡大"
+
#~ msgid "Step Out"
#~ msgstr "縮小"
+
#~ msgid "Antialiasing Options"
#~ msgstr "アンチエイリアシングオプション"
+
#~ msgid "Bumpmap Settings"
#~ msgstr "バンプマップ設定"
+
#~ msgid "Environment Settings"
#~ msgstr "環境設定"
+
#~ msgid "Depth:"
#~ msgstr "深度:"
+
#~ msgid "Length:"
#~ msgstr "長さ:"
+
#~ msgid "Material"
#~ msgstr "物質"
+
#~ msgid "Preview!"
#~ msgstr "プレビュー!"
+
#~ msgid "Hue Settings"
#~ msgstr "色相設定"
+
#~ msgid "Saturation Settings"
#~ msgstr "彩度設定"
+
#~ msgid "Value (Gray Image) Settings"
#~ msgstr "明度(グレー画像)設定"
+
#~ msgid "Other Parameter Settings"
#~ msgstr "他のパラメータ設定"
+
#~ msgid "Misc Operations"
#~ msgstr "雑多な操作"
+
#~ msgid "CopyInv"
#~ msgstr "反転コピー"
+
#~ msgid "SaveCurve"
#~ msgstr "カーブ保存"
+
#~ msgid "Rotate: "
#~ msgstr "回転: "
@@ -15847,32 +16675,44 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "_Goodies"
#~ msgstr "格子とガイド"
+
#~ msgid "print_spline: strange degree (%d)"
#~ msgstr "print_spline: 不正な角度 (%d)"
+
#~ msgid "selection_to_path"
#~ msgstr "選択領域からされたパス"
+
#~ msgid "gimp_image_get_selection failed"
#~ msgstr "gimp_image_get_selection 失敗"
+
#~ msgid "Internal error. Selection bpp > 1"
#~ msgstr "内部エラー。選択領域の bpp > 1"
+
#~ msgid "Repeat:"
#~ msgstr "繰り返し:"
+
#~ msgid "Azimuth:"
#~ msgstr "方向:"
#, fuzzy
#~ msgid "Check _Size:"
#~ msgstr "格子の大きさ:"
+
#~ msgid "Horizontal:"
#~ msgstr "水平:"
+
#~ msgid "Vertical:"
#~ msgstr "垂直:"
+
#~ msgid "Wind Strength must be greater than 0."
#~ msgstr "風の強さは 0 より大きくなければいけません。"
+
#~ msgid "DB Browser (init...)"
#~ msgstr "DB ブラウザ (初期化しています...)"
+
#~ msgid "DB Browser (please wait)"
#~ msgstr "DB ブラウザ (お待ち下さい)"
+
#~ msgid ""
#~ "Directory not found%s
Couldn't change to directory
%s"
@@ -15887,6 +16727,7 @@ msgstr "何も取り込まれませんでした"
#~ "している最中に発生しましたこの話題のためのヘルプが"
#~ "まだ書かれていないかあなたのインストールのどこかが間違っています。あなたが"
#~ "これをバグとして報告する前に慎重に調べて下さい"
+
#~ msgid ""
#~ "GIMP Help Browser Error.\n"
#~ "\n"
@@ -15897,6 +16738,7 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "ルート HTML ディレクトリが見つかりません。\n"
#~ "(%s)"
+
#~ msgid ""
#~ "Imagemap plug-in 1.3\n"
#~ "\n"
@@ -15911,80 +16753,118 @@ msgstr "何も取り込まれませんでした"
#~ "lpeek.mrijk@consunet.nl \n"
#~ "\n"
#~ "GNU 一般公有使用許諾書に基づいて公開 "
+
#~ msgid "Width"
#~ msgstr "幅"
+
#~ msgid "Height"
#~ msgstr "高さ"
+
#~ msgid "Comment about this area: (optional)"
#~ msgstr "この領域に関するコメント: (オプション)"
+
#~ msgid "Preferences..."
#~ msgstr "環境設定..."
+
#~ msgid "Quit"
#~ msgstr "終了"
+
#~ msgid "Zoom In"
#~ msgstr "拡大表示"
+
#~ msgid "Zoom Out"
#~ msgstr "縮小表示"
+
#~ msgid "In"
#~ msgstr "拡大表示"
+
#~ msgid "Out"
#~ msgstr "縮小表示"
+
#~ msgid "Tile Height:"
#~ msgstr "タイル高:"
+
#~ msgid "Reset to Defaults"
#~ msgstr "初期値に戻す"
+
#~ msgid "Center Image"
#~ msgstr "中心に配置"
+
#~ msgid "Scaling"
#~ msgstr "拡大縮小"
+
#~ msgid "Adjust Color"
#~ msgstr "色調整"
+
#~ msgid "B&W"
#~ msgstr "白黒"
+
#~ msgid "/Filters/Render/Pattern/Mosaic..."
#~ msgstr "/フィルタ/下塗り/パターン/モザイク..."
+
#~ msgid "/Layers/Rotate/90 degrees"
#~ msgstr "/レイヤー/回転/90度回転"
+
#~ msgid "/Layers/Rotate/180 degrees"
#~ msgstr "/レイヤー/回転/180 度回転"
+
#~ msgid "/Layers/Rotate/270 degrees"
#~ msgstr "/レイヤー/回転/270度回転"
+
#~ msgid "Sinusodial"
#~ msgstr "Sin 曲線"
+
#~ msgid "Value: "
#~ msgstr "値: "
+
#~ msgid "Press Button"
#~ msgstr "押しボタン"
+
#~ msgid "GAP Animated Filter apply"
#~ msgstr "GAP 動画フィルタ適用"
+
#~ msgid "Animated Filter apply (init)"
#~ msgstr "動画フィルタ適用 (初期)"
+
#~ msgid "Gen Code by name"
#~ msgstr "名前で元コードを検索"
+
#~ msgid "Animated Filter apply (by name - please wait)"
#~ msgstr "動画フィルタ適用 (名前で - お待ち下さい)"
+
#~ msgid "Animated Filter apply (by blurb - please wait)"
#~ msgstr "動画フィルタ適用 (説明で - お待ち下さい)"
+
#~ msgid "Animated Filter apply (please wait)"
#~ msgstr "動画フィルタ適用 (お待ち下さい)"
+
#~ msgid "Animated Filter apply"
#~ msgstr "動画フィルタ適用"
+
#~ msgid "/Video/Split Video to Frames"
#~ msgstr "/動画/フレームに分割"
+
#~ msgid "/Xtns/Split Video to Frames"
#~ msgstr "/拡張/フレームに分割"
+
#~ msgid "/Video/Split Video to Frames/MPEG1"
#~ msgstr "/動画/フレームに分割/MPEG1"
+
#~ msgid "/Xtns/Split Video to Frames/MPEG1"
#~ msgstr "/拡張/フレームに分割/MPEG1"
+
#~ msgid "Overwrite Frame"
#~ msgstr "フレームを上書き"
+
#~ msgid "Overwrite All"
#~ msgstr "すべて上書き"
+
#~ msgid "GAP Question"
#~ msgstr "GAP 質問"
+
#~ msgid "Decoding MPEG Movie..."
#~ msgstr "MPEG 動画をデコードしています..."
+
#~ msgid ""
#~ "Name of the MPEG1 videofile to READ.\n"
#~ "Frames are extracted from the videofile\n"
@@ -15995,20 +16875,26 @@ msgstr "何も取り込まれませんでした"
#~ "動画ファイルから各フレームを取り出して\n"
#~ "個々にディスク上のファイルに書き出します。\n"
#~ "動画ファイル中の音声トラックは無視されます。"
+
#~ msgid "Framenumber of 1st frame to extract"
#~ msgstr "最初に取り出すフレーム番号"
+
#~ msgid "Framenumber of last frame to extract"
#~ msgstr "最後に取り出すフレーム番号"
+
#~ msgid "Framenames:"
#~ msgstr "フレーム名:"
+
#~ msgid ""
#~ "Basename for the AnimFrames to write on disk\n"
#~ "(framenumber and .xcf is added)"
#~ msgstr ""
#~ "ディスクに書く動画フレームの Basename\n"
#~ "(フレーム番号と .xcf が付けられます)"
+
#~ msgid "Open the 1st one of the extracted frames"
#~ msgstr "取り出されたフレームの最初のものを開く"
+
#~ msgid ""
#~ "\n"
#~ "WARNING: Do not attempt to split other files than MPEG1 videos.\n"
@@ -16017,32 +16903,44 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "警告: MPEG1 動画以外のファイルを分割しないで下さい。\n"
#~ "続行する前に作業中のすべての画像を保存して下さい。"
+
#~ msgid "Split MPEG1 Video to Frames"
#~ msgstr "MPEG1 動画をフレームに分割"
+
#~ msgid "Select Frame Range"
#~ msgstr "フレーム範囲選択"
+
#~ msgid "Conditions to run the xanim based video split"
#~ msgstr "xanim による画像分割に必要な設定"
+
#~ msgid "1.) xanim 2.80.0 exporting edition (the loki version)"
#~ msgstr "1.) xanim 2.80.0 国際版 (loki バージョン)"
+
#~ msgid " must be installed somewhere in your PATH"
#~ msgstr " が PATH の通ったところにインストールされていること"
+
#~ msgid " you can get xanim exporting edition at"
#~ msgstr " 国際版の xanim は以下の場所で手に入れられます"
+
#~ msgid ""
#~ "2.) if your xanim exporting edition is not in your PATH or is not named "
#~ "xanim"
#~ msgstr ""
#~ "2.) xanim が国際版でなかったり PATH が通ってなかったり xanim という名前で"
#~ "はない場合"
+
#~ msgid " you have to set Environment variable GAP_XANIM_PROG "
#~ msgstr " 環境変数 GAP_XANIM_PROG が国際版 xanim を指すようにして"
+
#~ msgid " to your xanim exporting program and restart gimp"
#~ msgstr " gimp を再起動して下さい"
+
#~ msgid "An ERROR occured while trying to call xanim:"
#~ msgstr "xanim 呼び出し中にエラー発生"
+
#~ msgid "XANIM Information"
#~ msgstr "XANIM 情報"
+
#~ msgid "Video:"
#~ msgstr "動画:"
@@ -16057,46 +16955,57 @@ msgstr "何も取り込まれませんでした"
#~ "各フレームを xanim を用いて読みだし、\n"
#~ "それぞれ別のファイルに書き出します。\n"
#~ "xanim は国際版でなければなりません。"
+
#~ msgid ""
#~ "Basename for the AnimFrames to write on disk\n"
#~ "(framenumber and extension is added)"
#~ msgstr ""
#~ "ディスクに書き出す動画フレームの Basename です。\n"
#~ "(フレーム番号と拡張子が付け加えられます)"
+
#~ msgid ""
#~ "Fileformat for the extracted AnimFrames\n"
#~ "(xcf is extracted as ppm and converted to xcf)"
#~ msgstr ""
#~ "抽出する動画のファイル形式です。\n"
#~ "(xcf を指定すると ppm で抽出して xcf に変換します)"
+
#~ msgid "Extract Frames"
#~ msgstr "フレーム抽出"
+
#~ msgid "Enable extraction of Frames"
#~ msgstr "フレーム取り出しを有効にする"
+
#~ msgid "Extract Audio"
#~ msgstr "音声抽出"
+
#~ msgid ""
#~ "Enable extraction of audio to raw audiofile\n"
#~ "(frame range limits are ignored for audio)"
#~ msgstr ""
#~ "音声を raw 音声ファイルに取り出します\n"
#~ "(フレーム範囲指定は無視されます)"
+
#~ msgid "Jpeg Quality:"
#~ msgstr "JPEG 品質:"
+
#~ msgid ""
#~ "Quality for resulting Jpeg frames\n"
#~ "(is ignored when other formats are used)"
#~ msgstr ""
#~ "出力 JPEG フレームの品質です\n"
#~ "(他の形式の場合は無視されます)"
+
#~ msgid "Run asynchronously"
#~ msgstr "非同期実行"
+
#~ msgid ""
#~ "Run xanim asynchronously and delete unwanted frames\n"
#~ "(out of the specified range) while xanim is still running"
#~ msgstr ""
#~ "xanim を非同期実行し xanim が実行中でも指定した\n"
#~ "範囲外の不要なフレームを削除する。"
+
#~ msgid ""
#~ "\n"
#~ "Warning: xanim 2.80 has only limited MPEG support.\n"
@@ -16105,8 +17014,10 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "警告: xanim 2.80 は限定された MPEG サポートしか行いません。\n"
#~ "P や B タイプのフレームは無視されます。"
+
#~ msgid "Split any Xanim readable Video to Frames"
#~ msgstr "Xanim で読める動画ファイルをフレームに分割する"
+
#~ msgid ""
#~ "can't find any extracted frames,\n"
#~ "%s\n"
@@ -16115,92 +17026,122 @@ msgstr "何も取り込まれませんでした"
#~ "抽出したフレーム %s\n"
#~ "が見つかりません。\n"
#~ "xanim が転んだかキャンセルされた可能性があります"
+
#~ msgid "frames are not extracted, because overwrite of %s was cancelled"
#~ msgstr "%s の上書きがキャンセルされたため、フレームは抽出されませんでした。"
+
#~ msgid "failed to overwrite %s (check permissions ?)"
#~ msgstr "%s の上書き失敗 (許可されていますか?)"
+
#~ msgid "failed to write %s (check permissions ?)"
#~ msgstr "%s の書き込み失敗 (許可されていますか?)"
+
#~ msgid "could not execute %s (check if xanim is installed)"
#~ msgstr "%s を実行できません (xanim は導入されていますか?)"
+
#~ msgid "%s does not look like xanim"
#~ msgstr "%s は xanim ではないようです"
+
#~ msgid ""
#~ "The xanim program on your system \"%s\"\n"
#~ "does not support the exporting options Ea, Ee, Eq"
#~ msgstr ""
#~ "あなたのシステムの xanim である \"%s\" は\n"
#~ "エクスポートオプション Ea, Ee, Eq が使えないようです。"
+
#~ msgid ""
#~ "The xanim program on your system \"%s\"\n"
#~ "does not support exporting of single frames"
#~ msgstr ""
#~ "あなたのシステムの xanim である \"%s\" は\n"
#~ "単一フレームのエクスポートができないようです。"
+
#~ msgid "videofile %s not existent or empty\n"
#~ msgstr "動画ファイル %s は存在しないか空のようです\n"
+
#~ msgid ""
#~ "could not create %s directory\n"
#~ "(that is required for xanim frame export)"
#~ msgstr ""
#~ "xanim によるフレーム抽出に必要な\n"
#~ "%s ディレクトリが作れません"
+
#~ msgid "extracting frames..."
#~ msgstr "フレームを抽出しています..."
+
#~ msgid ""
#~ "could not start xanim process\n"
#~ "(program=%s)"
#~ msgstr ""
#~ "xanim プロセスを開始できません\n"
#~ "(プログラム=%s) "
+
#~ msgid ""
#~ "can't find any extracted frames,\n"
#~ "xanim has failed or was cancelled"
#~ msgstr ""
#~ "抽出したフレームが見つかりません、\n"
#~ "xanim の実行に失敗したかキャンセルされました。"
+
#~ msgid "renaming frames..."
#~ msgstr "フレーム名を変更しています..."
+
#~ msgid "converting frames..."
#~ msgstr "フレームを変換しています..."
+
#~ msgid "backup to file"
#~ msgstr "ファイルにバックアップ"
+
#~ msgid "Make backup of the image after each step"
#~ msgstr "各過程の毎にバックアップ画像を作る"
+
#~ msgid "Continue"
#~ msgstr "続ける"
+
#~ msgid ""
#~ "2nd call of %s\n"
#~ "(define end-settings)"
#~ msgstr ""
#~ "%s の2度目の呼び出し\n"
#~ "(終了設定の定義)"
+
#~ msgid ""
#~ "Non-Interactive call of %s\n"
#~ "(for all layers in between)"
#~ msgstr ""
#~ "%s の非インタラクティブ呼び出し\n"
#~ "(すべての中間レイヤーに対して)"
+
#~ msgid "Applying Filter to all Layers..."
#~ msgstr "すべてのレイヤーにフィルタを適用しています..."
+
#~ msgid "Select Filter for Animated apply"
#~ msgstr "変化させつつ適用するフィルタを選択"
+
#~ msgid "Apply Constant"
#~ msgstr "一様に適用"
+
#~ msgid "Apply Varying"
#~ msgstr "変化させつつ適用"
+
#~ msgid "/Filters/Filter all Layers..."
#~ msgstr "/フィルタ/全レイヤーに適用..."
+
#~ msgid "/Video/Split Video to Frames/Any XANIM readable..."
#~ msgstr "/動画/フレームに分割/XANIM で読み込めるものすべて..."
+
#~ msgid "/Xtns/Split Video to Frames/Any XANIM readable..."
#~ msgstr "/拡張/フレームに分割/XANIM で読み込めるものすべて..."
+
#~ msgid "/Video/Encode/MPEG1..."
#~ msgstr "/動画/エンコード/MPEG1..."
+
#~ msgid "/Video/Encode/MPEG2..."
#~ msgstr "/動画/エンコード/MPEG2..."
+
#~ msgid "GAP Message"
#~ msgstr "GAP メッセージ"
+
#~ msgid ""
#~ "OPERATION CANCELLED.\n"
#~ "Current frame changed while dialog was open."
@@ -16219,6 +17160,7 @@ msgstr "何も取り込まれませんでした"
#~ "GAP-プラグインは _0001.xcf で終わる\n"
#~ "ファイル名に対してのみ動作します。\n"
#~ "==> ファイル名を変更してからやり直して下さい。"
+
#~ msgid ""
#~ "You are using a file format != xcf\n"
#~ "Save Operations may result\n"
@@ -16227,126 +17169,181 @@ msgstr "何も取り込まれませんでした"
#~ "xcf ではないファイル形式を選択しています\n"
#~ "保存した場合にレイヤー情報が失われる\n"
#~ "可能性があります"
+
#~ msgid "Save Flattened"
#~ msgstr "統合して保存"
+
#~ msgid "Save As Is"
#~ msgstr "そのまま保存"
+
#~ msgid "Error: could not rename frame %ld to %ld"
#~ msgstr "エラー: フレーム %ld から %ld を名称変更できません"
#, fuzzy
#~ msgid "Error: could not save frame %s"
#~ msgstr "エラー: フレーム %ld から %ld を名称変更できません"
+
#~ msgid "Duplicating frames..."
#~ msgstr "フレームを複製しています..."
+
#~ msgid "Renumber Framesequence..."
#~ msgstr "フレームを並べ直しています..."
+
#~ msgid "Goto Frame (%ld/%ld)"
#~ msgstr "指定フレームへ移動 (%ld/%ld)"
+
#~ msgid "Destination Frame Number (%ld - %ld)"
#~ msgstr "宛先フレーム番号 (%ld - %ld)"
+
#~ msgid "Number:"
#~ msgstr "番号:"
+
#~ msgid "Delete Frames (%ld/%ld)"
#~ msgstr "フレーム削除 (%ld/%ld)"
+
#~ msgid "Delete Frames from %ld to (number)"
#~ msgstr "削除するフレームは %ld から"
+
#~ msgid "Duplicate Frames (%ld/%ld)"
#~ msgstr "フレーム複製 (%ld/%ld)"
+
#~ msgid "Source Range starts at this framenumber"
#~ msgstr "元範囲はこのフレームから開始"
+
#~ msgid "Source Range ends at this framenumber"
#~ msgstr "元範囲がこのフレームで終り"
+
#~ msgid "N times:"
#~ msgstr "回数:"
+
#~ msgid ""
#~ "Copy selected Range n-times \n"
#~ "(you may type in Values > 99)"
#~ msgstr ""
#~ "選択範囲を n 回コピー \n"
#~ "(99 より大きい回数)"
+
#~ msgid "Duplicate Frame Range"
#~ msgstr "複製するフレーム範囲"
+
#~ msgid "Exchange current Frame (%ld)"
#~ msgstr "現在のフレーム (%ld) と交換"
+
#~ msgid "With Frame (number)"
#~ msgstr "するフレーム番号は"
+
#~ msgid "Framesequence Shift (%ld/%ld)"
#~ msgstr "フレーム並びずらし (%ld/%ld)"
+
#~ msgid "Affected Range starts at this framenumber"
#~ msgstr "適用する範囲はこのフレームから開始"
+
#~ msgid "Affected Range ends at this framenumber"
#~ msgstr "適用する範囲はこのフレームで終り"
+
#~ msgid "N-Shift:"
#~ msgstr "ずらす量:"
+
#~ msgid ""
#~ "Renumber the affected framesequence \n"
#~ "(numbers are shifted in circle by N)"
#~ msgstr ""
#~ "適用部分のフレーム並びを再割り付け \n"
#~ "(番号はずらし量分ずれる)"
+
#~ msgid "Framesequence shift"
#~ msgstr "フレーム並びずらし"
+
#~ msgid "/Video/Goto/Next Frame"
#~ msgstr "/動画/移動/次のフレーム"
+
#~ msgid "/Video/Goto/Previous Frame"
#~ msgstr "/動画/移動/前のフレーム"
+
#~ msgid "/Video/Goto/First Frame"
#~ msgstr "/動画/移動/最初のフレーム"
+
#~ msgid "/Video/Goto/Last Frame"
#~ msgstr "/動画/移動/最後のフレーム"
+
#~ msgid "/Video/Goto/Any Frame..."
#~ msgstr "/動画/移動/指定したフレーム..."
+
#~ msgid "/Video/Delete Frames..."
#~ msgstr "/動画/フレーム削除..."
+
#~ msgid "/Video/Duplicate Frames..."
#~ msgstr "/動画/フレーム複製..."
+
#~ msgid "/Video/Exchange Frame..."
#~ msgstr "/動画/フレーム交換..."
+
#~ msgid "/Video/Move Path..."
#~ msgstr "/動画/パス移動..."
+
#~ msgid "/Video/Frames to Image..."
#~ msgstr "/動画/フレームを画像に..."
+
#~ msgid "/Video/Frames Flatten..."
#~ msgstr "/動画/フレーム統合..."
+
#~ msgid "/Video/Frames LayerDel..."
#~ msgstr "/動画/フレームレイヤー削除..."
+
#~ msgid "/Video/Frames Convert..."
#~ msgstr "/動画/フレーム変換..."
+
#~ msgid "/Video/Frames Resize..."
#~ msgstr "/動画/フレームサイズ変更..."
+
#~ msgid "/Video/Frames Crop..."
#~ msgstr "/動画/フレーム切り抜き..."
+
#~ msgid "/Video/Frames Scale..."
#~ msgstr "/動画/フレーム拡大縮小..."
+
#~ msgid "/Video/Split Image to Frames..."
#~ msgstr "/動画/画像をフレームに分割..."
+
#~ msgid "/Video/Framesequence Shift..."
#~ msgstr "/動画/フレーム並びずらし..."
+
#~ msgid "/Video/Frames Modify..."
#~ msgstr "/動画/フレーム修正..."
+
#~ msgid "Pattern is equal to LayerName"
#~ msgstr "パターンはレイヤー名に等しい"
+
#~ msgid "Pattern is Start of LayerName"
#~ msgstr "パターンはレイヤー名で始まる"
+
#~ msgid "Pattern is End of Layername"
#~ msgstr "パターンはレイヤー名で終わる"
+
#~ msgid "Pattern is a Part of LayerName"
#~ msgstr "パターンはレイヤー名の一部分"
+
#~ msgid "Pattern is LayerstackNumber List"
#~ msgstr "パターンはレイヤースタック番号リスト"
+
#~ msgid "Pattern is REVERSE-stack List"
#~ msgstr "パターンは逆転スタックリスト"
+
#~ msgid "All Visible (ignore Pattern)"
#~ msgstr "可視レイヤーすべて (パターン無視)"
+
#~ msgid "Select all Layers where Layername is equal to Pattern"
#~ msgstr "レイヤー名がパターンと等しいすべてのレイヤーを選ぶ"
+
#~ msgid "Select all Layers where Layername starts with Pattern"
#~ msgstr "レイヤー名がパターンから始まるすべてのレイヤーを選ぶ"
+
#~ msgid "Select all Layers where Layername ends up with Pattern"
#~ msgstr "レイヤー名がパターンで終わるすべてのレイヤーを選ぶ"
+
#~ msgid "Select all Layers where Layername contains Pattern"
#~ msgstr "レイヤー名がパターンを含むすべてのレイヤーを選ぶ"
+
#~ msgid ""
#~ "Select Layerstack positions.\n"
#~ "0, 4-5, 8\n"
@@ -16355,6 +17352,7 @@ msgstr "何も取り込まれませんでした"
#~ "レイヤースタック位置を選ぶ..\n"
#~ "0, 4-5, 8\n"
#~ "0 == 最上層レイヤー"
+
#~ msgid ""
#~ "Select Layerstack positions.\n"
#~ "0, 4-5, 8\n"
@@ -16363,50 +17361,71 @@ msgstr "何も取り込まれませんでした"
#~ "レイヤースタック位置を選ぶ。\n"
#~ "0, 4-5, 8\n"
#~ "0 == 背景レイヤー"
+
#~ msgid "Select all visible Layers"
#~ msgstr "可視レイヤーをすべて選ぶ"
+
#~ msgid "Set Layer(s) visible"
#~ msgstr "レイヤーを可視状態に"
+
#~ msgid "Set Layer(s) invisible"
#~ msgstr "レイヤーを不可視状態に"
+
#~ msgid "Set Layer(s) linked"
#~ msgstr "レイヤーをリンクする"
+
#~ msgid "Set Layer(s) unlinked"
#~ msgstr "レイヤをリンクしない"
+
#~ msgid "Raise Layer(s)"
#~ msgstr "レイヤーを上げる"
+
#~ msgid "Lower Layer(s)"
#~ msgstr "レイヤーを下げる"
+
#~ msgid "Merge Layer(s) expand as necessary"
#~ msgstr "必要に応じて拡大したレイヤーを結合"
+
#~ msgid "Merge Layer(s) clipped to image"
#~ msgstr "画像に切り取られたレイヤーを結合"
+
#~ msgid "Merge Layer(s) clipped to bg-layer"
#~ msgstr "背景に切り取られたレイヤーを結合"
+
#~ msgid "Apply filter on Layer(s)"
#~ msgstr "レイヤーにフィルタを適用"
+
#~ msgid "Duplicate Layer(s)"
#~ msgstr "レイヤーを複製する"
+
#~ msgid "Rename Layer(s)"
#~ msgstr "レイヤーの名称変更"
+
#~ msgid ""
#~ "Perform function on one or more Layer(s)\n"
#~ "in all frames of the selected frame range\n"
#~ msgstr ""
#~ "選択されたフレーム範囲内のすべてのフレームで\n"
#~ "一つ以上のレイヤーに対して機能を実行する\n"
+
#~ msgid "From Frame:"
#~ msgstr "元フレーム:"
+
#~ msgid "first handled frame"
#~ msgstr "最初に扱われるフレーム"
+
#~ msgid "To Frame:"
#~ msgstr "宛フレーム:"
+
#~ msgid "last handled frame"
#~ msgstr "最後に扱われるフレーム"
+
#~ msgid "Select Layer(s):"
#~ msgstr "レイヤー選択:"
+
#~ msgid "Select Pattern:"
#~ msgstr "パターン選択:"
+
#~ msgid ""
#~ "String to identify layer names \n"
#~ "or layerstack position numbers\n"
@@ -16415,20 +17434,28 @@ msgstr "何も取り込まれませんでした"
#~ "レイヤーの名前を区別する文字列 \n"
#~ "またはレイヤースタック位置の番号\n"
#~ "0,3-5"
+
#~ msgid "Case sensitive"
#~ msgstr "大文字と小文字を区別する"
+
#~ msgid "Lowercase and UPPERCASE letters are considered as different"
#~ msgstr "小文字と大文字の文字は異なる物だとみなす"
+
#~ msgid "Invert Selection"
#~ msgstr "選択領域反転"
+
#~ msgid "Perform actions on all unselected Layers"
#~ msgstr "すべての非選択レイヤーにアクションを行う"
+
#~ msgid "Function:"
#~ msgstr "機能:"
+
#~ msgid "Function to be performed on all selected layers"
#~ msgstr "すべての選択したレイヤーに実行される機能"
+
#~ msgid "New Layername:"
#~ msgstr "新規レイヤー名"
+
#~ msgid ""
#~ "New Layername for all handled layers \n"
#~ "[####] is replaced by frame number\n"
@@ -16437,251 +17464,352 @@ msgstr "何も取り込まれませんでした"
#~ "取り扱う全レイヤーのための新規レイヤー名\n"
#~ "[####] はフレーム番号によって置きかえられる\n"
#~ "(名前変更だけのための機能として使われる)"
+
#~ msgid "Frames Modify"
#~ msgstr "フレーム修正"
+
#~ msgid ""
#~ "Non-Interactive call of %s\n"
#~ "(for all selected layers)"
#~ msgstr ""
#~ "ノンインタラクティブは %s を呼び出しました\n"
#~ "(すべての非選択レイヤーのために)"
+
#~ msgid "Select Filter for Animated frames-apply"
#~ msgstr "動画フレームに適用するフィルタの選択"
+
#~ msgid "GAP Modify: No layer selected in last handled frame"
#~ msgstr "GAP 修正: 選択した最後に扱うフレームにはレイヤーがありません"
+
#~ msgid "Modifying Frames/Layer(s)..."
#~ msgstr "フレーム/レイヤーの修正中..."
+
#~ msgid "No selected Layer in start frame"
#~ msgstr "開始フレームのレイヤーが選択されていません"
+
#~ msgid "Dissolve"
#~ msgstr "消算"
+
#~ msgid "Multiply"
#~ msgstr "乗算"
+
#~ msgid "Darken Only"
#~ msgstr "比較(暗)"
+
#~ msgid "Lighten Only"
#~ msgstr "比較(明)"
+
#~ msgid "Left Top"
#~ msgstr "左上"
+
#~ msgid "Left Bottom"
#~ msgstr "左"
+
#~ msgid "Right Top"
#~ msgstr "左下"
+
#~ msgid "Right Bottom"
#~ msgstr "右"
+
#~ msgid "Loop Reverse"
#~ msgstr "逆ループ"
+
#~ msgid "Once"
#~ msgstr "一回"
+
#~ msgid "OnceReverse"
#~ msgstr "逆一回"
+
#~ msgid "PingPong"
#~ msgstr "双方向"
+
#~ msgid "Frame Loop"
#~ msgstr "フレームループ"
+
#~ msgid "Frame Loop Reverse"
#~ msgstr "逆フレームループ"
+
#~ msgid "Frame Once"
#~ msgstr "一フレーム"
+
#~ msgid "Frame OnceReverse"
#~ msgstr "フレームを逆に一回"
+
#~ msgid "Frame PingPong"
#~ msgstr "フレームピンポン"
+
#~ msgid "Frame None"
#~ msgstr "フレーム無し"
+
#~ msgid "Move Path"
#~ msgstr "パス移動"
+
#~ msgid "Show PreviewFrame with Selected SrcLayer at current Controlpoint"
#~ msgstr ""
#~ "現在のコントロールポイントがある元レイヤーでプレビューフレームを表示"
+
#~ msgid "Anim Preview"
#~ msgstr "動画プレビュー"
+
#~ msgid "Generate Animated Preview as multilayer image"
#~ msgstr "複数枚レイヤー画像として動画プレビューを生成する"
+
#~ msgid "Copy moving source-layer(s) into frames"
#~ msgstr "移動するソースレイヤーをフレームにコピー"
+
#~ msgid "Start Frame:"
#~ msgstr "開始フレーム"
+
#~ msgid "First handled frame"
#~ msgstr "最初に扱うフレーム"
+
#~ msgid "End Frame:"
#~ msgstr "終了フレーム"
+
#~ msgid "Last handled frame"
#~ msgstr "最後に扱うフレーム"
+
#~ msgid "Preview Frame:"
#~ msgstr "プレビューフレーム:"
+
#~ msgid "Frame to show when UpdPreview button is pressed"
#~ msgstr "プレビュー更新ボタンが押された時に表示するフレーム"
+
#~ msgid "Layerstack:"
#~ msgstr "レイヤースタック:"
+
#~ msgid ""
#~ "How to insert SrcLayer into the Dst. Frame's Layerstack\n"
#~ "0 means on top i.e. in front"
#~ msgstr ""
#~ "元レイヤーを Dst に挿入する方法。フレームのレイヤースタック\n"
#~ "0 というのは一番上、つまり最前面です"
+
#~ msgid "Object on empty frames"
#~ msgstr "空フレームオブジェクト"
+
#~ msgid "Object on one frame"
#~ msgstr "一つのフレームオブジェクト"
+
#~ msgid "Exact Object on frames"
#~ msgstr "フレームは正確なオブジェクト"
+
#~ msgid "Anim Preview Mode"
#~ msgstr "動画プレビューモード"
+
#~ msgid "Scale Preview"
#~ msgstr "縮小プレビュー"
+
#~ msgid "Scale down size of the generated animated preview (in %)"
#~ msgstr "作成する動画プレビューのサイズを縮小する (% で)"
+
#~ msgid "Framerate"
#~ msgstr "フレームレート"
+
#~ msgid "Framerate to use in the animated preview in frames/sec"
#~ msgstr "動画プレビューで フレーム/秒 として使われるフレームレート"
+
#~ msgid "Copy to Video Buffer"
#~ msgstr "ビデオバッファにコピー"
+
#~ msgid ""
#~ "Save all single frames of animated preview to video buffer\n"
#~ "(configured in gimprc by video-paste-dir and video-paste-basename)"
#~ msgstr ""
#~ "すべての動画プレビューのフレームそれぞれをビデオバッファに保存する\n"
#~ "(video-paste-dir と video-paste-basename によって gimprc で設定される)"
+
#~ msgid "Move Path Animated Preview"
#~ msgstr "パス移動動画プレビュー"
+
#~ msgid "Generate Animated Preview failed\n"
#~ msgstr "最適動画プレビュー生成失敗\n"
+
#~ msgid "Load Path Points from file"
#~ msgstr "ファイルからパス端点の読み込み"
+
#~ msgid "Save Path Points to file"
#~ msgstr "ファイルにパス端点を保存"
+
#~ msgid "Current Point: [ %3d ] of [ %3d ]"
#~ msgstr "現在の端点 : [ %3d ] 中 [ %3d ]"
+
#~ msgid "Source Select"
#~ msgstr "元選択"
+
#~ msgid "Source Object to insert into Frame Range"
#~ msgstr "フレーム間に挿入する元オブジェクト"
+
#~ msgid "Mode:"
#~ msgstr "モード:"
+
#~ msgid "Paintmode"
#~ msgstr "描画モード"
+
#~ msgid "Stepmode:"
#~ msgstr "ステップモード:"
+
#~ msgid "How to fetch the next SrcLayer at the next handled frame"
#~ msgstr "次に扱うフレームが次の元レイヤーを取ってくる方法"
+
#~ msgid "Handle:"
#~ msgstr "扱い:"
+
#~ msgid "How to place the SrcLayer at Controlpoint Coordinates"
#~ msgstr "元レイヤーのコントロールポイント座標の配置方法"
+
#~ msgid "Move Path Preview"
#~ msgstr "パス移動プレビュー"
+
#~ msgid "X Coordinate"
#~ msgstr "X 座標"
+
#~ msgid "Y Coordinate"
#~ msgstr "Y 座標"
+
#~ msgid "Scale Source Layer's Width in percent"
#~ msgstr "元レイヤーの幅を %% で拡大縮小"
+
#~ msgid "Scale SrcLayer's Height in percent"
#~ msgstr "元レイヤーの高さを %% で拡大縮小"
+
#~ msgid "SrcLayer's Opacity in percent"
#~ msgstr "%% で元レイヤーの不透明度"
+
#~ msgid "Rotate SrcLayer (in degree)"
#~ msgstr "元レイヤーの回転 (角度)"
+
#~ msgid "Keyframe:"
#~ msgstr "キーフレーム:"
+
#~ msgid ""
#~ "Fix Controlpoint to Keyframe number\n"
#~ "(0 == No Keyframe)"
#~ msgstr ""
#~ "コントロールポイントをキーフレーム番号で修正\n"
#~ "(0 == キーフレーム無し)"
+
#~ msgid "Add Point"
#~ msgstr "端点追加"
+
#~ msgid ""
#~ "Add Controlpoint at end\n"
#~ "(the last Point is duplicated)"
#~ msgstr ""
#~ "最後にコントロールポイントを追加します\n"
#~ "(最後の端点が複製される)"
+
#~ msgid "Show Path"
#~ msgstr "パス表示"
+
#~ msgid ""
#~ "Show Path Lines and enable pick/drag with left button or move with right "
#~ "button"
#~ msgstr ""
#~ "パス線を表示して左ボタンで選択/ドラッグまたは右ボタンで移動できるようにし"
#~ "ます"
+
#~ msgid ""
#~ "Insert Controlpoint\n"
#~ "(the current Point is duplicated)"
#~ msgstr ""
#~ "コントロールポイントを挿入します\n"
#~ "(現在の端点が複製される)"
+
#~ msgid "Delete current Controlpoint"
#~ msgstr "現在のコントロールポイントを削除します"
+
#~ msgid "Prev Point"
#~ msgstr "前の端点"
+
#~ msgid "Show Previous Controlpoint"
#~ msgstr "前のコントロールポイントを表示します"
+
#~ msgid "Next Point"
#~ msgstr "次の端点"
+
#~ msgid "Show Next Controlpoint"
#~ msgstr "次のコントロールポイントを表示します"
+
#~ msgid "First Point"
#~ msgstr "先頭の端点"
+
#~ msgid "Show First Controlpoint"
#~ msgstr "最初のコントロールポイントを表示します"
+
#~ msgid "Last Point"
#~ msgstr "最後の端点"
+
#~ msgid "Show Last Controlpoint"
#~ msgstr "最後のコントロールポイントを表示します"
+
#~ msgid "Clear Point"
#~ msgstr "端点クリア"
+
#~ msgid "Reset the current Controlpoint to default Values"
#~ msgstr "現在のコントロールポイントを標準値にリセットします"
+
#~ msgid "Clear All Points"
#~ msgstr "全端点クリア"
+
#~ msgid ""
#~ "Reset all Controlpoints to default Values but dont change the path (X/Y "
#~ "Values)"
#~ msgstr ""
#~ "すべてのコントロールポイントを標準値にリセットしますがパス (X/Y 値) は変え"
#~ "ません"
+
#~ msgid "Delete All Points"
#~ msgstr "全端点の削除"
+
#~ msgid "Delete all Controlpoints"
#~ msgstr "すべてのコントロールポイントを削除します"
+
#~ msgid "Load Points"
#~ msgstr "端点読み込み"
+
#~ msgid "Load Controlpoints from file"
#~ msgstr "コントロールポイントをファイルから読み込みます"
+
#~ msgid "Save Points"
#~ msgstr "端点保存"
+
#~ msgid "Save Controlpoints to file"
#~ msgstr "コントロールポイントをファイルに保存します"
+
#~ msgid ""
#~ "Can't operate with current Controlpoint\n"
#~ "or Keyframe settings"
#~ msgstr ""
#~ "現在のコントロールポイントかキーフレームの設定では\n"
#~ "操作することができません"
+
#~ msgid "Reset Keyframes"
#~ msgstr "キーフレームリセット"
+
#~ msgid "Errors:"
#~ msgstr "エラー:"
+
#~ msgid ""
#~ "No Source Image was selected.\n"
#~ "Please open a 2nd Image of the same type before opening Move Path."
#~ msgstr ""
#~ "元画像が選択されていません。\n"
#~ "パス移動を開く前に同じ型の 2 番目の画像を開いて下さい。"
+
#~ msgid "Copying Layers into Frames..."
#~ msgstr "レイヤーをフレームにコピーしています..."
+
#~ msgid "Generating Animated Preview..."
#~ msgstr "動画プレビューを生成しています..."
+
#~ msgid ""
#~ "\n"
#~ "Error: Keyframe %d at point [%d] higher or equal than last handled frame"
#~ msgstr ""
#~ "\n"
#~ "エラー: キーフレーム %d の端点 [%d] は最終フレームよりも高過ぎるか同等です"
+
#~ msgid ""
#~ "\n"
#~ "Error: Keyframe %d at point [%d] leaves not enough space (frames)\n"
@@ -16690,18 +17818,21 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "エラー: キーフレーム %d の端点 [%d] には前のコントロールポイントのための\n"
#~ "十分な空間 (フレーム) がありません"
+
#~ msgid ""
#~ "\n"
#~ "Error: Keyframe %d is not in sequence at point [%d]"
#~ msgstr ""
#~ "\n"
#~ "エラー: キーフレーム %d は連続した端点 [%d] ではありません"
+
#~ msgid ""
#~ "\n"
#~ "Error: controlpoint [%d] is out of handled framerange"
#~ msgstr ""
#~ "\n"
#~ "エラー: コントロールポイント [%d] フレーム範囲の扱いを超えています"
+
#~ msgid ""
#~ "\n"
#~ "Error: more controlpoints (%d) than handled frames (%d)\n"
@@ -16710,288 +17841,394 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "エラー: コントロールポイント (%d) が扱うフレーム (%d) よりも多いので\n"
#~ "コントロールポイントを減らすかもっと多くのフレームを選んで下さい"
+
#~ msgid "Conditions to run mpeg_encode 1.5:"
#~ msgstr "mpeg_encode 1.5 を実行するには:"
+
#~ msgid "Conditions to run mpeg2encode 1.2:"
#~ msgstr "mpeg2encode 1.2 を実行するには:"
+
#~ msgid "1.) mpeg_encode 1.5 must be installed"
#~ msgstr "1.) mpeg_encode 1.5 がインストール済みである"
+
#~ msgid "1.) mpeg2encode 1.2 must be installed"
#~ msgstr "1.) mpeg2encode 1.2 がインストール済みである"
+
#~ msgid " you can get mpeg_encode at"
#~ msgstr " mpeg_encode はここで入手可能"
+
#~ msgid " you can get mpeg2encode at http://www.mpeg.org/MSSG"
#~ msgstr " mpeg2encode はここで入手可能 http://www.mpeg.org/MSSG"
+
#~ msgid " ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/bmt1r1.tar.gz"
#~ msgstr " ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/bmt1r1.tar.gz"
+
#~ msgid " or at ftp://ftp.mpeg.org/pub/mpeg/mssg "
#~ msgstr " または ftp://ftp.mpeg.org/pub/mpeg/mssg "
+
#~ msgid "2.) You need a series of single Images on disk (AnimFrames)"
#~ msgstr "2.) ディスクに一続きの画像 (動画フレーム) が必要"
+
#~ msgid " all with fileformat JPEG (or YUV or PNM or PPM)"
#~ msgstr " すべてのファイル形式が JPRG (または YUV か PNM か PPM)"
+
#~ msgid " all with fileformat PPM (or YUV)"
#~ msgstr " すべてのファイル形式が PPM (または YUV)"
+
#~ msgid " (use 'Frames Convert' from the Video Menu"
#~ msgstr " (動画メニューの 'フレーム変換' を使うか"
+
#~ msgid " or 'Split Image to Frames' from the Video Menu)"
#~ msgstr " 動画メニューの '画像をフレームに分割' を使う)"
+
#~ msgid "3.) All Images must have the same size,"
#~ msgstr "3.) すべての画像は同じサイズである必要があり、"
+
#~ msgid " width and height must be a multiple of 16"
#~ msgstr " 幅と高さが 16 の倍数である必要があります"
+
#~ msgid " (use Scale or Crop from the Video Menu)"
#~ msgstr " (動画メニューの拡大縮小か切り抜きを使う)"
+
#~ msgid "MPEG_ENCODE Information"
#~ msgstr "MPEG エンコード情報"
+
#~ msgid "generate MPEG1 (ISO/IEC 11172-2) stream"
#~ msgstr "MPEG1 (ISO/IEC 11172-2) ストリームの生成"
+
#~ msgid "generate MPEG2 (ISO/IEC DIS 13818-2) stream"
#~ msgstr "MPEG2 (ISO/IEC DIS 13818-2) ストリームの生成"
+
#~ msgid "GenParams"
#~ msgstr "パラメータ生成"
+
#~ msgid "Gen + Encode"
#~ msgstr "生成 + エンコード"
+
#~ msgid "To Frame:"
#~ msgstr "宛フレーム:"
+
#~ msgid "Framerate :"
#~ msgstr "フレームレート :"
+
#~ msgid "framerate in frames/second"
#~ msgstr "フレーム/秒のフレームレート"
+
#~ msgid "Bitrate:"
#~ msgstr "ビットレート:"
+
#~ msgid ""
#~ "used for constant bitrates (bit/sec) \n"
#~ "(low rate gives good compression + bad quality)"
#~ msgstr ""
#~ "一定のビットレートを使用する (ビット/秒) \n"
#~ "(低いレートは圧縮良好 + 低品質を与える)"
+
#~ msgid "Outputfile:"
#~ msgstr "出力ファイル:"
+
#~ msgid "Name of the resulting MPEG outputfile"
#~ msgstr "生成する MPEG 出力ファイルの名前"
+
#~ msgid "Paramfile:"
#~ msgstr "パラメータファイル:"
+
#~ msgid ""
#~ "Name of the Encoder-Parameterfile\n"
#~ "(is generated)"
#~ msgstr ""
#~ "エンコーダーパラメータファイルの名前\n"
#~ "(が生成される)"
+
#~ msgid "Startscript:"
#~ msgstr "開始スクリプト:"
+
#~ msgid ""
#~ "Name of the Startscript \n"
#~ "(is generated/executed)"
#~ msgstr ""
#~ "開始スクリプトの名前 \n"
#~ "(が生成される/実行される)"
+
#~ msgid ""
#~ "Generate parameterfile for mpeg_encode 1.5\n"
#~ "(the freely distributed Berkeley MPEG-1 Video Encoder.)\n"
#~ msgstr ""
#~ "mpeg_encode 1.5 のためのパラメータファイルの生成\n"
#~ "(配布フリーな Berkeley MPEG-1 動画エンコーダー.)\n"
+
#~ msgid "Constant Bitrate :"
#~ msgstr "固定ビットレート :"
+
#~ msgid "Iqnore I/P/QSCALE values and use constant bit-rate)"
#~ msgstr "I/P/Q 拡大縮小値を無視して固定ビットレートを使う"
+
#~ msgid "Pattern:"
#~ msgstr "パターン:"
+
#~ msgid "How to encode MPEG framesequence (I/P/B frames)"
#~ msgstr "MPEG フレームシーケンスのエンコード方法 (I/P/B フレーム)"
+
#~ msgid "IQSCALE:"
#~ msgstr "I 品質拡大縮小:"
+
#~ msgid ""
#~ "Quality scale for I-Frames \n"
#~ "(1 = best quality, 31 = best comression)"
#~ msgstr ""
#~ "I-フレームの品質拡大縮小 \n"
#~ "(1 = 最高品質、31 = 圧縮最大)"
+
#~ msgid "PQSCALE:"
#~ msgstr "P 品質拡大縮小:"
+
#~ msgid ""
#~ "Quality scale for P-Frames \n"
#~ "(1 = best quality, 31 = best comression)"
#~ msgstr ""
#~ "P-フレームの品質拡大縮小 \n"
#~ "(1 = 最高品質、31 = 圧縮最大)"
+
#~ msgid "BQSCALE:"
#~ msgstr "B 品質拡大縮小:"
+
#~ msgid ""
#~ "Quality scale for B-Frames \n"
#~ "(1 = best quality, 31 = best comression)"
#~ msgstr ""
#~ "B-フレームの品質拡大縮小 \n"
#~ "(1 = 最高品質、31 = 圧縮最大)"
+
#~ msgid "P-Search :"
#~ msgstr "P-検索 :"
+
#~ msgid "Search Algorithmus used for P-frames"
#~ msgstr "P-フレームで使われるアルゴリズムの検索"
+
#~ msgid "B-Search :"
#~ msgstr "B-検索 :"
+
#~ msgid "Search Algorithmus used for B-frames"
#~ msgstr "B-フレームで使われるアルゴリズムの検索"
+
#~ msgid "Gen MPEG_ENCODE Parameters"
#~ msgstr "MPEG_ENCODE パラメータ生成"
+
#~ msgid "Encode Values"
#~ msgstr "エンコード値"
+
#~ msgid ""
#~ "Generate parameterfile for mpeg2encode 1.2\n"
#~ "(MPEG-2 Video Encoder.)\n"
#~ msgstr ""
#~ "mpeg2encode 1.2 のためのパラメータファイルの生成\n"
#~ "(MPEG-2 動画エンコーダー。)\n"
+
#~ msgid "MPEG-type :"
#~ msgstr "MPEG 種:"
+
#~ msgid "Videoformat :"
#~ msgstr "動画形式 :"
+
#~ msgid "Videoformat"
#~ msgstr "動画形式"
+
#~ msgid "Gen MPEG2ENCODE Parameters"
#~ msgstr "MPEG2ENCODE パラメータ生成"
+
#~ msgid ""
#~ "\n"
#~ "WARNING: mpeg_encode does not support Fileformat "
#~ msgstr ""
#~ "\n"
#~ "警告: mpeg_encode が 対応しないファイル形式 "
+
#~ msgid ""
#~ "\n"
#~ "ERROR: width not a multiple of 16"
#~ msgstr ""
#~ "\n"
#~ "エラー: 幅が 16 の倍数ではありません"
+
#~ msgid ""
#~ "\n"
#~ "ERROR: height not a multiple of 16"
#~ msgstr ""
#~ "\n"
#~ "エラー: 高さが 16 の倍数ではありません"
+
#~ msgid ""
#~ "\n"
#~ "WARNING: mpeg2encode does not support Fileformat "
#~ msgstr ""
#~ "\n"
#~ "警告: mpeg2encode が対応しないファイル形式 "
+
#~ msgid ""
#~ "\n"
#~ "ERROR: invoked from a single image, animframe required"
#~ msgstr ""
#~ "\n"
#~ "エラー: 一枚の画像が呼び出されました、動画フレームが必要です"
+
#~ msgid ""
#~ "Playback \n"
#~ " optimized"
#~ msgstr ""
#~ "プレイバック \n"
#~ " 最適化"
+
#~ msgid ""
#~ "Smart Update .xvpics\n"
#~ " forced upd"
#~ msgstr ""
#~ "すぐに .xvpics を更新\n"
#~ " で強制更新"
+
#~ msgid "Duplicate selected Frames"
#~ msgstr "選択したフレームを複製"
+
#~ msgid "Delete selected Frames"
#~ msgstr "選択したフレームを削除"
+
#~ msgid "Goto 1st Frame"
#~ msgstr "最初のフレームへ"
+
#~ msgid "Goto last Frame"
#~ msgstr "最後のフレームへ"
+
#~ msgid "/Video/VCR Navigator..."
#~ msgstr "/動画/VCR ナビゲータ..."
+
#~ msgid "Cant open two or more Video Navigator Windows."
#~ msgstr "2 つ以上のビデオナビゲータウィンドウは開けません。"
+
#~ msgid "Paste before"
#~ msgstr "前にペースト"
+
#~ msgid "Paste after"
#~ msgstr "後ろにペースト"
+
#~ msgid "Paste replace"
#~ msgstr "置き換えてペースト"
+
#~ msgid "Clear Video Buffer"
#~ msgstr "ビデオバッファのクリア"
+
#~ msgid "Videoframes:"
#~ msgstr "ビデオフレーム:"
+
#~ msgid "Framerate:"
#~ msgstr "フレームレート:"
+
#~ msgid "Timezoom:"
#~ msgstr "時間ズーム:"
+
#~ msgid "Video Navigator"
#~ msgstr "動画ナビゲータ"
+
#~ msgid "New Width:"
#~ msgstr "新しい幅:"
+
#~ msgid "New Height:"
#~ msgstr "新しい高さ:"
+
#~ msgid "Offset X:"
#~ msgstr "X オフセット:"
+
#~ msgid "Offset Y:"
#~ msgstr "Y オフセット:"
+
#~ msgid "Crop AnimFrames (all)"
#~ msgstr "動画フレーム切り抜き (全部)"
+
#~ msgid "Crop (original %dx%d)"
#~ msgstr "切り抜き (原画 %dx%d)"
+
#~ msgid "Resize AnimFrames (all)"
#~ msgstr "動画フレームサイズ変更 (全部)"
+
#~ msgid "Resize (original %dx%d)"
#~ msgstr "サイズ変更 (原画 %dx%d)"
+
#~ msgid "Scale AnimFrames (all)"
#~ msgstr "動画フレーム拡大縮小 (全部)"
+
#~ msgid "Scale (original %dx%d)"
#~ msgstr "拡大縮小 (原画 %dx%d)"
+
#~ msgid "Generate Optimal Palette"
#~ msgstr "最適パレットを生成する"
+
#~ msgid "Use Custom Palette"
#~ msgstr "カスタムパレットを使う"
+
#~ msgid "Use Black/White (1-Bit) Palette"
#~ msgstr "白黒 (1-ビット) パレットを使う"
+
#~ msgid "Floyd-Steinberg Color Dithering (Normal)"
#~ msgstr "フロイド・スタインバーグ色ディザリング (普通)"
+
#~ msgid "Floyd-Steinberg Color Dithering (Reduced Color Bleeding)"
#~ msgstr "フロイド・スタインバーグ色ディザリング (色混合減少)"
+
#~ msgid "Positioned Color Dithering"
#~ msgstr "ポジション色ディザリング"
+
#~ msgid "No Color Dithering"
#~ msgstr "色ディザリング無し"
+
#~ msgid "Custom Palette"
#~ msgstr "カスタムパレット"
+
#~ msgid ""
#~ "Name of a cutom palette\n"
#~ "(is ignored if Palette Type is not custom)"
#~ msgstr ""
#~ "カスタムパレットの名前\n"
#~ "(パレット型がカスタムではないと無視される)"
+
#~ msgid "Remove Unused"
#~ msgstr "未使用の色を取り除く"
+
#~ msgid ""
#~ "Remove unused or double colors\n"
#~ "(is ignored if Palette Type is not custom)"
#~ msgstr ""
#~ "未使用か重複している色を取り除く\n"
#~ "(パレット型がカスタムではないと無視される)"
+
#~ msgid ""
#~ "Number of resulting Colors\t\t \n"
#~ "(ignored if Palette Type is not Generate optimal palette)"
#~ msgstr ""
#~ "最終的な色の数\t\t \n"
#~ "(パレット型が一般的な最適パレットではないと無視される)"
+
#~ msgid "Dither Options"
#~ msgstr "ディザリングオプション"
+
#~ msgid "Enable transparency"
#~ msgstr "透明有効"
+
#~ msgid "Enable dithering of transparency"
#~ msgstr "透明のディザリングを有効にする"
+
#~ msgid "Convert Frames to Indexed"
#~ msgstr "フレームをインデックスに変換"
+
#~ msgid "Keep Type"
#~ msgstr "そのまま"
+
#~ msgid "Convert to RGB"
#~ msgstr "RGB 画像に変換:"
+
#~ msgid "Convert to Gray"
#~ msgstr "グレースケール画像に変換:"
+
#~ msgid "Convert to Indexed"
#~ msgstr "インデックス画像に変換:"
+
#~ msgid ""
#~ "\n"
#~ "Select destination fileformat by extension\n"
@@ -17000,74 +18237,95 @@ msgstr "何も取り込まれませんでした"
#~ "\n"
#~ "画像型変換オプションとして拡張子に\n"
#~ "よって目当てのファイル形式を選びます\n"
+
#~ msgid "Basename:"
#~ msgstr "ベース名:"
+
#~ msgid ""
#~ "basename of the resulting frames \n"
#~ "(0001.ext is added)"
#~ msgstr ""
#~ "生成フレームのベース名 \n"
#~ "(0001.ext が追加される)"
+
#~ msgid "Extension:"
#~ msgstr "拡張子:"
+
#~ msgid ""
#~ "extension of resulting frames \n"
#~ "(is also used to define Fileformat)"
#~ msgstr ""
#~ "生成フレームの拡張子 \n"
#~ "(ファイル形式を定義するためにも使われる)"
+
#~ msgid ""
#~ "Convert to, or keep imagetype \n"
#~ "(most fileformats can't handle all types)"
#~ msgstr ""
#~ "変換するか、画像種をそのままに \n"
#~ "(ほとんどのファイル形式はすべての型を扱えない)"
+
#~ msgid "Flatten:"
#~ msgstr "統合:"
+
#~ msgid ""
#~ "Flatten all resulting frames \n"
#~ "(most fileformats need flattened frames)"
#~ msgstr ""
#~ "生成フレームすべてを統合する \n"
#~ "(ほとんどのファイル形式は統合されたフレームが必要)"
+
#~ msgid "Convert Frames to other Formats"
#~ msgstr "フレームを他形式に変換"
+
#~ msgid "Convert Settings"
#~ msgstr "変換設定"
+
#~ msgid "Expand as necessary"
#~ msgstr "必要に応じて拡大"
+
#~ msgid "Clipped to bottom layer"
#~ msgstr "最下レイヤーの切り抜き"
+
#~ msgid "Flattened image"
#~ msgstr "画像統合"
+
#~ msgid ""
#~ "Resulting Layer Size is made of the outline-rectangle \n"
#~ "of all visible layers (may differ from frame to frame)"
#~ msgstr ""
#~ "レイヤーサイズは全可視レイヤーの輪郭を変えたもの\n"
#~ "(フレームからフレーム間で違っているかもしれない)"
+
#~ msgid "Resulting Layer Size is the frame size"
#~ msgstr "レイヤーサイズはフレームサイズになる"
+
#~ msgid ""
#~ "Resulting Layer Size is the size of the bottom layer\n"
#~ "(may differ from frame to frame)"
#~ msgstr ""
#~ "レイヤーサイズは一番下のレイヤの大きさになる\n"
#~ "(フレームからフレーム間で違っているかもしれない)"
+
#~ msgid ""
#~ "Resulting Layer Size is the frame size \n"
#~ "transparent parts are filled with BG color"
#~ msgstr ""
#~ "レイヤーサイズは透明な部分が背景色で塗りつ\n"
#~ "ぶされたフレームサイズになる"
+
#~ msgid "select all Layers where Layername is equal to Pattern"
#~ msgstr "レイヤー名がパターンに等しいすべてのレイヤーを選ぶ"
+
#~ msgid "select all Layers where Layername starts with Pattern"
#~ msgstr "レイヤー名がパターンで始まるすべてのレイヤーを選ぶ"
+
#~ msgid "select all Layers where Layername ends up with Pattern"
#~ msgstr "レイヤー名がパターンで終わるすべてのレイヤーを選ぶ"
+
#~ msgid "select all Layers where Layername contains Pattern"
#~ msgstr "レイヤー名がパターンを含むすべてのレイヤーを選ぶ"
+
#~ msgid ""
#~ "select Layerstack positions.\n"
#~ "0, 4-5, 8\n"
@@ -17076,6 +18334,7 @@ msgstr "何も取り込まれませんでした"
#~ "レイヤースタック位置で選ぶ。\n"
#~ "0, 4-5, 8\n"
#~ "0 == 最上層レイヤー"
+
#~ msgid ""
#~ "select Layerstack positions.\n"
#~ "0, 4-5, 8\n"
@@ -17084,20 +18343,26 @@ msgstr "何も取り込まれませんでした"
#~ "レイヤースタック位置で選ぶ。\n"
#~ "0, 4-5, 8\n"
#~ "0 == 背景レイヤー"
+
#~ msgid "select all visible Layers"
#~ msgstr "すべての可視レイヤーを選択"
+
#~ msgid "Layer Basename:"
#~ msgstr "レイヤー基本名:"
+
#~ msgid ""
#~ "Basename for all Layers \n"
#~ "[####] is replaced by frame number"
#~ msgstr ""
#~ "すべてのレイヤーの基本名 \n"
#~ "[####] はフレーム番号で置き換えられる"
+
#~ msgid "Layer Mergemode:"
#~ msgstr "レイヤー結合モード:"
+
#~ msgid "Exclude BG-Layer"
#~ msgstr "背景レイヤーを除く"
+
#~ msgid ""
#~ "Exclude the BG-Layers \n"
#~ "in all handled frames\n"
@@ -17106,18 +18371,25 @@ msgstr "何も取り込まれませんでした"
#~ "選択とは無関係に \n"
#~ "全対象フレームの\n"
#~ "背景を取り除く"
+
#~ msgid "Use all unselected Layers"
#~ msgstr "すべての非選択レイヤーを使う"
+
#~ msgid "Creating Layer-Animated Image..."
#~ msgstr "レイヤー-動画画像の作成中..."
+
#~ msgid "Frames to Image"
#~ msgstr "フレームを画像に"
+
#~ msgid "Create Multilayer-Image from Frames"
#~ msgstr "フレームから複数画像を作成する"
+
#~ msgid "Flattening Frames..."
#~ msgstr "フレームを統合しています..."
+
#~ msgid "Converting Frames..."
#~ msgstr "フレームを変換しています..."
+
#~ msgid ""
#~ "Convert Frames: SAVE operation FAILED.\n"
#~ "Desired save plugin can't handle type\n"
@@ -17126,22 +18398,31 @@ msgstr "何も取り込まれませんでした"
#~ "フレーム変換: 保存操作は失敗しました。\n"
#~ "要求した保存プラグインがこの型を扱えないか\n"
#~ "要求した保存プラグインが利用可能ではありません。"
+
#~ msgid "Cropping all Animation Frames..."
#~ msgstr "全動画フレームを切り抜いています..."
+
#~ msgid "Resizing all Animation Frames..."
#~ msgstr "全動画フレームの大きさを変更しています..."
+
#~ msgid "Scaling all Animation Frames..."
#~ msgstr "全動画フレームを拡大縮小しています..."
+
#~ msgid "Flatten Frames"
#~ msgstr "フレーム統合"
+
#~ msgid "Removing Layer (pos:%ld) from Frames..."
#~ msgstr "フレームからレイヤー (位置:%ld) を取り除いています..."
+
#~ msgid "Delete Layers in Frames"
#~ msgstr "フレームのレイヤー削除"
+
#~ msgid "Select Frame Range & Position"
#~ msgstr "フレーム範囲 & 位置の選択"
+
#~ msgid "Splitting into Frames..."
#~ msgstr "フレームに分割しています..."
+
#~ msgid ""
#~ "Split Frames: SAVE operation FAILED.\n"
#~ "desired save plugin can't handle type\n"
@@ -17150,6 +18431,7 @@ msgstr "何も取り込まれませんでした"
#~ "フレーム分割: 保存操作は失敗しました。\n"
#~ "要求された保存プラグインがこの型を扱えないか\n"
#~ "要求された保存プラグインが利用可能でありません。"
+
#~ msgid ""
#~ "%s\n"
#~ "%s\n"
@@ -17158,26 +18440,35 @@ msgstr "何も取り込まれませんでした"
#~ "%s\n"
#~ "%s\n"
#~ "(%s_0001.%s)\n"
+
#~ msgid "Make a frame (diskfile) from each Layer"
#~ msgstr "それぞれのレイヤーからフレーム (ディスクファイル) を作成"
+
#~ msgid "frames are named: base_nr.extension"
#~ msgstr "フレームの名前は: 基本名_番号.拡張子"
+
#~ msgid "extension of resulting frames (is also used to define Fileformat)"
#~ msgstr "生成フレームの拡張子 (ファイル形式の定義のためにも使われる)"
+
#~ msgid "Inverse Order:"
#~ msgstr "逆順:"
+
#~ msgid "Start frame 0001 at Top Layer"
#~ msgstr "001 フレームを最上層レイヤーとして始める"
+
#~ msgid ""
#~ "Remove Alpha Channel in resulting Frames. Transparent parts are filled "
#~ "with BG color."
#~ msgstr ""
#~ "生成フレームからアルファチャンネルを取り除く。透明な部分は背景色で塗りつぶ"
#~ "される。"
+
#~ msgid "Split Image into Frames"
#~ msgstr "画像をフレームに分割"
+
#~ msgid "Split Settings"
#~ msgstr "分割設定"
+
#~ msgid ""
#~ "OPERATION CANCELLED.\n"
#~ "This image is already an AnimFrame.\n"
@@ -17186,133 +18477,184 @@ msgstr "何も取り込まれませんでした"
#~ "操作は取り消されました。\n"
#~ "画像は既に動画フレームになっています。\n"
#~ "複製してからもう一度試して下さい (画像/複製)。"
+
#~ msgid "Scale"
#~ msgstr "拡大縮小"
+
#~ msgid "New width:"
#~ msgstr "新しい幅:"
+
#~ msgid "New height:"
#~ msgstr "新しい高さ:"
+
#~ msgid "Char: %c, %d, 0x%02x"
#~ msgstr "文字: %c, %d, 0x%02x"
+
#~ msgid "Insert the selected char at the cursor position"
#~ msgstr "カーソル位置に選択された文字を挿入"
+
#~ msgid "points"
#~ msgstr "ポイント"
#, fuzzy
#~ msgid "/Filters/Text/Dynamic Text..."
#~ msgstr "/フィルタ/下塗り/ダイナミック文字..."
+
#~ msgid ""
#~ " Current layer isn't a GDynText layer or it has no alpha channel. Forcing "
#~ "new layer creation."
#~ msgstr ""
#~ " 現在のレイヤーは GDynText レイヤーでないかアルファチャンネルがありませ"
#~ "ん。強制的に新規レイヤーを作成します。"
+
#~ msgid "GDynText Layer"
#~ msgstr "GDynText レイヤー"
+
#~ msgid "GIMP Dynamic Text"
#~ msgstr "GIMP ダイナミック文字"
+
#~ msgid "GDynText: Messages Window"
#~ msgstr "GDynText メッセージ窓"
+
#~ msgid "GDynText: About ..."
#~ msgstr "GDynText: GDynText について..."
+
#~ msgid "bottom-center"
#~ msgstr "中央下"
+
#~ msgid "bottom-right"
#~ msgstr "右下"
+
#~ msgid "middle-left"
#~ msgstr "中央左"
+
#~ msgid "middle-right"
#~ msgstr "中央右"
+
#~ msgid "top-left"
#~ msgstr "左上"
+
#~ msgid "top-center"
#~ msgstr "中央上"
+
#~ msgid "top-right"
#~ msgstr "右上"
+
#~ msgid "GDynText"
#~ msgstr "GDynText"
+
#~ msgid "Toggle creation of a new layer"
#~ msgstr "新規レイヤー作成切替え"
+
#~ msgid "Load text from file"
#~ msgstr "テキストをファイルから読み込む"
+
#~ msgid "GDynText: Select Color"
#~ msgstr "GDynText: 色選択"
+
#~ msgid "Text color"
#~ msgstr "文字色"
+
#~ msgid "Toggle anti-aliased text"
#~ msgstr "アンチエイリアス切替え"
+
#~ msgid "Left aligned text"
#~ msgstr "左揃え"
+
#~ msgid "Centered text"
#~ msgstr "中央寄せ"
+
#~ msgid "Right aligned text"
#~ msgstr "右揃え"
+
#~ msgid "Toggle text font preview"
#~ msgstr "文字フォントプレビュー切替え"
+
#~ msgid "Toggle CharMap window"
#~ msgstr "CharMap ウィンドウ切替え"
+
#~ msgid ""
#~ "Layer\n"
#~ "Alignment"
#~ msgstr ""
#~ "レイヤー\n"
#~ "整列"
+
#~ msgid "Set layer alignment"
#~ msgstr "レイヤー整列方法の指定"
+
#~ msgid ""
#~ "Line\n"
#~ "Spacing"
#~ msgstr "行間隔"
+
#~ msgid "Set text rotation (degrees)"
#~ msgstr "文字回転設定 (度)"
+
#~ msgid "Editable text sample"
#~ msgstr "編集可能文字サンプル"
+
#~ msgid "Clear preview"
#~ msgstr "プレビュー消去"
+
#~ msgid "Preview default text sample"
#~ msgstr "デフォルト文字サンプルをプレビュー"
+
#~ msgid ""
#~ "Holding the Shift key while pressing this button will force GDynText in "
#~ "changing the layer name as done in GIMP 1.0."
#~ msgstr ""
#~ "Shift キーを押しながらこのボタンを押すと GDynText は GIMP 1.0 のようにレイ"
#~ "ヤー名を強制的に変更します。"
+
#~ msgid "GDynText: Load text"
#~ msgstr "GDynText: テキスト読み込み"
+
#~ msgid ""
#~ "Warning file \"%s\" is larger than the maximum allowed text length (%d).\n"
#~ msgstr "警告 ファイル \"%s\" は最大文字数 (%d) を越えています。\n"
+
#~ msgid "Error opening \"%s\"!\n"
#~ msgstr "\"%s\" を開く際にエラー発生!\n"
+
#~ msgid ""
#~ " WARNING: GDynText is too old! A newer version is required to handle this "
#~ "layer. Get it from %s"
#~ msgstr ""
#~ "警告: GDynText が古すぎます! このレイヤーを編集するには新しい版が必要で"
#~ "す。%s から取得して下さい"
+
#~ msgid " Upgrading old GDynText layer to %s."
#~ msgstr "古い GDynText レイヤー を %s にアップグレードしています。"
+
#~ msgid "Dismiss"
#~ msgstr "閉じる"
+
#~ msgid "Back"
#~ msgstr "戻る"
+
#~ msgid "Forward"
#~ msgstr "進む"
+
#~ msgid "OK"
#~ msgstr "了解"
+
#~ msgid "Cancel"
#~ msgstr "取消"
#, fuzzy
#~ msgid "Enable/disable jagged edges removal(antialiasing)"
#~ msgstr "ギザギザした縁を滑らかにするかどうか (アンチエイリアシング)"
+
#~ msgid "/File/Print (Gtk)..."
#~ msgstr "/ファイル/印刷 (Gtk)..."
+
#~ msgid "/File/Print (Gimp)..."
#~ msgstr "/ファイル/印刷 (Gimp)..."
+
#~ msgid "(unknown!?)"
#~ msgstr "(不明!?)"
+
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "GEE! The GIMP E'er Egg!"
@@ -17331,6 +18673,7 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Normal Scale"
#~ msgstr "拡大スケール:"
+
#~ msgid "Experimental Linear Scale"
#~ msgstr "実験中の線形拡大縮小"
@@ -17361,60 +18704,88 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Set line spacing"
#~ msgstr "行間隔"
+
#~ msgid "HP DeskJet 500, 520"
#~ msgstr "HP DeskJet 500, 520"
+
#~ msgid "HP DeskJet 500C, 540C"
#~ msgstr "HP DeskJet 500C, 540C"
+
#~ msgid "HP DeskJet 550C, 560C"
#~ msgstr "HP DeskJet 550C, 560C"
+
#~ msgid "HP DeskJet 600 series"
#~ msgstr "HP DeskJet 600 シリーズ"
+
#~ msgid "HP DeskJet 800 series"
#~ msgstr "HP DeskJet 800 シリーズ"
+
#~ msgid "HP DeskJet 1100C, 1120C"
#~ msgstr "HP DeskJet 1100C, 1120C"
+
#~ msgid "HP DeskJet 1200C, 1600C"
#~ msgstr "HP DeskJet 1200C, 1600C"
+
#~ msgid "HP LaserJet II series"
#~ msgstr "HP LaserJet II シリーズ"
+
#~ msgid "HP LaserJet III series"
#~ msgstr "HP LaserJet III シリーズ"
+
#~ msgid "HP LaserJet 4 series"
#~ msgstr "HP LaserJet 4 シリーズ"
+
#~ msgid "HP LaserJet 4V, 4Si"
#~ msgstr "HP LaserJet 4V, 4Si"
+
#~ msgid "HP LaserJet 5 series"
#~ msgstr "HP LaserJet 5 シリーズ"
+
#~ msgid "HP LaserJet 5Si"
#~ msgstr "HP LaserJet 5Si"
+
#~ msgid "HP LaserJet 6 series"
#~ msgstr "HP LaserJet 6 シリーズ"
+
#~ msgid "EPSON Stylus Color"
#~ msgstr "EPSON Stylus Color"
+
#~ msgid "EPSON Stylus Color Pro"
#~ msgstr "EPSON Stylus Color Pro"
+
#~ msgid "EPSON Stylus Color Pro XL"
#~ msgstr "EPSON Stylus Color Pro XL"
+
#~ msgid "EPSON Stylus Color 1500"
#~ msgstr "EPSON Stylus Color 1500"
+
#~ msgid "EPSON Stylus Color 400"
#~ msgstr "EPSON MJ-400"
+
#~ msgid "EPSON Stylus Color 500"
#~ msgstr "EPSON MJ-500C"
+
#~ msgid "EPSON Stylus Color 600"
#~ msgstr "EPSON PM-600C"
+
#~ msgid "EPSON Stylus Color 800"
#~ msgstr "EPSON MJ-800C"
+
#~ msgid "EPSON Stylus Color 1520"
#~ msgstr "EPSON Stylus Color 1520"
+
#~ msgid "EPSON Stylus Color 3000"
#~ msgstr "EPSON MJ-3000C"
+
#~ msgid "EPSON Stylus Photo 700"
#~ msgstr "EPSON PM-700C"
+
#~ msgid "EPSON Stylus Photo EX"
#~ msgstr "EPSON Stylus Photo EX"
+
#~ msgid "EPSON Stylus Photo"
#~ msgstr "EPSON Stylus Photo"
+
#~ msgid ""
#~ "Can't execute more than 1 Video Function\n"
#~ "on the same AnimFrame Image at the same time\n"
@@ -17423,138 +18794,195 @@ msgstr "何も取り込まれませんでした"
#~ "同一の動画フレーム画像について同時に多数の\n"
#~ "動画機能をあてはめることは出来ません\n"
#~ "LOCK ID:%s\n"
+
#~ msgid "Force visibility"
#~ msgstr "強制的に表示する"
+
#~ msgid "Force visibility for all copied Src-Layers"
#~ msgstr "コピーされた元レイヤーをすべて強制的に表示する"
+
#~ msgid "Clip To Frame"
#~ msgstr "フレームにクリップ"
+
#~ msgid "Clip all copied Src-Layers at Frame Boundaries"
#~ msgstr "コピーされた元レイヤーすべてをフレーム境界にクリップ"
+
#~ msgid ""
#~ "No Source Image was selected\n"
#~ "(Please open a 2nd Image of the same type before opening Move Path)"
#~ msgstr ""
#~ "元画像が選択されていません\n"
#~ "(パス移動を開く前に同じ種類の画像をもう一つ開いてください)"
+
#~ msgid "Rotate Follow"
#~ msgstr "回転追跡"
+
#~ msgid ""
#~ "Set Rotation for all Controlpoints to follow the shape of the path.\n"
#~ "(Shift: use Rotation of contolpoint 1 as offset)"
#~ msgstr ""
#~ "すべてのコントロールポイントがパスの形状に添うようにします。\n"
#~ "(Shift: コントロールポイント 1 の回転をオフセットとして使います)"
+
#~ msgid "Move Path Controlpointcheck"
#~ msgstr "パス移動コントロールポイントチェック"
+
#~ msgid ""
#~ "Goto prev Frame\n"
#~ " use timezoom stepsize"
#~ msgstr ""
#~ "前のフレームに移動\n"
#~ " 時間拡大ステップサイズを使用"
+
#~ msgid ""
#~ "Goto next Frame\n"
#~ " use timezoom stepsize"
#~ msgstr ""
#~ "次のフレームに移動\n"
#~ " 時間拡大ステップサイズを使用<"
+
#~ msgid "bottom-left"
#~ msgstr "左下"
+
#~ msgid "GDynText: CharMap"
#~ msgstr "GDynText: キャラクタマップ"
+
#~ msgid "Cannot operate on grayscale images with alpha channel."
#~ msgstr ""
#~ "グレースケール画像ではアルファチャンネルを持った画像を取り扱えません"
+
#~ msgid "Save Parameters To"
#~ msgstr "パラメータを保存"
+
#~ msgid "Load Parameters From"
#~ msgstr "パラメータ読み込み"
+
#~ msgid "Selective Load From"
#~ msgstr "選択的読み込み"
+
#~ msgid "Save (middle transform) as QBE File"
#~ msgstr "変形経過を QBE ファイルとして保存"
+
#~ msgid "Adjusting FG-BG"
#~ msgstr "前景/背景色を調整しています"
+
#~ msgid "_Use intensity"
#~ msgstr "強度を使用する(_U)"
+
#~ msgid "Polarizing"
#~ msgstr "極座標に変換しています"
+
#~ msgid "A_ntialiasing"
#~ msgstr "アンチエイリアシング(_N)"
+
#~ msgid "_Grab"
#~ msgstr "取り込む(_G)"
+
#~ msgid "W_ait"
#~ msgstr "待ち時間(_A)"
+
#~ msgid "seconds before grabbing"
#~ msgstr "秒後に取り込み"
+
#~ msgid ""
#~ "The number of seconds to wait after selecting the window or region and "
#~ "actually taking the screenshot."
#~ msgstr ""
#~ "ウィンドウや領域を選択後、指定した秒数待ってから画面を取り込みます。"
+
#~ msgid "Value Propagating"
#~ msgstr "明度を伝搬させています"
+
#~ msgid "Copying IFS to image (%d/%d)"
#~ msgstr "IFS を画像にコピーしています (%d/%d)"
+
#~ msgid "Property"
#~ msgstr "属性"
+
#~ msgid "Description"
#~ msgstr "説明"
+
#~ msgid "Image _title:"
#~ msgstr "画像のタイトル(_T):"
+
#~ msgid "_Author:"
#~ msgstr "作者(_A):"
+
#~ msgid "Description _writer:"
#~ msgstr "説明の著者(_W):"
+
#~ msgid "Empty"
#~ msgstr "何もありません"
+
#~ msgid "Copyright"
#~ msgstr "著作権表示:"
+
#~ msgid "Camera 1"
#~ msgstr "カメラ 1"
+
#~ msgid "Camera 2"
#~ msgstr "カメラ 2"
+
#~ msgid "Thumbnail"
#~ msgstr "サムネイル"
+
#~ msgid "Advanced"
#~ msgstr "詳細"
+
#~ msgid "Import XMP from File"
#~ msgstr "XMP をファイルからインポート"
+
#~ msgid "Cannot create file"
#~ msgstr "ファイルが作成できませんでした"
+
#~ msgid "Some error occurred while saving"
#~ msgstr "保存中にエラー発生"
+
#~ msgid "Could not close the file"
#~ msgstr "ファイルがクローズできませんでした"
+
#~ msgid "Export XMP to File"
#~ msgstr "XMP をファイルにエクスポート"
+
#~ msgid "Image Properties"
#~ msgstr "画像属性"
+
#~ msgid "_Import XMP..."
#~ msgstr "XMP 読み込み(_I)..."
+
#~ msgid "_Export XMP..."
#~ msgstr "XMP 書き出し(_E)..."
+
#~ msgid "Propert_ies"
#~ msgstr "属性(_I)"
+
#~ msgid "Dither algorithm:"
#~ msgstr "ディザリングアルゴリズム:"
+
#~ msgid "Right border:"
#~ msgstr "右縁:"
+
#~ msgid "Bottom border:"
#~ msgstr "下縁:"
+
#~ msgid "Setup Printer..."
#~ msgstr "プリンタの設定..."
+
#~ msgid "New Printer..."
#~ msgstr "新規プリンタ..."
+
#~ msgid "Adjust Output..."
#~ msgstr "出力の調整..."
+
#~ msgid "Take a screenshot of your _desktop"
#~ msgstr "デスクトップを取り込む(_D)"
+
#~ msgid "Transferring TWAIN data"
#~ msgstr "TWAIN データを転送しています"
+
#~ msgid "Palette Map..."
#~ msgstr "パレットマップしています..."
+
#~ msgid "Load PDF"
#~ msgstr "PDF 読み込み"
@@ -17605,4 +19033,3 @@ msgstr "何も取り込まれませんでした"
#, fuzzy
#~ msgid "Searching by type - please wait"
#~ msgstr "名前で検索中 - お待ち下さい"
-
diff --git a/po-plug-ins/nn.po b/po-plug-ins/nn.po
index 463f8f3f05..efde48deb6 100644
--- a/po-plug-ins/nn.po
+++ b/po-plug-ins/nn.po
@@ -1,2075 +1,515 @@
-# Kolbjørn Stuestøl
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
#
msgid ""
msgstr ""
-"Project-Id-Version: gimp 2.4\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-12 15:26+0100\n"
-"PO-Revision-Date: 2008-03-05 21:56+0100\n"
-"Last-Translator: Kolbjørn Stuestøl \n"
-"Language-Team: Kolbjørn Stuestøl \n"
+"Project-Id-Version: GIMP 2.6\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gimp&component=general\n"
+"POT-Creation-Date: 2009-03-24 12:34+0000\n"
+"PO-Revision-Date: 2009-09-12 17:18+0100\n"
+"Last-Translator: Kolbjørn Stuestøl \n"
+"Language-Team: Norwegian nynorsk \n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Norwegian Nynorsk\n"
-"X-Poedit-Country: NORWAY\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../plug-ins/FractalExplorer/Dialogs.c:547
-#: ../plug-ins/gfig/gfig-dialog.c:274 ../plug-ins/gflare/gflare.c:883
-#: ../plug-ins/gimpressionist/utils.c:143
-#, c-format
-msgid ""
-"No %s in gimprc:\n"
-"You need to add an entry like\n"
-"(%s \"%s\")\n"
-"to your %s file."
-msgstr ""
-"%s finst ikkje i gimprc:\n"
-"Du må skrive inn noe liknande\n"
-"(%s «%s»)\n"
-"i %s-fila di."
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:638
-msgid "Realtime preview"
-msgstr "Førehandsvising i sanntid"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:646
-msgid "If enabled the preview will be redrawn automatically"
-msgstr ""
-"Dersom du aktiviserer denne, vil førehandsvisinga bli oppdatert automatisk."
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:649
-msgid "R_edraw preview"
-msgstr "_Oppdater forhåndsvisning"
-
-#. Zoom Options
-#: ../plug-ins/FractalExplorer/Dialogs.c:657
-msgid "Zoom"
-msgstr "Zoom"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:693
-msgid "Undo last zoom change"
-msgstr "Angre siste zoomendringa"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:703
-msgid "Redo last zoom change"
-msgstr "Gjenta siste zoomendringa"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:718
-msgid "_Parameters"
-msgstr "_Parametrar"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:721
-msgid "Fractal Parameters"
-msgstr "Fraktalparametrar"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:734
-#: ../plug-ins/MapObject/mapobject_ui.c:1099
-msgid "Left:"
-msgstr "Venstre:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:743
-#: ../plug-ins/MapObject/mapobject_ui.c:1099
-msgid "Right:"
-msgstr "Høgre:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:752
-#: ../plug-ins/MapObject/mapobject_ui.c:1098
-msgid "Top:"
-msgstr "Topp:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:761
-#: ../plug-ins/MapObject/mapobject_ui.c:1098
-msgid "Bottom:"
-msgstr "Botn:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:770 ../plug-ins/common/warp.c:433
-#: ../plug-ins/ifscompose/ifscompose.c:1210
-msgid "Iterations:"
-msgstr "Gjentakingar:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:773
-msgid ""
-"The higher the number of iterations, the more details will be calculated"
-msgstr ""
-"Dess fleire gjentakingar (høgare verdi), dess fleire detaljar blir rekna ut"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:781
-msgid "CX:"
-msgstr "CX:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:784
-#: ../plug-ins/FractalExplorer/Dialogs.c:794
-msgid "Changes aspect of fractal"
-msgstr "Endrar utsjånaden til fraktalen"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:791
-msgid "CY:"
-msgstr "CY:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:809
-msgid "Load a fractal from file"
-msgstr "Last fraktal frå fil"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:817
-msgid "Reset parameters to default values"
-msgstr "Sett tilbake til standardverdiane"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:826
-msgid "Save active fractal to file"
-msgstr "Lagra aktiv fraktal frå fil"
-
-#. Fractal type toggle box
-#: ../plug-ins/FractalExplorer/Dialogs.c:829
-msgid "Fractal Type"
-msgstr "Fraktaltype"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:842
-msgid "Mandelbrot"
-msgstr "Mandelbrot"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:844
-msgid "Julia"
-msgstr "Julia"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:846
-msgid "Barnsley 1"
-msgstr "Barnsley 1"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:848
-msgid "Barnsley 2"
-msgstr "Barnsley 2"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:850
-msgid "Barnsley 3"
-msgstr "Barnsley 3"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:852
-msgid "Spider"
-msgstr "Spinne"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:854
-msgid "Man'o'war"
-msgstr "Man'o'war"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:856
-msgid "Lambda"
-msgstr "Lambda"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:858
-msgid "Sierpinski"
-msgstr "Sierpinski"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:904 ../plug-ins/common/sinus.c:886
-msgid "Co_lors"
-msgstr "_Fargar"
-
-#. Number of Colors frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:908
-#: ../plug-ins/common/borderaverage.c:415
-msgid "Number of Colors"
-msgstr "Talet på fargar"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:920
-msgid "Number of colors:"
-msgstr "Talet på fargar:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:923
-msgid "Change the number of colors in the mapping"
-msgstr "Endra talet på fargar i avbildinga"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:930
-msgid "Use loglog smoothing"
-msgstr "Bruk loglog utglatting"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:937
-msgid "Use log log smoothing to eliminate \"banding\" in the result"
-msgstr "Bruk loglog utglatting for å eliminera «striping» på biletet"
-
-#. Color Density frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:941
-msgid "Color Density"
-msgstr "Fargedekning"
-
-#. These values are translated for the GUI but also used internally
-#. to figure out which button the user pushed, etc.
-#. Not my design, please don't blame me -- njl
-#: ../plug-ins/FractalExplorer/Dialogs.c:953 ../plug-ins/common/fp.c:220
-msgid "Red:"
-msgstr "Raud:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:956
-msgid "Change the intensity of the red channel"
-msgstr "Endra intensiteten for den raude kanalen"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:963 ../plug-ins/common/fp.c:221
-msgid "Green:"
-msgstr "Grøn:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:966
-msgid "Change the intensity of the green channel"
-msgstr "Endra intensiteten for den grøne kanalen"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:973 ../plug-ins/common/fp.c:222
-msgid "Blue:"
-msgstr "Blå:"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:976
-msgid "Change the intensity of the blue channel"
-msgstr "Endra intensiteten for den blå kanalen"
-
-#. Color Function frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:982
-msgid "Color Function"
-msgstr "Fargefunksjon"
-
-#. Redmode radio frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:991
-#: ../plug-ins/common/channel_mixer.c:537 ../plug-ins/common/decompose.c:174
-msgid "Red"
-msgstr "Raud"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:995
-#: ../plug-ins/FractalExplorer/Dialogs.c:1036
-#: ../plug-ins/FractalExplorer/Dialogs.c:1077
-msgid "Sine"
-msgstr "Sinus"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:997
-#: ../plug-ins/FractalExplorer/Dialogs.c:1038
-#: ../plug-ins/FractalExplorer/Dialogs.c:1079
-msgid "Cosine"
-msgstr "Kosinus"
-
-#. if and how to center the image on the page
-#: ../plug-ins/FractalExplorer/Dialogs.c:999
-#: ../plug-ins/FractalExplorer/Dialogs.c:1040
-#: ../plug-ins/FractalExplorer/Dialogs.c:1081
-#: ../plug-ins/Lighting/lighting_ui.c:415
-#: ../plug-ins/common/CML_explorer.c:166 ../plug-ins/common/align_layers.c:422
-#: ../plug-ins/common/align_layers.c:453 ../plug-ins/common/postscript.c:3230
-#: ../plug-ins/common/postscript.c:3242 ../plug-ins/common/psp.c:418
-#: ../plug-ins/fits/fits.c:1026 ../plug-ins/print/print-page-layout.c:449
-msgid "None"
-msgstr "Ingen"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1004
-#: ../plug-ins/FractalExplorer/Dialogs.c:1045
-#: ../plug-ins/FractalExplorer/Dialogs.c:1086
-msgid "Use sine-function for this color component"
-msgstr "Bruk sinusfunksjon for denne fargekomponenten"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1007
-#: ../plug-ins/FractalExplorer/Dialogs.c:1048
-#: ../plug-ins/FractalExplorer/Dialogs.c:1089
-msgid "Use cosine-function for this color component"
-msgstr "Bruk kosinusfunksjon for denne fargekomponenten"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1010
-#: ../plug-ins/FractalExplorer/Dialogs.c:1051
-#: ../plug-ins/FractalExplorer/Dialogs.c:1092
-msgid ""
-"Use linear mapping instead of any trigonometrical function for this color "
-"channel"
-msgstr ""
-"Bruk lineær avbilding i staden for triginometriske funksjonar for denne "
-"fargekanalen"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1019
-#: ../plug-ins/FractalExplorer/Dialogs.c:1060
-#: ../plug-ins/FractalExplorer/Dialogs.c:1101
-msgid "Inversion"
-msgstr "Inversjon"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1027
-#: ../plug-ins/FractalExplorer/Dialogs.c:1068
-#: ../plug-ins/FractalExplorer/Dialogs.c:1109
-msgid ""
-"If you enable this option higher color values will be swapped with lower "
-"ones and vice versa"
-msgstr ""
-"Slår du på dette alternativet vil høgere fargeverdiar bli bytta om med "
-"lågare og motsett"
-
-#. Greenmode radio frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:1032
-#: ../plug-ins/common/channel_mixer.c:542 ../plug-ins/common/decompose.c:175
-msgid "Green"
-msgstr "Grøn"
-
-#. Bluemode radio frame
-#: ../plug-ins/FractalExplorer/Dialogs.c:1073
-#: ../plug-ins/common/channel_mixer.c:547 ../plug-ins/common/decompose.c:176
-msgid "Blue"
-msgstr "Blå"
-
-#. Colormode toggle box
-#: ../plug-ins/FractalExplorer/Dialogs.c:1114
-msgid "Color Mode"
-msgstr "Fargemodus"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1123
-msgid "As specified above"
-msgstr "Som spesifisert ovanfor"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1135
-msgid ""
-"Create a color-map with the options you specified above (color density/"
-"function). The result is visible in the preview image"
-msgstr ""
-"Lag eit fargekart med dei innstillingane du spesifiserte ovanfor "
-"(fargetettleik/funksjon). Resultatet er synleg i førehandsvisinga."
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1145
-msgid "Apply active gradient to final image"
-msgstr "Legg aktiv fargeovergang til det ferdige biletet"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1157
-msgid "Create a color-map using a gradient from the gradient editor"
-msgstr ""
-"Opprett eit fargekart ved å bruke ein fargeovergang frå "
-"fargeovergangsbehandlaren"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1168
-msgid "FractalExplorer Gradient"
-msgstr "Fraktalutforskarovergang"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1198
-msgid "_Fractals"
-msgstr "_Fraktalar"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1546
-#: ../plug-ins/Lighting/lighting_ui.c:1210 ../plug-ins/bmp/bmpwrite.c:294
-#: ../plug-ins/common/CEL.c:568 ../plug-ins/common/CML_explorer.c:2004
-#: ../plug-ins/common/channel_mixer.c:1059 ../plug-ins/common/compressor.c:410
-#: ../plug-ins/common/compressor.c:473 ../plug-ins/common/compressor.c:563
-#: ../plug-ins/common/compressor.c:632 ../plug-ins/common/curve_bend.c:817
-#: ../plug-ins/common/dicom.c:708 ../plug-ins/common/gbr.c:616
-#: ../plug-ins/common/gif-save.c:986 ../plug-ins/common/gih.c:1258
-#: ../plug-ins/common/gtm.c:225 ../plug-ins/common/mng.c:561
-#: ../plug-ins/common/mng.c:950 ../plug-ins/common/pat.c:447
-#: ../plug-ins/common/pcx.c:645 ../plug-ins/common/pix.c:508
-#: ../plug-ins/common/png.c:1244 ../plug-ins/common/pnm.c:958
-#: ../plug-ins/common/postscript.c:1196 ../plug-ins/common/psd-save.c:1557
-#: ../plug-ins/common/raw.c:528 ../plug-ins/common/raw.c:555
-#: ../plug-ins/common/spheredesigner.c:2120 ../plug-ins/common/sunras.c:544
-#: ../plug-ins/common/tga.c:1133 ../plug-ins/common/tiff-save.c:671
-#: ../plug-ins/common/xbm.c:1016 ../plug-ins/common/xwd.c:598
-#: ../plug-ins/fits/fits.c:457 ../plug-ins/flame/flame.c:442
-#: ../plug-ins/gfig/gfig.c:794 ../plug-ins/gfli/gfli.c:715
-#: ../plug-ins/ifscompose/ifscompose.c:2376 ../plug-ins/jpeg/jpeg-save.c:325
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:282
-#: ../plug-ins/winicon/icosave.c:1020 ../plug-ins/xjt/xjt.c:1280
-#: ../plug-ins/xjt/xjt.c:1714
-#, c-format
-msgid "Could not open '%s' for writing: %s"
-msgstr "Kan ikkje opna «%s» for skriving: %s"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1560
-#, c-format
-msgid "Could not write '%s': %s"
-msgstr "Kunne ikkje skriva til «%s»: %s"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1635
-msgid "Load Fractal Parameters"
-msgstr "Hent fraktalparametrar"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1673
-msgid "Save Fractal Parameters"
-msgstr "Lagra fraktalparametrar"
-
-#. Do not rely on librsvg setting GError on failure!
-#. stat error (file does not exist)
-#: ../plug-ins/FractalExplorer/Dialogs.c:1863
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:933
-#: ../plug-ins/Lighting/lighting_ui.c:1353 ../plug-ins/bmp/bmpread.c:149
-#: ../plug-ins/common/CEL.c:299 ../plug-ins/common/CML_explorer.c:2177
-#: ../plug-ins/common/channel_mixer.c:981 ../plug-ins/common/compressor.c:464
-#: ../plug-ins/common/compressor.c:622 ../plug-ins/common/curve_bend.c:869
-#: ../plug-ins/common/dicom.c:296 ../plug-ins/common/gbr.c:348
-#: ../plug-ins/common/gif-load.c:309 ../plug-ins/common/gih.c:649
-#: ../plug-ins/common/mng.c:1121 ../plug-ins/common/pat.c:317
-#: ../plug-ins/common/pcx.c:344 ../plug-ins/common/pix.c:329
-#: ../plug-ins/common/png.c:703 ../plug-ins/common/pnm.c:480
-#: ../plug-ins/common/poppler.c:527 ../plug-ins/common/postscript.c:1023
-#: ../plug-ins/common/postscript.c:3031 ../plug-ins/common/psp.c:1432
-#: ../plug-ins/common/raw.c:243 ../plug-ins/common/raw.c:645
-#: ../plug-ins/common/spheredesigner.c:2010 ../plug-ins/common/sunras.c:378
-#: ../plug-ins/common/svg.c:321 ../plug-ins/common/svg.c:702
-#: ../plug-ins/common/tga.c:423 ../plug-ins/common/tiff-load.c:288
-#: ../plug-ins/common/xbm.c:720 ../plug-ins/common/xwd.c:420
-#: ../plug-ins/faxg3/faxg3.c:219 ../plug-ins/fits/fits.c:345
-#: ../plug-ins/flame/flame.c:411 ../plug-ins/gfig/gfig.c:434
-#: ../plug-ins/gfli/gfli.c:429 ../plug-ins/gfli/gfli.c:464
-#: ../plug-ins/help/gimphelplocale.c:193 ../plug-ins/jpeg/jpeg-load.c:111
-#: ../plug-ins/jpeg/jpeg-load.c:821 ../plug-ins/psd/psd-load.c:125
-#: ../plug-ins/psd/psd-thumb-load.c:78
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:271
-#: ../plug-ins/uri/uri-backend-libcurl.c:186 ../plug-ins/winicon/icoload.c:651
-#: ../plug-ins/winicon/icoload.c:728 ../plug-ins/xjt/xjt.c:2545
-#: ../plug-ins/xjt/xjt.c:2553
-#, c-format
-msgid "Could not open '%s' for reading: %s"
-msgstr "Kunne ikkje opna «%s» for lesing: %s"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1871
-#, c-format
-msgid "'%s' is not a FractalExplorer file"
-msgstr "«%s» er ikkje ei Fraktalutforskarfil"
-
-#: ../plug-ins/FractalExplorer/Dialogs.c:1877
-#, c-format
-msgid "'%s' is corrupt. Line %d Option section incorrect"
-msgstr "Feil i «%s». Innstillingane i %d er feil"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:243
-msgid "Render fractal art"
-msgstr "Teiknar fraktalkunst"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:248
-msgid "_Fractal Explorer..."
-msgstr "_Fraktalutforskaren..."
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:378
-msgid "Rendering fractal"
-msgstr "Teiknar fraktal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:760
-#: ../plug-ins/gflare/gflare.c:3154
-#, c-format
-msgid "Are you sure you want to delete \"%s\" from the list and from disk?"
-msgstr "Er du sikker på at du vil slette \"%s\" frå lista og frå disken?"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:764
-msgid "Delete Fractal"
-msgstr "Slett fraktal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:954
-#, c-format
-msgid "File '%s' is not a FractalExplorer file"
-msgstr "Fila «%s» er ikkje ei Fraktalutforskar-fil"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:963
-#, c-format
-msgid ""
-"File '%s' is corrupt.\n"
-"Line %d Option section incorrect"
-msgstr ""
-"Fila «%s» er skada.\n"
-"Linje %d innstillingssektionen er feil"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1007
-msgid "My first fractal"
-msgstr "Min første fraktal"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1071
-msgid "Select folder and rescan collection"
-msgstr "Vel mappe og skan samlinga på nytt"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1083
-msgid "Apply currently selected fractal"
-msgstr "Bruk den valde fraktalen"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1095
-msgid "Delete currently selected fractal"
-msgstr "Slett den valde fraktalen"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1118
-msgid "Rescan for Fractals"
-msgstr "Les inn fraktalar på nytt"
-
-#: ../plug-ins/FractalExplorer/FractalExplorer.c:1137
-msgid "Add FractalExplorer Path"
-msgstr "Legg til stig for fraktalutforskaren"
-
-#: ../plug-ins/Lighting/lighting_apply.c:104
-#: ../plug-ins/Lighting/lighting_ui.c:1018
-msgid "Lighting Effects"
-msgstr "Lyseffektar"
-
-#: ../plug-ins/Lighting/lighting_main.c:195
-msgid "Apply various lighting effects to an image"
-msgstr "Bruk fleire lyseffektar i biletet"
-
-#: ../plug-ins/Lighting/lighting_main.c:200
-msgid "_Lighting Effects..."
-msgstr "_Lyseffektar..."
-
-#. General options
-#: ../plug-ins/Lighting/lighting_ui.c:294
-#: ../plug-ins/MapObject/mapobject_ui.c:472
-msgid "General Options"
-msgstr "Generelle innstillingar"
-
-#: ../plug-ins/Lighting/lighting_ui.c:302
-msgid "T_ransparent background"
-msgstr "_Gjennomsiktig bakgrunn"
-
-#: ../plug-ins/Lighting/lighting_ui.c:312
-msgid "Make destination image transparent where bump height is zero"
-msgstr "Gjer målbiletet gennemsigtig når humphøgda er null"
-
-#: ../plug-ins/Lighting/lighting_ui.c:315
-msgid "Cre_ate new image"
-msgstr "Lag n_ytt bilete"
-
-#: ../plug-ins/Lighting/lighting_ui.c:325
-#: ../plug-ins/MapObject/mapobject_ui.c:541
-msgid "Create a new image when applying filter"
-msgstr ""
-"Lager eit nytt bilete og bruker filteret i dette. Originalbiletet er "
-"uforandra"
-
-#: ../plug-ins/Lighting/lighting_ui.c:327
-msgid "High _quality preview"
-msgstr "Førehandsvising i høg _kvalitet"
-
-#: ../plug-ins/Lighting/lighting_ui.c:337
-msgid "Enable/disable high quality preview"
-msgstr "Slå førehandsvising i høg _kvalitet av/på"
-
-#: ../plug-ins/Lighting/lighting_ui.c:344
-msgid "Distance:"
-msgstr "Avstand:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:377
-#: ../plug-ins/MapObject/mapobject_ui.c:619
-msgid "Light Settings"
-msgstr "Lyssettingar"
-
-#: ../plug-ins/Lighting/lighting_ui.c:390
-msgid "Light 1"
-msgstr "Lys 1"
-
-#: ../plug-ins/Lighting/lighting_ui.c:391
-msgid "Light 2"
-msgstr "Lys 2"
-
-#: ../plug-ins/Lighting/lighting_ui.c:392
-msgid "Light 3"
-msgstr "Lys 3"
-
-#: ../plug-ins/Lighting/lighting_ui.c:393
-msgid "Light 4"
-msgstr "Lys 4"
-
-#: ../plug-ins/Lighting/lighting_ui.c:394
-msgid "Light 5"
-msgstr "Lys 5"
-
-#: ../plug-ins/Lighting/lighting_ui.c:395
-msgid "Light 6"
-msgstr "Lys 6"
-
-#. row labels
-#: ../plug-ins/Lighting/lighting_ui.c:404
-#: ../plug-ins/common/spheredesigner.c:2706
-msgid "Type:"
-msgstr "Type:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:409
-msgid "Color:"
-msgstr "Farge:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:416
-msgid "Directional"
-msgstr "Retta"
-
-#: ../plug-ins/Lighting/lighting_ui.c:417
-msgid "Point"
-msgstr "Punkt"
-
-#: ../plug-ins/Lighting/lighting_ui.c:431
-#: ../plug-ins/MapObject/mapobject_ui.c:642
-msgid "Type of light source to apply"
-msgstr "Lyskjeldetype som skal leggjast til"
-
-#: ../plug-ins/Lighting/lighting_ui.c:433
-#: ../plug-ins/MapObject/mapobject_ui.c:644
-msgid "Select lightsource color"
-msgstr "Farge på lyskjelde"
-
-#: ../plug-ins/Lighting/lighting_ui.c:447
-#: ../plug-ins/MapObject/mapobject_ui.c:657
-msgid "Set light source color"
-msgstr "Sett farge for lyskjelde"
-
-#: ../plug-ins/Lighting/lighting_ui.c:455
-msgid "_Intensity:"
-msgstr "_Intensitet:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:463
-msgid "Light intensity"
-msgstr "Lysintensitet"
-
-#: ../plug-ins/Lighting/lighting_ui.c:466
-#: ../plug-ins/MapObject/mapobject_ui.c:659
-#: ../plug-ins/MapObject/mapobject_ui.c:986
-#: ../plug-ins/print/print-page-layout.c:343
-msgid "Position"
-msgstr "Posisjon"
-
-#: ../plug-ins/Lighting/lighting_ui.c:476 ../plug-ins/common/flarefx.c:772
-#: ../plug-ins/common/mblur.c:1094 ../plug-ins/common/nova.c:463
-#: ../plug-ins/common/papertile.c:282 ../plug-ins/flame/flame.c:1227
-#: ../plug-ins/gflare/gflare.c:2679
-msgid "_X:"
-msgstr "_X:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:484
-#: ../plug-ins/MapObject/mapobject_ui.c:683
-msgid "Light source X position in XYZ space"
-msgstr "X-koordinata for lyskjelda i XYZ-rommet"
-
-#: ../plug-ins/Lighting/lighting_ui.c:491 ../plug-ins/common/flarefx.c:777
-#: ../plug-ins/common/mblur.c:1099 ../plug-ins/common/nova.c:468
-#: ../plug-ins/common/papertile.c:291 ../plug-ins/flame/flame.c:1241
-#: ../plug-ins/gflare/gflare.c:2683
-msgid "_Y:"
-msgstr "_Y:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:499
-#: ../plug-ins/MapObject/mapobject_ui.c:697
-msgid "Light source Y position in XYZ space"
-msgstr "Y-koordinata for lyskjelda i XYZ-rommet"
-
-#: ../plug-ins/Lighting/lighting_ui.c:506
-msgid "_Z:"
-msgstr "_Z:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:514
-#: ../plug-ins/MapObject/mapobject_ui.c:711
-msgid "Light source Z position in XYZ space"
-msgstr "Z-koordinata for lyskjelda i XYZ-rommet"
-
-#. *****************************************************
-#. radio buttons for choosing LEFT or RIGHT
-#. *************************************************
-#: ../plug-ins/Lighting/lighting_ui.c:517 ../plug-ins/common/struc.c:1292
-#: ../plug-ins/common/wind.c:943
-msgid "Direction"
-msgstr "Retning"
-
-#. X
-#: ../plug-ins/Lighting/lighting_ui.c:526
-#: ../plug-ins/MapObject/mapobject_ui.c:675
-#: ../plug-ins/MapObject/mapobject_ui.c:729
-#: ../plug-ins/MapObject/mapobject_ui.c:997
-#: ../plug-ins/MapObject/mapobject_ui.c:1046
-#: ../plug-ins/ifscompose/ifscompose.c:525
-msgid "X:"
-msgstr "X:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:534
-#: ../plug-ins/MapObject/mapobject_ui.c:737
-msgid "Light source X direction in XYZ space"
-msgstr "X-retningskomponenten for lyskjelda i XYZ-rommet"
-
-#. Y
-#: ../plug-ins/Lighting/lighting_ui.c:540
-#: ../plug-ins/MapObject/mapobject_ui.c:689
-#: ../plug-ins/MapObject/mapobject_ui.c:742
-#: ../plug-ins/MapObject/mapobject_ui.c:1010
-#: ../plug-ins/MapObject/mapobject_ui.c:1057
-#: ../plug-ins/MapObject/mapobject_ui.c:1155
-#: ../plug-ins/ifscompose/ifscompose.c:539
-msgid "Y:"
-msgstr "Y:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:548
-#: ../plug-ins/MapObject/mapobject_ui.c:750
-msgid "Light source Y direction in XYZ space"
-msgstr "Y-retningskomponenten for lyskjelda i XYZ-rommet"
-
-#: ../plug-ins/Lighting/lighting_ui.c:554
-#: ../plug-ins/MapObject/mapobject_ui.c:703
-#: ../plug-ins/MapObject/mapobject_ui.c:755
-#: ../plug-ins/MapObject/mapobject_ui.c:1023
-#: ../plug-ins/MapObject/mapobject_ui.c:1068
-#: ../plug-ins/MapObject/mapobject_ui.c:1167
-msgid "Z:"
-msgstr "Z:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:562
-#: ../plug-ins/MapObject/mapobject_ui.c:763
-msgid "Light source Z direction in XYZ space"
-msgstr "Z-retningskomponenten for lyskjelda i XYZ-rommet"
-
-#: ../plug-ins/Lighting/lighting_ui.c:565
-msgid "I_solate"
-msgstr "I_soler"
-
-#: ../plug-ins/Lighting/lighting_ui.c:574
-msgid "Lighting preset:"
-msgstr "Belysningsforval:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:620
-msgid "Material Properties"
-msgstr "Materialinnstillingar"
-
-#: ../plug-ins/Lighting/lighting_ui.c:638
-msgid "_Glowing:"
-msgstr "_Glød:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:657
-#: ../plug-ins/MapObject/mapobject_ui.c:824
-msgid "Amount of original color to show where no direct light falls"
-msgstr "Mengda av originalfarge som skal synast der det ikkje er direktelys"
-
-#: ../plug-ins/Lighting/lighting_ui.c:671
-msgid "_Bright:"
-msgstr "_Lysmengd:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:690
-#: ../plug-ins/MapObject/mapobject_ui.c:853
-msgid "Intensity of original color when lit by a light source"
-msgstr "Intensiteten på originalfargen når han blir opplyst av ei lyskjelde"
-
-#: ../plug-ins/Lighting/lighting_ui.c:704
-msgid "_Shiny:"
-msgstr "_Glans:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:723
-#: ../plug-ins/MapObject/mapobject_ui.c:925
-msgid "Controls how intense the highlights will be"
-msgstr "Kontrollerar intensiteten til høglysa"
-
-#: ../plug-ins/Lighting/lighting_ui.c:736
-msgid "_Polished:"
-msgstr "_Polert:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:755
-#: ../plug-ins/MapObject/mapobject_ui.c:954
-msgid "Higher values makes the highlights more focused"
-msgstr "Dess høgare verdi dess høgare glans i høglysa"
-
-#. Metallic
-#: ../plug-ins/Lighting/lighting_ui.c:765
-msgid "_Metallic"
-msgstr "_Metallisk"
-
-#: ../plug-ins/Lighting/lighting_ui.c:802
-msgid "E_nable bump mapping"
-msgstr "_aktiver avbildinga"
-
-#: ../plug-ins/Lighting/lighting_ui.c:816
-msgid "Enable/disable bump-mapping (image depth)"
-msgstr "Slå biletpunktkopling av/på (biletdjupn)"
-
-#: ../plug-ins/Lighting/lighting_ui.c:838
-msgid "Bumpm_ap image:"
-msgstr "Mønsterbiletet:"
-
-#. Map type menu
-#: ../plug-ins/Lighting/lighting_ui.c:841 ../plug-ins/common/bumpmap.c:835
-#: ../plug-ins/flame/flame.c:746
-msgid "Linear"
-msgstr "Lineær"
-
-#: ../plug-ins/Lighting/lighting_ui.c:842
-msgid "Logarithmic"
-msgstr "Logarithmisk"
-
-#: ../plug-ins/Lighting/lighting_ui.c:843 ../plug-ins/common/bumpmap.c:837
-#: ../plug-ins/flame/flame.c:747
-msgid "Sinusoidal"
-msgstr "Sinusforma"
-
-#: ../plug-ins/Lighting/lighting_ui.c:844 ../plug-ins/common/bumpmap.c:836
-#: ../plug-ins/flame/flame.c:748
-msgid "Spherical"
-msgstr "Kuleforma"
-
-#: ../plug-ins/Lighting/lighting_ui.c:854
-msgid "Cu_rve:"
-msgstr "Ku_rve:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:859
-msgid "Ma_ximum height:"
-msgstr "Ma_ksimal høgde:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:869
-msgid "Maximum height for bumps"
-msgstr "Maksimal høgde for humpane"
-
-#: ../plug-ins/Lighting/lighting_ui.c:893
-msgid "E_nable environment mapping"
-msgstr "_Aktiver kopling til omgivnadane"
-
-#: ../plug-ins/Lighting/lighting_ui.c:907
-msgid "Enable/disable environment-mapping (reflection)"
-msgstr "Slå kopling til omgivnadane av/på (refleksjon)"
-
-#: ../plug-ins/Lighting/lighting_ui.c:924
-msgid "En_vironment image:"
-msgstr "_Omgivnadsbilete:"
-
-#: ../plug-ins/Lighting/lighting_ui.c:927
-msgid "Environment image to use"
-msgstr "Omgivnadsbilete som skal brukast"
-
-#: ../plug-ins/Lighting/lighting_ui.c:949
-msgid "Op_tions"
-msgstr "_Innstillingar"
-
-#: ../plug-ins/Lighting/lighting_ui.c:953
-#: ../plug-ins/MapObject/mapobject_ui.c:1291
-msgid "_Light"
-msgstr "_Lys"
-
-#: ../plug-ins/Lighting/lighting_ui.c:957
-#: ../plug-ins/MapObject/mapobject_ui.c:1295
-msgid "_Material"
-msgstr "_Materiale"
-
-#: ../plug-ins/Lighting/lighting_ui.c:961
-msgid "_Bump Map"
-msgstr "_Avbilding"
-
-#: ../plug-ins/Lighting/lighting_ui.c:965
-msgid "_Environment Map"
-msgstr "_Omgivnadskopling"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1074
-#: ../plug-ins/gimpressionist/preview.c:174
-#: ../plug-ins/gimpressionist/repaint.c:1184
-#: ../plug-ins/imagemap/imap_polygon.c:515
-msgid "_Update"
-msgstr "_Oppdater"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1081
-#: ../plug-ins/MapObject/mapobject_ui.c:1397
-msgid "Recompute preview image"
-msgstr "Oppdater førehandsvisinga"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1083
-msgid "I_nteractive"
-msgstr "I_nteraktiv"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1097
-msgid "Enable/disable real time preview of changes"
-msgstr "Sanntidsoppdatering av førehandsvising av/på"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1136
-msgid "Save Lighting Preset"
-msgstr "Lagra førehandsinnstillingane for lys"
-
-#: ../plug-ins/Lighting/lighting_ui.c:1280
-msgid "Load Lighting Preset"
-msgstr "Opna førehandsinnstillingane for lys"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:275
-msgid "Map to plane"
-msgstr "Avbild på plan"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:278
-msgid "Map to sphere"
-msgstr "Avbild på kule"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:281
-msgid "Map to box"
-msgstr "Avbild på boks"
-
-#: ../plug-ins/MapObject/mapobject_apply.c:284
-msgid "Map to cylinder"
-msgstr "Avbildt på sylinder"
-
-#: ../plug-ins/MapObject/mapobject_main.c:196
-msgid "Map the image to an object (plane, sphere, box or cylinder)"
-msgstr "Overfør biletet til eit objekt (plan, kule, boks eller sylinder)."
-
-#: ../plug-ins/MapObject/mapobject_main.c:201
-msgid "Map _Object..."
-msgstr "Avbild på _objekt..."
-
-#: ../plug-ins/MapObject/mapobject_ui.c:248
-#: ../plug-ins/MapObject/mapobject_ui.c:1305
-msgid "_Box"
-msgstr "_Boks"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:266
-#: ../plug-ins/MapObject/mapobject_ui.c:1311
-msgid "C_ylinder"
-msgstr "S_ylinder"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:484
-msgid "Map to:"
-msgstr "Avbild på:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:488
-msgid "Plane"
-msgstr "Plan"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:489
-msgid "Sphere"
-msgstr "Kule"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:490
-msgid "Box"
-msgstr "Boks"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:491
-msgid "Cylinder"
-msgstr "Sylinder"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:501
-msgid "Type of object to map to"
-msgstr "Type objekt å avbilda på"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:503
-msgid "Transparent background"
-msgstr "Gjennomsiktig bakgrunn"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:514
-msgid "Make image transparent outside object"
-msgstr "Lag biletet gjennomsiktig utanfor objektet"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:516
-msgid "Tile source image"
-msgstr "Flislegg kjeldebiletet"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:527
-msgid "Tile source image: useful for infinite planes"
-msgstr "Flislegg kjeldebiletet: Nyttig for store flater"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:530
-msgid "Create new image"
-msgstr "Lag nytt bilete "
-
-#: ../plug-ins/MapObject/mapobject_ui.c:549
-msgid "Enable _antialiasing"
-msgstr "Aktiviser _kantutjamning"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:560
-msgid "Enable/disable jagged edges removal (antialiasing)"
-msgstr "Slå fjerning av trappekant av/på (kantutglatting)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:573 ../plug-ins/common/bumpmap.c:916
-#: ../plug-ins/common/emboss.c:523 ../plug-ins/common/fractaltrace.c:796
-#: ../plug-ins/common/struc.c:1324
-msgid "_Depth:"
-msgstr "_Djupn:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:576
-msgid "Antialiasing quality. Higher is better, but slower"
-msgstr "Kvaliteten på kantutjamninga. Høg er best, men seinast"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:585 ../plug-ins/common/redeye.c:173
-#: ../plug-ins/common/unsharp.c:704 ../plug-ins/common/wind.c:1006
-#: ../plug-ins/imagemap/imap_preferences.c:441
-msgid "_Threshold:"
-msgstr "_Terskelverdi:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:593
-msgid "Stop when pixel differences are smaller than this value"
-msgstr "Stopp når pikseldifferansen er mindre enn denne verdien"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:628
-msgid "Point light"
-msgstr "Punktlys"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:629
-msgid "Directional light"
-msgstr "Retningsbestemt lys"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:630
-msgid "No light"
-msgstr "Ikkje lys"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:635
-msgid "Lightsource type:"
-msgstr "Type lyskjelde:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:649
-msgid "Lightsource color:"
-msgstr "Lyskjeldefarge:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:714
-msgid "Direction Vector"
-msgstr "Retningsvektor"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:790
-msgid "Intensity Levels"
-msgstr "Intensitetsnivå"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:809
-msgid "Ambient:"
-msgstr "Bakgrunnslys:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:838
-#: ../plug-ins/MapObject/mapobject_ui.c:881
-msgid "Diffuse:"
-msgstr "Diffusjon:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:862
-msgid "Reflectivity"
-msgstr "Reflektivitet"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:896
-msgid "Higher values makes the object reflect more light (appear lighter)"
-msgstr ""
-"Dess høgare verdi dess meir lys blir reflektert frå objektet og gjer at det "
-"ser lysare ut"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:910
-msgid "Specular:"
-msgstr "Spegling:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:939
-msgid "Highlight:"
-msgstr "Høgglans:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1000
-msgid "Object X position in XYZ space"
-msgstr "X-koordinata for objektet i XYZ-rommet"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1013
-msgid "Object Y position in XYZ space"
-msgstr "Y-koordinata for objektet i XYZ-rommet"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1026
-msgid "Object Z position in XYZ space"
-msgstr "Z-koordinata for objektet i XYZ-rommet"
-
-#. Rotation
-#: ../plug-ins/MapObject/mapobject_ui.c:1035
-#: ../plug-ins/common/postscript.c:3428
-msgid "Rotation"
-msgstr "Rotasjon"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1049
-msgid "Rotation angle about X axis"
-msgstr "Rotasjonsvinkel om X-aksen"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1060
-msgid "Rotation angle about Y axis"
-msgstr "Rotasjonsvinkel om Y-aksen"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1071
-msgid "Rotation angle about Z axis"
-msgstr "Rotasjonsvinkel om Z-aksen"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1097
-msgid "Front:"
-msgstr "Front:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1097
-msgid "Back:"
-msgstr "Bak:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1105
-msgid "Map Images to Box Faces"
-msgstr "Bilete til bokssidene"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1143
-#: ../plug-ins/common/spheredesigner.c:2800
-msgid "Scale X:"
-msgstr "Skalering X:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1146
-msgid "X scale (size)"
-msgstr "X-skalering (storleik)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1158
-msgid "Y scale (size)"
-msgstr "Y-skalering (storleik)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1170
-msgid "Z scale (size)"
-msgstr "Z-skalering (storleik)"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1193
-#: ../plug-ins/print/print-page-layout.c:402
-msgid "_Top:"
-msgstr "_Topp:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1193
-#: ../plug-ins/print/print-page-layout.c:421
-msgid "_Bottom:"
-msgstr "_Botn:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1198
-msgid "Images for the Cap Faces"
-msgstr "Bilete for endeflatene"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1227
-#: ../plug-ins/print/print-page-layout.c:219
-msgid "Size"
-msgstr "Storleik"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1238
-msgid "R_adius:"
-msgstr "R_adius:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1242
-msgid "Cylinder radius"
-msgstr "Sylinderradius"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1252 ../plug-ins/common/mblur.c:1125
-msgid "L_ength:"
-msgstr "Le_ngde:"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1256
-msgid "Cylinder length"
-msgstr "Sylinderlengd"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1287
-msgid "O_ptions"
-msgstr "_Innstillingar"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1299
-msgid "O_rientation"
-msgstr "O_rientiering"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1335
-msgid "Map to Object"
-msgstr "Avbild på objektet"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1388
-#: ../plug-ins/common/diffraction.c:477
-msgid "_Preview!"
-msgstr "_Førehandsvis!"
-
-#: ../plug-ins/MapObject/mapobject_ui.c:1415
-msgid "Show preview _wireframe"
-msgstr "Vis _rutenett"
-
-#: ../plug-ins/bmp/bmp.c:124 ../plug-ins/bmp/bmp.c:143
-msgid "Windows BMP image"
-msgstr "Microsoft Windows BMP-bilete"
-
-#: ../plug-ins/bmp/bmpread.c:85
-msgid "Bad colormap"
-msgstr "Feil fargekart"
-
-#. max. rows allocated
-#. column, highest column ever used
-#. -1 assume fsel is not available (and not attached to any drawable)
-#. -1 assume there is no floating selection
-#: ../plug-ins/bmp/bmpread.c:154 ../plug-ins/common/CEL.c:304
-#: ../plug-ins/common/dicom.c:301 ../plug-ins/common/gbr.c:353
-#: ../plug-ins/common/gif-load.c:314 ../plug-ins/common/gih.c:654
-#: ../plug-ins/common/pat.c:322 ../plug-ins/common/pcx.c:349
-#: ../plug-ins/common/pix.c:334 ../plug-ins/common/png.c:710
-#: ../plug-ins/common/pnm.c:485 ../plug-ins/common/poppler.c:572
-#: ../plug-ins/common/postscript.c:1029 ../plug-ins/common/raw.c:650
-#: ../plug-ins/common/sunras.c:470 ../plug-ins/common/tga.c:428
-#: ../plug-ins/common/tiff-load.c:569 ../plug-ins/common/wmf.c:992
-#: ../plug-ins/common/xbm.c:725 ../plug-ins/common/xpm.c:343
-#: ../plug-ins/common/xwd.c:506 ../plug-ins/faxg3/faxg3.c:204
-#: ../plug-ins/gfli/gfli.c:469 ../plug-ins/jpeg/jpeg-load.c:117
-#: ../plug-ins/psd/psd-load.c:130 ../plug-ins/sgi/sgi.c:318
-#: ../plug-ins/winicon/icoload.c:645 ../plug-ins/xjt/xjt.c:3344
-#, c-format
-msgid "Opening '%s'"
-msgstr "Opnar «%s».."
-
-#: ../plug-ins/bmp/bmpread.c:164 ../plug-ins/bmp/bmpread.c:173
-#: ../plug-ins/bmp/bmpread.c:179 ../plug-ins/bmp/bmpread.c:187
-#: ../plug-ins/bmp/bmpread.c:201 ../plug-ins/bmp/bmpread.c:382
-#, c-format
-msgid "'%s' is not a valid BMP file"
-msgstr "«%s» er ikkje ei gyldig BMP-fil"
-
-#: ../plug-ins/bmp/bmpread.c:214 ../plug-ins/bmp/bmpread.c:240
-#: ../plug-ins/bmp/bmpread.c:266 ../plug-ins/bmp/bmpread.c:329
-#: ../plug-ins/bmp/bmpread.c:353 ../plug-ins/bmp/bmpread.c:375
-#: ../plug-ins/bmp/bmpread.c:388 ../plug-ins/bmp/bmpread.c:394
-#, c-format
-msgid "Error reading BMP file header from '%s'"
-msgstr "Feil ved lesing av header for BMP-fila «%s»"
-
-#: ../plug-ins/bmp/bmpread.c:502
-msgid "Unrecognized or invalid BMP compression format."
-msgstr "Ukjent eller ugyldig komprimeringingsformat for BMP."
-
-#: ../plug-ins/bmp/bmpread.c:544
-msgid "Unsupported or invalid bitdepth."
-msgstr "Ukjent eller ugyldig fargedjupn."
-
-#: ../plug-ins/bmp/bmpread.c:550 ../plug-ins/common/pcx.c:376
-#: ../plug-ins/psd/psd-load.c:295
-#, c-format
-msgid "Unsupported or invalid image width: %d"
-msgstr "Ugyldig biletbreidde: %d"
-
-#: ../plug-ins/bmp/bmpread.c:555 ../plug-ins/common/pcx.c:381
-#: ../plug-ins/psd/psd-load.c:287
-#, c-format
-msgid "Unsupported or invalid image height: %d"
-msgstr "Ugyldig bilethøgde: %d"
-
-#.
-#. * Create the "background" layer to hold the image...
-#.
-#: ../plug-ins/bmp/bmpread.c:559 ../plug-ins/common/CEL.c:349
-#: ../plug-ins/common/CEL.c:352 ../plug-ins/common/blinds.c:277
-#: ../plug-ins/common/compose.c:931 ../plug-ins/common/decompose.c:723
-#: ../plug-ins/common/dicom.c:503 ../plug-ins/common/film.c:746
-#: ../plug-ins/common/gif-load.c:879 ../plug-ins/common/pcx.c:393
-#: ../plug-ins/common/pcx.c:399 ../plug-ins/common/pix.c:368
-#: ../plug-ins/common/png.c:831 ../plug-ins/common/pnm.c:571
-#: ../plug-ins/common/raw.c:691 ../plug-ins/common/smooth_palette.c:257
-#: ../plug-ins/common/sunras.c:956 ../plug-ins/common/tga.c:1029
-#: ../plug-ins/common/tiff-load.c:952 ../plug-ins/common/tile.c:267
-#: ../plug-ins/common/xbm.c:880 ../plug-ins/faxg3/faxg3.c:464
-#: ../plug-ins/fits/fits.c:511 ../plug-ins/gfig/gfig-dialog.c:1284
-#: ../plug-ins/gimpressionist/general.c:140 ../plug-ins/jpeg/jpeg-load.c:249
-#: ../plug-ins/jpeg/jpeg-load.c:752 ../plug-ins/psd/psd-image-res-load.c:995
-#: ../plug-ins/psd/psd-load.c:1510 ../plug-ins/sgi/sgi.c:369
-#: ../plug-ins/twain/twain.c:571 ../plug-ins/winsnap/winsnap.c:1155
-msgid "Background"
-msgstr "Bakgrunn"
-
-#: ../plug-ins/bmp/bmpread.c:730 ../plug-ins/bmp/bmpread.c:771
-#: ../plug-ins/bmp/bmpread.c:821
-msgid "The bitmap ends unexpectedly."
-msgstr "Punktgrafikken slutta uventa."
-
-#: ../plug-ins/bmp/bmpwrite.c:187 ../plug-ins/bmp/bmpwrite.c:209
-msgid "Cannot save indexed image with transparency in BMP file format."
-msgstr "Kan ikkje lagra indekserte bilete med gjennomsikt i BMP-format."
-
-#: ../plug-ins/bmp/bmpwrite.c:189 ../plug-ins/bmp/bmpwrite.c:211
-msgid "Alpha channel will be ignored."
-msgstr "Alfakanalen blir ignorerte."
-
-#. And let's begin the progress
-#. init the progress meter
-#: ../plug-ins/bmp/bmpwrite.c:305 ../plug-ins/common/CEL.c:573
-#: ../plug-ins/common/gbr.c:621 ../plug-ins/common/gif-save.c:993
-#: ../plug-ins/common/gih.c:1263 ../plug-ins/common/gtm.c:245
-#: ../plug-ins/common/pat.c:452 ../plug-ins/common/pcx.c:607
-#: ../plug-ins/common/pix.c:513 ../plug-ins/common/png.c:1251
-#: ../plug-ins/common/pnm.c:963 ../plug-ins/common/postscript.c:1201
-#: ../plug-ins/common/psd-save.c:1562 ../plug-ins/common/sunras.c:549
-#: ../plug-ins/common/tga.c:1138 ../plug-ins/common/tiff-save.c:681
-#: ../plug-ins/common/xbm.c:1021 ../plug-ins/common/xpm.c:623
-#: ../plug-ins/common/xwd.c:603 ../plug-ins/fits/fits.c:462
-#: ../plug-ins/gfli/gfli.c:684 ../plug-ins/jpeg/jpeg-save.c:283
-#: ../plug-ins/sgi/sgi.c:537 ../plug-ins/winicon/icosave.c:1015
-#: ../plug-ins/xjt/xjt.c:1697
-#, c-format
-msgid "Saving '%s'"
-msgstr "Lagrar «%s»..."
-
-#: ../plug-ins/bmp/bmpwrite.c:791
-msgid "Save as BMP"
-msgstr "Lagra som BMP"
-
-#: ../plug-ins/bmp/bmpwrite.c:814
-msgid "_Run-Length Encoded"
-msgstr "Bruk _1 Byte Run-Length-Encoding"
-
-#: ../plug-ins/bmp/bmpwrite.c:826 ../plug-ins/jpeg/jpeg-save.c:892
-msgid "_Advanced Options"
-msgstr "_Avanserte innstillingar"
-
-#: ../plug-ins/bmp/bmpwrite.c:841
-msgid "16 bits"
-msgstr "16 bits"
-
-#: ../plug-ins/bmp/bmpwrite.c:877
-msgid "24 bits"
-msgstr "24 bits"
-
-#: ../plug-ins/bmp/bmpwrite.c:894
-msgid "32 bits"
-msgstr "32 bits"
-
-#: ../plug-ins/common/AlienMap2.c:140
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:118
+msgid "Original"
+msgstr "Original"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:136
+msgid "Rotated"
+msgstr "Rotert"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:154
+msgid "Continuous update"
+msgstr "Oppdater kontinuerleg"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:167
+msgid "Area:"
+msgstr "Område:"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:171
+msgid "Entire Layer"
+msgstr "Heile laget"
+
+#. Create selection
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:172
+#: ../plug-ins/common/film.c:965
+#: ../plug-ins/imagemap/imap_selection.c:366
+#: ../plug-ins/selection-to-path/selection-to-path.c:432
+msgid "Selection"
+msgstr "Utval"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:173
+msgid "Context"
+msgstr "Samanhang"
+
+#. spinbutton 1
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:298
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:376
+#: ../plug-ins/common/color-to-alpha.c:409
+#: ../plug-ins/file-fli/fli-gimp.c:874
+#: ../plug-ins/file-fli/fli-gimp.c:944
+msgid "From:"
+msgstr "Frå:"
+
+#. spinbutton 2
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:324
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:377
+#: ../plug-ins/file-fli/fli-gimp.c:883
+#: ../plug-ins/file-fli/fli-gimp.c:953
+msgid "To:"
+msgstr "Til:"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:418
+#: ../plug-ins/common/file-ps.c:3227
+#: ../plug-ins/imagemap/imap_menu.c:213
+msgid "Gray"
+msgstr "Grå"
+
+#. Gray: Circle: Spinbutton 1
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:466
+msgid "Hue:"
+msgstr "Kulør:"
+
+#. Gray: Circle: Spinbutton 2
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:493
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:555
+msgid "Saturation:"
+msgstr "Metning:"
+
+#. * Gray: Operation-Mode *
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:513
+msgid "Gray Mode"
+msgstr "Gråmodus:"
+
+#. Gray: Operation-Mode: two radio buttons
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:522
+msgid "Treat as this"
+msgstr "Behandla som denne"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:534
+msgid "Change to this"
+msgstr "Endra til denne"
+
+#. * Gray: What is gray? *
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:547
+msgid "Gray Threshold"
+msgstr "Grågrense"
+
+#. * Misc: Used unit selection *
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:587
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:697
+msgid "Units"
+msgstr "Einingar"
+
+#. Misc: Used unit selection: 3 radio buttons
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:596
+msgid "Radians"
+msgstr "Radian"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:608
+msgid "Radians/Pi"
+msgstr "Radian/Pi"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:620
+msgid "Degrees"
+msgstr "Grader"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:651
+msgid "Rotate Colors"
+msgstr "Roter fargane"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:691
+msgid "Main Options"
+msgstr "Hovudinnstillingar"
+
+#: ../plug-ins/color-rotate/color-rotate-dialog.c:694
+msgid "Gray Options"
+msgstr "Gråinnstillingar"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:34
+msgid "Switch to Clockwise"
+msgstr "Bytt til medsols"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:36
+msgid "Switch to C/Clockwise"
+msgstr "Bytt til motsols"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:38
+msgid "Change Order of Arrows"
+msgstr "Endra rekkefølgja for pilene"
+
+#: ../plug-ins/color-rotate/color-rotate-stock.c:40
+#: ../plug-ins/imagemap/imap_cmd_select_all.c:50
+msgid "Select All"
+msgstr "Vel alle"
+
+#: ../plug-ins/color-rotate/color-rotate.c:98
+msgid "Replace a range of colors with another"
+msgstr "Flytter fargane på fargesirkelen"
+
+#: ../plug-ins/color-rotate/color-rotate.c:105
+msgid "_Rotate Colors..."
+msgstr "_Roter fargane …"
+
+#: ../plug-ins/color-rotate/color-rotate.c:139
+msgid "Rotating the colors"
+msgstr "Roterer fargane"
+
+#: ../plug-ins/common/alien-map.c:139
msgid "_Modify red channel"
msgstr "_Endra raudkanalen"
-#: ../plug-ins/common/AlienMap2.c:140
+#: ../plug-ins/common/alien-map.c:139
msgid "_Modify hue channel"
msgstr "_Endra kulørkanalen"
-#: ../plug-ins/common/AlienMap2.c:141
+#: ../plug-ins/common/alien-map.c:140
msgid "Mo_dify green channel"
msgstr "E_ndra grønkanalen"
-#: ../plug-ins/common/AlienMap2.c:141
+#: ../plug-ins/common/alien-map.c:140
msgid "Mo_dify saturation channel"
msgstr "E_ndra metningskanalen"
-#: ../plug-ins/common/AlienMap2.c:142
+#: ../plug-ins/common/alien-map.c:141
msgid "Mod_ify blue channel"
msgstr "En_dra blåkanalen"
-#: ../plug-ins/common/AlienMap2.c:142
+#: ../plug-ins/common/alien-map.c:141
msgid "Mod_ify luminosity channel"
msgstr "En_dra fargeglødkanalen"
-#: ../plug-ins/common/AlienMap2.c:147
+#: ../plug-ins/common/alien-map.c:146
msgid "Red _frequency:"
msgstr "Raud_frekvens:"
-#: ../plug-ins/common/AlienMap2.c:147
+#: ../plug-ins/common/alien-map.c:146
msgid "Hue _frequency:"
msgstr "Kulør_frekvens:"
-#: ../plug-ins/common/AlienMap2.c:148
+#: ../plug-ins/common/alien-map.c:147
msgid "Green fr_equency:"
msgstr "Grønfr_ekvens:"
-#: ../plug-ins/common/AlienMap2.c:148
+#: ../plug-ins/common/alien-map.c:147
msgid "Saturation fr_equency:"
msgstr "Metningsfr_ekvens:"
-#: ../plug-ins/common/AlienMap2.c:149
+#: ../plug-ins/common/alien-map.c:148
msgid "Blue freq_uency:"
msgstr "Blåfrek_vens:"
-#: ../plug-ins/common/AlienMap2.c:149
+#: ../plug-ins/common/alien-map.c:148
msgid "Luminosity freq_uency:"
msgstr "Fargeglødfrek_vens:"
-#: ../plug-ins/common/AlienMap2.c:151
+#: ../plug-ins/common/alien-map.c:150
msgid "Red _phaseshift:"
msgstr "_Faseforskyving for raud:"
-#: ../plug-ins/common/AlienMap2.c:151
+#: ../plug-ins/common/alien-map.c:150
msgid "Hue _phaseshift:"
msgstr "_Faseforskyving for kulør:"
-#: ../plug-ins/common/AlienMap2.c:152
+#: ../plug-ins/common/alien-map.c:151
msgid "Green ph_aseshift:"
msgstr "F_aseforskyving for grøn:"
-#: ../plug-ins/common/AlienMap2.c:152
+#: ../plug-ins/common/alien-map.c:151
msgid "Saturation ph_aseshift:"
msgstr "F_aseforskyving for metning:"
-#: ../plug-ins/common/AlienMap2.c:153
+#: ../plug-ins/common/alien-map.c:152
msgid "Blue pha_seshift:"
msgstr "Fa_seforskyving for blå:"
-#: ../plug-ins/common/AlienMap2.c:153
+#: ../plug-ins/common/alien-map.c:152
msgid "Luminosity pha_seshift:"
msgstr "Fa_seforskyving for fargeglød:"
-#: ../plug-ins/common/AlienMap2.c:183
+#: ../plug-ins/common/alien-map.c:182
msgid "Alter colors in various psychedelic ways"
msgstr "Skifter fargane på ulike psykedeliske måtar"
-#: ../plug-ins/common/AlienMap2.c:188
+#: ../plug-ins/common/alien-map.c:187
msgid "_Alien Map..."
-msgstr "_Alien Map..."
+msgstr "_Alien Map …"
-#: ../plug-ins/common/AlienMap2.c:320
+#: ../plug-ins/common/alien-map.c:319
msgid "Alien Map: Transforming"
msgstr "Alien Map: Omforming"
-#: ../plug-ins/common/AlienMap2.c:393
+#: ../plug-ins/common/alien-map.c:392
msgid "Alien Map"
msgstr "Alien Map"
-#: ../plug-ins/common/AlienMap2.c:440 ../plug-ins/common/AlienMap2.c:464
-#: ../plug-ins/common/AlienMap2.c:488
+#: ../plug-ins/common/alien-map.c:440
+#: ../plug-ins/common/alien-map.c:464
+#: ../plug-ins/common/alien-map.c:488
msgid "Number of cycles covering full value range"
msgstr "Talet på syklusar som skal dekka heile verdiområdet"
-#: ../plug-ins/common/AlienMap2.c:452 ../plug-ins/common/AlienMap2.c:476
-#: ../plug-ins/common/AlienMap2.c:500
+#: ../plug-ins/common/alien-map.c:452
+#: ../plug-ins/common/alien-map.c:476
+#: ../plug-ins/common/alien-map.c:500
msgid "Phase angle, range 0-360"
msgstr "Fasevinkel, område 0° til 360°"
#. Propagate Mode
-#: ../plug-ins/common/AlienMap2.c:514 ../plug-ins/common/hot.c:595
-#: ../plug-ins/common/vpropagate.c:1096 ../plug-ins/common/waves.c:276
+#: ../plug-ins/common/alien-map.c:514
+#: ../plug-ins/common/hot.c:610
+#: ../plug-ins/common/value-propagate.c:1119
+#: ../plug-ins/common/waves.c:277
msgid "Mode"
msgstr "Modus"
-#: ../plug-ins/common/AlienMap2.c:518
+#: ../plug-ins/common/alien-map.c:518
msgid "_RGB color model"
msgstr "_RGB-fargemodell"
-#: ../plug-ins/common/AlienMap2.c:519
+#: ../plug-ins/common/alien-map.c:519
msgid "_HSL color model"
msgstr "_HSL-fargemodell"
-#: ../plug-ins/common/CEL.c:109 ../plug-ins/common/CEL.c:127
-msgid "KISS CEL"
-msgstr "KISS CEL"
-
-#: ../plug-ins/common/CEL.c:188
-msgid "Load KISS Palette"
-msgstr "Opnar KISS-paletten"
-
-#: ../plug-ins/common/CEL.c:341
-msgid "Can't create a new image"
-msgstr "Kan ikkje laga nytt bilete"
-
-#: ../plug-ins/common/CEL.c:430
-#, c-format
-msgid "Unsupported bit depth (%d)!"
-msgstr "Støtter ikkje denne fargedjupna (%d)!"
-
-#: ../plug-ins/common/CML_explorer.c:129
-msgid "Keep image's values"
-msgstr "Behald biletverdiane"
-
-#: ../plug-ins/common/CML_explorer.c:130
-msgid "Keep the first value"
-msgstr "Behald første verdien"
-
-#: ../plug-ins/common/CML_explorer.c:131
-msgid "Fill with parameter k"
-msgstr "Fyll med parameter k"
-
-#: ../plug-ins/common/CML_explorer.c:132
-msgid "k{x(1-x)}^p"
-msgstr "k{x(1-x)}^p"
-
-#: ../plug-ins/common/CML_explorer.c:133
-msgid "k{x(1-x)}^p stepped"
-msgstr "k{x(1-x)}^p stegvis"
-
-#: ../plug-ins/common/CML_explorer.c:134
-msgid "kx^p"
-msgstr "kx^p"
-
-#: ../plug-ins/common/CML_explorer.c:135
-msgid "kx^p stepped"
-msgstr "kx^p schrittweise"
-
-#: ../plug-ins/common/CML_explorer.c:136
-msgid "k(1-x^p)"
-msgstr "k(1-x^p)"
-
-#: ../plug-ins/common/CML_explorer.c:137
-msgid "k(1-x^p) stepped"
-msgstr "k(1-x^p) stegvis"
-
-#: ../plug-ins/common/CML_explorer.c:138
-msgid "Delta function"
-msgstr "Deltafunksjon"
-
-#: ../plug-ins/common/CML_explorer.c:139
-msgid "Delta function stepped"
-msgstr "Deltafunksjon stegvis"
-
-#: ../plug-ins/common/CML_explorer.c:140
-msgid "sin^p-based function"
-msgstr "sin^p-basert funksjon"
-
-#: ../plug-ins/common/CML_explorer.c:141
-msgid "sin^p, stepped"
-msgstr "sin^p stegvis"
-
-#: ../plug-ins/common/CML_explorer.c:167
-msgid "Max (x, -)"
-msgstr "Max (x, -)"
-
-#: ../plug-ins/common/CML_explorer.c:168
-msgid "Max (x+d, -)"
-msgstr "Max (x+d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:169
-msgid "Max (x-d, -)"
-msgstr "Max (x-d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:170
-msgid "Min (x, -)"
-msgstr "Min (x, -)"
-
-#: ../plug-ins/common/CML_explorer.c:171
-msgid "Min (x+d, -)"
-msgstr "Min (x+d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:172
-msgid "Min (x-d, -)"
-msgstr "Min (x-d, -)"
-
-#: ../plug-ins/common/CML_explorer.c:173
-msgid "Max (x+d, -), (x < 0.5)"
-msgstr "Max (x+d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:174
-msgid "Max (x+d, -), (0.5 < x)"
-msgstr "Max (x+d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:175
-msgid "Max (x-d, -), (x < 0.5)"
-msgstr "Max (x-d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:176
-msgid "Max (x-d, -), (0.5 < x)"
-msgstr "Max (x-d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:177
-msgid "Min (x+d, -), (x < 0.5)"
-msgstr "Min (x+d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:178
-msgid "Min (x+d, -), (0.5 < x)"
-msgstr "Min (x+d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:179
-msgid "Min (x-d, -), (x < 0.5)"
-msgstr "Min (x-d, -), (x < 0.5)"
-
-#: ../plug-ins/common/CML_explorer.c:180
-msgid "Min (x-d, -), (0.5 < x)"
-msgstr "Min (x-d, -), (0.5 < x)"
-
-#: ../plug-ins/common/CML_explorer.c:200 ../plug-ins/common/sunras.c:1632
-msgid "Standard"
-msgstr "Standard"
-
-#: ../plug-ins/common/CML_explorer.c:201
-msgid "Use average value"
-msgstr "Bruk gjennomsnittsverdi"
-
-#: ../plug-ins/common/CML_explorer.c:202
-msgid "Use reverse value"
-msgstr "Bruk omvendte verdiar"
-
-#: ../plug-ins/common/CML_explorer.c:203
-msgid "With random power (0,10)"
-msgstr "Med tilfeldig eksponent (0,10)"
-
-#: ../plug-ins/common/CML_explorer.c:204
-msgid "With random power (0,1)"
-msgstr "Med tilfeldig eksponent (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:205
-msgid "With gradient power (0,1)"
-msgstr "Med gradert eksponent (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:206
-msgid "Multiply rand. value (0,1)"
-msgstr "Multipl. tilfeldig verdi (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:207
-msgid "Multiply rand. value (0,2)"
-msgstr "Multipl. tilfeldig verdi (0,2)"
-
-#: ../plug-ins/common/CML_explorer.c:208
-msgid "Multiply gradient (0,1)"
-msgstr "Multipl. fargeovergang (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:209
-msgid "With p and random (0,1)"
-msgstr "Med p og tilfeldig tal (0,1)"
-
-#: ../plug-ins/common/CML_explorer.c:223
-msgid "All black"
-msgstr "Alt svart"
-
-#: ../plug-ins/common/CML_explorer.c:224
-msgid "All gray"
-msgstr "Alt grått"
-
-#: ../plug-ins/common/CML_explorer.c:225
-msgid "All white"
-msgstr "Alt kvitt"
-
-#: ../plug-ins/common/CML_explorer.c:226
-msgid "The first row of the image"
-msgstr "Den første linja i biletet"
-
-#: ../plug-ins/common/CML_explorer.c:227
-msgid "Continuous gradient"
-msgstr "Kontinuerleg fargeovergang"
-
-#: ../plug-ins/common/CML_explorer.c:228
-msgid "Continuous grad. w/o gap"
-msgstr "Kont. fargeovergang u/ mellomrom"
-
-#: ../plug-ins/common/CML_explorer.c:229
-msgid "Random, ch. independent"
-msgstr "Tilfeldig, kanaluavh."
-
-#: ../plug-ins/common/CML_explorer.c:230
-msgid "Random shared"
-msgstr "Tilfeldig, delt"
-
-#: ../plug-ins/common/CML_explorer.c:231
-msgid "Randoms from seed"
-msgstr "Tilfeldig frå frø"
-
-#: ../plug-ins/common/CML_explorer.c:232
-msgid "Randoms from seed (shared)"
-msgstr "Tilfeldig frå frø (delt)"
-
-#: ../plug-ins/common/CML_explorer.c:300 ../plug-ins/common/CML_explorer.c:308
-#: ../plug-ins/common/decompose.c:188
-#: ../plug-ins/gimpressionist/orientation.c:180
-#: ../plug-ins/gimpressionist/size.c:183
-msgid "Hue"
-msgstr "Kulør"
-
-#: ../plug-ins/common/CML_explorer.c:301 ../plug-ins/common/CML_explorer.c:309
-#: ../plug-ins/common/decompose.c:189
-msgid "Saturation"
-msgstr "Metning"
-
-#: ../plug-ins/common/CML_explorer.c:302 ../plug-ins/common/CML_explorer.c:310
-#: ../plug-ins/common/decompose.c:190
-#: ../plug-ins/gimpressionist/orientation.c:156
-#: ../plug-ins/gimpressionist/size.c:159
-msgid "Value"
-msgstr "Lysverdi"
-
-#: ../plug-ins/common/CML_explorer.c:307
-msgid "(None)"
-msgstr "(Ingen)"
-
-#: ../plug-ins/common/CML_explorer.c:455
-msgid "Create abstract Coupled-Map Lattice patterns"
-msgstr "Lag Coupled-Map-Lattice mønster"
-
-#: ../plug-ins/common/CML_explorer.c:466
-msgid "CML _Explorer..."
-msgstr "CML _behandlaren..."
-
-#: ../plug-ins/common/CML_explorer.c:756
-msgid "CML Explorer: evoluting"
-msgstr "CML_behandlar: utvikling"
-
-#: ../plug-ins/common/CML_explorer.c:1177
-msgid "Coupled-Map-Lattice Explorer"
-msgstr "Samankopla avbildingsgitter "
-
-#: ../plug-ins/common/CML_explorer.c:1224
-msgid "New Seed"
-msgstr "_Nytt frø"
-
-#: ../plug-ins/common/CML_explorer.c:1235
-msgid "Fix Seed"
-msgstr "Fast frø"
-
-#: ../plug-ins/common/CML_explorer.c:1246
-msgid "Random Seed"
-msgstr "Tilfeldig frø:"
-
-#: ../plug-ins/common/CML_explorer.c:1288 ../plug-ins/common/fp.c:700
-#: ../plug-ins/common/lic.c:671
-msgid "_Hue"
-msgstr "_Kulør"
-
-#: ../plug-ins/common/CML_explorer.c:1292
-msgid "Sat_uration"
-msgstr "M_etning"
-
-#: ../plug-ins/common/CML_explorer.c:1296 ../plug-ins/common/fp.c:708
-msgid "_Value"
-msgstr "_Verdi"
-
-#: ../plug-ins/common/CML_explorer.c:1300
-msgid "_Advanced"
-msgstr "_Utvida"
-
-#: ../plug-ins/common/CML_explorer.c:1315
-msgid "Channel Independent Parameters"
-msgstr "Kanaluavhengige parametrar"
-
-#: ../plug-ins/common/CML_explorer.c:1337
-msgid "Initial value:"
-msgstr "Startverdi:"
-
-#: ../plug-ins/common/CML_explorer.c:1343
-msgid "Zoom scale:"
-msgstr "Zoomfaktor:"
-
-#: ../plug-ins/common/CML_explorer.c:1352
-msgid "Start offset:"
-msgstr "Startforskyving:"
-
-#: ../plug-ins/common/CML_explorer.c:1361
-msgid "Seed of Random (only for \"From Seed\" Modes)"
-msgstr "Startverdi. (Bare for «Frå frø» modus)"
-
-#: ../plug-ins/common/CML_explorer.c:1372 ../plug-ins/maze/maze_face.c:267
-msgid "Seed:"
-msgstr "Frø:"
-
-#: ../plug-ins/common/CML_explorer.c:1385
-msgid "Switch to \"From seed\" With the Last Seed"
-msgstr "Bytt til «Frå frø» med siste frø"
-
-#: ../plug-ins/common/CML_explorer.c:1397
-msgid ""
-"\"Fix seed\" button is an alias of me.\n"
-"The same seed produces the same image, if (1) the widths of images are same "
-"(this is the reason why image on drawable is different from preview), and "
-"(2) all mutation rates equal to zero."
-msgstr ""
-"Det same frøet lager det same biletet dersom\n"
-"1. bileta er like breie (Dette er grunnen til at det endelege biletet er "
-"anleis enn førehandsvisinga).\n"
-"2. alle mutasjonsratene er sett til null."
-
-#: ../plug-ins/common/CML_explorer.c:1405
-msgid "O_thers"
-msgstr "_Andre"
-
-#: ../plug-ins/common/CML_explorer.c:1420
-msgid "Copy Settings"
-msgstr "Innstillingar for kopiering"
-
-#: ../plug-ins/common/CML_explorer.c:1439
-msgid "Source channel:"
-msgstr "Kjeldelkanal:"
-
-#: ../plug-ins/common/CML_explorer.c:1454
-#: ../plug-ins/common/CML_explorer.c:1502
-msgid "Destination channel:"
-msgstr "Målkanal:"
-
-#: ../plug-ins/common/CML_explorer.c:1458
-msgid "Copy Parameters"
-msgstr "Kopier parametra"
-
-#: ../plug-ins/common/CML_explorer.c:1467
-msgid "Selective Load Settings"
-msgstr "Selektive opningsinnstillingar"
-
-#: ../plug-ins/common/CML_explorer.c:1487
-msgid "Source channel in file:"
-msgstr "Kjeldekanal i fil:"
-
-#: ../plug-ins/common/CML_explorer.c:1508
-msgid "_Misc Ops."
-msgstr "_Ymse innst."
-
-#: ../plug-ins/common/CML_explorer.c:1557
-msgid "Function type:"
-msgstr "Funksjonstype:"
-
-#: ../plug-ins/common/CML_explorer.c:1573
-msgid "Composition:"
-msgstr "Komposisjon:"
-
-#: ../plug-ins/common/CML_explorer.c:1587
-msgid "Misc arrange:"
-msgstr "Ymse oppstillingar:"
-
-#: ../plug-ins/common/CML_explorer.c:1591
-msgid "Use cyclic range"
-msgstr "Bruk sykliske område"
-
-#: ../plug-ins/common/CML_explorer.c:1601
-msgid "Mod. rate:"
-msgstr "Endringsgrad:"
-
-#: ../plug-ins/common/CML_explorer.c:1610
-msgid "Env. sensitivity:"
-msgstr "Omgivnadsfølsemd:"
-
-#: ../plug-ins/common/CML_explorer.c:1619
-msgid "Diffusion dist.:"
-msgstr "Diffusjonsavstand:"
-
-#: ../plug-ins/common/CML_explorer.c:1628
-msgid "# of subranges:"
-msgstr "Talet på underområde:"
-
-#: ../plug-ins/common/CML_explorer.c:1637
-msgid "P(ower factor):"
-msgstr "Eksponentfaktor (p):"
-
-#: ../plug-ins/common/CML_explorer.c:1646
-msgid "Parameter k:"
-msgstr "Parameter k:"
-
-#: ../plug-ins/common/CML_explorer.c:1655
-msgid "Range low:"
-msgstr "Nedre grense:"
-
-#: ../plug-ins/common/CML_explorer.c:1664
-msgid "Range high:"
-msgstr "Øvre grense:"
-
-#: ../plug-ins/common/CML_explorer.c:1676
-msgid "Plot a Graph of the Settings"
-msgstr "Vis innstillingane grafisk"
-
-#: ../plug-ins/common/CML_explorer.c:1721
-msgid "Ch. sensitivity:"
-msgstr "Kanalfølsemd:"
-
-#: ../plug-ins/common/CML_explorer.c:1731
-msgid "Mutation rate:"
-msgstr "Mutasjonsrate:"
-
-#: ../plug-ins/common/CML_explorer.c:1741
-msgid "Mutation dist.:"
-msgstr "Mutasjonsavstand:"
-
-#: ../plug-ins/common/CML_explorer.c:1818
-msgid "Graph of the Current Settings"
-msgstr "Graf for dei gjeldande innstillingane"
-
-#: ../plug-ins/common/CML_explorer.c:1889
-msgid "Warning: the source and the destination are the same channel."
-msgstr "Åtvaring: Kjelde- og målkanalen er den same"
-
-#: ../plug-ins/common/CML_explorer.c:1948
-msgid "Save CML Explorer Parameters"
-msgstr "Lagra parametra for CML-utforskaren"
-
-#: ../plug-ins/common/CML_explorer.c:2059
-#: ../plug-ins/common/channel_mixer.c:1067
-#, c-format
-msgid "Parameters were saved to '%s'"
-msgstr "Parametra blei lagra i «%s»"
-
-#: ../plug-ins/common/CML_explorer.c:2081
-msgid "Load CML Explorer Parameters"
-msgstr "Opna parametra for CML-utforskaren"
-
-#: ../plug-ins/common/CML_explorer.c:2199
-msgid "Error: it's not CML parameter file."
-msgstr "Feil: Dette er ikkje ei CML-parameter-fil"
-
-#: ../plug-ins/common/CML_explorer.c:2206
-#, c-format
-msgid "Warning: '%s' is an old format file."
-msgstr "Åtvaring: «%s» er ei fil i gammalt format."
-
-#: ../plug-ins/common/CML_explorer.c:2210
-#, c-format
-msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer."
-msgstr "Åtvaring: «%s» er ei parameterfil for nyare CML-utforskar enn denne."
-
-#: ../plug-ins/common/CML_explorer.c:2273
-msgid "Error: failed to load parameters"
-msgstr "Feil: Kunne ikkje opna parametra"
-
-#: ../plug-ins/common/aa.c:98
-msgid "ASCII art"
-msgstr "ASCII-kunst"
-
-#. Create the actual window.
-#: ../plug-ins/common/aa.c:349
-msgid "Save as Text"
-msgstr "Lagra som tekst"
-
-#: ../plug-ins/common/aa.c:371
-msgid "_Format:"
-msgstr "_Format:"
-
-#: ../plug-ins/common/align_layers.c:128
+#: ../plug-ins/common/align-layers.c:127
msgid "Align all visible layers of the image"
msgstr "Rett inn alle synlege lag i biletet."
-#: ../plug-ins/common/align_layers.c:133
+#: ../plug-ins/common/align-layers.c:132
msgid "Align Visi_ble Layers..."
-msgstr "Innrett _synlege lag"
+msgstr "Innrett _synlege lag …"
-#: ../plug-ins/common/align_layers.c:171
+#: ../plug-ins/common/align-layers.c:172
msgid "There are not enough layers to align."
msgstr "Det er ikkje nok lag til å kunne gjere ei innretting"
-#: ../plug-ins/common/align_layers.c:398
+#: ../plug-ins/common/align-layers.c:399
msgid "Align Visible Layers"
msgstr "Innrett synlege lag"
-#: ../plug-ins/common/align_layers.c:423 ../plug-ins/common/align_layers.c:454
+#. if and how to center the image on the page
+#: ../plug-ins/common/align-layers.c:423
+#: ../plug-ins/common/align-layers.c:454
+#: ../plug-ins/common/cml-explorer.c:165
+#: ../plug-ins/common/file-ps.c:3243
+#: ../plug-ins/common/file-ps.c:3255
+#: ../plug-ins/common/file-psp.c:660
+#: ../plug-ins/file-fits/fits.c:1044
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:998
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1039
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1080
+#: ../plug-ins/lighting/lighting-ui.c:415
+#: ../plug-ins/print/print-page-layout.c:461
+msgid "None"
+msgstr "Ingen"
+
+#: ../plug-ins/common/align-layers.c:424
+#: ../plug-ins/common/align-layers.c:455
msgid "Collect"
msgstr "Samla"
-#: ../plug-ins/common/align_layers.c:424
+#: ../plug-ins/common/align-layers.c:425
msgid "Fill (left to right)"
msgstr "Fyll (frå venstre til høgre)"
-#: ../plug-ins/common/align_layers.c:425
+#: ../plug-ins/common/align-layers.c:426
msgid "Fill (right to left)"
msgstr "Fyll (frå høgre til venstre)"
-#: ../plug-ins/common/align_layers.c:426 ../plug-ins/common/align_layers.c:457
+#: ../plug-ins/common/align-layers.c:427
+#: ../plug-ins/common/align-layers.c:458
msgid "Snap to grid"
msgstr "Fest til rutenettet"
-#: ../plug-ins/common/align_layers.c:435
+#: ../plug-ins/common/align-layers.c:436
msgid "_Horizontal style:"
msgstr "_Horsontal stil:"
-#: ../plug-ins/common/align_layers.c:439
+#: ../plug-ins/common/align-layers.c:440
msgid "Left edge"
msgstr "Venstre kant"
-#: ../plug-ins/common/align_layers.c:440 ../plug-ins/common/align_layers.c:470
-#: ../plug-ins/gflare/gflare.c:2667
+#: ../plug-ins/common/align-layers.c:441
+#: ../plug-ins/common/align-layers.c:471
+#: ../plug-ins/gradient-flare/gradient-flare.c:2712
msgid "Center"
msgstr "Sentrum"
-#: ../plug-ins/common/align_layers.c:441
+#: ../plug-ins/common/align-layers.c:442
msgid "Right edge"
msgstr "Høgre kant"
-#: ../plug-ins/common/align_layers.c:450
+#: ../plug-ins/common/align-layers.c:451
msgid "Ho_rizontal base:"
msgstr "Ho_risontal basis:"
-#: ../plug-ins/common/align_layers.c:455
+#: ../plug-ins/common/align-layers.c:456
msgid "Fill (top to bottom)"
msgstr "Fyll (frå topp til botn)"
-#: ../plug-ins/common/align_layers.c:456
+#: ../plug-ins/common/align-layers.c:457
msgid "Fill (bottom to top)"
msgstr "Fyll (frå botn til topp)"
-#: ../plug-ins/common/align_layers.c:466
+#: ../plug-ins/common/align-layers.c:467
msgid "_Vertical style:"
msgstr "_Vertikal stil:"
-#: ../plug-ins/common/align_layers.c:469
+#: ../plug-ins/common/align-layers.c:470
msgid "Top edge"
msgstr "Toppkant"
-#: ../plug-ins/common/align_layers.c:471
+#: ../plug-ins/common/align-layers.c:472
msgid "Bottom edge"
msgstr "Botnkant"
-#: ../plug-ins/common/align_layers.c:480
+#: ../plug-ins/common/align-layers.c:481
msgid "Ver_tical base:"
msgstr "Ver_tikal basis:"
-#: ../plug-ins/common/align_layers.c:484
+#: ../plug-ins/common/align-layers.c:485
msgid "_Grid size:"
msgstr "_Ruteavstand:"
-#: ../plug-ins/common/align_layers.c:493
+#: ../plug-ins/common/align-layers.c:494
msgid "_Ignore the bottom layer even if visible"
msgstr "Ignorer det nederste laget sjølv om det er synleg"
-#: ../plug-ins/common/align_layers.c:503
+#: ../plug-ins/common/align-layers.c:504
msgid "_Use the (invisible) bottom layer as the base"
msgstr "Bruk det _usynlege botnlaget som basis"
-#: ../plug-ins/common/animationplay.c:163
-msgid "Preview a GIMP layer-based animation"
-msgstr "Førehandsvis ein GIMP lagbasert animasjon"
-
-#: ../plug-ins/common/animationplay.c:168
-msgid "_Playback..."
-msgstr "Spel av _animasjonen..."
-
-#: ../plug-ins/common/animationplay.c:443
-msgid "_Step"
-msgstr "_Steg"
-
-#: ../plug-ins/common/animationplay.c:443
-msgid "Step to next frame"
-msgstr "Gå til neste ramme"
-
-#: ../plug-ins/common/animationplay.c:447
-msgid "Rewind the animation"
-msgstr "Spol animasjonen tilbake"
-
-#: ../plug-ins/common/animationplay.c:465
-msgid "Faster"
-msgstr "Fortare"
-
-#: ../plug-ins/common/animationplay.c:465
-msgid "Increase the speed of the animation"
-msgstr "Aukar animasjonsfarten"
-
-#: ../plug-ins/common/animationplay.c:470
-msgid "Slower"
-msgstr "Seinare"
-
-#: ../plug-ins/common/animationplay.c:470
-msgid "Decrease the speed of the animation"
-msgstr "Minsker animasjonsfarten"
-
-#: ../plug-ins/common/animationplay.c:475
-msgid "Reset speed"
-msgstr "Tilbakestill farten"
-
-#: ../plug-ins/common/animationplay.c:475
-msgid "Reset the speed of the animation"
-msgstr "Tilbakestill animasjonsfarten"
-
-#: ../plug-ins/common/animationplay.c:483
-#: ../plug-ins/common/animationplay.c:1440
-msgid "Start playback"
-msgstr "Spel av"
-
-#: ../plug-ins/common/animationplay.c:487
-msgid "Detach"
-msgstr "Løy_s fane"
-
-#: ../plug-ins/common/animationplay.c:488
-msgid "Detach the animation from the dialog window"
-msgstr "Fjern animasjonen frå dialogvindauget"
-
-#: ../plug-ins/common/animationplay.c:580
-msgid "Animation Playback:"
-msgstr "Spel av animasjonen:"
-
-#: ../plug-ins/common/animationplay.c:659
-msgid "Playback speed"
-msgstr "Avspelingssfart"
-
-#: ../plug-ins/common/animationplay.c:797
-msgid "Tried to display an invalid layer."
-msgstr "Prøvde å vise eit ugyldig lag."
-
-#: ../plug-ins/common/animationplay.c:1317
-#, c-format
-msgid "Frame %d of %d"
-msgstr "Ramme %d av %d"
-
-#: ../plug-ins/common/animationplay.c:1440
-msgid "Stop playback"
-msgstr "Stopp avspelinga"
-
-#: ../plug-ins/common/animoptimize.c:133
+#: ../plug-ins/common/animation-optimize.c:132
msgid "Modify image to reduce size when saved as GIF animation"
-msgstr ""
-"Modifiserer biletet for å redusere storleiken når det blir lagra som GIF-"
-"animasjon"
+msgstr "Modifiserer biletet for å redusere storleiken når det blir lagra som GIF-animasjon"
-#: ../plug-ins/common/animoptimize.c:145
+#: ../plug-ins/common/animation-optimize.c:144
msgid "Optimize (for _GIF)"
msgstr "Optimer (for _GIF)"
-#: ../plug-ins/common/animoptimize.c:153
+#: ../plug-ins/common/animation-optimize.c:152
msgid "Reduce file size where combining layers is possible"
msgstr "Reduserer filstorleiken ved å slå saman lag dersom det er mogleg"
-#: ../plug-ins/common/animoptimize.c:163
+#: ../plug-ins/common/animation-optimize.c:162
msgid "_Optimize (Difference)"
msgstr "_Optimer (Differanse)"
-#: ../plug-ins/common/animoptimize.c:171
+#: ../plug-ins/common/animation-optimize.c:170
msgid "Remove optimization to make editing easier"
msgstr "Fjern optimaliseringa for å gjere redigeringa enklare"
-#: ../plug-ins/common/animoptimize.c:178
+#: ../plug-ins/common/animation-optimize.c:177
msgid "_Unoptimize"
msgstr "_Deoptimer"
-#: ../plug-ins/common/animoptimize.c:198
+#: ../plug-ins/common/animation-optimize.c:197
msgid "_Remove Backdrop"
msgstr "_Fjern bakgrunn"
-#: ../plug-ins/common/animoptimize.c:214
+#: ../plug-ins/common/animation-optimize.c:213
msgid "_Find Backdrop"
msgstr "_Finn bakgrunn"
-#: ../plug-ins/common/animoptimize.c:427
+#: ../plug-ins/common/animation-optimize.c:426
msgid "Unoptimizing animation"
msgstr "Deoptimer animasjonen"
-#: ../plug-ins/common/animoptimize.c:430
+#: ../plug-ins/common/animation-optimize.c:429
msgid "Removing animation background"
msgstr "Fjerner animasjonsbakgrunnen"
-#: ../plug-ins/common/animoptimize.c:433
+#: ../plug-ins/common/animation-optimize.c:432
msgid "Finding animation background"
msgstr "Ser etter animasjonsbakgrunn"
-#: ../plug-ins/common/animoptimize.c:437
+#: ../plug-ins/common/animation-optimize.c:436
msgid "Optimizing animation"
msgstr "Optimerer animasjonen"
+#: ../plug-ins/common/animation-play.c:162
+msgid "Preview a GIMP layer-based animation"
+msgstr "Førehandsvis ein GIMP lagbasert animasjon"
+
+#: ../plug-ins/common/animation-play.c:167
+msgid "_Playback..."
+msgstr "Spel av _animasjonen …"
+
+#: ../plug-ins/common/animation-play.c:446
+msgid "_Step"
+msgstr "_Steg"
+
+#: ../plug-ins/common/animation-play.c:446
+msgid "Step to next frame"
+msgstr "Gå til neste ramme"
+
+#: ../plug-ins/common/animation-play.c:450
+msgid "Rewind the animation"
+msgstr "Spol animasjonen tilbake"
+
+#: ../plug-ins/common/animation-play.c:468
+msgid "Faster"
+msgstr "Fortare"
+
+#: ../plug-ins/common/animation-play.c:468
+msgid "Increase the speed of the animation"
+msgstr "Aukar animasjonsfarten"
+
+#: ../plug-ins/common/animation-play.c:473
+msgid "Slower"
+msgstr "Seinare"
+
+#: ../plug-ins/common/animation-play.c:473
+msgid "Decrease the speed of the animation"
+msgstr "Minsker animasjonsfarten"
+
+#: ../plug-ins/common/animation-play.c:478
+msgid "Reset speed"
+msgstr "Tilbakestill farten"
+
+#: ../plug-ins/common/animation-play.c:478
+msgid "Reset the speed of the animation"
+msgstr "Tilbakestill animasjonsfarten"
+
+#: ../plug-ins/common/animation-play.c:486
+#: ../plug-ins/common/animation-play.c:1445
+msgid "Start playback"
+msgstr "Spel av"
+
+#: ../plug-ins/common/animation-play.c:490
+msgid "Detach"
+msgstr "Løy_s fane"
+
+#: ../plug-ins/common/animation-play.c:491
+msgid "Detach the animation from the dialog window"
+msgstr "Fjern animasjonen frå dialogvindauget"
+
+#: ../plug-ins/common/animation-play.c:583
+msgid "Animation Playback:"
+msgstr "Spel av animasjonen:"
+
+#: ../plug-ins/common/animation-play.c:662
+msgid "Playback speed"
+msgstr "Avspelingssfart"
+
+#: ../plug-ins/common/animation-play.c:802
+msgid "Tried to display an invalid layer."
+msgstr "Prøvde å vise eit ugyldig lag."
+
+#: ../plug-ins/common/animation-play.c:1322
+msgid "Frame %d of %d"
+msgstr "Ramme %d av %d"
+
+#: ../plug-ins/common/animation-play.c:1445
+msgid "Stop playback"
+msgstr "Stopp avspelinga"
+
#: ../plug-ins/common/antialias.c:84
msgid "Antialias using the Scale3X edge-extrapolation algorithm"
msgstr "Kantutjamning v.h.a. kant-ekstrapoleringsalgoritmen 3X"
@@ -2080,890 +520,1761 @@ msgstr "_Kantutjamning"
#: ../plug-ins/common/antialias.c:147
msgid "Antialiasing..."
-msgstr "Jamnar ut kantane"
+msgstr "Jamnar ut kantane …"
-#: ../plug-ins/common/apply_lens.c:108
-msgid "Simulate an elliptical lens over the image"
-msgstr "Simulerer ei elliptisk linse over biletet"
+#: ../plug-ins/common/apply-canvas.c:1139
+msgid "Add a canvas texture to the image"
+msgstr "Legg ein lerretstekstur til biletet"
-#: ../plug-ins/common/apply_lens.c:114
-msgid "Apply _Lens..."
-msgstr "_Lupeeffekt..."
+#: ../plug-ins/common/apply-canvas.c:1144
+msgid "_Apply Canvas..."
+msgstr "_Lerret …"
-#: ../plug-ins/common/apply_lens.c:181
-msgid "Applying lens"
-msgstr "Legg til lupeeffekten"
+#: ../plug-ins/common/apply-canvas.c:1225
+msgid "Applying canvas"
+msgstr "Legg til lerret"
-#: ../plug-ins/common/apply_lens.c:393
-msgid "Lens Effect"
-msgstr "Lupeeffekt"
+#: ../plug-ins/common/apply-canvas.c:1262
+msgid "Apply Canvas"
+msgstr "Lerret"
-#: ../plug-ins/common/apply_lens.c:426
-msgid "_Keep original surroundings"
-msgstr "_Behald originalomgivnadane"
+#. *****************************************************
+#. radio buttons for choosing LEFT or RIGHT
+#. *************************************************
+#: ../plug-ins/common/apply-canvas.c:1291
+#: ../plug-ins/common/wind.c:944
+#: ../plug-ins/lighting/lighting-ui.c:517
+msgid "Direction"
+msgstr "Retning"
-#: ../plug-ins/common/apply_lens.c:441
-msgid "_Set surroundings to index 0"
-msgstr "_Sett omgivnadsindeksen til 0"
+#: ../plug-ins/common/apply-canvas.c:1295
+msgid "_Top-right"
+msgstr "Oppe, _høgre"
-#: ../plug-ins/common/apply_lens.c:442
-msgid "_Set surroundings to background color"
-msgstr "_Sett omgivnadane til bakgrunnsfargen"
+#: ../plug-ins/common/apply-canvas.c:1296
+msgid "Top-_left"
+msgstr "Oppe, _venstre"
-#: ../plug-ins/common/apply_lens.c:457
-msgid "_Make surroundings transparent"
-msgstr "_Lag omgivnadane gjennomsiktige"
+#: ../plug-ins/common/apply-canvas.c:1297
+msgid "_Bottom-left"
+msgstr "_Nede, venstre"
-#: ../plug-ins/common/apply_lens.c:474
-msgid "_Lens refraction index:"
-msgstr "_Brytningsindeks for linsa:"
+#: ../plug-ins/common/apply-canvas.c:1298
+msgid "Bottom-_right"
+msgstr "N_edre, høgre"
-#: ../plug-ins/common/autocrop.c:85
-msgid "Remove empty borders from the image"
-msgstr "Fjernar tomme kantar frå laget"
+#: ../plug-ins/common/apply-canvas.c:1323
+#: ../plug-ins/common/bump-map.c:915
+#: ../plug-ins/common/emboss.c:523
+#: ../plug-ins/common/fractal-trace.c:795
+#: ../plug-ins/map-object/map-object-ui.c:573
+msgid "_Depth:"
+msgstr "_Djupn:"
-#: ../plug-ins/common/autocrop.c:90
-msgid "Autocrop Imag_e"
-msgstr "Auto_beskjer biletet"
-
-#: ../plug-ins/common/autocrop.c:99
-msgid "Remove empty borders from the layer"
-msgstr "Fjern tomme kantar frå laget"
-
-#: ../plug-ins/common/autocrop.c:104
-msgid "Autocrop Lay_er"
-msgstr "Auto_beskjer laget"
-
-#: ../plug-ins/common/autocrop.c:151
-msgid "Cropping"
-msgstr "Beskjerer"
-
-#: ../plug-ins/common/autostretch_hsv.c:68
-msgid "Stretch image contrast to cover the maximum possible range"
-msgstr "Strekker biletkontrasten for å dekke størst mogleg område"
-
-#: ../plug-ins/common/autostretch_hsv.c:81
-msgid "Stretch _HSV"
-msgstr "Strekk _HSV"
-
-#: ../plug-ins/common/autostretch_hsv.c:116
-msgid "Auto-Stretching HSV"
-msgstr "Strekk _HSV automatisk..."
-
-#: ../plug-ins/common/autostretch_hsv.c:192
-msgid "autostretch_hsv: cmap was NULL! Quitting...\n"
-msgstr "autostrekking_hsv: cmap var NULL! Avbrote...\n"
-
-#: ../plug-ins/common/blinds.c:116
+#: ../plug-ins/common/blinds.c:112
msgid "Simulate an image painted on window blinds"
-msgstr "Simulerer eit bilete teikna på vindaugesjalusi"
+msgstr "Simulerer eit bilete sett gjennom eit vindaugesjalusi"
-#: ../plug-ins/common/blinds.c:121
+#: ../plug-ins/common/blinds.c:117
msgid "_Blinds..."
-msgstr "_Persienne..."
+msgstr "_Persienne …"
-#: ../plug-ins/common/blinds.c:188
+#: ../plug-ins/common/blinds.c:184
msgid "Adding blinds"
-msgstr "Utvid persienne..."
+msgstr "Utvid persienne"
-#: ../plug-ins/common/blinds.c:226
+#: ../plug-ins/common/blinds.c:222
msgid "Blinds"
msgstr "Persienne"
#. Orientation toggle box
-#: ../plug-ins/common/blinds.c:259 ../plug-ins/common/ripple.c:538
+#: ../plug-ins/common/blinds.c:256
+#: ../plug-ins/common/ripple.c:553
msgid "Orientation"
msgstr "Orientering"
-#: ../plug-ins/common/blinds.c:263 ../plug-ins/common/ripple.c:542
-#: ../plug-ins/common/tileit.c:426 ../plug-ins/pagecurl/pagecurl.c:534
+#: ../plug-ins/common/blinds.c:260
+#: ../plug-ins/common/ripple.c:557
+#: ../plug-ins/common/tile-small.c:425
+#: ../plug-ins/pagecurl/pagecurl.c:533
msgid "_Horizontal"
msgstr "_Horisontal"
-#: ../plug-ins/common/blinds.c:264 ../plug-ins/common/ripple.c:543
-#: ../plug-ins/common/tileit.c:436 ../plug-ins/pagecurl/pagecurl.c:533
+#: ../plug-ins/common/blinds.c:263
+#: ../plug-ins/common/ripple.c:560
+#: ../plug-ins/common/tile-small.c:435
+#: ../plug-ins/pagecurl/pagecurl.c:532
msgid "_Vertical"
msgstr "_Vertikal"
-#: ../plug-ins/common/blinds.c:281 ../plug-ins/common/fractaltrace.c:738
-#: ../plug-ins/common/papertile.c:384
+#.
+#. * Create the "background" layer to hold the image...
+#.
+#: ../plug-ins/common/blinds.c:277
+#: ../plug-ins/common/compose.c:934
+#: ../plug-ins/common/decompose.c:722
+#: ../plug-ins/common/file-cel.c:361
+#: ../plug-ins/common/file-cel.c:364
+#: ../plug-ins/common/file-dicom.c:556
+#: ../plug-ins/common/file-gif-load.c:927
+#: ../plug-ins/common/file-pcx.c:411
+#: ../plug-ins/common/file-pcx.c:417
+#: ../plug-ins/common/file-pix.c:381
+#: ../plug-ins/common/file-png.c:851
+#: ../plug-ins/common/file-pnm.c:584
+#: ../plug-ins/common/file-raw.c:711
+#: ../plug-ins/common/file-sunras.c:974
+#: ../plug-ins/common/file-tga.c:1063
+#: ../plug-ins/common/file-tiff-load.c:997
+#: ../plug-ins/common/file-xbm.c:896
+#: ../plug-ins/common/film.c:745
+#: ../plug-ins/common/smooth-palette.c:256
+#: ../plug-ins/common/tile.c:266
+#: ../plug-ins/file-bmp/bmp-read.c:589
+#: ../plug-ins/file-faxg3/faxg3.c:477
+#: ../plug-ins/file-fits/fits.c:529
+#: ../plug-ins/file-jpeg/jpeg-load.c:248
+#: ../plug-ins/file-jpeg/jpeg-load.c:760
+#: ../plug-ins/file-psd/psd-image-res-load.c:994
+#: ../plug-ins/file-psd/psd-load.c:1525
+#: ../plug-ins/file-sgi/sgi.c:383
+#: ../plug-ins/gfig/gfig-dialog.c:1283
+#: ../plug-ins/gimpressionist/general.c:139
+#: ../plug-ins/twain/twain.c:567
+#: ../plug-ins/win-snap/winsnap.c:1154
+msgid "Background"
+msgstr "Bakgrunn"
+
+#: ../plug-ins/common/blinds.c:281
+#: ../plug-ins/common/fractal-trace.c:737
+#: ../plug-ins/common/tile-paper.c:383
msgid "_Transparent"
msgstr "_Gjennomsiktig"
#: ../plug-ins/common/blinds.c:307
msgid "_Displacement:"
-msgstr "For_skyving:"
+msgstr "V_riding:"
#: ../plug-ins/common/blinds.c:319
msgid "_Number of segments:"
msgstr "_Talet på element:"
-#: ../plug-ins/common/blur.c:125
+#: ../plug-ins/common/blur-gauss-selective.c:103
+msgid "Blur neighboring pixels, but only in low-contrast areas"
+msgstr "Slør nabopikslar, men bare i område med låg kontrast"
+
+#: ../plug-ins/common/blur-gauss-selective.c:114
+msgid "_Selective Gaussian Blur..."
+msgstr "_Selektiv gaussisk sløring …"
+
+#: ../plug-ins/common/blur-gauss-selective.c:194
+#: ../plug-ins/common/blur-gauss-selective.c:231
+msgid "Selective Gaussian Blur"
+msgstr "Selektiv gaussisk sløring"
+
+#: ../plug-ins/common/blur-gauss-selective.c:210
+#: ../plug-ins/common/blur-gauss.c:447
+#: ../plug-ins/common/cartoon.c:231
+#: ../plug-ins/common/edge-dog.c:266
+#: ../plug-ins/common/edge-neon.c:227
+#: ../plug-ins/common/edge-sobel.c:211
+#: ../plug-ins/common/photocopy.c:243
+#: ../plug-ins/common/pixelize.c:292
+#: ../plug-ins/common/softglow.c:223
+#: ../plug-ins/file-sgi/sgi.c:535
+#: ../plug-ins/file-xjt/xjt.c:1698
+#: ../plug-ins/gradient-flare/gradient-flare.c:965
+msgid "Cannot operate on indexed color images."
+msgstr "Kan ikkje arbeide på indekserte bilete."
+
+#: ../plug-ins/common/blur-gauss-selective.c:270
+msgid "_Blur radius:"
+msgstr "Slørings_radius:"
+
+#: ../plug-ins/common/blur-gauss-selective.c:280
+msgid "_Max. delta:"
+msgstr "_Maks. delta:"
+
+#: ../plug-ins/common/blur-gauss.c:158
+msgid "Simplest, most commonly used way of blurring"
+msgstr "Den enklaste og mest brukte måten for sløring"
+
+#: ../plug-ins/common/blur-gauss.c:171
+msgid "_Gaussian Blur..."
+msgstr "_Gaussisk sløring …"
+
+#: ../plug-ins/common/blur-gauss.c:178
+#: ../plug-ins/common/blur-gauss.c:198
+#: ../plug-ins/common/blur-gauss.c:218
+#: ../plug-ins/common/blur-gauss.c:238
+msgid "Apply a gaussian blur"
+msgstr "Legg til gaussisk sløring"
+
+#: ../plug-ins/common/blur-gauss.c:427
+#: ../plug-ins/common/blur-gauss.c:477
+msgid "Gaussian Blur"
+msgstr "Gaussisk sløring"
+
+#. parameter settings
+#: ../plug-ins/common/blur-gauss.c:507
+msgid "Blur Radius"
+msgstr "Radius"
+
+#: ../plug-ins/common/blur-gauss.c:521
+#: ../plug-ins/common/jigsaw.c:2456
+#: ../plug-ins/common/noise-spread.c:383
+msgid "_Horizontal:"
+msgstr "_Horisontal:"
+
+#: ../plug-ins/common/blur-gauss.c:525
+#: ../plug-ins/common/jigsaw.c:2473
+#: ../plug-ins/common/noise-spread.c:387
+msgid "_Vertical:"
+msgstr "_Vertikal:"
+
+#: ../plug-ins/common/blur-gauss.c:548
+msgid "Blur Method"
+msgstr "Metode"
+
+#: ../plug-ins/common/blur-gauss.c:552
+msgid "_IIR"
+msgstr "_IIR"
+
+#: ../plug-ins/common/blur-gauss.c:553
+msgid "_RLE"
+msgstr "_RLE"
+
+#: ../plug-ins/common/blur-motion.c:156
+#: ../plug-ins/common/blur-motion.c:170
+msgid "Simulate movement using directional blur"
+msgstr "Simulerer rørsle ved å bruke retningsbestemt sløring"
+
+#: ../plug-ins/common/blur-motion.c:163
+#: ../plug-ins/common/blur-motion.c:176
+msgid "_Motion Blur..."
+msgstr "F_artssløring …"
+
+#: ../plug-ins/common/blur-motion.c:909
+msgid "Motion blurring"
+msgstr "Lager fartssløringa"
+
+#: ../plug-ins/common/blur-motion.c:1011
+msgid "Motion Blur"
+msgstr "Fartssløring"
+
+#: ../plug-ins/common/blur-motion.c:1044
+msgid "Blur Type"
+msgstr "Sløringstype"
+
+#: ../plug-ins/common/blur-motion.c:1048
+msgctxt "blur-type"
+msgid "_Linear"
+msgstr "_Lineær"
+
+#: ../plug-ins/common/blur-motion.c:1049
+msgctxt "blur-type"
+msgid "_Radial"
+msgstr "_Radial"
+
+#: ../plug-ins/common/blur-motion.c:1050
+msgctxt "blur-type"
+msgid "_Zoom"
+msgstr "_Zoom"
+
+#: ../plug-ins/common/blur-motion.c:1057
+msgid "Blur Center"
+msgstr "Sløringssentrum"
+
+#: ../plug-ins/common/blur-motion.c:1093
+#: ../plug-ins/common/lens-flare.c:771
+#: ../plug-ins/common/nova.c:462
+#: ../plug-ins/common/tile-paper.c:281
+#: ../plug-ins/flame/flame.c:1250
+#: ../plug-ins/gradient-flare/gradient-flare.c:2724
+#: ../plug-ins/lighting/lighting-ui.c:476
+msgid "_X:"
+msgstr "_X:"
+
+#: ../plug-ins/common/blur-motion.c:1098
+#: ../plug-ins/common/lens-flare.c:776
+#: ../plug-ins/common/nova.c:467
+#: ../plug-ins/common/tile-paper.c:290
+#: ../plug-ins/flame/flame.c:1264
+#: ../plug-ins/gradient-flare/gradient-flare.c:2728
+#: ../plug-ins/lighting/lighting-ui.c:491
+msgid "_Y:"
+msgstr "_Y:"
+
+#: ../plug-ins/common/blur-motion.c:1100
+msgid "Blur _outward"
+msgstr "Slør _utover"
+
+#: ../plug-ins/common/blur-motion.c:1113
+msgid "Blur Parameters"
+msgstr "Utjamningsparameter"
+
+#: ../plug-ins/common/blur-motion.c:1124
+#: ../plug-ins/map-object/map-object-ui.c:1252
+msgid "L_ength:"
+msgstr "Le_ngde:"
+
+#: ../plug-ins/common/blur-motion.c:1137
+#: ../plug-ins/common/newsprint.c:1000
+msgid "_Angle:"
+msgstr "_Vinkel:"
+
+#: ../plug-ins/common/blur.c:124
msgid "Simple blur, fast but not very strong"
msgstr "Enkel sløring. Rask men liten verknad"
-#: ../plug-ins/common/blur.c:134
+#: ../plug-ins/common/blur.c:133
msgid "_Blur"
-msgstr "_Sløring"
+msgstr "S_løring"
-#: ../plug-ins/common/blur.c:178 ../plug-ins/common/unsharp.c:439
+#: ../plug-ins/common/blur.c:177
+#: ../plug-ins/common/unsharp-mask.c:583
msgid "Blurring"
-msgstr "Slører..."
+msgstr "Slører"
-#: ../plug-ins/common/borderaverage.c:99
+#: ../plug-ins/common/border-average.c:98
msgid "Set foreground to the average color of the image border"
msgstr "Sett forgrunnsfargen til gjennomsnittet av fargane på biletramma."
-#: ../plug-ins/common/borderaverage.c:104
+#: ../plug-ins/common/border-average.c:103
msgid "_Border Average..."
-msgstr "_Kantgjennomsnitt"
+msgstr "_Kantgjennomsnitt …"
-#: ../plug-ins/common/borderaverage.c:171
+#: ../plug-ins/common/border-average.c:170
msgid "Border Average"
msgstr "Kantgjennomsnitt"
-#: ../plug-ins/common/borderaverage.c:351
+#: ../plug-ins/common/border-average.c:350
msgid "Borderaverage"
msgstr "Kantgjennomsnitt"
-#: ../plug-ins/common/borderaverage.c:372
+#: ../plug-ins/common/border-average.c:371
msgid "Border Size"
msgstr "Kantbreidde"
-#: ../plug-ins/common/borderaverage.c:380
+#: ../plug-ins/common/border-average.c:379
msgid "_Thickness:"
msgstr "_Tjukkleik:"
-#: ../plug-ins/common/borderaverage.c:423
+#. Number of Colors frame
+#: ../plug-ins/common/border-average.c:414
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:907
+msgid "Number of Colors"
+msgstr "Talet på fargar"
+
+#: ../plug-ins/common/border-average.c:422
msgid "_Bucket size:"
msgstr "_Bøttestorleik:"
-#: ../plug-ins/common/bumpmap.c:257
+#: ../plug-ins/common/bump-map.c:256
msgid "Create an embossing effect using a bump map"
msgstr "Lager ein relieffverknad ved hjelp av eit strukturfilter"
-#: ../plug-ins/common/bumpmap.c:267
+#: ../plug-ins/common/bump-map.c:266
msgid "_Bump Map..."
-msgstr "_Avbilding frå kart..."
+msgstr "_Avbilding frå kart …"
-#: ../plug-ins/common/bumpmap.c:415
+#: ../plug-ins/common/bump-map.c:414
msgid "Bump-mapping"
msgstr "Genererer avbildinga frå strukturfilteret."
-#: ../plug-ins/common/bumpmap.c:766
+#: ../plug-ins/common/bump-map.c:765
msgid "Bump Map"
msgstr "Avbilding"
-#: ../plug-ins/common/bumpmap.c:832
+#: ../plug-ins/common/bump-map.c:831
msgid "_Bump map:"
msgstr "_Strukturkart:"
-#: ../plug-ins/common/bumpmap.c:844
+#. Map type menu
+#: ../plug-ins/common/bump-map.c:834
+#: ../plug-ins/flame/flame.c:747
+#: ../plug-ins/lighting/lighting-ui.c:841
+msgid "Linear"
+msgstr "Lineær"
+
+#: ../plug-ins/common/bump-map.c:835
+#: ../plug-ins/flame/flame.c:749
+#: ../plug-ins/lighting/lighting-ui.c:844
+msgid "Spherical"
+msgstr "Kuleforma"
+
+#: ../plug-ins/common/bump-map.c:836
+#: ../plug-ins/flame/flame.c:748
+#: ../plug-ins/lighting/lighting-ui.c:843
+msgid "Sinusoidal"
+msgstr "Sinusforma"
+
+#: ../plug-ins/common/bump-map.c:843
msgid "_Map type:"
msgstr "_Koplingstype"
#. Compensate darkening
-#: ../plug-ins/common/bumpmap.c:849
+#: ../plug-ins/common/bump-map.c:848
msgid "Co_mpensate for darkening"
msgstr "Ko_mpenser for formørkinga"
#. Invert bumpmap
-#: ../plug-ins/common/bumpmap.c:863
+#: ../plug-ins/common/bump-map.c:862
msgid "I_nvert bumpmap"
msgstr "Inverter strukturkartet"
#. Tile bumpmap
-#: ../plug-ins/common/bumpmap.c:877
+#: ../plug-ins/common/bump-map.c:876
msgid "_Tile bumpmap"
msgstr "_Flislegg strukturkartet"
-#: ../plug-ins/common/bumpmap.c:892 ../plug-ins/common/emboss.c:499
+#: ../plug-ins/common/bump-map.c:891
+#: ../plug-ins/common/emboss.c:499
msgid "_Azimuth:"
msgstr "_Asimut:"
-#: ../plug-ins/common/bumpmap.c:904
+#: ../plug-ins/common/bump-map.c:903
msgid "_Elevation:"
msgstr "_Elevasjon:"
-#: ../plug-ins/common/bumpmap.c:930 ../plug-ins/common/postscript.c:3381
+#: ../plug-ins/common/bump-map.c:929
+#: ../plug-ins/common/file-ps.c:3394
msgid "_X offset:"
msgstr "_X-forskyving:"
-#: ../plug-ins/common/bumpmap.c:933 ../plug-ins/common/bumpmap.c:947
-msgid ""
-"The offset can be adjusted by dragging the preview using the middle mouse "
-"button."
+#: ../plug-ins/common/bump-map.c:932
+#: ../plug-ins/common/bump-map.c:946
+msgid "The offset can be adjusted by dragging the preview using the middle mouse button."
msgstr "Du kan også justera forskyvinga ved hjelp av den midtre museknappen."
-#: ../plug-ins/common/bumpmap.c:944 ../plug-ins/common/postscript.c:3390
+#: ../plug-ins/common/bump-map.c:943
+#: ../plug-ins/common/file-ps.c:3403
msgid "_Y offset:"
msgstr "_Y-forskyving:"
-#: ../plug-ins/common/bumpmap.c:958
+#: ../plug-ins/common/bump-map.c:957
msgid "_Waterlevel:"
msgstr "_Havnivå:"
-#: ../plug-ins/common/bumpmap.c:970
+#: ../plug-ins/common/bump-map.c:969
msgid "A_mbient:"
msgstr "_Bakgrunnslys:"
-#: ../plug-ins/common/c_astretch.c:68
-msgid "Stretch contrast to cover the maximum possible range"
-msgstr "Strekker kontrasten for å dekke størst mogleg område"
-
-#: ../plug-ins/common/c_astretch.c:79
-msgid "_Stretch Contrast"
-msgstr "Strekk _kontrast..."
-
-#: ../plug-ins/common/c_astretch.c:113
-msgid "Auto-stretching contrast"
-msgstr "Automatisk _kontraststrekking..."
-
-#: ../plug-ins/common/c_astretch.c:152
-msgid "c_astretch: cmap was NULL! Quitting...\n"
-msgstr "c_astretch: cmap var NULL! Avbrote...\n"
-
-#: ../plug-ins/common/cartoon.c:142
+#: ../plug-ins/common/cartoon.c:141
msgid "Simulate a cartoon by enhancing edges"
msgstr "Simulerer ei strekteikning ved å forsterke kantane"
-#: ../plug-ins/common/cartoon.c:147
+#: ../plug-ins/common/cartoon.c:146
msgid "Ca_rtoon..."
-msgstr "Teikneserie..."
+msgstr "Teikne_serie …"
-#: ../plug-ins/common/cartoon.c:229 ../plug-ins/common/dog.c:251
-#: ../plug-ins/common/gauss.c:445 ../plug-ins/common/neon.c:225
-#: ../plug-ins/common/photocopy.c:241 ../plug-ins/common/sel_gauss.c:211
-#: ../plug-ins/common/softglow.c:221 ../plug-ins/gflare/gflare.c:965
-#: ../plug-ins/sgi/sgi.c:520 ../plug-ins/xjt/xjt.c:1688
-msgid "Cannot operate on indexed color images."
-msgstr "Kan ikkje arbeida på indekserte bilete."
-
-#: ../plug-ins/common/cartoon.c:809
+#: ../plug-ins/common/cartoon.c:810
msgid "Cartoon"
-msgstr "_Teikneserie"
+msgstr "Teikneserie"
-#: ../plug-ins/common/cartoon.c:846 ../plug-ins/common/photocopy.c:874
+#: ../plug-ins/common/cartoon.c:847
+#: ../plug-ins/common/photocopy.c:875
msgid "_Mask radius:"
msgstr "_Maskeradius:"
-#: ../plug-ins/common/cartoon.c:860
+#: ../plug-ins/common/cartoon.c:861
msgid "_Percent black:"
msgstr "Svartandel (%):"
-#: ../plug-ins/common/ccanalyze.c:106
-msgid "Analyze the set of colors in the image"
-msgstr "Analyser fargesettet i biletet"
-
-#: ../plug-ins/common/ccanalyze.c:112
-msgid "Colorcube A_nalysis..."
-msgstr "Fargerom_analyse..."
-
-#: ../plug-ins/common/ccanalyze.c:200 ../plug-ins/common/ccanalyze.c:356
-msgid "Colorcube Analysis"
-msgstr "Fargeromanalyse"
-
-#. output results
-#: ../plug-ins/common/ccanalyze.c:384
-#: ../plug-ins/imagemap/imap_cmd_guides.c:231
-#, c-format
-msgid "Image dimensions: %d × %d"
-msgstr "Biletstorleik: %d x %d"
-
-#: ../plug-ins/common/ccanalyze.c:387
-msgid "No colors"
-msgstr "Ingen fargar"
-
-#: ../plug-ins/common/ccanalyze.c:389
-msgid "Only one unique color"
-msgstr "Bare ein farge"
-
-#: ../plug-ins/common/ccanalyze.c:391
-#, c-format
-msgid "Number of unique colors: %d"
-msgstr "Talet på unike fargar: %d"
-
-#: ../plug-ins/common/channel_mixer.c:175
+#: ../plug-ins/common/channel-mixer.c:174
msgid "Alter colors by mixing RGB Channels"
msgstr "Endre fargane ved å blande RGB-kanalane"
-#: ../plug-ins/common/channel_mixer.c:180
+#: ../plug-ins/common/channel-mixer.c:179
msgid "Channel Mi_xer..."
-msgstr "_Kanalmi_ksar..."
+msgstr "_Kanalmi_ksar …"
#. printf("Channel Mixer:: Mode:%d r %f g %f b %f\n ",
#. param[3].data.d_int32, mix.black.red_gain,
#. mix.black.green_gain, mix.black.blue_gain);
-#: ../plug-ins/common/channel_mixer.c:271
-#: ../plug-ins/common/channel_mixer.c:492
+#: ../plug-ins/common/channel-mixer.c:270
+#: ../plug-ins/common/channel-mixer.c:491
msgid "Channel Mixer"
msgstr "Kanalmiksar"
-#: ../plug-ins/common/channel_mixer.c:528
+#: ../plug-ins/common/channel-mixer.c:528
msgid "O_utput channel:"
msgstr "_Utkanal:"
-#: ../plug-ins/common/channel_mixer.c:582 ../plug-ins/common/compose.c:190
-#: ../plug-ins/common/compose.c:201 ../plug-ins/common/diffraction.c:501
-#: ../plug-ins/common/diffraction.c:539 ../plug-ins/common/diffraction.c:577
-#: ../plug-ins/common/exchange.c:398 ../plug-ins/common/noisify.c:530
-#: ../plug-ins/common/noisify.c:537
+#. Redmode radio frame
+#: ../plug-ins/common/channel-mixer.c:537
+#: ../plug-ins/common/decompose.c:173
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:990
+msgid "Red"
+msgstr "Raud"
+
+#. Greenmode radio frame
+#: ../plug-ins/common/channel-mixer.c:542
+#: ../plug-ins/common/decompose.c:174
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1031
+msgid "Green"
+msgstr "Grøn"
+
+#. Bluemode radio frame
+#: ../plug-ins/common/channel-mixer.c:547
+#: ../plug-ins/common/decompose.c:175
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1072
+msgid "Blue"
+msgstr "Blå"
+
+#: ../plug-ins/common/channel-mixer.c:582
+#: ../plug-ins/common/color-exchange.c:397
+#: ../plug-ins/common/compose.c:189
+#: ../plug-ins/common/compose.c:200
+#: ../plug-ins/common/diffraction.c:500
+#: ../plug-ins/common/diffraction.c:538
+#: ../plug-ins/common/diffraction.c:576
+#: ../plug-ins/common/noise-rgb.c:530
+#: ../plug-ins/common/noise-rgb.c:537
msgid "_Red:"
msgstr "_Raud:"
-#: ../plug-ins/common/channel_mixer.c:600 ../plug-ins/common/compose.c:191
-#: ../plug-ins/common/compose.c:202 ../plug-ins/common/diffraction.c:510
-#: ../plug-ins/common/diffraction.c:548 ../plug-ins/common/diffraction.c:586
-#: ../plug-ins/common/exchange.c:458 ../plug-ins/common/noisify.c:531
-#: ../plug-ins/common/noisify.c:538
+#: ../plug-ins/common/channel-mixer.c:600
+#: ../plug-ins/common/color-exchange.c:457
+#: ../plug-ins/common/compose.c:190
+#: ../plug-ins/common/compose.c:201
+#: ../plug-ins/common/diffraction.c:509
+#: ../plug-ins/common/diffraction.c:547
+#: ../plug-ins/common/diffraction.c:585
+#: ../plug-ins/common/noise-rgb.c:531
+#: ../plug-ins/common/noise-rgb.c:538
msgid "_Green:"
msgstr "_Grøn:"
-#: ../plug-ins/common/channel_mixer.c:619 ../plug-ins/common/compose.c:192
-#: ../plug-ins/common/compose.c:203 ../plug-ins/common/diffraction.c:519
-#: ../plug-ins/common/diffraction.c:557 ../plug-ins/common/diffraction.c:595
-#: ../plug-ins/common/exchange.c:519 ../plug-ins/common/noisify.c:532
-#: ../plug-ins/common/noisify.c:539
+#: ../plug-ins/common/channel-mixer.c:619
+#: ../plug-ins/common/color-exchange.c:518
+#: ../plug-ins/common/compose.c:191
+#: ../plug-ins/common/compose.c:202
+#: ../plug-ins/common/diffraction.c:518
+#: ../plug-ins/common/diffraction.c:556
+#: ../plug-ins/common/diffraction.c:594
+#: ../plug-ins/common/noise-rgb.c:532
+#: ../plug-ins/common/noise-rgb.c:539
msgid "_Blue:"
msgstr "_Blå:"
-#: ../plug-ins/common/channel_mixer.c:635
+#: ../plug-ins/common/channel-mixer.c:635
msgid "_Monochrome"
msgstr "_Monokrom"
-#: ../plug-ins/common/channel_mixer.c:648
+#: ../plug-ins/common/channel-mixer.c:648
msgid "Preserve _luminosity"
msgstr "Behald farge_glød"
-#: ../plug-ins/common/channel_mixer.c:877
+#: ../plug-ins/common/channel-mixer.c:877
msgid "Load Channel Mixer Settings"
msgstr "Opna innstillingane for kanalmiksaren"
-#: ../plug-ins/common/channel_mixer.c:1004
+#. stat error (file does not exist)
+#: ../plug-ins/common/channel-mixer.c:981
+#: ../plug-ins/common/cml-explorer.c:2177
+#: ../plug-ins/common/curve-bend.c:884
+#: ../plug-ins/common/file-cel.c:311
+#: ../plug-ins/common/file-compressor.c:497
+#: ../plug-ins/common/file-compressor.c:665
+#: ../plug-ins/common/file-dicom.c:324
+#: ../plug-ins/common/file-gbr.c:360
+#: ../plug-ins/common/file-gif-load.c:355
+#: ../plug-ins/common/file-gih.c:643
+#: ../plug-ins/common/file-mng.c:1072
+#: ../plug-ins/common/file-pat.c:329
+#: ../plug-ins/common/file-pcx.c:360
+#: ../plug-ins/common/file-pdf.c:550
+#: ../plug-ins/common/file-pix.c:342
+#: ../plug-ins/common/file-png.c:720
+#: ../plug-ins/common/file-pnm.c:493
+#: ../plug-ins/common/file-ps.c:1037
+#: ../plug-ins/common/file-ps.c:3044
+#: ../plug-ins/common/file-psp.c:1750
+#: ../plug-ins/common/file-raw.c:248
+#: ../plug-ins/common/file-raw.c:665
+#: ../plug-ins/common/file-sunras.c:390
+#: ../plug-ins/common/file-svg.c:332
+#: ../plug-ins/common/file-svg.c:717
+#: ../plug-ins/common/file-tga.c:441
+#: ../plug-ins/common/file-tiff-load.c:291
+#: ../plug-ins/common/file-xbm.c:736
+#: ../plug-ins/common/file-xwd.c:432
+#: ../plug-ins/common/sphere-designer.c:2001
+#: ../plug-ins/file-bmp/bmp-read.c:153
+#: ../plug-ins/file-faxg3/faxg3.c:232
+#: ../plug-ins/file-fits/fits.c:357
+#: ../plug-ins/file-fli/fli-gimp.c:459
+#: ../plug-ins/file-fli/fli-gimp.c:496
+#: ../plug-ins/file-ico/ico-load.c:652
+#: ../plug-ins/file-ico/ico-load.c:731
+#: ../plug-ins/file-jpeg/jpeg-load.c:108
+#: ../plug-ins/file-jpeg/jpeg-load.c:830
+#: ../plug-ins/file-psd/psd-load.c:130
+#: ../plug-ins/file-psd/psd-thumb-load.c:79
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:189
+#: ../plug-ins/file-xjt/xjt.c:2540
+#: ../plug-ins/file-xjt/xjt.c:2548
+#: ../plug-ins/flame/flame.c:411
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1862
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:928
+#: ../plug-ins/gfig/gfig.c:433
+#: ../plug-ins/help/gimphelplocale.c:222
+#: ../plug-ins/help/gimphelplocale.c:238
+#: ../plug-ins/lighting/lighting-ui.c:1353
+msgid "Could not open '%s' for reading: %s"
+msgstr "Kunne ikkje opna «%s» for lesing: %s"
+
+#: ../plug-ins/common/channel-mixer.c:1004
msgid "Save Channel Mixer Settings"
msgstr "Lagra innstillingane for kanalmiksaren"
-#: ../plug-ins/common/checkerboard.c:89
+#: ../plug-ins/common/channel-mixer.c:1059
+#: ../plug-ins/common/cml-explorer.c:2004
+#: ../plug-ins/common/curve-bend.c:832
+#: ../plug-ins/common/file-cel.c:582
+#: ../plug-ins/common/file-compressor.c:425
+#: ../plug-ins/common/file-compressor.c:507
+#: ../plug-ins/common/file-compressor.c:589
+#: ../plug-ins/common/file-compressor.c:676
+#: ../plug-ins/common/file-csource.c:405
+#: ../plug-ins/common/file-dicom.c:800
+#: ../plug-ins/common/file-gbr.c:634
+#: ../plug-ins/common/file-gif-save.c:761
+#: ../plug-ins/common/file-gih.c:1276
+#: ../plug-ins/common/file-html-table.c:235
+#: ../plug-ins/common/file-mng.c:574
+#: ../plug-ins/common/file-mng.c:908
+#: ../plug-ins/common/file-pat.c:461
+#: ../plug-ins/common/file-pcx.c:665
+#: ../plug-ins/common/file-pix.c:523
+#: ../plug-ins/common/file-png.c:1269
+#: ../plug-ins/common/file-pnm.c:976
+#: ../plug-ins/common/file-ps.c:1214
+#: ../plug-ins/common/file-raw.c:545
+#: ../plug-ins/common/file-raw.c:573
+#: ../plug-ins/common/file-sunras.c:562
+#: ../plug-ins/common/file-tga.c:1169
+#: ../plug-ins/common/file-tiff-save.c:683
+#: ../plug-ins/common/file-xbm.c:1034
+#: ../plug-ins/common/file-xwd.c:613
+#: ../plug-ins/common/sphere-designer.c:2111
+#: ../plug-ins/file-bmp/bmp-write.c:295
+#: ../plug-ins/file-fits/fits.c:475
+#: ../plug-ins/file-fli/fli-gimp.c:749
+#: ../plug-ins/file-ico/ico-save.c:1007
+#: ../plug-ins/file-jpeg/jpeg-save.c:329
+#: ../plug-ins/file-psd/psd-save.c:1637
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:162
+#: ../plug-ins/file-xjt/xjt.c:1291
+#: ../plug-ins/file-xjt/xjt.c:1726
+#: ../plug-ins/flame/flame.c:442
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1545
+#: ../plug-ins/gfig/gfig.c:793
+#: ../plug-ins/ifs-compose/ifs-compose.c:2374
+#: ../plug-ins/lighting/lighting-ui.c:1210
+msgid "Could not open '%s' for writing: %s"
+msgstr "Kan ikkje opna «%s» for skriving: %s"
+
+#: ../plug-ins/common/channel-mixer.c:1067
+#: ../plug-ins/common/cml-explorer.c:2059
+msgid "Parameters were saved to '%s'"
+msgstr "Parametra blei lagra i «%s»"
+
+#: ../plug-ins/common/checkerboard.c:88
msgid "Create a checkerboard pattern"
msgstr "Lag eit sjakkbrettmønster"
-#: ../plug-ins/common/checkerboard.c:94
+#: ../plug-ins/common/checkerboard.c:93
msgid "_Checkerboard..."
-msgstr "_Sjakkbrett..."
+msgstr "Sjakk_brett …"
-#: ../plug-ins/common/checkerboard.c:161
+#: ../plug-ins/common/checkerboard.c:160
msgid "Adding checkerboard"
msgstr "Legg til sjakkbrett"
-#: ../plug-ins/common/checkerboard.c:346
+#: ../plug-ins/common/checkerboard.c:345
msgid "Checkerboard"
msgstr "Sjakkbrett"
-#: ../plug-ins/common/checkerboard.c:412
-#: ../plug-ins/gimpressionist/sizemap.c:511
+#: ../plug-ins/common/checkerboard.c:411
+#: ../plug-ins/gimpressionist/sizemap.c:510
msgid "_Size:"
msgstr "_Storleik:"
-#: ../plug-ins/common/checkerboard.c:421
+#: ../plug-ins/common/checkerboard.c:420
msgid "_Psychobilly"
msgstr "_Krumming"
-#: ../plug-ins/common/color_enhance.c:69
+#: ../plug-ins/common/cml-explorer.c:128
+msgid "Keep image's values"
+msgstr "Behald biletverdiane"
+
+#: ../plug-ins/common/cml-explorer.c:129
+msgid "Keep the first value"
+msgstr "Behald første verdien"
+
+#: ../plug-ins/common/cml-explorer.c:130
+msgid "Fill with parameter k"
+msgstr "Fyll med parameter k"
+
+#: ../plug-ins/common/cml-explorer.c:131
+msgid "k{x(1-x)}^p"
+msgstr "k{x(1-x)}^p"
+
+#: ../plug-ins/common/cml-explorer.c:132
+msgid "k{x(1-x)}^p stepped"
+msgstr "k{x(1-x)}^p stegvis"
+
+#: ../plug-ins/common/cml-explorer.c:133
+msgid "kx^p"
+msgstr "kx^p"
+
+#: ../plug-ins/common/cml-explorer.c:134
+msgid "kx^p stepped"
+msgstr "kx^p schrittweise"
+
+#: ../plug-ins/common/cml-explorer.c:135
+msgid "k(1-x^p)"
+msgstr "k(1-x^p)"
+
+#: ../plug-ins/common/cml-explorer.c:136
+msgid "k(1-x^p) stepped"
+msgstr "k(1-x^p) stegvis"
+
+#: ../plug-ins/common/cml-explorer.c:137
+msgid "Delta function"
+msgstr "Deltafunksjon"
+
+#: ../plug-ins/common/cml-explorer.c:138
+msgid "Delta function stepped"
+msgstr "Deltafunksjon stegvis"
+
+#: ../plug-ins/common/cml-explorer.c:139
+msgid "sin^p-based function"
+msgstr "sin^p-basert funksjon"
+
+#: ../plug-ins/common/cml-explorer.c:140
+msgid "sin^p, stepped"
+msgstr "sin^p stegvis"
+
+#: ../plug-ins/common/cml-explorer.c:166
+msgid "Max (x, -)"
+msgstr "Max (x, -)"
+
+#: ../plug-ins/common/cml-explorer.c:167
+msgid "Max (x+d, -)"
+msgstr "Max (x+d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:168
+msgid "Max (x-d, -)"
+msgstr "Max (x-d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:169
+msgid "Min (x, -)"
+msgstr "Min (x, -)"
+
+#: ../plug-ins/common/cml-explorer.c:170
+msgid "Min (x+d, -)"
+msgstr "Min (x+d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:171
+msgid "Min (x-d, -)"
+msgstr "Min (x-d, -)"
+
+#: ../plug-ins/common/cml-explorer.c:172
+msgid "Max (x+d, -), (x < 0.5)"
+msgstr "Max (x+d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:173
+msgid "Max (x+d, -), (0.5 < x)"
+msgstr "Max (x+d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:174
+msgid "Max (x-d, -), (x < 0.5)"
+msgstr "Max (x-d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:175
+msgid "Max (x-d, -), (0.5 < x)"
+msgstr "Max (x-d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:176
+msgid "Min (x+d, -), (x < 0.5)"
+msgstr "Min (x+d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:177
+msgid "Min (x+d, -), (0.5 < x)"
+msgstr "Min (x+d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:178
+msgid "Min (x-d, -), (x < 0.5)"
+msgstr "Min (x-d, -), (x < 0.5)"
+
+#: ../plug-ins/common/cml-explorer.c:179
+msgid "Min (x-d, -), (0.5 < x)"
+msgstr "Min (x-d, -), (0.5 < x)"
+
+#: ../plug-ins/common/cml-explorer.c:199
+#: ../plug-ins/common/file-sunras.c:1650
+msgid "Standard"
+msgstr "Standard"
+
+#: ../plug-ins/common/cml-explorer.c:200
+msgid "Use average value"
+msgstr "Bruk gjennomsnittsverdi"
+
+#: ../plug-ins/common/cml-explorer.c:201
+msgid "Use reverse value"
+msgstr "Bruk omvendte verdiar"
+
+#: ../plug-ins/common/cml-explorer.c:202
+msgid "With random power (0,10)"
+msgstr "Med tilfeldig eksponent (0,10)"
+
+#: ../plug-ins/common/cml-explorer.c:203
+msgid "With random power (0,1)"
+msgstr "Med tilfeldig eksponent (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:204
+msgid "With gradient power (0,1)"
+msgstr "Med gradert eksponent (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:205
+msgid "Multiply rand. value (0,1)"
+msgstr "Multipl. tilfeldig verdi (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:206
+msgid "Multiply rand. value (0,2)"
+msgstr "Multipl. tilfeldig verdi (0,2)"
+
+#: ../plug-ins/common/cml-explorer.c:207
+msgid "Multiply gradient (0,1)"
+msgstr "Multipl. fargeovergang (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:208
+msgid "With p and random (0,1)"
+msgstr "Med p og tilfeldig tal (0,1)"
+
+#: ../plug-ins/common/cml-explorer.c:222
+msgid "All black"
+msgstr "Alt svart"
+
+#: ../plug-ins/common/cml-explorer.c:223
+msgid "All gray"
+msgstr "Alt grått"
+
+#: ../plug-ins/common/cml-explorer.c:224
+msgid "All white"
+msgstr "Alt kvitt"
+
+#: ../plug-ins/common/cml-explorer.c:225
+msgid "The first row of the image"
+msgstr "Den første linja i biletet"
+
+#: ../plug-ins/common/cml-explorer.c:226
+msgid "Continuous gradient"
+msgstr "Kontinuerleg fargeovergang"
+
+#: ../plug-ins/common/cml-explorer.c:227
+msgid "Continuous grad. w/o gap"
+msgstr "Kont. fargeovergang u/ mellomrom"
+
+#: ../plug-ins/common/cml-explorer.c:228
+msgid "Random, ch. independent"
+msgstr "Tilfeldig, kanaluavh."
+
+#: ../plug-ins/common/cml-explorer.c:229
+msgid "Random shared"
+msgstr "Tilfeldig, delt"
+
+#: ../plug-ins/common/cml-explorer.c:230
+msgid "Randoms from seed"
+msgstr "Tilfeldig frå frø"
+
+#: ../plug-ins/common/cml-explorer.c:231
+msgid "Randoms from seed (shared)"
+msgstr "Tilfeldig frå frø (delt)"
+
+#: ../plug-ins/common/cml-explorer.c:299
+#: ../plug-ins/common/cml-explorer.c:307
+#: ../plug-ins/common/decompose.c:187
+#: ../plug-ins/gimpressionist/orientation.c:179
+#: ../plug-ins/gimpressionist/size.c:182
+msgid "Hue"
+msgstr "Kulør"
+
+#: ../plug-ins/common/cml-explorer.c:300
+#: ../plug-ins/common/cml-explorer.c:308
+#: ../plug-ins/common/decompose.c:188
+msgid "Saturation"
+msgstr "Metning"
+
+#: ../plug-ins/common/cml-explorer.c:301
+#: ../plug-ins/common/cml-explorer.c:309
+#: ../plug-ins/common/decompose.c:189
+#: ../plug-ins/gimpressionist/orientation.c:155
+#: ../plug-ins/gimpressionist/size.c:158
+msgid "Value"
+msgstr "Lysverdi"
+
+#: ../plug-ins/common/cml-explorer.c:306
+msgid "(None)"
+msgstr "(Ingen)"
+
+#: ../plug-ins/common/cml-explorer.c:454
+msgid "Create abstract Coupled-Map Lattice patterns"
+msgstr "Lag Coupled-Map-Lattice mønster"
+
+#: ../plug-ins/common/cml-explorer.c:465
+msgid "CML _Explorer..."
+msgstr "_CML behandlaren …"
+
+#: ../plug-ins/common/cml-explorer.c:755
+msgid "CML Explorer: evoluting"
+msgstr "CML_behandlar: utvikling"
+
+#: ../plug-ins/common/cml-explorer.c:1176
+msgid "Coupled-Map-Lattice Explorer"
+msgstr "Samankopla avbildingsgitter "
+
+#: ../plug-ins/common/cml-explorer.c:1223
+msgid "New Seed"
+msgstr "_Nytt frø"
+
+#: ../plug-ins/common/cml-explorer.c:1234
+msgid "Fix Seed"
+msgstr "Fast frø"
+
+#: ../plug-ins/common/cml-explorer.c:1245
+msgid "Random Seed"
+msgstr "Tilfeldig frø:"
+
+#: ../plug-ins/common/cml-explorer.c:1287
+#: ../plug-ins/common/filter-pack.c:699
+#: ../plug-ins/common/van-gogh-lic.c:670
+msgid "_Hue"
+msgstr "_Kulør"
+
+#: ../plug-ins/common/cml-explorer.c:1291
+msgid "Sat_uration"
+msgstr "M_etning"
+
+#: ../plug-ins/common/cml-explorer.c:1295
+#: ../plug-ins/common/filter-pack.c:707
+msgid "_Value"
+msgstr "_Verdi"
+
+#: ../plug-ins/common/cml-explorer.c:1299
+msgid "_Advanced"
+msgstr "_Utvida"
+
+#: ../plug-ins/common/cml-explorer.c:1314
+msgid "Channel Independent Parameters"
+msgstr "Kanaluavhengige parametrar"
+
+#: ../plug-ins/common/cml-explorer.c:1336
+msgid "Initial value:"
+msgstr "Startverdi:"
+
+#: ../plug-ins/common/cml-explorer.c:1342
+msgid "Zoom scale:"
+msgstr "Zoomfaktor:"
+
+#: ../plug-ins/common/cml-explorer.c:1351
+msgid "Start offset:"
+msgstr "Startforskyving:"
+
+#: ../plug-ins/common/cml-explorer.c:1360
+msgid "Seed of Random (only for \"From Seed\" Modes)"
+msgstr "Startverdi. (Bare for «Frå frø» modus)"
+
+#: ../plug-ins/common/cml-explorer.c:1371
+#: ../plug-ins/maze/maze-dialog.c:260
+msgid "Seed:"
+msgstr "Frø:"
+
+#: ../plug-ins/common/cml-explorer.c:1384
+msgid "Switch to \"From seed\" With the Last Seed"
+msgstr "Bytt til «Frå frø» med siste frø"
+
+#: ../plug-ins/common/cml-explorer.c:1396
+msgid ""
+"\"Fix seed\" button is an alias of me.\n"
+"The same seed produces the same image, if (1) the widths of images are same (this is the reason why image on drawable is different from preview), and (2) all mutation rates equal to zero."
+msgstr ""
+"Det same frøet lager det same biletet dersom\n"
+"1. bileta er like breie (Dette er grunnen til at det endelege biletet er anleis enn førehandsvisinga).\n"
+"2. alle mutasjonsratene er sett til null."
+
+#: ../plug-ins/common/cml-explorer.c:1404
+msgid "O_thers"
+msgstr "_Andre"
+
+#: ../plug-ins/common/cml-explorer.c:1419
+msgid "Copy Settings"
+msgstr "Innstillingar for kopiering"
+
+#: ../plug-ins/common/cml-explorer.c:1438
+msgid "Source channel:"
+msgstr "Kjeldelkanal:"
+
+#: ../plug-ins/common/cml-explorer.c:1453
+#: ../plug-ins/common/cml-explorer.c:1501
+msgid "Destination channel:"
+msgstr "Målkanal:"
+
+#: ../plug-ins/common/cml-explorer.c:1457
+msgid "Copy Parameters"
+msgstr "Kopier parametra"
+
+#: ../plug-ins/common/cml-explorer.c:1466
+msgid "Selective Load Settings"
+msgstr "Selektive opningsinnstillingar"
+
+#: ../plug-ins/common/cml-explorer.c:1486
+msgid "Source channel in file:"
+msgstr "Kjeldekanal i fil:"
+
+#: ../plug-ins/common/cml-explorer.c:1507
+msgid "_Misc Ops."
+msgstr "_Ymse innst."
+
+#: ../plug-ins/common/cml-explorer.c:1556
+msgid "Function type:"
+msgstr "Funksjonstype:"
+
+#: ../plug-ins/common/cml-explorer.c:1572
+msgid "Composition:"
+msgstr "Komposisjon:"
+
+#: ../plug-ins/common/cml-explorer.c:1586
+msgid "Misc arrange:"
+msgstr "Ymse oppstillingar:"
+
+#: ../plug-ins/common/cml-explorer.c:1590
+msgid "Use cyclic range"
+msgstr "Bruk sykliske område"
+
+#: ../plug-ins/common/cml-explorer.c:1600
+msgid "Mod. rate:"
+msgstr "Endringsgrad:"
+
+#: ../plug-ins/common/cml-explorer.c:1609
+msgid "Env. sensitivity:"
+msgstr "Omgivnadsfølsemd:"
+
+#: ../plug-ins/common/cml-explorer.c:1618
+msgid "Diffusion dist.:"
+msgstr "Diffusjonsavstand:"
+
+#: ../plug-ins/common/cml-explorer.c:1627
+msgid "# of subranges:"
+msgstr "Talet på underområde:"
+
+#: ../plug-ins/common/cml-explorer.c:1636
+msgid "P(ower factor):"
+msgstr "Eksponentfaktor (p):"
+
+#: ../plug-ins/common/cml-explorer.c:1645
+msgid "Parameter k:"
+msgstr "Parameter k:"
+
+#: ../plug-ins/common/cml-explorer.c:1654
+msgid "Range low:"
+msgstr "Nedre grense:"
+
+#: ../plug-ins/common/cml-explorer.c:1663
+msgid "Range high:"
+msgstr "Øvre grense:"
+
+#: ../plug-ins/common/cml-explorer.c:1675
+msgid "Plot a Graph of the Settings"
+msgstr "Vis innstillingane grafisk"
+
+#: ../plug-ins/common/cml-explorer.c:1720
+msgid "Ch. sensitivity:"
+msgstr "Kanalfølsemd:"
+
+#: ../plug-ins/common/cml-explorer.c:1730
+msgid "Mutation rate:"
+msgstr "Mutasjonsrate:"
+
+#: ../plug-ins/common/cml-explorer.c:1740
+msgid "Mutation dist.:"
+msgstr "Mutasjonsavstand:"
+
+#: ../plug-ins/common/cml-explorer.c:1818
+msgid "Graph of the Current Settings"
+msgstr "Graf for dei gjeldande innstillingane"
+
+#: ../plug-ins/common/cml-explorer.c:1889
+msgid "Warning: the source and the destination are the same channel."
+msgstr "Åtvaring: Kjelde- og målkanalen er den same"
+
+#: ../plug-ins/common/cml-explorer.c:1948
+msgid "Save CML Explorer Parameters"
+msgstr "Lagra parametra for CML-utforskaren"
+
+#: ../plug-ins/common/cml-explorer.c:2081
+msgid "Load CML Explorer Parameters"
+msgstr "Opna parametra for CML-utforskaren"
+
+#: ../plug-ins/common/cml-explorer.c:2199
+msgid "Error: it's not CML parameter file."
+msgstr "Feil: Dette er ikkje ei CML-parameter-fil"
+
+#: ../plug-ins/common/cml-explorer.c:2206
+msgid "Warning: '%s' is an old format file."
+msgstr "Åtvaring: «%s» er ei fil i gammalt format."
+
+#: ../plug-ins/common/cml-explorer.c:2210
+msgid "Warning: '%s' is a parameter file for a newer version of CML Explorer."
+msgstr "Åtvaring: «%s» er ei parameterfil for nyare CML-utforskar enn denne."
+
+#: ../plug-ins/common/cml-explorer.c:2273
+msgid "Error: failed to load parameters"
+msgstr "Feil: Kunne ikkje opna parametra"
+
+#: ../plug-ins/common/color-cube-analyze.c:105
+msgid "Analyze the set of colors in the image"
+msgstr "Analyser fargesettet i biletet"
+
+#: ../plug-ins/common/color-cube-analyze.c:111
+msgid "Colorcube A_nalysis..."
+msgstr "Fargerom_analyse …"
+
+#: ../plug-ins/common/color-cube-analyze.c:199
+#: ../plug-ins/common/color-cube-analyze.c:355
+msgid "Colorcube Analysis"
+msgstr "Fargeromanalyse"
+
+#. output results
+#: ../plug-ins/common/color-cube-analyze.c:383
+#: ../plug-ins/imagemap/imap_cmd_guides.c:230
+msgid "Image dimensions: %d × %d"
+msgstr "Biletstorleik: %d x %d"
+
+#: ../plug-ins/common/color-cube-analyze.c:386
+msgid "No colors"
+msgstr "Ingen fargar"
+
+#: ../plug-ins/common/color-cube-analyze.c:388
+msgid "Only one unique color"
+msgstr "Bare ein farge"
+
+#: ../plug-ins/common/color-cube-analyze.c:390
+msgid "Number of unique colors: %d"
+msgstr "Talet på unike fargar: %d"
+
+#: ../plug-ins/common/color-enhance.c:68
msgid "Stretch color saturation to cover maximum possible range"
msgstr "Strekker biletmetning for å dekke størst mogleg område"
-#: ../plug-ins/common/color_enhance.c:81
+#: ../plug-ins/common/color-enhance.c:80
msgid "_Color Enhance"
-msgstr "_Fargeforsterkning..."
+msgstr "_Fargeforsterkning"
-#: ../plug-ins/common/color_enhance.c:115
+#: ../plug-ins/common/color-enhance.c:114
msgid "Color Enhance"
msgstr "Fargeforbetring"
-#: ../plug-ins/common/colorify.c:102
-msgid "Replace all colors with shades of a specified color"
-msgstr "Bytt ut alle fargane med ulike toner av ein spesifisert farge"
+#: ../plug-ins/common/color-exchange.c:121
+msgid "Swap one color with another"
+msgstr "Byter ein farge med ein annan"
-#: ../plug-ins/common/colorify.c:108
-msgid "Colorif_y..."
-msgstr "Farge_legg frå mal..."
+#: ../plug-ins/common/color-exchange.c:127
+msgid "_Color Exchange..."
+msgstr "Bytt _farge …"
-#: ../plug-ins/common/colorify.c:169
-msgid "Colorifying"
-msgstr "Fargelegg"
+#: ../plug-ins/common/color-exchange.c:212
+#: ../plug-ins/common/color-exchange.c:286
+msgid "Color Exchange"
+msgstr "Byter ut ein farge med ein annan"
-#: ../plug-ins/common/colorify.c:255
-msgid "Colorify"
-msgstr "Fargelegg"
+#: ../plug-ins/common/color-exchange.c:308
+msgid "Middle-Click Inside Preview to Pick \"From Color\""
+msgstr "Klikk i førehandsvisinga med midtre musebrytaren for å velje «frå-farge»"
-#: ../plug-ins/common/colorify.c:289
-msgid "Custom color:"
-msgstr "Definer farge:"
+#: ../plug-ins/common/color-exchange.c:346
+msgid "To Color"
+msgstr "Tilfarge"
-#: ../plug-ins/common/colorify.c:294
-msgid "Colorify Custom Color"
-msgstr "Fargelegg med brukardefinert farge"
+#: ../plug-ins/common/color-exchange.c:346
+msgid "From Color"
+msgstr "Fråfarge"
-#: ../plug-ins/common/colormap-remap.c:97
-msgid "Rearrange the colormap"
-msgstr "Ordne fargekartet på nytt"
+#: ../plug-ins/common/color-exchange.c:364
+msgid "Color Exchange: To Color"
+msgstr "Fargeutveksling: tilfarge"
-#: ../plug-ins/common/colormap-remap.c:104
-msgid "R_earrange Colormap..."
-msgstr "_Ordne fargekartet på nytt..."
+#: ../plug-ins/common/color-exchange.c:365
+msgid "Color Exchange: From Color"
+msgstr "Fargeutveksling: fråfarge"
-#: ../plug-ins/common/colormap-remap.c:116
-msgid "Swap two colors in the colormap"
-msgstr "Bytt to fargar i fargekartet"
+#: ../plug-ins/common/color-exchange.c:423
+msgid "R_ed threshold:"
+msgstr "_Raud terskel:"
-#: ../plug-ins/common/colormap-remap.c:123
-msgid "_Swap Colors"
-msgstr "Bytt fargane"
+#: ../plug-ins/common/color-exchange.c:483
+msgid "G_reen threshold:"
+msgstr "_Grøn terskel:"
-#: ../plug-ins/common/colormap-remap.c:286
-#: ../plug-ins/common/colormap-remap.c:297
-#: ../plug-ins/common/colormap-remap.c:308
-msgid "Invalid remap array was passed to remap function"
-msgstr ""
+#: ../plug-ins/common/color-exchange.c:544
+msgid "B_lue threshold:"
+msgstr "_Blå terskel:"
-#: ../plug-ins/common/colormap-remap.c:332
-msgid "Rearranging the colormap"
-msgstr "Ordner fargekartet på nytt"
+#: ../plug-ins/common/color-exchange.c:572
+msgid "Lock _thresholds"
+msgstr "_Lås tersklane"
-#: ../plug-ins/common/colormap-remap.c:481
-msgid "Sort on Hue"
-msgstr "Sorter etter kulør"
-
-#: ../plug-ins/common/colormap-remap.c:485
-msgid "Sort on Saturation"
-msgstr "Sorter etter metning"
-
-#: ../plug-ins/common/colormap-remap.c:489
-msgid "Sort on Value"
-msgstr "Sorter etter verdi"
-
-#: ../plug-ins/common/colormap-remap.c:493
-msgid "Reverse Order"
-msgstr "Omvendt rekkefølgje"
-
-#: ../plug-ins/common/colormap-remap.c:497
-msgid "Reset Order"
-msgstr "Tilbakestill rekkefølgje"
-
-#: ../plug-ins/common/colormap-remap.c:596
-msgid "Rearrange Colormap"
-msgstr "Ordne fargekartet på nytt"
-
-#: ../plug-ins/common/colormap-remap.c:699
-msgid ""
-"Drag and drop colors to rearrange the colormap. The numbers shown are the "
-"original indices. Right-click for a menu with sort options."
-msgstr ""
-"Dra-og-slepp fargane for å omorganisere fargekartet. Tala som blir viste er "
-"den opphavlege ordninga. Høgreklikk for å få opp ein meny med ulike "
-"sorteringsmåtar."
-
-#: ../plug-ins/common/colortoalpha.c:94
+#: ../plug-ins/common/color-to-alpha.c:93
msgid "Convert a specified color to transparency"
msgstr "Omformar ein spesifisert farge til gjennomsikt"
-#: ../plug-ins/common/colortoalpha.c:101
+#: ../plug-ins/common/color-to-alpha.c:100
msgid "Color to _Alpha..."
-msgstr "Farge til _alfa..."
+msgstr "Farge til _alfa …"
-#: ../plug-ins/common/colortoalpha.c:184
+#: ../plug-ins/common/color-to-alpha.c:183
msgid "Removing color"
msgstr "Fjerner farge"
-#: ../plug-ins/common/colortoalpha.c:377
+#: ../plug-ins/common/color-to-alpha.c:376
msgid "Color to Alpha"
msgstr "Farge til alfa"
-#. spinbutton 1
-#: ../plug-ins/common/colortoalpha.c:409 ../plug-ins/gfli/gfli.c:840
-#: ../plug-ins/gfli/gfli.c:910 ../plug-ins/rcm/rcm_dialog.c:299
-#: ../plug-ins/rcm/rcm_dialog.c:377
-msgid "From:"
-msgstr "Frå:"
-
-#: ../plug-ins/common/colortoalpha.c:413
+#: ../plug-ins/common/color-to-alpha.c:413
msgid "Color to Alpha Color Picker"
msgstr "Farge til alfa fargehentar"
-#: ../plug-ins/common/colortoalpha.c:428
+#: ../plug-ins/common/color-to-alpha.c:428
msgid "to alpha"
msgstr "til alfa"
-#: ../plug-ins/common/compose.c:189 ../plug-ins/common/decompose.c:170
-#: ../plug-ins/common/raw.c:1002
+#: ../plug-ins/common/colorify.c:101
+msgid "Replace all colors with shades of a specified color"
+msgstr "Bytt ut alle fargane med ulike toner av ein spesifisert farge"
+
+#: ../plug-ins/common/colorify.c:107
+msgid "Colorif_y..."
+msgstr "Farge_legg frå mal …"
+
+#: ../plug-ins/common/colorify.c:168
+msgid "Colorifying"
+msgstr "Fargelegg"
+
+#: ../plug-ins/common/colorify.c:254
+msgid "Colorify"
+msgstr "Fargelegg"
+
+#: ../plug-ins/common/colorify.c:288
+msgid "Custom color:"
+msgstr "Definer farge:"
+
+#: ../plug-ins/common/colorify.c:293
+msgid "Colorify Custom Color"
+msgstr "Fargelegg med brukardefinert farge"
+
+#: ../plug-ins/common/colormap-remap.c:96
+msgid "Rearrange the colormap"
+msgstr "Ordne fargekartet på nytt"
+
+#: ../plug-ins/common/colormap-remap.c:103
+msgid "R_earrange Colormap..."
+msgstr "_Ordne fargekartet på nytt …"
+
+#: ../plug-ins/common/colormap-remap.c:115
+msgid "Swap two colors in the colormap"
+msgstr "Bytt to fargar i fargekartet"
+
+#: ../plug-ins/common/colormap-remap.c:122
+msgid "_Swap Colors"
+msgstr "Bytt fargane"
+
+#: ../plug-ins/common/colormap-remap.c:285
+#: ../plug-ins/common/colormap-remap.c:296
+#: ../plug-ins/common/colormap-remap.c:307
+msgid "Invalid remap array was passed to remap function"
+msgstr "Ein ugyldig fargetabell blei overført til innfargingsfunksjonen"
+
+#: ../plug-ins/common/colormap-remap.c:331
+msgid "Rearranging the colormap"
+msgstr "Ordner fargekartet på nytt"
+
+#: ../plug-ins/common/colormap-remap.c:480
+msgid "Sort on Hue"
+msgstr "Sorter etter kulør"
+
+#: ../plug-ins/common/colormap-remap.c:484
+msgid "Sort on Saturation"
+msgstr "Sorter etter metning"
+
+#: ../plug-ins/common/colormap-remap.c:488
+msgid "Sort on Value"
+msgstr "Sorter etter verdi"
+
+#: ../plug-ins/common/colormap-remap.c:492
+msgid "Reverse Order"
+msgstr "Omvendt rekkefølgje"
+
+#: ../plug-ins/common/colormap-remap.c:496
+msgid "Reset Order"
+msgstr "Tilbakestill rekkefølgje"
+
+#: ../plug-ins/common/colormap-remap.c:595
+msgid "Rearrange Colormap"
+msgstr "Ordne fargekartet på nytt"
+
+#: ../plug-ins/common/colormap-remap.c:698
+msgid "Drag and drop colors to rearrange the colormap. The numbers shown are the original indices. Right-click for a menu with sort options."
+msgstr "Dra-og-slepp fargane for å omorganisere fargekartet. Tala som blir viste er den opphavlege ordninga. Høgreklikk for å få opp ein meny med ulike sorteringsmåtar."
+
+#: ../plug-ins/common/compose.c:188
+#: ../plug-ins/common/decompose.c:169
+#: ../plug-ins/common/file-raw.c:1022
msgid "RGB"
msgstr "RGB"
-#: ../plug-ins/common/compose.c:200 ../plug-ins/common/decompose.c:178
+#: ../plug-ins/common/compose.c:199
+#: ../plug-ins/common/decompose.c:177
msgid "RGBA"
msgstr "RGBA"
-#: ../plug-ins/common/compose.c:204 ../plug-ins/common/noisify.c:525
-#: ../plug-ins/common/noisify.c:540
+#: ../plug-ins/common/compose.c:203
+#: ../plug-ins/common/noise-rgb.c:525
+#: ../plug-ins/common/noise-rgb.c:540
msgid "_Alpha:"
msgstr "_Alfa:"
-#: ../plug-ins/common/compose.c:211 ../plug-ins/common/decompose.c:184
+#: ../plug-ins/common/compose.c:210
+#: ../plug-ins/common/decompose.c:183
msgid "HSV"
msgstr "HSV"
-#: ../plug-ins/common/compose.c:212 ../plug-ins/common/compose.c:220
+#: ../plug-ins/common/compose.c:211
+#: ../plug-ins/common/compose.c:219
msgid "_Hue:"
msgstr "_Kulør:"
-#: ../plug-ins/common/compose.c:213 ../plug-ins/common/compose.c:221
-#: ../plug-ins/common/scatter_hsv.c:421
+#: ../plug-ins/common/compose.c:212
+#: ../plug-ins/common/compose.c:220
+#: ../plug-ins/common/noise-hsv.c:423
msgid "_Saturation:"
msgstr "_Metning:"
-#: ../plug-ins/common/compose.c:214 ../plug-ins/common/scatter_hsv.c:433
+#: ../plug-ins/common/compose.c:213
+#: ../plug-ins/common/noise-hsv.c:435
msgid "_Value:"
msgstr "_Lysverdi:"
-#: ../plug-ins/common/compose.c:219 ../plug-ins/common/decompose.c:193
+#: ../plug-ins/common/compose.c:218
+#: ../plug-ins/common/decompose.c:192
msgid "HSL"
msgstr "HSL"
-#: ../plug-ins/common/compose.c:222
+#: ../plug-ins/common/compose.c:221
msgid "_Lightness:"
msgstr "_Lysverdi:"
-#: ../plug-ins/common/compose.c:227 ../plug-ins/common/decompose.c:202
+#: ../plug-ins/common/compose.c:226
+#: ../plug-ins/common/decompose.c:201
msgid "CMY"
msgstr "CMY"
-#: ../plug-ins/common/compose.c:228 ../plug-ins/common/compose.c:236
+#: ../plug-ins/common/compose.c:227
+#: ../plug-ins/common/compose.c:235
msgid "_Cyan:"
msgstr "_Cyanblå:"
-#: ../plug-ins/common/compose.c:229 ../plug-ins/common/compose.c:237
+#: ../plug-ins/common/compose.c:228
+#: ../plug-ins/common/compose.c:236
msgid "_Magenta:"
msgstr "_Magentaraud:"
-#: ../plug-ins/common/compose.c:230 ../plug-ins/common/compose.c:238
+#: ../plug-ins/common/compose.c:229
+#: ../plug-ins/common/compose.c:237
msgid "_Yellow:"
msgstr "_Gul:"
-#: ../plug-ins/common/compose.c:235 ../plug-ins/common/decompose.c:211
+#: ../plug-ins/common/compose.c:234
+#: ../plug-ins/common/decompose.c:210
msgid "CMYK"
msgstr "CMYK"
-#: ../plug-ins/common/compose.c:239
+#: ../plug-ins/common/compose.c:238
msgid "_Black:"
msgstr "_Svart:"
-#: ../plug-ins/common/compose.c:243 ../plug-ins/common/decompose.c:224
+#: ../plug-ins/common/compose.c:242
+#: ../plug-ins/common/decompose.c:223
msgid "LAB"
msgstr "LAB"
-#: ../plug-ins/common/compose.c:252
+#: ../plug-ins/common/compose.c:251
msgid "_Luma y470:"
msgstr "Luminans _y470:"
-#: ../plug-ins/common/compose.c:253
+#: ../plug-ins/common/compose.c:252
msgid "_Blueness cb470:"
msgstr "Blå_cb470:"
-#: ../plug-ins/common/compose.c:254
+#: ../plug-ins/common/compose.c:253
msgid "_Redness cr470:"
msgstr "Raud_cr470:"
-#: ../plug-ins/common/compose.c:260
+#: ../plug-ins/common/compose.c:259
msgid "_Luma y709:"
msgstr "Luminans_y709:"
-#: ../plug-ins/common/compose.c:261
+#: ../plug-ins/common/compose.c:260
msgid "_Blueness cb709:"
msgstr "Blå_cb709:"
-#: ../plug-ins/common/compose.c:262
+#: ../plug-ins/common/compose.c:261
msgid "_Redness cr709:"
msgstr "Raud_cr709:"
-#: ../plug-ins/common/compose.c:268
+#: ../plug-ins/common/compose.c:267
msgid "_Luma y470f:"
msgstr "Luminans_y470f:"
-#: ../plug-ins/common/compose.c:269
+#: ../plug-ins/common/compose.c:268
msgid "_Blueness cb470f:"
msgstr "Blå_cb470f:"
-#: ../plug-ins/common/compose.c:270
+#: ../plug-ins/common/compose.c:269
msgid "_Redness cr470f:"
msgstr "Raud_cr470f:"
-#: ../plug-ins/common/compose.c:276
+#: ../plug-ins/common/compose.c:275
msgid "_Luma y709f:"
msgstr "Luminans_y709f:"
-#: ../plug-ins/common/compose.c:277
+#: ../plug-ins/common/compose.c:276
msgid "_Blueness cb709f:"
msgstr "Blå_cb709f:"
-#: ../plug-ins/common/compose.c:278
+#: ../plug-ins/common/compose.c:277
msgid "_Redness cr709f:"
msgstr "Raud_cr709f:"
-#: ../plug-ins/common/compose.c:404
+#: ../plug-ins/common/compose.c:403
msgid "Create an image using multiple gray images as color channels"
msgstr "Lager eit bilete ved å bruke fleire bilete i gråtone som fargekanalar"
-#: ../plug-ins/common/compose.c:410
+#: ../plug-ins/common/compose.c:409
msgid "C_ompose..."
-msgstr "_Sett saman..."
+msgstr "_Sett saman …"
-#: ../plug-ins/common/compose.c:434
+#: ../plug-ins/common/compose.c:433
msgid "Recompose an image that was previously decomposed"
msgstr "Set saman igjen eit tidlegare separert bilete"
-#: ../plug-ins/common/compose.c:442
+#: ../plug-ins/common/compose.c:441
msgid "R_ecompose"
msgstr "Sett saman på nytt"
-#: ../plug-ins/common/compose.c:488
-msgid ""
-"You can only run 'Recompose' if the active image was originally produced by "
-"'Decompose'."
-msgstr ""
-"Du kan bare bruke «Sett saman på nytt» når det aktive biletet er laga ved "
-"hjelp av «Separer»."
+#: ../plug-ins/common/compose.c:487
+msgid "You can only run 'Recompose' if the active image was originally produced by 'Decompose'."
+msgstr "Du kan bare bruke «Sett saman på nytt» når det aktive biletet er laga ved hjelp av «Separer»."
-#: ../plug-ins/common/compose.c:512
+#: ../plug-ins/common/compose.c:511
msgid "Error scanning 'decompose-data' parasite: too few layers found"
msgstr "Feil ved skanning av «separer-data» parasitt: Fann ikkje nok lag"
-#: ../plug-ins/common/compose.c:545
-#, c-format
+#: ../plug-ins/common/compose.c:544
msgid "Could not get layers for image %d"
msgstr "Fann ingen lag i biletet%d"
-#: ../plug-ins/common/compose.c:612
+#: ../plug-ins/common/compose.c:611
msgid "Composing"
-msgstr "Set saman kanalane..."
+msgstr "Set saman kanalane"
-#: ../plug-ins/common/compose.c:697 ../plug-ins/common/compose.c:1731
+#: ../plug-ins/common/compose.c:696
+#: ../plug-ins/common/compose.c:1734
msgid "At least one image is needed to compose"
msgstr "Du må ha minst eitt bilete for å kunne komponera"
-#: ../plug-ins/common/compose.c:708 ../plug-ins/common/compose.c:721
-#, c-format
+#: ../plug-ins/common/compose.c:707
+#: ../plug-ins/common/compose.c:721
msgid "Specified layer %d not found"
msgstr "Fann ikkje laget%d"
-#: ../plug-ins/common/compose.c:728
+#: ../plug-ins/common/compose.c:729
msgid "Drawables have different size"
msgstr "Teikneområda har ulike storleikar"
-#: ../plug-ins/common/compose.c:753
+#: ../plug-ins/common/compose.c:754
msgid "Images have different size"
msgstr "Bileta har ulike storleikar"
-#: ../plug-ins/common/compose.c:770
+#: ../plug-ins/common/compose.c:772
msgid "Error in getting layer IDs"
msgstr "Feil: Fann ikkje ID for laget"
-#: ../plug-ins/common/compose.c:791
-#, c-format
+#: ../plug-ins/common/compose.c:795
msgid "Image is not a gray image (bpp=%d)"
msgstr "Biletet er ikkje eit gråskalabile (bpp=%d)"
-#: ../plug-ins/common/compose.c:818
+#: ../plug-ins/common/compose.c:823
msgid "Unable to recompose, source layer not found"
msgstr "Finn ikkje kjeldelaget. Kan difor ikkje setje saman vidare."
-#: ../plug-ins/common/compose.c:1484
+#: ../plug-ins/common/compose.c:1487
msgid "Compose"
msgstr "Set saman"
#. Compose type combo
-#: ../plug-ins/common/compose.c:1511
+#: ../plug-ins/common/compose.c:1514
msgid "Compose Channels"
msgstr "Set saman kanalane"
-#: ../plug-ins/common/compose.c:1521 ../plug-ins/common/decompose.c:1515
+#: ../plug-ins/common/compose.c:1524
+#: ../plug-ins/common/decompose.c:1514
msgid "Color _model:"
msgstr "_Fargemodell:"
#. Channel representation table
-#: ../plug-ins/common/compose.c:1553
+#: ../plug-ins/common/compose.c:1556
msgid "Channel Representations"
msgstr "Kanalrepresentasjon"
-#: ../plug-ins/common/compose.c:1616
+#: ../plug-ins/common/compose.c:1619
msgid "Mask value"
msgstr "Maskeverdi"
-#: ../plug-ins/common/compressor.c:158
-msgid "gzip archive"
-msgstr "gzip-arkiv"
+#: ../plug-ins/common/contrast-normalize.c:79
+msgid "Stretch brightness values to cover the full range"
+msgstr "Strekk lysverdien over heile området"
-#: ../plug-ins/common/compressor.c:179
-msgid "bzip archive"
-msgstr "bzip-arkiv"
+#: ../plug-ins/common/contrast-normalize.c:91
+#: ../plug-ins/common/edge-dog.c:358
+msgid "_Normalize"
+msgstr "_Normaliser"
-#: ../plug-ins/common/compressor.c:373
-msgid "No sensible file extension, saving as compressed XCF."
-msgstr "Ingen fornuftig filtype. Lagrar som komprimert XCF"
+#: ../plug-ins/common/contrast-normalize.c:125
+msgid "Normalizing"
+msgstr "Normaliserer"
-#: ../plug-ins/common/compressor.c:536
-msgid "No sensible file extension, attempting to load with file magic."
-msgstr "Ukjent filtype. Prøver å opna ved hjelp av «filmagi»."
+#: ../plug-ins/common/contrast-retinex.c:155
+msgid "Enhance contrast using the Retinex method"
+msgstr "Forbetrar kontrasten ved å bruke den såkalla retinex-metoden"
-#: ../plug-ins/common/convmatrix.c:64
+#: ../plug-ins/common/contrast-retinex.c:165
+msgid "Retine_x..."
+msgstr "Retine_x …"
+
+#: ../plug-ins/common/contrast-retinex.c:249
+msgid "Retinex"
+msgstr "Retinex"
+
+#: ../plug-ins/common/contrast-retinex.c:285
+msgid "Retinex Image Enhancement"
+msgstr "Retinex fargeforbetring"
+
+#: ../plug-ins/common/contrast-retinex.c:320
+msgid "Uniform"
+msgstr "Einsarta"
+
+#: ../plug-ins/common/contrast-retinex.c:321
+msgid "Low"
+msgstr "Lågt"
+
+#: ../plug-ins/common/contrast-retinex.c:322
+msgid "High"
+msgstr "Høgt"
+
+#: ../plug-ins/common/contrast-retinex.c:333
+msgid "_Level:"
+msgstr "_Nivå:"
+
+#: ../plug-ins/common/contrast-retinex.c:338
+msgid "_Scale:"
+msgstr "_Skalering:"
+
+#: ../plug-ins/common/contrast-retinex.c:353
+msgid "Scale _division:"
+msgstr "_Gjentakingar:"
+
+#: ../plug-ins/common/contrast-retinex.c:368
+msgid "Dy_namic:"
+msgstr "Dy_namisk:"
+
+#: ../plug-ins/common/contrast-retinex.c:641
+msgid "Retinex: filtering"
+msgstr "Retinex: filtrering"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:67
+msgid "Stretch image contrast to cover the maximum possible range"
+msgstr "Strekker biletkontrasten for å dekke størst mogleg område"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:80
+msgid "Stretch _HSV"
+msgstr "Strekk _HSV"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:115
+msgid "Auto-Stretching HSV"
+msgstr "Strekker HSV automatisk"
+
+#: ../plug-ins/common/contrast-stretch-hsv.c:191
+msgid "autostretch_hsv: cmap was NULL! Quitting...\n"
+msgstr "autostrekking_hsv: cmap var NULL! Bryt av...\n"
+
+#: ../plug-ins/common/contrast-stretch.c:67
+msgid "Stretch contrast to cover the maximum possible range"
+msgstr "Strekker kontrasten for å dekke størst mogleg område"
+
+#: ../plug-ins/common/contrast-stretch.c:78
+msgid "_Stretch Contrast"
+msgstr "Strekk _kontrast"
+
+#: ../plug-ins/common/contrast-stretch.c:112
+msgid "Auto-stretching contrast"
+msgstr "Automatisk kontraststrekking"
+
+#: ../plug-ins/common/contrast-stretch.c:151
+msgid "c_astretch: cmap was NULL! Quitting...\n"
+msgstr "c_astretch: cmap var NULL! Bryt av...\n"
+
+#: ../plug-ins/common/convolution-matrix.c:63
msgid "Gr_ey"
msgstr "G_rå"
-#: ../plug-ins/common/convmatrix.c:65
+#: ../plug-ins/common/convolution-matrix.c:64
msgid "Re_d"
msgstr "Ra_ud"
-#: ../plug-ins/common/convmatrix.c:66 ../plug-ins/common/newsprint.c:353
+#: ../plug-ins/common/convolution-matrix.c:65
+#: ../plug-ins/common/newsprint.c:352
msgid "_Green"
msgstr "_Grøn"
-#: ../plug-ins/common/convmatrix.c:67 ../plug-ins/common/newsprint.c:361
+#: ../plug-ins/common/convolution-matrix.c:66
+#: ../plug-ins/common/newsprint.c:360
msgid "_Blue"
msgstr "_Blå"
-#: ../plug-ins/common/convmatrix.c:68
+#: ../plug-ins/common/convolution-matrix.c:67
msgid "_Alpha"
msgstr "_Alfa"
-#: ../plug-ins/common/convmatrix.c:73
+#: ../plug-ins/common/convolution-matrix.c:72
msgid "E_xtend"
msgstr "_Utvid"
-#: ../plug-ins/common/convmatrix.c:74 ../plug-ins/common/displace.c:472
-#: ../plug-ins/common/edge.c:708 ../plug-ins/common/fractaltrace.c:736
-#: ../plug-ins/common/ripple.c:563
+#: ../plug-ins/common/convolution-matrix.c:73
+#: ../plug-ins/common/displace.c:471
+#: ../plug-ins/common/edge.c:708
+#: ../plug-ins/common/fractal-trace.c:735
+#: ../plug-ins/common/ripple.c:581
msgid "_Wrap"
msgstr "_Linjebryting"
-#: ../plug-ins/common/convmatrix.c:75
+#: ../plug-ins/common/convolution-matrix.c:74
msgid "Cro_p"
msgstr "_Beskjer"
-#: ../plug-ins/common/convmatrix.c:201
+#: ../plug-ins/common/convolution-matrix.c:200
msgid "Apply a generic 5x5 convolution matrix"
msgstr "Legg til ei generisk 5x5 konvolusjonsmatrise"
-#: ../plug-ins/common/convmatrix.c:206
+#: ../plug-ins/common/convolution-matrix.c:205
msgid "_Convolution Matrix..."
-msgstr "_Konturutjamningsmatrise..."
+msgstr "_Konturutjamningsmatrise …"
-#: ../plug-ins/common/convmatrix.c:241
+#: ../plug-ins/common/convolution-matrix.c:240
msgid "Convolution does not work on layers smaller than 3x3 pixels."
-msgstr ""
-"Konturutjamningsmatrisa kan ikkje arbeida på biletlag med mindre enn 3x3 "
-"pikslar."
+msgstr "Konturutjamningsmatrisa kan ikkje arbeida på biletlag med mindre enn 3x3 pikslar."
-#: ../plug-ins/common/convmatrix.c:314
+#: ../plug-ins/common/convolution-matrix.c:313
msgid "Applying convolution"
msgstr "Legg til konturutjamning"
-#: ../plug-ins/common/convmatrix.c:906
+#: ../plug-ins/common/convolution-matrix.c:905
msgid "Convolution Matrix"
msgstr "Konturutjamningsmatrise"
-#: ../plug-ins/common/convmatrix.c:943
+#: ../plug-ins/common/convolution-matrix.c:943
msgid "Matrix"
msgstr "Matrise"
-#: ../plug-ins/common/convmatrix.c:981
+#: ../plug-ins/common/convolution-matrix.c:981
msgid "D_ivisor:"
msgstr "D_ivisor:"
-#: ../plug-ins/common/convmatrix.c:1007 ../plug-ins/common/depthmerge.c:767
-#: ../plug-ins/common/raw.c:1022
+#: ../plug-ins/common/convolution-matrix.c:1007
+#: ../plug-ins/common/depth-merge.c:768
+#: ../plug-ins/common/file-raw.c:1042
msgid "O_ffset:"
msgstr "_Forskyving:"
-#: ../plug-ins/common/convmatrix.c:1036
+#: ../plug-ins/common/convolution-matrix.c:1036
msgid "N_ormalise"
msgstr "N_ormaliser"
-#: ../plug-ins/common/convmatrix.c:1048
+#: ../plug-ins/common/convolution-matrix.c:1048
msgid "A_lpha-weighting"
msgstr "A_lfa-vekting"
-#: ../plug-ins/common/convmatrix.c:1067
+#: ../plug-ins/common/convolution-matrix.c:1067
msgid "Border"
msgstr "Kant"
-#: ../plug-ins/common/convmatrix.c:1094
+#: ../plug-ins/common/convolution-matrix.c:1094
msgid "Channels"
msgstr "Kanalar"
-#: ../plug-ins/common/csource.c:110
-msgid "C source code"
-msgstr "C Kjeldekode"
+#: ../plug-ins/common/crop-auto.c:84
+msgid "Remove empty borders from the image"
+msgstr "Fjernar tomme kantar frå laget"
-#: ../plug-ins/common/csource.c:637
-msgid "Save as C-Source"
-msgstr "Lagra som C-kjeldekode"
+#: ../plug-ins/common/crop-auto.c:89
+msgid "Autocrop Imag_e"
+msgstr "Auto_beskjer biletet"
-#: ../plug-ins/common/csource.c:668
-msgid "_Prefixed name:"
-msgstr "Namn med _prefiks:"
+#: ../plug-ins/common/crop-auto.c:98
+msgid "Remove empty borders from the layer"
+msgstr "Fjern tomme kantar frå laget"
-#: ../plug-ins/common/csource.c:677
-msgid "Co_mment:"
-msgstr "_Kommentar:"
+#: ../plug-ins/common/crop-auto.c:103
+msgid "Autocrop Lay_er"
+msgstr "Auto_beskjer laget"
-#. Use Comment
-#.
-#: ../plug-ins/common/csource.c:684
-msgid "_Save comment to file"
-msgstr "_Lagra kommentar i fil"
+#: ../plug-ins/common/crop-auto.c:150
+msgid "Cropping"
+msgstr "Beskjerer"
-#. GLib types
-#.
-#: ../plug-ins/common/csource.c:696
-msgid "_Use GLib types (guint8*)"
-msgstr "_Bruk GLib-type (guint8*)"
+#: ../plug-ins/common/crop-zealous.c:84
+msgid "Autocrop unused space from edges and middle"
+msgstr "Skjer bort ubrukte område frå kantane og inne i biletet"
-#. Use Macros
-#.
-#: ../plug-ins/common/csource.c:708
-msgid "Us_e macros instead of struct"
-msgstr "Bruk _makroar i staden for struktur"
+#: ../plug-ins/common/crop-zealous.c:89
+msgid "_Zealous Crop"
+msgstr "_Hard autobeskjering"
-#. Use RLE
-#.
-#: ../plug-ins/common/csource.c:720
-msgid "Use _1 byte Run-Length-Encoding"
-msgstr "Bruk _1 Byte Run-Length-Encoding"
+#: ../plug-ins/common/crop-zealous.c:137
+msgid "Zealous cropping"
+msgstr "_Hard autobeskjering"
-#. Alpha
-#.
-#: ../plug-ins/common/csource.c:732
-msgid "Sa_ve alpha channel (RGBA/RGB)"
-msgstr "Lagra _Alfakanal (RGBA/RGB)"
+#: ../plug-ins/common/crop-zealous.c:238
+msgid "Nothing to crop."
+msgstr "Ingenting å beskjere."
-#: ../plug-ins/common/csource.c:750
-msgid "Op_acity:"
-msgstr "_Dekkevne:"
-
-#: ../plug-ins/common/cubism.c:150
+#: ../plug-ins/common/cubism.c:149
msgid "Convert the image into randomly rotated square blobs"
msgstr "Omform biletet til tilfeldig roterte firkanta bitar"
-#: ../plug-ins/common/cubism.c:155
+#: ../plug-ins/common/cubism.c:154
msgid "_Cubism..."
-msgstr "_Kubisme..."
+msgstr "_Kubisme …"
-#: ../plug-ins/common/cubism.c:268
+#: ../plug-ins/common/cubism.c:267
msgid "Cubism"
msgstr "Kubisme"
#: ../plug-ins/common/cubism.c:304
msgid "_Tile size:"
-msgstr "_Flisstorleik:"
+msgstr "Flis_storleik:"
#: ../plug-ins/common/cubism.c:317
msgid "T_ile saturation:"
@@ -2975,486 +2286,508 @@ msgstr "Bruk _bakgrunnsfargen"
#: ../plug-ins/common/cubism.c:418
msgid "Cubistic transformation"
-msgstr "Kubistisk omformimg..."
+msgstr "Kubistisk omformimg"
-#: ../plug-ins/common/curve_bend.c:520
+#: ../plug-ins/common/curve-bend.c:519
msgid "Bend the image using two control curves"
msgstr "Bøy biletet ved hjelp av to kontrollkurver"
-#: ../plug-ins/common/curve_bend.c:541
+#: ../plug-ins/common/curve-bend.c:540
msgid "_Curve Bend..."
-msgstr "Bø_y..."
+msgstr "Bø_y …"
-#: ../plug-ins/common/curve_bend.c:675
+#: ../plug-ins/common/curve-bend.c:676
+#: ../plug-ins/common/edge-dog.c:175
msgid "Can operate on layers only (but was called on channel or mask)."
msgstr "Kan bare arbeida i lag. (Blei brukt på ein kanal eller ei maske)."
-#: ../plug-ins/common/curve_bend.c:683
+#: ../plug-ins/common/curve-bend.c:686
msgid "Cannot operate on layers with masks."
msgstr "Kan ikkje brukast på lag med masker."
-#. could not float the selection because selection rectangle
-#. * is completely empty return GIMP_PDB_EXECUTION_ERROR
-#.
-#: ../plug-ins/common/curve_bend.c:694
+#: ../plug-ins/common/curve-bend.c:698
msgid "Cannot operate on empty selections."
msgstr "Kan ikkje arbeide på ei tom markering."
+#: ../plug-ins/common/curve-bend.c:894
+msgid "Error while reading '%s': %s"
+msgstr "Feil ved lesing av «%s». Er fila skada?"
+
#. Possibly retrieve data from a previous run
#. The shell and main vbox
-#: ../plug-ins/common/curve_bend.c:1195 ../plug-ins/common/curve_bend.c:2915
+#: ../plug-ins/common/curve-bend.c:1216
+#: ../plug-ins/common/curve-bend.c:2937
msgid "Curve Bend"
msgstr "Bøying"
#. Preview area, top of column
#. preview
-#: ../plug-ins/common/curve_bend.c:1231
-#: ../plug-ins/gimpressionist/orientmap.c:592
-#: ../plug-ins/gimpressionist/sizemap.c:461
-#: ../plug-ins/print/print-page-layout.c:159
+#: ../plug-ins/common/curve-bend.c:1252
+#: ../plug-ins/gimpressionist/orientmap.c:591
+#: ../plug-ins/gimpressionist/sizemap.c:460
+#: ../plug-ins/print/print-page-layout.c:171
msgid "Preview"
-msgstr "Forhåndsvis"
+msgstr "Førehandsvising"
#. The preview button
-#: ../plug-ins/common/curve_bend.c:1260
+#: ../plug-ins/common/curve-bend.c:1281
msgid "_Preview Once"
msgstr "_Førehandsvis ei gong"
#. The preview toggle
-#: ../plug-ins/common/curve_bend.c:1269
+#: ../plug-ins/common/curve-bend.c:1290
msgid "Automatic pre_view"
msgstr "A_utomatisk førehandsvising"
#. Options area, bottom of column
#. Options section
-#: ../plug-ins/common/curve_bend.c:1279 ../plug-ins/common/ripple.c:504
-#: ../plug-ins/gfig/gfig-dialog.c:1207
+#: ../plug-ins/common/curve-bend.c:1300
+#: ../plug-ins/common/ripple.c:519
+#: ../plug-ins/gfig/gfig-dialog.c:1206
msgid "Options"
msgstr "Innstillingar"
#. Rotate spinbutton
-#: ../plug-ins/common/curve_bend.c:1293
+#: ../plug-ins/common/curve-bend.c:1314
msgid "Rotat_e:"
msgstr "_Roter:"
#. The smoothing toggle
-#: ../plug-ins/common/curve_bend.c:1312
+#: ../plug-ins/common/curve-bend.c:1333
msgid "Smoo_thing"
-msgstr "_Glatt ut"
+msgstr "Glatt _ut"
#. The antialiasing toggle
-#: ../plug-ins/common/curve_bend.c:1322 ../plug-ins/common/gqbist.c:853
-#: ../plug-ins/common/mosaic.c:728 ../plug-ins/common/ripple.c:513
+#: ../plug-ins/common/curve-bend.c:1343
+#: ../plug-ins/common/mosaic.c:726
+#: ../plug-ins/common/qbist.c:852
+#: ../plug-ins/common/ripple.c:528
msgid "_Antialiasing"
-msgstr "K_antutjamning"
+msgstr "Ka_ntutjamning"
#. The work_on_copy toggle
-#: ../plug-ins/common/curve_bend.c:1332
+#: ../plug-ins/common/curve-bend.c:1353
msgid "Work on cop_y"
-msgstr "Arbeid på ko_pi"
+msgstr "_Arbeid på kopi"
#. The curves graph
-#: ../plug-ins/common/curve_bend.c:1342
+#: ../plug-ins/common/curve-bend.c:1363
msgid "Modify Curves"
msgstr "Arbeid på kurvene"
-#: ../plug-ins/common/curve_bend.c:1370
+#: ../plug-ins/common/curve-bend.c:1391
msgid "Curve for Border"
-msgstr "_Kantkurver"
+msgstr "Kantkurver"
-#: ../plug-ins/common/curve_bend.c:1374
+#: ../plug-ins/common/curve-bend.c:1395
msgid "_Upper"
msgstr "_Øvre"
-#: ../plug-ins/common/curve_bend.c:1375
+#: ../plug-ins/common/curve-bend.c:1396
msgid "_Lower"
msgstr "_Nedre"
-#: ../plug-ins/common/curve_bend.c:1385
+#: ../plug-ins/common/curve-bend.c:1406
msgid "Curve Type"
-msgstr "Kurve_type"
+msgstr "Kurvetype"
-#: ../plug-ins/common/curve_bend.c:1389
+#: ../plug-ins/common/curve-bend.c:1410
msgid "Smoot_h"
-msgstr "Gla_tt"
+msgstr "_Glatt"
-#: ../plug-ins/common/curve_bend.c:1390
+#: ../plug-ins/common/curve-bend.c:1411
msgid "_Free"
msgstr "_Fri"
#. The Copy button
-#: ../plug-ins/common/curve_bend.c:1405
+#: ../plug-ins/common/curve-bend.c:1426
msgid "_Copy"
msgstr "_Kopier"
-#: ../plug-ins/common/curve_bend.c:1410
+#: ../plug-ins/common/curve-bend.c:1431
msgid "Copy the active curve to the other border"
msgstr "Kopier den aktive kurva til den andre kanten"
#. The CopyInv button
-#: ../plug-ins/common/curve_bend.c:1417
+#: ../plug-ins/common/curve-bend.c:1438
msgid "_Mirror"
msgstr "_Spegle"
-#: ../plug-ins/common/curve_bend.c:1422
+#: ../plug-ins/common/curve-bend.c:1443
msgid "Mirror the active curve to the other border"
msgstr "Speglar den aktive kurva til den andre kanten"
#. The Swap button
-#: ../plug-ins/common/curve_bend.c:1430
+#: ../plug-ins/common/curve-bend.c:1451
msgid "S_wap"
msgstr "_Bytt"
-#: ../plug-ins/common/curve_bend.c:1435
+#: ../plug-ins/common/curve-bend.c:1456
msgid "Swap the two curves"
msgstr "Bytt kurvene"
-#: ../plug-ins/common/curve_bend.c:1447
+#: ../plug-ins/common/curve-bend.c:1468
msgid "Reset the active curve"
msgstr "Resett den aktive kurven"
-#: ../plug-ins/common/curve_bend.c:1464
+#: ../plug-ins/common/curve-bend.c:1485
msgid "Load the curves from a file"
msgstr "Hent kurvene frå ei fil"
-#: ../plug-ins/common/curve_bend.c:1476
+#: ../plug-ins/common/curve-bend.c:1497
msgid "Save the curves to a file"
msgstr "Lagra kurvene i ei fil"
-#: ../plug-ins/common/curve_bend.c:2013
+#: ../plug-ins/common/curve-bend.c:2035
msgid "Load Curve Points from File"
msgstr "Hent kurvepunkta frå ei fil"
-#: ../plug-ins/common/curve_bend.c:2048
+#: ../plug-ins/common/curve-bend.c:2070
msgid "Save Curve Points to File"
msgstr "Lagra kurvepunkta i ei fil"
-#: ../plug-ins/common/decompose.c:170 ../plug-ins/common/decompose.c:174
-#: ../plug-ins/common/decompose.c:178
+#: ../plug-ins/common/decompose.c:169
+#: ../plug-ins/common/decompose.c:173
+#: ../plug-ins/common/decompose.c:177
msgid "red"
msgstr "Raud"
-#: ../plug-ins/common/decompose.c:171 ../plug-ins/common/decompose.c:175
-#: ../plug-ins/common/decompose.c:179
+#: ../plug-ins/common/decompose.c:170
+#: ../plug-ins/common/decompose.c:174
+#: ../plug-ins/common/decompose.c:178
msgid "green"
msgstr "Grøn"
-#: ../plug-ins/common/decompose.c:172 ../plug-ins/common/decompose.c:176
-#: ../plug-ins/common/decompose.c:180
+#: ../plug-ins/common/decompose.c:171
+#: ../plug-ins/common/decompose.c:175
+#: ../plug-ins/common/decompose.c:179
msgid "blue"
msgstr "Blå"
-#: ../plug-ins/common/decompose.c:181 ../plug-ins/common/decompose.c:221
+#: ../plug-ins/common/decompose.c:180
+#: ../plug-ins/common/decompose.c:220
msgid "alpha"
msgstr "Alfa"
-#: ../plug-ins/common/decompose.c:184 ../plug-ins/common/decompose.c:188
+#: ../plug-ins/common/decompose.c:183
+#: ../plug-ins/common/decompose.c:187
msgid "hue"
msgstr "Kulør"
-#: ../plug-ins/common/decompose.c:185 ../plug-ins/common/decompose.c:189
+#: ../plug-ins/common/decompose.c:184
+#: ../plug-ins/common/decompose.c:188
msgid "saturation"
msgstr "Metning"
-#: ../plug-ins/common/decompose.c:186 ../plug-ins/common/decompose.c:190
+#: ../plug-ins/common/decompose.c:185
+#: ../plug-ins/common/decompose.c:189
msgid "value"
msgstr "Lysverdi"
-#: ../plug-ins/common/decompose.c:193 ../plug-ins/common/decompose.c:197
+#: ../plug-ins/common/decompose.c:192
+#: ../plug-ins/common/decompose.c:196
msgid "hue_l"
msgstr "kulør"
-#: ../plug-ins/common/decompose.c:194 ../plug-ins/common/decompose.c:198
+#: ../plug-ins/common/decompose.c:193
+#: ../plug-ins/common/decompose.c:197
msgid "saturation_l"
msgstr "metning"
-#: ../plug-ins/common/decompose.c:195 ../plug-ins/common/decompose.c:199
+#: ../plug-ins/common/decompose.c:194
+#: ../plug-ins/common/decompose.c:198
msgid "lightness"
msgstr "Lysheit"
-#: ../plug-ins/common/decompose.c:197
+#: ../plug-ins/common/decompose.c:196
msgid "Hue (HSL)"
msgstr "Kulør (HSL)"
-#: ../plug-ins/common/decompose.c:198
+#: ../plug-ins/common/decompose.c:197
msgid "Saturation (HSL)"
msgstr "Metning (HSL)"
-#: ../plug-ins/common/decompose.c:199
+#: ../plug-ins/common/decompose.c:198
msgid "Lightness"
-msgstr "Legg ein slagskygge til det valde området (eller alfa)"
+msgstr "Lysverdi"
-#: ../plug-ins/common/decompose.c:202 ../plug-ins/common/decompose.c:206
+#: ../plug-ins/common/decompose.c:201
+#: ../plug-ins/common/decompose.c:205
msgid "cyan"
msgstr "Cyanblå"
-#: ../plug-ins/common/decompose.c:203 ../plug-ins/common/decompose.c:207
+#: ../plug-ins/common/decompose.c:202
+#: ../plug-ins/common/decompose.c:206
msgid "magenta"
msgstr "Magentaraud"
-#: ../plug-ins/common/decompose.c:204 ../plug-ins/common/decompose.c:208
+#: ../plug-ins/common/decompose.c:203
+#: ../plug-ins/common/decompose.c:207
msgid "yellow"
msgstr "Gul"
-#: ../plug-ins/common/decompose.c:206
+#: ../plug-ins/common/decompose.c:205
msgid "Cyan"
msgstr "Cyanblå"
-#: ../plug-ins/common/decompose.c:207
+#: ../plug-ins/common/decompose.c:206
msgid "Magenta"
msgstr "Magentaraud"
-#: ../plug-ins/common/decompose.c:208
+#: ../plug-ins/common/decompose.c:207
msgid "Yellow"
msgstr "Gul"
-#: ../plug-ins/common/decompose.c:211 ../plug-ins/common/decompose.c:216
+#: ../plug-ins/common/decompose.c:210
+#: ../plug-ins/common/decompose.c:215
msgid "cyan-k"
msgstr "cyan-k"
-#: ../plug-ins/common/decompose.c:212 ../plug-ins/common/decompose.c:217
+#: ../plug-ins/common/decompose.c:211
+#: ../plug-ins/common/decompose.c:216
msgid "magenta-k"
msgstr "magenta-k"
-#: ../plug-ins/common/decompose.c:213 ../plug-ins/common/decompose.c:218
+#: ../plug-ins/common/decompose.c:212
+#: ../plug-ins/common/decompose.c:217
msgid "yellow-k"
msgstr "gul-k"
-#: ../plug-ins/common/decompose.c:214
+#: ../plug-ins/common/decompose.c:213
msgid "black"
msgstr "Svart"
-#: ../plug-ins/common/decompose.c:216
+#: ../plug-ins/common/decompose.c:215
msgid "Cyan_K"
msgstr "Cyan_K"
-#: ../plug-ins/common/decompose.c:217
+#: ../plug-ins/common/decompose.c:216
msgid "Magenta_K"
msgstr "Magenta_K"
-#: ../plug-ins/common/decompose.c:218
+#: ../plug-ins/common/decompose.c:217
msgid "Yellow_K"
msgstr "Gul_K"
-#: ../plug-ins/common/decompose.c:221
+#: ../plug-ins/common/decompose.c:220
msgid "Alpha"
-msgstr "Alpha"
+msgstr "Alfa"
-#: ../plug-ins/common/decompose.c:229
+#: ../plug-ins/common/decompose.c:228
msgid "luma-y470"
msgstr "luma-y470"
-#: ../plug-ins/common/decompose.c:230
+#: ../plug-ins/common/decompose.c:229
msgid "blueness-cb470"
msgstr "blå-cb470:"
-#: ../plug-ins/common/decompose.c:231
+#: ../plug-ins/common/decompose.c:230
msgid "redness-cr470"
msgstr "raud-cr470"
-#: ../plug-ins/common/decompose.c:233
+#: ../plug-ins/common/decompose.c:232
msgid "luma-y709"
msgstr "luma-y709"
-#: ../plug-ins/common/decompose.c:234
+#: ../plug-ins/common/decompose.c:233
msgid "blueness-cb709"
msgstr "blå-cb709"
-#: ../plug-ins/common/decompose.c:235
+#: ../plug-ins/common/decompose.c:234
msgid "redness-cr709"
msgstr "raud-cr709"
-#: ../plug-ins/common/decompose.c:237
+#: ../plug-ins/common/decompose.c:236
msgid "luma-y470f"
msgstr "luma-y470f"
-#: ../plug-ins/common/decompose.c:238
+#: ../plug-ins/common/decompose.c:237
msgid "blueness-cb470f"
msgstr "blå-cb470f"
-#: ../plug-ins/common/decompose.c:239
+#: ../plug-ins/common/decompose.c:238
msgid "redness-cr470f"
msgstr "raud-cr470f"
-#: ../plug-ins/common/decompose.c:241
+#: ../plug-ins/common/decompose.c:240
msgid "luma-y709f"
msgstr "luma-y709f"
-#: ../plug-ins/common/decompose.c:242
+#: ../plug-ins/common/decompose.c:241
msgid "blueness-cb709f"
msgstr "blå-cb709f"
-#: ../plug-ins/common/decompose.c:243
+#: ../plug-ins/common/decompose.c:242
msgid "redness-cr709f"
msgstr "raud-cr709f"
-#: ../plug-ins/common/decompose.c:312 ../plug-ins/common/decompose.c:326
+#: ../plug-ins/common/decompose.c:311
+#: ../plug-ins/common/decompose.c:325
msgid "Decompose an image into separate colorspace components"
msgstr "Bryt opp biletet i einskilde fargeromskomponentar"
-#: ../plug-ins/common/decompose.c:318 ../plug-ins/common/decompose.c:336
+#: ../plug-ins/common/decompose.c:317
+#: ../plug-ins/common/decompose.c:335
msgid "_Decompose..."
-msgstr "_Separer..."
+msgstr "_Separer …"
-#: ../plug-ins/common/decompose.c:429
+#: ../plug-ins/common/decompose.c:428
msgid "Decomposing"
msgstr "Separer"
-#: ../plug-ins/common/decompose.c:1480
+#: ../plug-ins/common/decompose.c:1479
msgid "Decompose"
msgstr "Separer"
-#: ../plug-ins/common/decompose.c:1503
+#: ../plug-ins/common/decompose.c:1502
msgid "Extract Channels"
msgstr "Trekk ut kanalane"
-#: ../plug-ins/common/decompose.c:1550
+#: ../plug-ins/common/decompose.c:1549
msgid "_Decompose to layers"
msgstr "Separer til _lag"
-#: ../plug-ins/common/decompose.c:1561
+#: ../plug-ins/common/decompose.c:1560
msgid "_Foreground as registration color"
msgstr "Bruk _forgrunnen som registreringsfarge"
-#: ../plug-ins/common/decompose.c:1562
-msgid ""
-"Pixels in the foreground color will appear black in all output images. This "
-"can be used for things like crop marks that have to show up on all channels."
-msgstr ""
-"Pikslar med forgrunnsfargen vil visast svarte i alle utgåande bilete. Dette "
-"kan brukast t.d. for å lage beskjeringsmerke synleg i alle kanalane. "
+#: ../plug-ins/common/decompose.c:1561
+msgid "Pixels in the foreground color will appear black in all output images. This can be used for things like crop marks that have to show up on all channels."
+msgstr "Pikslar med forgrunnsfargen vil visast svarte i alle utgåande bilete. Dette kan brukast t.d. for å lage beskjeringsmerke synleg i alle kanalane. "
-#: ../plug-ins/common/deinterlace.c:91
+#: ../plug-ins/common/deinterlace.c:90
msgid "Fix images where every other row is missing"
msgstr "Reparer bilete der annakvar rad manglar. (Videobilete)."
-#: ../plug-ins/common/deinterlace.c:100
+#: ../plug-ins/common/deinterlace.c:99
msgid "_Deinterlace..."
-msgstr "_Teikna annakvar linje..."
+msgstr "_Teikna annakvar linje …"
-#: ../plug-ins/common/deinterlace.c:157 ../plug-ins/common/deinterlace.c:325
+#: ../plug-ins/common/deinterlace.c:156
+#: ../plug-ins/common/deinterlace.c:324
msgid "Deinterlace"
msgstr "Teikna annakvar linje"
-#: ../plug-ins/common/deinterlace.c:357
+#: ../plug-ins/common/deinterlace.c:356
msgid "Keep o_dd fields"
-msgstr "Behald o_dde felt"
+msgstr "Behald _odde felt"
-#: ../plug-ins/common/deinterlace.c:358
+#: ../plug-ins/common/deinterlace.c:357
msgid "Keep _even fields"
msgstr "Behald _like felt"
-#: ../plug-ins/common/depthmerge.c:183
+#: ../plug-ins/common/depth-merge.c:184
msgid "Combine two images using depth maps (z-buffers)"
msgstr "Kombiner to bilete med bruk av djupnekart (z-bufferar)"
-#: ../plug-ins/common/depthmerge.c:192
+#: ../plug-ins/common/depth-merge.c:193
msgid "_Depth Merge..."
-msgstr "Djupfletting..."
+msgstr "_Djupfletting …"
-#: ../plug-ins/common/depthmerge.c:386
+#: ../plug-ins/common/depth-merge.c:387
msgid "Depth-merging"
msgstr "Djupfletter"
-#: ../plug-ins/common/depthmerge.c:643
+#: ../plug-ins/common/depth-merge.c:644
msgid "Depth Merge"
msgstr "Djupfletting"
-#: ../plug-ins/common/depthmerge.c:695
+#: ../plug-ins/common/depth-merge.c:696
msgid "Source 1:"
msgstr "Kjelde 1:"
-#: ../plug-ins/common/depthmerge.c:710 ../plug-ins/common/depthmerge.c:740
+#: ../plug-ins/common/depth-merge.c:711
+#: ../plug-ins/common/depth-merge.c:741
msgid "Depth map:"
msgstr "Djupnkart:"
-#: ../plug-ins/common/depthmerge.c:725
+#: ../plug-ins/common/depth-merge.c:726
msgid "Source 2:"
msgstr "Kjelde 2:"
-#: ../plug-ins/common/depthmerge.c:757
+#: ../plug-ins/common/depth-merge.c:758
msgid "O_verlap:"
msgstr "O_verlapping:"
-#: ../plug-ins/common/depthmerge.c:777
+#: ../plug-ins/common/depth-merge.c:778
msgid "Sc_ale 1:"
msgstr "Sk_alering 1:"
-#: ../plug-ins/common/depthmerge.c:787
+#: ../plug-ins/common/depth-merge.c:788
msgid "Sca_le 2:"
msgstr "Ska_lering 2:"
-#: ../plug-ins/common/desktop-link.c:82
-msgid "Desktop Link"
-msgstr "Skrivebordlenke"
-
-#: ../plug-ins/common/desktop-link.c:163
-#, c-format
-msgid "Error loading desktop file '%s': %s"
-msgstr "Feil ved opning av skrivebordsfila «%s»: %s"
-
-#: ../plug-ins/common/despeckle.c:147
+#: ../plug-ins/common/despeckle.c:141
msgid "Remove speckle noise from the image"
msgstr "Fjernar støvflekkar frå biletet"
-#: ../plug-ins/common/despeckle.c:153
+#: ../plug-ins/common/despeckle.c:147
msgid "Des_peckle..."
-msgstr "_Støvfjernar..."
+msgstr "_Støvfjernar …"
-#: ../plug-ins/common/despeckle.c:394 ../plug-ins/common/despeckle.c:614
+#: ../plug-ins/common/despeckle.c:424
+#: ../plug-ins/common/despeckle.c:644
msgid "Despeckle"
msgstr "Støvfjerning"
-#: ../plug-ins/common/despeckle.c:423
+#: ../plug-ins/common/despeckle.c:453
msgid "Median"
msgstr "Median"
-#: ../plug-ins/common/despeckle.c:431
+#: ../plug-ins/common/despeckle.c:461
msgid "_Adaptive"
-msgstr "Tilp_assa"
+msgstr "_Tilpassa"
-#: ../plug-ins/common/despeckle.c:441
+#: ../plug-ins/common/despeckle.c:471
msgid "R_ecursive"
msgstr "Re_kursiv"
-#: ../plug-ins/common/despeckle.c:462 ../plug-ins/common/neon.c:730
-#: ../plug-ins/common/nlfilt.c:1088 ../plug-ins/common/nova.c:366
-#: ../plug-ins/common/unsharp.c:678 ../plug-ins/common/whirlpinch.c:588
-#: ../plug-ins/gflare/gflare.c:2712 ../plug-ins/imagemap/imap_circle.c:278
+#: ../plug-ins/common/despeckle.c:492
+#: ../plug-ins/common/edge-neon.c:731
+#: ../plug-ins/common/nl-filter.c:1089
+#: ../plug-ins/common/nova.c:365
+#: ../plug-ins/common/unsharp-mask.c:865
+#: ../plug-ins/common/whirl-pinch.c:588
+#: ../plug-ins/gradient-flare/gradient-flare.c:2757
+#: ../plug-ins/imagemap/imap_circle.c:277
msgid "_Radius:"
msgstr "_Radius:"
-#: ../plug-ins/common/despeckle.c:478
+#: ../plug-ins/common/despeckle.c:508
msgid "_Black level:"
msgstr "_Svartnivå:"
-#: ../plug-ins/common/despeckle.c:494
+#: ../plug-ins/common/despeckle.c:524
msgid "_White level:"
msgstr "_Kvitnivå:"
-#: ../plug-ins/common/destripe.c:103
+#: ../plug-ins/common/destripe.c:102
msgid "Remove vertical stripe artifacts from the image"
msgstr "Fjerner loddrette støystriper frå biletet"
-#: ../plug-ins/common/destripe.c:109
+#: ../plug-ins/common/destripe.c:108
msgid "Des_tripe..."
-msgstr "_Fjern striper..."
+msgstr "_Fjern striper …"
-#: ../plug-ins/common/destripe.c:272
+#: ../plug-ins/common/destripe.c:271
msgid "Destriping"
-msgstr "Fjerner striper..."
+msgstr "Fjerner stripene"
-#: ../plug-ins/common/destripe.c:438
+#: ../plug-ins/common/destripe.c:437
msgid "Destripe"
msgstr "Fjerner striper"
-#: ../plug-ins/common/destripe.c:472 ../plug-ins/common/gtm.c:584
-#: ../plug-ins/common/papertile.c:302 ../plug-ins/common/postscript.c:3154
-#: ../plug-ins/common/postscript.c:3363 ../plug-ins/common/raw.c:1035
-#: ../plug-ins/common/smooth_palette.c:436 ../plug-ins/common/tile.c:431
-#: ../plug-ins/imagemap/imap_cmd_guides.c:165
-#: ../plug-ins/imagemap/imap_rectangle.c:403
-#: ../plug-ins/print/print-page-layout.c:252
+#: ../plug-ins/common/destripe.c:472
+#: ../plug-ins/common/file-html-table.c:594
+#: ../plug-ins/common/file-ps.c:3167
+#: ../plug-ins/common/file-ps.c:3376
+#: ../plug-ins/common/file-raw.c:1055
+#: ../plug-ins/common/smooth-palette.c:435
+#: ../plug-ins/common/tile-paper.c:301
+#: ../plug-ins/common/tile.c:430
+#: ../plug-ins/imagemap/imap_cmd_guides.c:164
+#: ../plug-ins/imagemap/imap_rectangle.c:402
+#: ../plug-ins/print/print-page-layout.c:264
msgid "_Width:"
msgstr "_Breidde:"
@@ -3462,188 +2795,238 @@ msgstr "_Breidde:"
msgid "Create _histogram"
msgstr "Lag _histogramm"
-#: ../plug-ins/common/dicom.c:141
-msgid "DICOM image"
-msgstr "DICOM-bilete"
-
-#: ../plug-ins/common/dicom.c:166
-msgid "Digital Imaging and Communications in Medicine image"
-msgstr "«Digital Imaging and Communications in Medicine» - bilete (DICOM)"
-
-#: ../plug-ins/common/dicom.c:322
-#, c-format
-msgid "'%s' is not a DICOM file."
-msgstr "«%s» er ikkje ei DICOM-fil"
-
-#: ../plug-ins/common/dicom.c:678 ../plug-ins/common/pcx.c:639
-#: ../plug-ins/common/pnm.c:949
-msgid "Cannot save images with alpha channel."
-msgstr "Kan ikkje lagra bilete som inneheld alfakanal"
-
-#: ../plug-ins/common/dicom.c:693 ../plug-ins/common/postscript.c:1187
-#: ../plug-ins/common/xwd.c:589 ../plug-ins/fits/fits.c:448
-#: ../plug-ins/xjt/xjt.c:1692
-msgid "Cannot operate on unknown image types."
-msgstr "Kan ikkje arbeida med ukjente biletformat."
-
-#: ../plug-ins/common/diffraction.c:167
+#: ../plug-ins/common/diffraction.c:166
msgid "Generate diffraction patterns"
msgstr "Lag diffraksjonsmønster"
-#: ../plug-ins/common/diffraction.c:172
+#: ../plug-ins/common/diffraction.c:171
msgid "_Diffraction Patterns..."
-msgstr "_Diffraksjonsmønster..."
+msgstr "_Diffraksjonsmønster …"
-#: ../plug-ins/common/diffraction.c:330
+#: ../plug-ins/common/diffraction.c:329
msgid "Creating diffraction pattern"
msgstr "Lager diffraksjonsmønster"
-#: ../plug-ins/common/diffraction.c:434
+#: ../plug-ins/common/diffraction.c:433
msgid "Diffraction Patterns"
msgstr "Diffraksjonsmønster"
-#: ../plug-ins/common/diffraction.c:527
+#: ../plug-ins/common/diffraction.c:476
+#: ../plug-ins/map-object/map-object-ui.c:1388
+msgid "_Preview!"
+msgstr "_Førehandsvis!"
+
+#: ../plug-ins/common/diffraction.c:526
msgid "Frequencies"
msgstr "Frekvensar"
-#: ../plug-ins/common/diffraction.c:565
+#: ../plug-ins/common/diffraction.c:564
msgid "Contours"
msgstr "Kantar"
-#: ../plug-ins/common/diffraction.c:603
+#: ../plug-ins/common/diffraction.c:602
msgid "Sharp Edges"
msgstr "Skarpe kantar"
-#: ../plug-ins/common/diffraction.c:615 ../plug-ins/common/softglow.c:681
-#: ../plug-ins/flame/flame.c:1057
+#: ../plug-ins/common/diffraction.c:614
+#: ../plug-ins/common/softglow.c:682
+#: ../plug-ins/flame/flame.c:1080
msgid "_Brightness:"
msgstr "_Lysstyrke:"
-#: ../plug-ins/common/diffraction.c:624
+#: ../plug-ins/common/diffraction.c:623
msgid "Sc_attering:"
msgstr "S_preiing:"
-#: ../plug-ins/common/diffraction.c:633
+#: ../plug-ins/common/diffraction.c:632
msgid "Po_larization:"
msgstr "Po_larisasjon:"
-#: ../plug-ins/common/diffraction.c:641
+#: ../plug-ins/common/diffraction.c:640
msgid "Other Options"
msgstr "Andre innstillingar"
-#: ../plug-ins/common/displace.c:142
+#: ../plug-ins/common/displace.c:141
msgid "_X displacement"
msgstr "_X-forskyving"
-#: ../plug-ins/common/displace.c:142
+#: ../plug-ins/common/displace.c:141
msgid "_Pinch"
msgstr "_Knip"
-#: ../plug-ins/common/displace.c:143
+#: ../plug-ins/common/displace.c:142
msgid "_Y displacement"
msgstr "_Y-forskyving"
-#: ../plug-ins/common/displace.c:143
+#: ../plug-ins/common/displace.c:142
msgid "_Whirl"
msgstr "_Drei"
-#: ../plug-ins/common/displace.c:169
+#: ../plug-ins/common/displace.c:168
msgid "Displace pixels as indicated by displacement maps"
msgstr "Forskyv pikslane som indikert i forskyvingskartet"
-#: ../plug-ins/common/displace.c:179
+#: ../plug-ins/common/displace.c:178
msgid "_Displace..."
-msgstr "_Forskyv..."
+msgstr "_Forskyv …"
-#: ../plug-ins/common/displace.c:290
+#: ../plug-ins/common/displace.c:289
msgid "Displacing"
msgstr "Forskyver"
-#: ../plug-ins/common/displace.c:326
+#: ../plug-ins/common/displace.c:325
msgid "Displace"
msgstr "Forskyv"
#. X options
-#: ../plug-ins/common/displace.c:362
+#: ../plug-ins/common/displace.c:361
msgid "_X displacement:"
msgstr "_X-forskyving:"
#. Y Options
-#: ../plug-ins/common/displace.c:409
+#: ../plug-ins/common/displace.c:408
msgid "_Y displacement:"
msgstr "_Y-forskyving:"
-#: ../plug-ins/common/displace.c:459
+#: ../plug-ins/common/displace.c:458
msgid "Displacement Mode"
msgstr "Forskyvingsmodus"
-#: ../plug-ins/common/displace.c:462
+#: ../plug-ins/common/displace.c:461
msgid "_Cartesian"
msgstr "_Kartesisk"
-#: ../plug-ins/common/displace.c:463
+#: ../plug-ins/common/displace.c:462
msgid "_Polar"
msgstr "_Polar"
-#: ../plug-ins/common/displace.c:468
+#: ../plug-ins/common/displace.c:467
msgid "Edge Behavior"
msgstr "Kanthandtering"
-#: ../plug-ins/common/displace.c:474 ../plug-ins/common/edge.c:721
-#: ../plug-ins/common/ripple.c:564 ../plug-ins/common/waves.c:280
+#: ../plug-ins/common/displace.c:473
+#: ../plug-ins/common/edge.c:721
+#: ../plug-ins/common/ripple.c:582
+#: ../plug-ins/common/waves.c:281
msgid "_Smear"
-msgstr "_Smøre"
+msgstr "Smør _ut"
-#: ../plug-ins/common/displace.c:476 ../plug-ins/common/edge.c:734
-#: ../plug-ins/common/fractaltrace.c:740 ../plug-ins/common/newsprint.c:398
+#: ../plug-ins/common/displace.c:475
+#: ../plug-ins/common/edge.c:734
+#: ../plug-ins/common/fractal-trace.c:739
+#: ../plug-ins/common/newsprint.c:397
msgid "_Black"
msgstr "_Svart"
-#: ../plug-ins/common/dog.c:133
+#: ../plug-ins/common/edge-dog.c:132
msgid "Edge detection with control of edge thickness"
msgstr "Kantfinning med kontroll av kantbreidda"
-#: ../plug-ins/common/dog.c:140
+#: ../plug-ins/common/edge-dog.c:139
msgid "_Difference of Gaussians..."
-msgstr "DoG kantfinning..."
+msgstr "_DoG kantfinning …"
-#: ../plug-ins/common/dog.c:231 ../plug-ins/common/dog.c:278
+#: ../plug-ins/common/edge-dog.c:242
+#: ../plug-ins/common/edge-dog.c:299
msgid "DoG Edge Detect"
msgstr "DoG kantfinning"
-#: ../plug-ins/common/dog.c:306
+#: ../plug-ins/common/edge-dog.c:328
msgid "Smoothing Parameters"
msgstr "Utglattingsparametra"
-#: ../plug-ins/common/dog.c:320
+#: ../plug-ins/common/edge-dog.c:342
msgid "_Radius 1:"
msgstr "_Radius 1:"
-#: ../plug-ins/common/dog.c:324
+#: ../plug-ins/common/edge-dog.c:346
msgid "R_adius 2:"
msgstr "R_adius 2:"
-#: ../plug-ins/common/dog.c:336 ../plug-ins/common/normalize.c:92
-msgid "_Normalize"
-msgstr "_Normaliser"
-
-#: ../plug-ins/common/dog.c:347 ../plug-ins/gimpressionist/paper.c:167
+#: ../plug-ins/common/edge-dog.c:369
+#: ../plug-ins/gimpressionist/paper.c:166
msgid "_Invert"
msgstr "_Inverter"
-#: ../plug-ins/common/edge.c:152
+#: ../plug-ins/common/edge-laplace.c:74
+msgid "High-resolution edge detection"
+msgstr "Høgoppløysings retningsbestemt kantfinning"
+
+#: ../plug-ins/common/edge-laplace.c:84
+msgid "_Laplace"
+msgstr "_Laplace"
+
+#: ../plug-ins/common/edge-laplace.c:242
+#: ../plug-ins/common/edge.c:672
+msgid "Laplace"
+msgstr "Laplace"
+
+#: ../plug-ins/common/edge-laplace.c:320
+msgid "Cleanup"
+msgstr "Rydd opp"
+
+#: ../plug-ins/common/edge-neon.c:133
+msgid "Simulate the glowing boundary of a neon light"
+msgstr "Simulerer den glødande koronaen til eit neonlys"
+
+#: ../plug-ins/common/edge-neon.c:138
+msgid "_Neon..."
+msgstr "_Neon …"
+
+#: ../plug-ins/common/edge-neon.c:210
+msgid "Neon"
+msgstr "Neon"
+
+#: ../plug-ins/common/edge-neon.c:694
+msgid "Neon Detection"
+msgstr "Neon kantfinnar"
+
+#: ../plug-ins/common/edge-neon.c:746
+#: ../plug-ins/common/unsharp-mask.c:878
+msgid "_Amount:"
+msgstr "_Mengde:"
+
+#: ../plug-ins/common/edge-sobel.c:107
+msgid "Specialized direction-dependent edge detection"
+msgstr "Spesialisert retningsbestemt kantfinning"
+
+#: ../plug-ins/common/edge-sobel.c:120
+msgid "_Sobel..."
+msgstr "_Sobelrelieff …"
+
+#: ../plug-ins/common/edge-sobel.c:230
+msgid "Sobel Edge Detection"
+msgstr "Sobel kantgjenkjenning"
+
+#: ../plug-ins/common/edge-sobel.c:259
+msgid "Sobel _horizontally"
+msgstr "Sobel _horisontalt"
+
+#: ../plug-ins/common/edge-sobel.c:271
+msgid "Sobel _vertically"
+msgstr "Sobel _vertikalt"
+
+#: ../plug-ins/common/edge-sobel.c:283
+msgid "_Keep sign of result (one direction only)"
+msgstr "_Behald resultatforteiknet (bare i ei retning)"
+
+#: ../plug-ins/common/edge-sobel.c:369
+msgid "Sobel edge detecting"
+msgstr "Sobel kantgjenkjenning"
+
+#: ../plug-ins/common/edge.c:151
msgid "Several simple methods for detecting edges"
msgstr "Fleire enkle metodar for å finne kantar"
-#: ../plug-ins/common/edge.c:157
+#: ../plug-ins/common/edge.c:156
msgid "_Edge..."
-msgstr "_Kant..."
+msgstr "_Kant …"
-#: ../plug-ins/common/edge.c:229
+#: ../plug-ins/common/edge.c:228
msgid "Edge detection"
msgstr "Kantfinning"
-#: ../plug-ins/common/edge.c:633
+#: ../plug-ins/common/edge.c:632
msgid "Edge Detection"
msgstr "Finn kantane"
@@ -3655,7 +3038,8 @@ msgstr "Sobel"
msgid "Prewitt compass"
msgstr "Prewitt compass"
-#: ../plug-ins/common/edge.c:669 ../plug-ins/common/sinus.c:904
+#: ../plug-ins/common/edge.c:669
+#: ../plug-ins/common/sinus.c:903
msgid "Gradient"
msgstr "Fargeovergang"
@@ -3667,10 +3051,6 @@ msgstr "Roberts"
msgid "Differential"
msgstr "Differensiell"
-#: ../plug-ins/common/edge.c:672 ../plug-ins/common/laplace.c:243
-msgid "Laplace"
-msgstr "Laplace"
-
#: ../plug-ins/common/edge.c:681
msgid "_Algorithm:"
msgstr "Algo_ritme:"
@@ -3685,9 +3065,10 @@ msgstr "Simulerer bilete utført i opphøgd stil (embosering)"
#: ../plug-ins/common/emboss.c:130
msgid "_Emboss..."
-msgstr "_Relieff..."
+msgstr "_Relieff …"
-#: ../plug-ins/common/emboss.c:384 ../plug-ins/common/emboss.c:446
+#: ../plug-ins/common/emboss.c:384
+#: ../plug-ins/common/emboss.c:446
msgid "Emboss"
msgstr "Relieff"
@@ -3697,7 +3078,7 @@ msgstr "Funksjon"
#: ../plug-ins/common/emboss.c:478
msgid "_Bumpmap"
-msgstr "_Avbilding"
+msgstr "Av_bilding"
#: ../plug-ins/common/emboss.c:479
msgid "_Emboss"
@@ -3705,31 +3086,36 @@ msgstr "_Relieff"
#: ../plug-ins/common/emboss.c:511
msgid "E_levation:"
-msgstr "E_levasjon:"
+msgstr "_Elevasjon:"
-#: ../plug-ins/common/engrave.c:101
+#: ../plug-ins/common/engrave.c:100
msgid "Simulate an antique engraving"
msgstr "Simulerer antikk gravering"
-#: ../plug-ins/common/engrave.c:106
+#: ../plug-ins/common/engrave.c:105
msgid "En_grave..."
-msgstr "_Gravyr..."
+msgstr "_Gravyr …"
-#: ../plug-ins/common/engrave.c:180
+#: ../plug-ins/common/engrave.c:179
msgid "Engraving"
-msgstr "Graverer..."
+msgstr "Graverer …"
-#: ../plug-ins/common/engrave.c:209
+#: ../plug-ins/common/engrave.c:208
msgid "Engrave"
msgstr "Gravyr"
-#: ../plug-ins/common/engrave.c:243 ../plug-ins/common/film.c:1003
-#: ../plug-ins/common/gtm.c:600 ../plug-ins/common/papertile.c:313
-#: ../plug-ins/common/postscript.c:3164 ../plug-ins/common/postscript.c:3372
-#: ../plug-ins/common/raw.c:1048 ../plug-ins/common/smooth_palette.c:441
-#: ../plug-ins/common/tile.c:435 ../plug-ins/imagemap/imap_cmd_guides.c:175
-#: ../plug-ins/imagemap/imap_rectangle.c:410
-#: ../plug-ins/print/print-page-layout.c:254
+#: ../plug-ins/common/engrave.c:243
+#: ../plug-ins/common/file-html-table.c:610
+#: ../plug-ins/common/file-ps.c:3177
+#: ../plug-ins/common/file-ps.c:3385
+#: ../plug-ins/common/file-raw.c:1068
+#: ../plug-ins/common/film.c:1002
+#: ../plug-ins/common/smooth-palette.c:440
+#: ../plug-ins/common/tile-paper.c:312
+#: ../plug-ins/common/tile.c:434
+#: ../plug-ins/imagemap/imap_cmd_guides.c:174
+#: ../plug-ins/imagemap/imap_rectangle.c:409
+#: ../plug-ins/print/print-page-layout.c:266
msgid "_Height:"
msgstr "_Høgde:"
@@ -3737,861 +3123,460 @@ msgstr "_Høgde:"
msgid "_Limit line width"
msgstr "_Avgrens linjebreidda"
-#: ../plug-ins/common/exchange.c:122
-msgid "Swap one color with another"
-msgstr "Byter ein farge med ein annan"
-
-#: ../plug-ins/common/exchange.c:128
-msgid "_Color Exchange..."
-msgstr "Bytt _farge..."
-
-#: ../plug-ins/common/exchange.c:213 ../plug-ins/common/exchange.c:287
-msgid "Color Exchange"
-msgstr "Byter ut ein farge med ein annan"
-
-#: ../plug-ins/common/exchange.c:309
-msgid "Middle-Click Inside Preview to Pick \"From Color\""
-msgstr ""
-"Klikk i førehandsvisinga med midtre musebrytaren for å velje «frå-farge»"
-
-#: ../plug-ins/common/exchange.c:347
-msgid "To Color"
-msgstr "Tilfarge"
-
-#: ../plug-ins/common/exchange.c:347
-msgid "From Color"
-msgstr "Fråfarge"
-
-#: ../plug-ins/common/exchange.c:365
-msgid "Color Exchange: To Color"
-msgstr "Fargeutveksling: tilfarge"
-
-#: ../plug-ins/common/exchange.c:366
-msgid "Color Exchange: From Color"
-msgstr "Fargeutveksling: fråfarge"
-
-#: ../plug-ins/common/exchange.c:424
-msgid "R_ed threshold:"
-msgstr "_Raud terskel:"
-
-#: ../plug-ins/common/exchange.c:484
-msgid "G_reen threshold:"
-msgstr "_Grøn terskel:"
-
-#: ../plug-ins/common/exchange.c:545
-msgid "B_lue threshold:"
-msgstr "_Blå terskel:"
-
-#: ../plug-ins/common/exchange.c:573
-msgid "Lock _thresholds"
-msgstr "_Lås tersklane"
-
-#: ../plug-ins/common/film.c:217
-msgid "Combine several images on a film strip"
-msgstr "Set saman fleire bilete til ei filmstripe"
-
-#: ../plug-ins/common/film.c:222
-msgid "_Filmstrip..."
-msgstr "_Filmstripe..."
-
-#: ../plug-ins/common/film.c:307
-msgid "Composing images"
-msgstr "Komponerer bileta"
-
-#: ../plug-ins/common/film.c:425 ../plug-ins/common/guillotine.c:185
-#: ../plug-ins/helpbrowser/dialog.c:1144
-msgid "Untitled"
-msgstr "Utan namn"
-
-#: ../plug-ins/common/film.c:879
-msgid "Available images:"
-msgstr "Tilgjengelege bilete:"
-
-#: ../plug-ins/common/film.c:880
-msgid "On film:"
-msgstr "På filmen:"
-
-#. Create selection
-#: ../plug-ins/common/film.c:966 ../plug-ins/imagemap/imap_selection.c:367
-#: ../plug-ins/rcm/rcm_dialog.c:173 ../plug-ins/sel2path/sel2path.c:430
-msgid "Selection"
-msgstr "Utval"
-
-#. Film height/colour
-#: ../plug-ins/common/film.c:976 ../plug-ins/common/film.c:1248
-msgid "Filmstrip"
-msgstr "Filmstripe"
-
-#. Keep maximum image height
-#: ../plug-ins/common/film.c:985
-msgid "_Fit height to images"
-msgstr "Til_pass høgda etter bileta"
-
-#. Film color
-#: ../plug-ins/common/film.c:1021
-msgid "Select Film Color"
-msgstr "Vel filmfarge"
-
-#: ../plug-ins/common/film.c:1026 ../plug-ins/common/film.c:1076
-#: ../plug-ins/common/nova.c:353
-msgid "Co_lor:"
-msgstr "_Farge:"
-
-#. Film numbering: Startindex/Font/colour
-#: ../plug-ins/common/film.c:1035
-msgid "Numbering"
-msgstr "Nummerering"
-
-#: ../plug-ins/common/film.c:1053
-msgid "Start _index:"
-msgstr "_Starttal:"
-
-#: ../plug-ins/common/film.c:1066
-msgid "_Font:"
-msgstr "Skrift_type:"
-
-#. Numbering color
-#: ../plug-ins/common/film.c:1071
-msgid "Select Number Color"
-msgstr "Vel talfarge"
-
-#: ../plug-ins/common/film.c:1086
-msgid "At _bottom"
-msgstr "_Nederst"
-
-#: ../plug-ins/common/film.c:1087
-msgid "At _top"
-msgstr "_Øverst"
-
-#. ** The right frame keeps the image selection **
-#: ../plug-ins/common/film.c:1100
-msgid "Image Selection"
-msgstr "Biletutval"
-
-#: ../plug-ins/common/film.c:1128
-msgid "All Values are Fractions of the Strip Height"
-msgstr "Alle verdiane er relaterte til filmhøgda"
-
-#: ../plug-ins/common/film.c:1131
-msgid "Ad_vanced"
-msgstr "_Avansert"
-
-#: ../plug-ins/common/film.c:1150
-msgid "Image _height:"
-msgstr "Bilet_høgde:"
-
-#: ../plug-ins/common/film.c:1161
-msgid "Image spac_ing:"
-msgstr "Bilet_avstand:"
-
-#: ../plug-ins/common/film.c:1172
-msgid "_Hole offset:"
-msgstr "Hol_forskyving:"
-
-#: ../plug-ins/common/film.c:1183
-msgid "Ho_le width:"
-msgstr "Hol_breidde:"
-
-#: ../plug-ins/common/film.c:1194
-msgid "Hol_e height:"
-msgstr "Holh_øgde:"
-
-#: ../plug-ins/common/film.c:1205
-msgid "Hole sp_acing:"
-msgstr "Hola_vstand:"
-
-#: ../plug-ins/common/film.c:1216
-msgid "_Number height:"
-msgstr "_Talhøgde:"
-
-#: ../plug-ins/common/flarefx.c:188
-msgid "Add a lens flare effect"
-msgstr "Legg til ein linserefleks"
-
-#: ../plug-ins/common/flarefx.c:195
-msgid "Lens _Flare..."
-msgstr "_Linserefleks..."
-
-#: ../plug-ins/common/flarefx.c:270
-msgid "Render lens flare"
-msgstr "Lager linserefleksen"
-
-#: ../plug-ins/common/flarefx.c:306
-msgid "Lens Flare"
-msgstr "Linserefleks"
-
-#: ../plug-ins/common/flarefx.c:753
-msgid "Center of Flare Effect"
-msgstr "Sentrum for refleksen"
-
-#: ../plug-ins/common/flarefx.c:793 ../plug-ins/common/nova.c:484
-msgid "Show _position"
-msgstr "Vis posisjonen"
-
-#: ../plug-ins/common/fp.c:223
-msgid "Cyan:"
-msgstr "Cyanblå:"
-
-#: ../plug-ins/common/fp.c:224
-msgid "Yellow:"
-msgstr "Gul:"
-
-#: ../plug-ins/common/fp.c:225
-msgid "Magenta:"
-msgstr "Magentaraud:"
-
-#: ../plug-ins/common/fp.c:227
-msgid "Darker:"
-msgstr "Mørkare:"
-
-#: ../plug-ins/common/fp.c:228
-msgid "Lighter:"
-msgstr "Lysare:"
-
-#: ../plug-ins/common/fp.c:230
-msgid "More Sat:"
-msgstr "Meir metning.:"
-
-#: ../plug-ins/common/fp.c:231
-msgid "Less Sat:"
-msgstr "Mindre metning:"
-
-#: ../plug-ins/common/fp.c:233 ../plug-ins/common/fp.c:532
-msgid "Current:"
-msgstr "Nåverande:"
-
-#: ../plug-ins/common/fp.c:317
-msgid "Interactively modify the image colors"
-msgstr "Modifiser biletetfargane interaktivt"
-
-#: ../plug-ins/common/fp.c:322
-msgid "_Filter Pack..."
-msgstr "_Filterpakke..."
-
-#: ../plug-ins/common/fp.c:372
-msgid "FP can only be used on RGB images."
-msgstr "FP kan bare brukast på RGB-bilete."
-
-#: ../plug-ins/common/fp.c:382
-msgid "FP can only be run interactively."
-msgstr "FP kan bare nyttast interaktivt.."
-
-#: ../plug-ins/common/fp.c:400
-msgid "Applying filter pack"
-msgstr "Bruker filterpakka..."
-
-#: ../plug-ins/common/fp.c:524
-msgid "Original:"
-msgstr "Original:"
-
-#: ../plug-ins/common/fp.c:576
-msgid "Hue Variations"
-msgstr "Variasjonar i kulør:"
-
-#: ../plug-ins/common/fp.c:631
-msgid "Roughness"
-msgstr "Steglengde"
-
-#: ../plug-ins/common/fp.c:674 ../plug-ins/common/fp.c:1317
-msgid "Affected Range"
-msgstr "Påverka område"
-
-#: ../plug-ins/common/fp.c:678
-msgid "Sha_dows"
-msgstr "_Skyggar"
-
-#: ../plug-ins/common/fp.c:679
-msgid "_Midtones"
-msgstr "_Midttone"
-
-#: ../plug-ins/common/fp.c:680
-msgid "H_ighlights"
-msgstr "_Høglys"
-
-#: ../plug-ins/common/fp.c:694
-msgid "Windows"
-msgstr "Vindauge"
-
-#: ../plug-ins/common/fp.c:704 ../plug-ins/common/lic.c:672
-msgid "_Saturation"
-msgstr "_Metning"
-
-#: ../plug-ins/common/fp.c:712
-msgid "A_dvanced"
-msgstr "_Avansert"
-
-#: ../plug-ins/common/fp.c:732
-msgid "Value Variations"
-msgstr "Lysverdivariasjonar"
-
-#: ../plug-ins/common/fp.c:777
-msgid "Saturation Variations"
-msgstr "Metningsvariasjonar"
-
-#: ../plug-ins/common/fp.c:830
-msgid "Select Pixels By"
-msgstr "Vel piksel etter"
-
-#: ../plug-ins/common/fp.c:835
-msgid "H_ue"
-msgstr "_Kulør"
-
-#: ../plug-ins/common/fp.c:836
-msgid "Satu_ration"
-msgstr "_Metning"
-
-#: ../plug-ins/common/fp.c:837
-msgid "V_alue"
-msgstr "_Lysverdi"
-
-#: ../plug-ins/common/fp.c:863
-msgid "Show"
-msgstr "Vis"
-
-#: ../plug-ins/common/fp.c:868
-msgid "_Entire image"
-msgstr "_Heile biletet"
-
-#: ../plug-ins/common/fp.c:869
-msgid "Se_lection only"
-msgstr "_Bare utvalet"
-
-#: ../plug-ins/common/fp.c:870
-msgid "Selec_tion in context"
-msgstr "_Utval i biletet"
-
-#: ../plug-ins/common/fp.c:1201
-msgid "Filter Pack Simulation"
-msgstr "Filterpakke simulering"
-
-#: ../plug-ins/common/fp.c:1290
-msgid "Shadows:"
-msgstr "Skyggar:"
-
-#: ../plug-ins/common/fp.c:1291
-msgid "Midtones:"
-msgstr "Midttoner:"
-
-#: ../plug-ins/common/fp.c:1292
-msgid "Highlights:"
-msgstr "Høglys:"
-
-#: ../plug-ins/common/fp.c:1305
-msgid "Advanced Filter Pack Options"
-msgstr "Avanserte innstillingar for filterpakka"
-
-#. ****************** MISC OPTIONS **************************
-#: ../plug-ins/common/fp.c:1417
-msgid "Preview Size"
-msgstr "Storleik på førehandsvisinga "
-
-#: ../plug-ins/common/fractaltrace.c:116
-msgid "Transform image with the Mandelbrot Fractal"
-msgstr "Transformer biletet med Mandelbrotfraktalen"
-
-#: ../plug-ins/common/fractaltrace.c:121
-msgid "_Fractal Trace..."
-msgstr "_Fraktal..."
-
-#: ../plug-ins/common/fractaltrace.c:460 ../plug-ins/common/fractaltrace.c:691
-msgid "Fractal Trace"
-msgstr "Fraktal"
-
-#. Settings
-#: ../plug-ins/common/fractaltrace.c:731
-msgid "Outside Type"
-msgstr ""
-"Rammetype\n"
-"Bytter ein farge mot ein annan farge. Du kan bestemma grenseverdiane for kor "
-"mykje som skal forandrast."
-
-#: ../plug-ins/common/fractaltrace.c:742
-msgid "_White"
-msgstr "_Kvit"
-
-#: ../plug-ins/common/fractaltrace.c:749
-msgid "Mandelbrot Parameters"
-msgstr "Mandelbrotparameter"
-
-#: ../plug-ins/common/fractaltrace.c:760
-msgid "X_1:"
-msgstr "X_1:"
-
-#: ../plug-ins/common/fractaltrace.c:769
-msgid "X_2:"
-msgstr "X_2:"
-
-#: ../plug-ins/common/fractaltrace.c:778
-msgid "Y_1:"
-msgstr "Y_1:"
-
-#: ../plug-ins/common/fractaltrace.c:787
-msgid "Y_2:"
-msgstr "Y_2:"
-
-#: ../plug-ins/common/gauss.c:159
-msgid "Simplest, most commonly used way of blurring"
-msgstr "Den enklaste og mest brukte måten for sløring"
-
-#: ../plug-ins/common/gauss.c:172
-msgid "_Gaussian Blur..."
-msgstr "_Gaussisk sløring..."
-
-#: ../plug-ins/common/gauss.c:179 ../plug-ins/common/gauss.c:199
-#: ../plug-ins/common/gauss.c:219 ../plug-ins/common/gauss.c:239
-msgid "Apply a gaussian blur"
-msgstr "Legg til gaussisk sløring"
-
-#: ../plug-ins/common/gauss.c:428 ../plug-ins/common/gauss.c:476
-msgid "Gaussian Blur"
-msgstr "Gaussisk sløring"
-
-#. parameter settings
-#: ../plug-ins/common/gauss.c:506
-msgid "Blur Radius"
-msgstr "Radius"
-
-#: ../plug-ins/common/gauss.c:520 ../plug-ins/common/jigsaw.c:2456
-#: ../plug-ins/common/spread.c:384
-msgid "_Horizontal:"
-msgstr "_Horisontal:"
-
-#: ../plug-ins/common/gauss.c:524 ../plug-ins/common/jigsaw.c:2473
-#: ../plug-ins/common/spread.c:388
-msgid "_Vertical:"
-msgstr "_Vertikal:"
-
-#: ../plug-ins/common/gauss.c:547
-msgid "Blur Method"
-msgstr "Metode"
-
-#: ../plug-ins/common/gauss.c:551
-msgid "_IIR"
-msgstr "_IIR"
-
-#: ../plug-ins/common/gauss.c:552
-msgid "_RLE"
-msgstr "_RLE"
-
-#: ../plug-ins/common/gbr.c:152 ../plug-ins/common/gbr.c:173
+#: ../plug-ins/common/file-aa.c:97
+msgid "ASCII art"
+msgstr "ASCII-kunst"
+
+#. Create the actual window.
+#: ../plug-ins/common/file-aa.c:348
+msgid "Save as Text"
+msgstr "Lagra som tekst"
+
+#: ../plug-ins/common/file-aa.c:370
+msgid "_Format:"
+msgstr "_Format:"
+
+#: ../plug-ins/common/file-cel.c:110
+#: ../plug-ins/common/file-cel.c:128
+msgid "KISS CEL"
+msgstr "KISS CEL"
+
+#: ../plug-ins/common/file-cel.c:190
+msgid "Load KISS Palette"
+msgstr "Opnar KISS-paletten"
+
+#. max. rows allocated
+#. column, highest column ever used
+#. -1 assume fsel is not available (and not attached to any drawable)
+#. -1 assume there is no floating selection
+#: ../plug-ins/common/file-cel.c:316
+#: ../plug-ins/common/file-dicom.c:329
+#: ../plug-ins/common/file-gbr.c:365
+#: ../plug-ins/common/file-gif-load.c:360
+#: ../plug-ins/common/file-gih.c:648
+#: ../plug-ins/common/file-pat.c:334
+#: ../plug-ins/common/file-pcx.c:365
+#: ../plug-ins/common/file-pdf.c:595
+#: ../plug-ins/common/file-pix.c:347
+#: ../plug-ins/common/file-png.c:727
+#: ../plug-ins/common/file-pnm.c:498
+#: ../plug-ins/common/file-ps.c:1043
+#: ../plug-ins/common/file-raw.c:670
+#: ../plug-ins/common/file-sunras.c:485
+#: ../plug-ins/common/file-tga.c:446
+#: ../plug-ins/common/file-tiff-load.c:603
+#: ../plug-ins/common/file-wmf.c:993
+#: ../plug-ins/common/file-xbm.c:741
+#: ../plug-ins/common/file-xpm.c:351
+#: ../plug-ins/common/file-xwd.c:519
+#: ../plug-ins/file-bmp/bmp-read.c:158
+#: ../plug-ins/file-faxg3/faxg3.c:216
+#: ../plug-ins/file-fli/fli-gimp.c:501
+#: ../plug-ins/file-ico/ico-load.c:645
+#: ../plug-ins/file-jpeg/jpeg-load.c:114
+#: ../plug-ins/file-psd/psd-load.c:135
+#: ../plug-ins/file-sgi/sgi.c:330
+#: ../plug-ins/file-xjt/xjt.c:3343
+msgid "Opening '%s'"
+msgstr "Opnar «%s».."
+
+#: ../plug-ins/common/file-cel.c:353
+msgid "Can't create a new image"
+msgstr "Kan ikkje laga nytt bilete"
+
+#: ../plug-ins/common/file-cel.c:442
+msgid "Unsupported bit depth (%d)!"
+msgstr "Støtter ikkje denne fargedjupna (%d)!"
+
+#. init the progress meter
+#. And let's begin the progress
+#: ../plug-ins/common/file-cel.c:587
+#: ../plug-ins/common/file-gbr.c:639
+#: ../plug-ins/common/file-gif-save.c:768
+#: ../plug-ins/common/file-gih.c:1281
+#: ../plug-ins/common/file-html-table.c:255
+#: ../plug-ins/common/file-pat.c:466
+#: ../plug-ins/common/file-pcx.c:626
+#: ../plug-ins/common/file-pix.c:528
+#: ../plug-ins/common/file-png.c:1276
+#: ../plug-ins/common/file-pnm.c:981
+#: ../plug-ins/common/file-ps.c:1219
+#: ../plug-ins/common/file-sunras.c:567
+#: ../plug-ins/common/file-tga.c:1174
+#: ../plug-ins/common/file-tiff-save.c:693
+#: ../plug-ins/common/file-xbm.c:1039
+#: ../plug-ins/common/file-xpm.c:636
+#: ../plug-ins/common/file-xwd.c:618
+#: ../plug-ins/file-bmp/bmp-write.c:306
+#: ../plug-ins/file-fits/fits.c:480
+#: ../plug-ins/file-fli/fli-gimp.c:717
+#: ../plug-ins/file-ico/ico-save.c:1001
+#: ../plug-ins/file-jpeg/jpeg-save.c:286
+#: ../plug-ins/file-psd/psd-save.c:1642
+#: ../plug-ins/file-sgi/sgi.c:553
+#: ../plug-ins/file-xjt/xjt.c:1707
+msgid "Saving '%s'"
+msgstr "Lagrar «%s»"
+
+#: ../plug-ins/common/file-compressor.c:159
+msgid "gzip archive"
+msgstr "gzip-arkiv"
+
+#: ../plug-ins/common/file-compressor.c:180
+msgid "bzip archive"
+msgstr "bzip-arkiv"
+
+#: ../plug-ins/common/file-compressor.c:389
+msgid "No sensible file extension, saving as compressed XCF."
+msgstr "Ingen fornuftig filtype. Lagrar som komprimert XCF"
+
+#: ../plug-ins/common/file-compressor.c:571
+msgid "No sensible file extension, attempting to load with file magic."
+msgstr "Ukjent filtype. Prøver å opna ved hjelp av «filmagi»."
+
+#: ../plug-ins/common/file-csource.c:111
+msgid "C source code"
+msgstr "C Kjeldekode"
+
+#: ../plug-ins/common/file-csource.c:659
+msgid "Save as C-Source"
+msgstr "Lagra som C-kjeldekode"
+
+#: ../plug-ins/common/file-csource.c:690
+msgid "_Prefixed name:"
+msgstr "Namn med _prefiks:"
+
+#: ../plug-ins/common/file-csource.c:699
+msgid "Co_mment:"
+msgstr "_Kommentar:"
+
+#. Use Comment
+#.
+#: ../plug-ins/common/file-csource.c:706
+msgid "_Save comment to file"
+msgstr "_Lagra kommentar i fil"
+
+#. GLib types
+#.
+#: ../plug-ins/common/file-csource.c:718
+msgid "_Use GLib types (guint8*)"
+msgstr "_Bruk GLib-type (guint8*)"
+
+#. Use Macros
+#.
+#: ../plug-ins/common/file-csource.c:730
+msgid "Us_e macros instead of struct"
+msgstr "Bruk _makroar i staden for struktur"
+
+#. Use RLE
+#.
+#: ../plug-ins/common/file-csource.c:742
+msgid "Use _1 byte Run-Length-Encoding"
+msgstr "Bruk _1 Byte Run-Length-Encoding"
+
+#. Alpha
+#.
+#: ../plug-ins/common/file-csource.c:754
+msgid "Sa_ve alpha channel (RGBA/RGB)"
+msgstr "Lagra _Alfakanal (RGBA/RGB)"
+
+#: ../plug-ins/common/file-csource.c:772
+msgid "Op_acity:"
+msgstr "_Dekkevne:"
+
+#: ../plug-ins/common/file-desktop-link.c:82
+msgid "Desktop Link"
+msgstr "Skrivebordlenke"
+
+#: ../plug-ins/common/file-desktop-link.c:174
+msgid "Error loading desktop file '%s': %s"
+msgstr "Feil ved opning av skrivebordsfila «%s»: %s"
+
+#: ../plug-ins/common/file-dicom.c:145
+msgid "DICOM image"
+msgstr "DICOM-bilete"
+
+#: ../plug-ins/common/file-dicom.c:170
+msgid "Digital Imaging and Communications in Medicine image"
+msgstr "«Digital Imaging and Communications in Medicine» - bilete (DICOM)"
+
+#: ../plug-ins/common/file-dicom.c:351
+msgid "'%s' is not a DICOM file."
+msgstr "«%s» er ikkje ei DICOM-fil"
+
+#: ../plug-ins/common/file-dicom.c:768
+#: ../plug-ins/common/file-pcx.c:658
+#: ../plug-ins/common/file-pnm.c:966
+msgid "Cannot save images with alpha channel."
+msgstr "Kan ikkje lagra bilete som inneheld alfakanal"
+
+#: ../plug-ins/common/file-dicom.c:783
+#: ../plug-ins/common/file-ps.c:1204
+#: ../plug-ins/common/file-xwd.c:603
+#: ../plug-ins/file-fits/fits.c:465
+#: ../plug-ins/file-xjt/xjt.c:1702
+msgid "Cannot operate on unknown image types."
+msgstr "Kan ikkje arbeida med ukjente biletformat."
+
+#: ../plug-ins/common/file-gbr.c:153
+#: ../plug-ins/common/file-gbr.c:174
msgid "GIMP brush"
msgstr "GIMP-pensel"
-#: ../plug-ins/common/gbr.c:388 ../plug-ins/common/gbr.c:400
+#: ../plug-ins/common/file-gbr.c:400
+#: ../plug-ins/common/file-gbr.c:412
msgid "Unsupported brush format"
msgstr "Ugyldig penselformat"
-#: ../plug-ins/common/gbr.c:411
-#, c-format
+#: ../plug-ins/common/file-gbr.c:424
msgid "Error in GIMP brush file '%s'"
msgstr "Feil i GIMP-penselfila «%s»"
-#: ../plug-ins/common/gbr.c:419
-#, c-format
+#: ../plug-ins/common/file-gbr.c:432
msgid "Invalid UTF-8 string in brush file '%s'."
msgstr "Ugyldig UTF-8-kode i penselfila «%s»"
-#: ../plug-ins/common/gbr.c:425 ../plug-ins/common/gih.c:499
-#: ../plug-ins/common/gih.c:1158 ../plug-ins/gflare/gflare.c:3017
+#: ../plug-ins/common/file-gbr.c:438
+#: ../plug-ins/common/file-gih.c:491
+#: ../plug-ins/common/file-gih.c:1155
+#: ../plug-ins/gradient-flare/gradient-flare.c:3062
msgid "Unnamed"
msgstr "Utan namn"
-#: ../plug-ins/common/gbr.c:607
+#: ../plug-ins/common/file-gbr.c:624
msgid "GIMP brushes are either GRAYSCALE or RGBA"
-msgstr "GIMP-pensel er anten GRÅSKALA eller RGBA"
+msgstr "GIMP-penslane må vere anten RGBA eller GRÅSKALA med kvit bakgrunn"
-#: ../plug-ins/common/gbr.c:704
+#: ../plug-ins/common/file-gbr.c:731
msgid "Save as Brush"
msgstr "Lagra som pensel"
#. attach labels
-#: ../plug-ins/common/gbr.c:731 ../plug-ins/common/grid.c:790
+#: ../plug-ins/common/file-gbr.c:758
+#: ../plug-ins/common/grid.c:789
msgid "Spacing:"
-msgstr "Mellomrom:"
+msgstr "Avstand:"
-#: ../plug-ins/common/gbr.c:742 ../plug-ins/common/gih.c:910
-#: ../plug-ins/common/pat.c:541 ../plug-ins/gimpressionist/presets.c:664
+#: ../plug-ins/common/file-gbr.c:769
+#: ../plug-ins/common/file-gih.c:906
+#: ../plug-ins/common/file-pat.c:555
+#: ../plug-ins/gimpressionist/presets.c:665
msgid "Description:"
-msgstr "Beskriving:"
+msgstr "Penselnamn:"
-#: ../plug-ins/common/gee.c:99 ../plug-ins/common/gee_zoom.c:121
-msgid "A big hello from the GIMP team!"
-msgstr "Eit stort hallo frå GIMP-teamet!"
-
-#: ../plug-ins/common/gee.c:104 ../plug-ins/common/gee.c:160
-msgid "Gee Slime"
-msgstr "GEE-SLIME"
-
-#: ../plug-ins/common/gee.c:166 ../plug-ins/common/gee_zoom.c:192
-msgid "Thank You for Choosing GIMP"
-msgstr "Takk for at du valde GIMP"
-
-#: ../plug-ins/common/gee.c:173
-#, c-format
-msgid "A less obsolete creation by %s"
-msgstr "Ein forelda kreasjon av %s"
-
-#: ../plug-ins/common/gee_zoom.c:126 ../plug-ins/common/gee_zoom.c:186
-msgid "Gee Zoom"
-msgstr "GEE-ZOOM"
-
-#: ../plug-ins/common/gee_zoom.c:200
-#, c-format
-msgid "An obsolete creation by %s"
-msgstr "Ein forelda kreasjon av %s"
-
-#: ../plug-ins/common/gif-load.c:141 ../plug-ins/common/gif-save.c:410
+#: ../plug-ins/common/file-gif-load.c:148
+#: ../plug-ins/common/file-gif-save.c:168
msgid "GIF image"
msgstr "GIF-bilete"
-#: ../plug-ins/common/gif-load.c:325
+#: ../plug-ins/common/file-gif-load.c:372
msgid "This is not a GIF file"
msgstr "Dette er ikkje ei GIF-fil"
-#: ../plug-ins/common/gif-load.c:364
+#: ../plug-ins/common/file-gif-load.c:411
msgid "Non-square pixels. Image might look squashed."
msgstr "Pikslane er ikkje kvadratiske. Biletet kan sjå noe pressa ut."
-#: ../plug-ins/common/gif-load.c:881
-#, c-format
+#: ../plug-ins/common/file-gif-load.c:929
msgid "Background (%d%s)"
msgstr "Bakgrunn (%d%s)"
-#: ../plug-ins/common/gif-load.c:904
-#, c-format
+#: ../plug-ins/common/file-gif-load.c:952
msgid "Opening '%s' (frame %d)"
msgstr "Opnar «%s» (ramme %d)"
-#: ../plug-ins/common/gif-load.c:933 ../plug-ins/common/iwarp.c:791
-#: ../plug-ins/common/iwarp.c:826
-#, c-format
+#: ../plug-ins/common/file-gif-load.c:981
+#: ../plug-ins/common/iwarp.c:793
+#: ../plug-ins/common/iwarp.c:828
msgid "Frame %d"
msgstr "Ramme %d"
-#: ../plug-ins/common/gif-load.c:935
-#, c-format
+#: ../plug-ins/common/file-gif-load.c:983
msgid "Frame %d (%d%s)"
msgstr "Ramme %d (%d%s)"
-#: ../plug-ins/common/gif-load.c:966
-#, c-format
-msgid ""
-"GIF: Undocumented GIF composite type %d is not handled. Animation might not "
-"play or re-save perfectly."
-msgstr ""
-"GIF: Udokumentert samansettingstype %d kan ikkje handterast. Det kan hende "
-"animasjonen ikkje spelar skikkeleg eller ikkje kan lagrast på nytt."
+#: ../plug-ins/common/file-gif-load.c:1014
+msgid "GIF: Undocumented GIF composite type %d is not handled. Animation might not play or re-save perfectly."
+msgstr "GIF: Udokumentert samansettingstype %d kan ikkje handterast. Det kan hende animasjonen ikkje spelar skikkeleg eller ikkje kan lagrast på nytt."
-#: ../plug-ins/common/gif-save.c:683
+#: ../plug-ins/common/file-gif-save.c:447
msgid "Couldn't simply reduce colors further. Saving as opaque."
msgstr "Kunne ikkje redusera fargane meir. Blir lagra som ugjennomsiktig."
-#: ../plug-ins/common/gif-save.c:899
-msgid ""
-"The GIF format only supports comments in 7bit ASCII encoding. No comment is "
-"saved."
-msgstr ""
-"GIF-formatet godtar bare kommentarar i 7-bit ASCII-kode. Ingen kommentarer "
-"er lagra."
+#: ../plug-ins/common/file-gif-save.c:562
+msgid "Unable to save '%s'. The GIF file format does not support images that are more than %d pixels wide or tall."
+msgstr "Kan ikkje lagra «%s». GIF-formatet støtter ikkje bilete som er meir enn %d pikslar høge eller breie."
-#: ../plug-ins/common/gif-save.c:958
-msgid ""
-"Cannot save RGB color images. Convert to indexed color or grayscale first."
-msgstr ""
-"Kan ikkje lagra RGB-bilete. Konverter biletet til indeksert eller gråskala."
+#: ../plug-ins/common/file-gif-save.c:673
+msgid "The GIF format only supports comments in 7bit ASCII encoding. No comment is saved."
+msgstr "GIF-formatet godtar bare kommentarar i 7-bit ASCII-kode. Ingen kommentarer er lagra."
-#: ../plug-ins/common/gif-save.c:1135
+#: ../plug-ins/common/file-gif-save.c:732
+msgid "Cannot save RGB color images. Convert to indexed color or grayscale first."
+msgstr "Kan ikkje lagra RGB-bilete. Konverter biletet til indeksert eller gråskala."
+
+#: ../plug-ins/common/file-gif-save.c:910
msgid "Delay inserted to prevent evil CPU-sucking animation."
msgstr "Er lagt inn forsinkingar for å unngå unødig prosessorbelastning."
-#: ../plug-ins/common/gif-save.c:1175
-msgid ""
-"The image you are trying to save as a GIF contains layers which extend "
-"beyond the actual borders of the image."
-msgstr ""
-"Biletet du ønskjer å lagra som GIF inneheld lag som går utanfor kanten av "
-"biletet."
+#: ../plug-ins/common/file-gif-save.c:950
+msgid "The image you are trying to save as a GIF contains layers which extend beyond the actual borders of the image."
+msgstr "Biletet du ønskjer å lagra som GIF inneheld lag som går utanfor kanten av biletet."
-#: ../plug-ins/common/gif-save.c:1192
-msgid ""
-"The GIF file format does not allow this. You may choose whether to crop all "
-"of the layers to the image borders, or cancel this save."
-msgstr ""
-"Filformatet tillet ikkje dette. Du må anten beskjere alle laga til "
-"biletstorleiken eller la vere å lagre dette biletet som GIF."
+#: ../plug-ins/common/file-gif-save.c:967
+msgid "The GIF file format does not allow this. You may choose whether to crop all of the layers to the image borders, or cancel this save."
+msgstr "Filformatet tillet ikkje dette. Du må anten beskjere alle laga til biletstorleiken eller la vere å lagre dette biletet som GIF."
-#: ../plug-ins/common/gif-save.c:1233
+#: ../plug-ins/common/file-gif-save.c:1008
msgid "Save as GIF"
msgstr "Lagra som GIF-fil"
#. regular gif parameter settings
-#: ../plug-ins/common/gif-save.c:1255
+#: ../plug-ins/common/file-gif-save.c:1030
msgid "GIF Options"
msgstr "GIF-innstillingar"
-#: ../plug-ins/common/gif-save.c:1261
+#: ../plug-ins/common/file-gif-save.c:1036
msgid "I_nterlace"
-msgstr "I_nterlace"
+msgstr "Li_njevis"
-#: ../plug-ins/common/gif-save.c:1277
+#: ../plug-ins/common/file-gif-save.c:1052
msgid "_GIF comment:"
msgstr "_GIF-kommentar:"
#. additional animated gif parameter settings
-#: ../plug-ins/common/gif-save.c:1334
+#: ../plug-ins/common/file-gif-save.c:1110
msgid "Animated GIF Options"
msgstr "Innstillingar for GIF-animasjon"
-#: ../plug-ins/common/gif-save.c:1340
+#: ../plug-ins/common/file-gif-save.c:1116
msgid "_Loop forever"
msgstr "_Uendeleg sløyfe"
-#: ../plug-ins/common/gif-save.c:1353
+#: ../plug-ins/common/file-gif-save.c:1129
msgid "_Delay between frames where unspecified:"
msgstr "_Pause mellom rammene når uspesifisert:"
-#: ../plug-ins/common/gif-save.c:1368 ../plug-ins/common/mng.c:1539
+#: ../plug-ins/common/file-gif-save.c:1144
+#: ../plug-ins/common/file-mng.c:1473
msgid "milliseconds"
msgstr "Millisekund"
-#: ../plug-ins/common/gif-save.c:1378
+#: ../plug-ins/common/file-gif-save.c:1154
msgid "_Frame disposal where unspecified:"
msgstr "_Rammeovergang når uspesifisert:"
-#: ../plug-ins/common/gif-save.c:1382
+#: ../plug-ins/common/file-gif-save.c:1158
msgid "I don't care"
msgstr "Det er meg likegyldig"
-#: ../plug-ins/common/gif-save.c:1384
+#: ../plug-ins/common/file-gif-save.c:1160
msgid "Cumulative layers (combine)"
msgstr "Kumulative lag (kombinere)"
-#: ../plug-ins/common/gif-save.c:1386
+#: ../plug-ins/common/file-gif-save.c:1162
msgid "One frame per layer (replace)"
msgstr "Ei ramme per lag (erstatt)"
#. The "Always use default values" toggles
-#: ../plug-ins/common/gif-save.c:1402
+#: ../plug-ins/common/file-gif-save.c:1178
msgid "_Use delay entered above for all frames"
msgstr "_Bruk forsinkinga ovanfor for alle rammene"
-#: ../plug-ins/common/gif-save.c:1412
+#: ../plug-ins/common/file-gif-save.c:1188
msgid "U_se disposal entered above for all frames"
msgstr "_Bruk rammeovergangen ovanfor for alle rammene"
-#: ../plug-ins/common/gif-save.c:2565
+#: ../plug-ins/common/file-gif-save.c:2341
msgid "Error writing output file."
msgstr "Feil ved skriving av utdata."
-#: ../plug-ins/common/gif-save.c:2635
-#, c-format
+#: ../plug-ins/common/file-gif-save.c:2411
msgid "The default comment is limited to %d characters."
msgstr "Standardkommentar er avgrensa til %d teikn."
-#: ../plug-ins/common/gih.c:207 ../plug-ins/common/gih.c:228
+#: ../plug-ins/common/file-gih.c:208
+#: ../plug-ins/common/file-gih.c:229
msgid "GIMP brush (animated)"
msgstr "GIMP-mønsterpensel"
-#: ../plug-ins/common/gih.c:321
-#, c-format
-msgid "Layer %s doesn't have an alpha channel, skipped"
-msgstr "Laget %s har ingen alfakanal. Ignorert."
-
-#: ../plug-ins/common/gih.c:492
+#: ../plug-ins/common/file-gih.c:484
msgid "Error in GIMP brush pipe file."
msgstr "Feil i GIMPs mønsterpenselfil."
-#: ../plug-ins/common/gih.c:558
+#: ../plug-ins/common/file-gih.c:550
msgid "GIMP brush file appears to be corrupted."
msgstr "Det ser ut til at GIMP si penselfil er øydelagt."
-#: ../plug-ins/common/gih.c:703
+#: ../plug-ins/common/file-gih.c:699
msgid "Couldn't load one brush in the pipe, giving up."
msgstr "Kunne ikkje lasta ein mønsterpensel. Gir opp."
-#: ../plug-ins/common/gih.c:866
+#: ../plug-ins/common/file-gih.c:862
msgid "Save as Brush Pipe"
msgstr "Lagra som mønsterpensel"
-#: ../plug-ins/common/gih.c:896
+#: ../plug-ins/common/file-gih.c:892
msgid "Spacing (percent):"
msgstr "Avstand (prosent):"
-#: ../plug-ins/common/gih.c:963
+#: ../plug-ins/common/file-gih.c:959
msgid "Pixels"
msgstr "Pikslar"
-#: ../plug-ins/common/gih.c:968
+#: ../plug-ins/common/file-gih.c:964
msgid "Cell size:"
msgstr "Cellestorleik:"
-#: ../plug-ins/common/gih.c:980
+#: ../plug-ins/common/file-gih.c:976
msgid "Number of cells:"
msgstr "Talet på celler:"
-#: ../plug-ins/common/gih.c:1005
+#: ../plug-ins/common/file-gih.c:1001
msgid " Rows of "
msgstr " Rad(er) med"
-#: ../plug-ins/common/gih.c:1017
+#: ../plug-ins/common/file-gih.c:1013
msgid " Columns on each layer"
msgstr " kolonne(r) i kvart lag"
-#: ../plug-ins/common/gih.c:1021
+#: ../plug-ins/common/file-gih.c:1017
msgid " (Width Mismatch!) "
msgstr " (Breidda passar ikkje!) "
-#: ../plug-ins/common/gih.c:1025
+#: ../plug-ins/common/file-gih.c:1021
msgid " (Height Mismatch!) "
msgstr " (Høgda passar ikkje!) "
-#: ../plug-ins/common/gih.c:1030
+#: ../plug-ins/common/file-gih.c:1026
msgid "Display as:"
msgstr "Vis som:"
-#: ../plug-ins/common/gih.c:1039
+#: ../plug-ins/common/file-gih.c:1035
msgid "Dimension:"
msgstr "Dimensjon:"
-#: ../plug-ins/common/gih.c:1114
+#: ../plug-ins/common/file-gih.c:1110
msgid "Ranks:"
msgstr "Rangering:"
-#: ../plug-ins/common/glasstile.c:124
-msgid "Simulate distortion caused by square glass tiles"
-msgstr "Biletet blir sett gjennom firkanta glasfliser"
+#: ../plug-ins/common/file-header.c:76
+msgid "C source code header"
+msgstr "Header for kjeldeteksten i C-kode"
-#: ../plug-ins/common/glasstile.c:130
-msgid "_Glass Tile..."
-msgstr "_Glasfliser..."
-
-#: ../plug-ins/common/glasstile.c:210 ../plug-ins/common/glasstile.c:250
-msgid "Glass Tile"
-msgstr "Glasfliser"
-
-#: ../plug-ins/common/glasstile.c:288
-msgid "Tile _width:"
-msgstr "Flis_breidde:"
-
-#: ../plug-ins/common/glasstile.c:302 ../plug-ins/common/mosaic.c:661
-msgid "Tile _height:"
-msgstr "Flis_høgde:"
-
-#: ../plug-ins/common/gqbist.c:402
-msgid "Generate a huge variety of abstract patterns"
-msgstr "Genererer mange ulike former for abstrakte mønster"
-
-#: ../plug-ins/common/gqbist.c:410
-msgid "_Qbist..."
-msgstr "_Qbist ..."
-
-#: ../plug-ins/common/gqbist.c:511
-msgid "Qbist"
-msgstr "Qbist"
-
-#: ../plug-ins/common/gqbist.c:707
-msgid "Load QBE File"
-msgstr "Opna QBE-fil"
-
-#: ../plug-ins/common/gqbist.c:749
-msgid "Save as QBE File"
-msgstr "Lagra som QBE-fil"
-
-#: ../plug-ins/common/gqbist.c:803
-msgid "G-Qbist"
-msgstr "G-Qbist"
-
-#: ../plug-ins/common/gradmap.c:84
-msgid "Recolor the image using colors from the active gradient"
-msgstr "Farg biletet på nytt med fargar frå den gjeldande fargeovergangen"
-
-#: ../plug-ins/common/gradmap.c:97
-msgid "_Gradient Map"
-msgstr "_Fargelegg frå fargeovergang"
-
-#: ../plug-ins/common/gradmap.c:106
-msgid "Recolor the image using colors from the active palette"
-msgstr "Farg biletet på nytt med fargar frå den gjeldande paletten"
-
-#: ../plug-ins/common/gradmap.c:119
-msgid "_Palette Map"
-msgstr "Fargelegg frå _palett"
-
-#: ../plug-ins/common/gradmap.c:162
-msgid "Gradient Map"
-msgstr "Fargeovergangskart"
-
-#: ../plug-ins/common/gradmap.c:167
-msgid "Palette Map"
-msgstr "Palettkart"
-
-#: ../plug-ins/common/grid.c:142
-msgid "Draw a grid on the image"
-msgstr "Teikan eit rutemønster på biletet"
-
-#: ../plug-ins/common/grid.c:148
-msgid "_Grid..."
-msgstr "_Rutenett..."
-
-#: ../plug-ins/common/grid.c:241
-msgid "Drawing grid"
-msgstr "Teiknar nettet"
-
-#: ../plug-ins/common/grid.c:635 ../plug-ins/gfig/gfig-dialog.c:1355
-#: ../plug-ins/imagemap/imap_menu.c:209
-msgid "Grid"
-msgstr "Rutenett"
-
-#. attach labels
-#: ../plug-ins/common/grid.c:717
-msgid "Horizontal"
-msgstr "Horisontal"
-
-#: ../plug-ins/common/grid.c:719
-msgid "Vertical"
-msgstr "Vertikal"
-
-#: ../plug-ins/common/grid.c:721
-msgid "Intersection"
-msgstr "Krysspunkt"
-
-#. Width and Height
-#: ../plug-ins/common/grid.c:724 ../plug-ins/common/svg.c:777
-#: ../plug-ins/common/wmf.c:562
-msgid "Width:"
-msgstr "Breidde:"
-
-#. attach labels
-#: ../plug-ins/common/grid.c:857
-msgid "Offset:"
-msgstr "Forskyving:"
-
-#. attach color selectors
-#: ../plug-ins/common/grid.c:896
-msgid "Horizontal Color"
-msgstr "Horisontal farge"
-
-#: ../plug-ins/common/grid.c:914
-msgid "Vertical Color"
-msgstr "Vertikal farge"
-
-#: ../plug-ins/common/grid.c:932
-msgid "Intersection Color"
-msgstr "Farge på krysspunktet"
-
-#: ../plug-ins/common/gtm.c:155
+#: ../plug-ins/common/file-html-table.c:155
msgid "HTML table"
msgstr "HTML-tabell"
-#: ../plug-ins/common/gtm.c:398
+#: ../plug-ins/common/file-html-table.c:408
msgid "Save as HTML table"
msgstr "Lagra som HTML-tabell"
-#: ../plug-ins/common/gtm.c:425
+#: ../plug-ins/common/file-html-table.c:435
msgid "Warning"
msgstr "Åtvaring"
-#: ../plug-ins/common/gtm.c:436
+#: ../plug-ins/common/file-html-table.c:446
msgid ""
"You are about to create a huge\n"
"HTML file which will most likely\n"
@@ -4602,302 +3587,1851 @@ msgstr ""
"nettlesaren din."
#. HTML Page Options
-#: ../plug-ins/common/gtm.c:445
+#: ../plug-ins/common/file-html-table.c:455
msgid "HTML Page Options"
msgstr "HTML sideinnstillingar"
-#: ../plug-ins/common/gtm.c:452
+#: ../plug-ins/common/file-html-table.c:462
msgid "_Generate full HTML document"
msgstr "Lag eit fullstendig HTML-dokument"
-#: ../plug-ins/common/gtm.c:458
-msgid ""
-"If checked GTM will output a full HTML document with , , etc. "
-"tags instead of just the table html."
-msgstr ""
-"Dersom denne er aktivert, vil GIMP lage eit fullstendig HTML-dokument med "
-", osv. i staden for bare ein tabell."
+#: ../plug-ins/common/file-html-table.c:468
+msgid "If checked GTM will output a full HTML document with , , etc. tags instead of just the table html."
+msgstr "Dersom denne er aktivert, vil GIMP lage eit fullstendig HTML-dokument med , osv. i staden for bare ein tabell."
#. HTML Table Creation Options
-#: ../plug-ins/common/gtm.c:471
+#: ../plug-ins/common/file-html-table.c:481
msgid "Table Creation Options"
msgstr "Innstillingar for å lage tabellen"
-#: ../plug-ins/common/gtm.c:479
+#: ../plug-ins/common/file-html-table.c:489
msgid "_Use cellspan"
msgstr "Bruk «_Cellspan»"
-#: ../plug-ins/common/gtm.c:485
-msgid ""
-"If checked GTM will replace any rectangular sections of identically colored "
-"blocks with one large cell with ROWSPAN and COLSPAN values."
-msgstr ""
-"Dersom denne er aktivert, vil GTM bytte ut alle rektangulære markeringar "
-"eller einsfarga blokker med verdiar for ROWSPAN og COLSPAN."
+#: ../plug-ins/common/file-html-table.c:495
+msgid "If checked GTM will replace any rectangular sections of identically colored blocks with one large cell with ROWSPAN and COLSPAN values."
+msgstr "Dersom denne er aktivert, vil GTM bytte ut alle rektangulære markeringar eller einsfarga blokker med verdiar for ROWSPAN og COLSPAN."
-#: ../plug-ins/common/gtm.c:494
+#: ../plug-ins/common/file-html-table.c:504
msgid "Co_mpress TD tags"
msgstr "Ko_mprimer TD- tags"
-#: ../plug-ins/common/gtm.c:500
-msgid ""
-"Checking this tag will cause GTM to leave no whitespace between the TD tags "
-"and the cellcontent. This is only necessary for pixel level positioning "
-"control."
-msgstr ""
-"Dette valet gjer at GTM ikkje set inn blankteikn mellom TD-taggane og "
-"celleinnhaldet. Dette er bare nødvendig for kontroll på pikselnivå."
+#: ../plug-ins/common/file-html-table.c:510
+msgid "Checking this tag will cause GTM to leave no whitespace between the TD tags and the cellcontent. This is only necessary for pixel level positioning control."
+msgstr "Dette valet gjer at GTM ikkje set inn blankteikn mellom TD-taggane og celleinnhaldet. Dette er bare nødvendig for kontroll på pikselnivå."
-#: ../plug-ins/common/gtm.c:510
+#: ../plug-ins/common/file-html-table.c:520
msgid "C_aption"
msgstr "_Bilettekst"
-#: ../plug-ins/common/gtm.c:516
+#: ../plug-ins/common/file-html-table.c:526
msgid "Check if you would like to have the table captioned."
msgstr "Klikk her dersom du vil ha ein bilettekst for tabellen."
-#: ../plug-ins/common/gtm.c:531
+#: ../plug-ins/common/file-html-table.c:541
msgid "The text for the table caption."
msgstr "Biletteksten for tabellen."
-#: ../plug-ins/common/gtm.c:544
+#: ../plug-ins/common/file-html-table.c:554
msgid "C_ell content:"
msgstr "C_elleinnhald:"
-#: ../plug-ins/common/gtm.c:548
+#: ../plug-ins/common/file-html-table.c:558
msgid "The text to go into each cell."
msgstr "Teksten som skal inn i kvar celle."
#. HTML Table Options
-#: ../plug-ins/common/gtm.c:558
+#: ../plug-ins/common/file-html-table.c:568
msgid "Table Options"
msgstr "Tabellinnstillingar"
-#: ../plug-ins/common/gtm.c:569
+#: ../plug-ins/common/file-html-table.c:579
msgid "_Border:"
msgstr "_Kant:"
-#: ../plug-ins/common/gtm.c:573
+#: ../plug-ins/common/file-html-table.c:583
msgid "The number of pixels in the table border."
msgstr "Talet på pikslar i tabellkanten."
-#: ../plug-ins/common/gtm.c:588
+#: ../plug-ins/common/file-html-table.c:598
msgid "The width for each table cell. Can be a number or a percent."
msgstr "Breidda for kvar tabellcelle. Kan vere eit fast tal eller i prosent."
-#: ../plug-ins/common/gtm.c:604
+#: ../plug-ins/common/file-html-table.c:614
msgid "The height for each table cell. Can be a number or a percent."
msgstr "Høgda for kvar tabellcelle. Kan vere eit fast tal eller i prosent."
-#: ../plug-ins/common/gtm.c:615
+#: ../plug-ins/common/file-html-table.c:625
msgid "Cell-_padding:"
msgstr "Celle_utfylling:"
-#: ../plug-ins/common/gtm.c:619
+#: ../plug-ins/common/file-html-table.c:629
msgid "The amount of cellpadding."
msgstr "Graden av celleutfylling."
-#: ../plug-ins/common/gtm.c:628
+#: ../plug-ins/common/file-html-table.c:638
msgid "Cell-_spacing:"
msgstr "Celle_avstand:"
-#: ../plug-ins/common/gtm.c:632
+#: ../plug-ins/common/file-html-table.c:642
msgid "The amount of cellspacing."
msgstr "Avstand mellom cellene."
-#: ../plug-ins/common/guillotine.c:69
+#. Inform the user that we couldn't losslessly save the
+#. * transparency & just use the full palette
+#: ../plug-ins/common/file-mng.c:497
+#: ../plug-ins/common/file-png.c:1759
+msgid "Couldn't losslessly save transparency, saving opacity instead."
+msgstr "Kunne ikkje lagra gjennomsikt utan tap. Lagra dekkevne i staden."
+
+#: ../plug-ins/common/file-mng.c:1253
+msgid "Save as MNG"
+msgstr "Lagra som MNG"
+
+#: ../plug-ins/common/file-mng.c:1273
+msgid "MNG Options"
+msgstr "MNG-innstillingar"
+
+#: ../plug-ins/common/file-mng.c:1279
+msgid "Interlace"
+msgstr "Flett saman"
+
+#: ../plug-ins/common/file-mng.c:1291
+msgid "Save background color"
+msgstr "Lagra bakgrunnsfarge"
+
+#: ../plug-ins/common/file-mng.c:1302
+msgid "Save gamma"
+msgstr "Lagra gamma"
+
+#: ../plug-ins/common/file-mng.c:1312
+msgid "Save resolution"
+msgstr "Lagra oppløysing"
+
+#: ../plug-ins/common/file-mng.c:1323
+msgid "Save creation time"
+msgstr "Lagra tid for oppretting"
+
+#: ../plug-ins/common/file-mng.c:1342
+msgid "PNG"
+msgstr "PNG"
+
+#: ../plug-ins/common/file-mng.c:1343
+msgid "JNG"
+msgstr "JNG"
+
+#: ../plug-ins/common/file-mng.c:1346
+msgid "PNG + delta PNG"
+msgstr "PNG + delta PNG"
+
+#: ../plug-ins/common/file-mng.c:1347
+msgid "JNG + delta PNG"
+msgstr "JNG + delta PNG"
+
+#: ../plug-ins/common/file-mng.c:1348
+msgid "All PNG"
+msgstr "Alle PNG"
+
+#: ../plug-ins/common/file-mng.c:1349
+msgid "All JNG"
+msgstr "Alle JNG"
+
+#: ../plug-ins/common/file-mng.c:1361
+msgid "Default chunks type:"
+msgstr "Standard einingstype:"
+
+#: ../plug-ins/common/file-mng.c:1364
+msgid "Combine"
+msgstr "Kombiner"
+
+#: ../plug-ins/common/file-mng.c:1365
+msgid "Replace"
+msgstr "Bytt ut"
+
+#: ../plug-ins/common/file-mng.c:1376
+msgid "Default frame disposal:"
+msgstr "Standard rammeovergang:"
+
+#: ../plug-ins/common/file-mng.c:1388
+msgid "PNG compression level:"
+msgstr "PNG-kompresjon:"
+
+#: ../plug-ins/common/file-mng.c:1396
+#: ../plug-ins/common/file-png.c:1907
+msgid "Choose a high compression level for small file size"
+msgstr "Vel høg kompresjon for å lage små filer."
+
+#: ../plug-ins/common/file-mng.c:1410
+msgid "JPEG compression quality:"
+msgstr "JPEG-kompressjonskvalitet:"
+
+#: ../plug-ins/common/file-mng.c:1427
+msgid "JPEG smoothing factor:"
+msgstr "JPEG utglatting:"
+
+#: ../plug-ins/common/file-mng.c:1437
+msgid "Animated MNG Options"
+msgstr "Innstillingar for animerte MNG"
+
+#: ../plug-ins/common/file-mng.c:1443
+msgid "Loop"
+msgstr "Sløyfe"
+
+#: ../plug-ins/common/file-mng.c:1457
+msgid "Default frame delay:"
+msgstr "Standard rammeforseinking:"
+
+#: ../plug-ins/common/file-mng.c:1530
+msgid "MNG animation"
+msgstr "MNG-animasjon"
+
+#: ../plug-ins/common/file-pat.c:122
+#: ../plug-ins/common/file-pat.c:144
+msgid "GIMP pattern"
+msgstr "GIMP-mønster"
+
+#: ../plug-ins/common/file-pat.c:370
+msgid "Invalid UTF-8 string in pattern file '%s'."
+msgstr "Ugyldig UTF-8-streng i mønsterfila «%s»."
+
+#: ../plug-ins/common/file-pat.c:527
+msgid "Save as Pattern"
+msgstr "Lagra som mønster"
+
+#: ../plug-ins/common/file-pcx.c:132
+#: ../plug-ins/common/file-pcx.c:151
+msgid "ZSoft PCX image"
+msgstr "ZSoft-PCX-bilete"
+
+#: ../plug-ins/common/file-pcx.c:371
+msgid "Could not read header from '%s'"
+msgstr "Kan ikkje lese header i «%s»"
+
+#: ../plug-ins/common/file-pcx.c:381
+msgid "'%s' is not a PCX file"
+msgstr "«%s» er ikkje ei PCX-fil"
+
+#: ../plug-ins/common/file-pcx.c:394
+#: ../plug-ins/file-bmp/bmp-read.c:578
+#: ../plug-ins/file-psd/psd-load.c:301
+msgid "Unsupported or invalid image width: %d"
+msgstr "Ugyldig biletbreidde: %d"
+
+#: ../plug-ins/common/file-pcx.c:399
+#: ../plug-ins/file-bmp/bmp-read.c:584
+#: ../plug-ins/file-psd/psd-load.c:293
+msgid "Unsupported or invalid image height: %d"
+msgstr "Ugyldig bilethøgde: %d"
+
+#: ../plug-ins/common/file-pcx.c:404
+msgid "Invalid number of bytes per line in PCX header"
+msgstr "Ugyldig tal for byte per linje i PCX-header"
+
+#: ../plug-ins/common/file-pcx.c:452
+msgid "Unusual PCX flavour, giving up"
+msgstr "Uvanleg PCX-variant, gir opp"
+
+#: ../plug-ins/common/file-pcx.c:675
+msgid "Invalid X offset: %d"
+msgstr "Ugyldig X-forskyving: %d"
+
+#: ../plug-ins/common/file-pcx.c:681
+msgid "Invalid Y offset: %d"
+msgstr "Ugyldig Y-forskyving: %d"
+
+#: ../plug-ins/common/file-pcx.c:687
+msgid "Right border out of bounds (must be < %d): %d"
+msgstr "Høgre kant utanfor grensene (må vere mindre enn %d): %d"
+
+#: ../plug-ins/common/file-pcx.c:694
+msgid "Bottom border out of bounds (must be < %d): %d"
+msgstr "Nedre kant utanfor grensene (må vere mindre enn %d): %d"
+
+#: ../plug-ins/common/file-pcx.c:751
+msgid "Writing to file '%s' failed: %s"
+msgstr "Klarte ikkje å skrive til fila «%s»: %s"
+
+#: ../plug-ins/common/file-pdf.c:289
+msgid "Portable Document Format"
+msgstr "Portable Document Format"
+
+#: ../plug-ins/common/file-pdf.c:629
+msgid "%s-%s"
+msgstr "%s-%s"
+
+#: ../plug-ins/common/file-pdf.c:631
+#: ../plug-ins/common/file-ps.c:1126
+msgid "%s-pages"
+msgstr "%s-sider"
+
+#: ../plug-ins/common/file-pdf.c:817
+msgid "Import from PDF"
+msgstr "Importer frå PDF"
+
+#: ../plug-ins/common/file-pdf.c:822
+#: ../plug-ins/common/file-ps.c:3096
+#: ../plug-ins/common/file-tiff-load.c:483
+msgid "_Import"
+msgstr "_Importer"
+
+#: ../plug-ins/common/file-pdf.c:888
+msgid "_Width (pixels):"
+msgstr "_Breidde (pikslar):"
+
+#: ../plug-ins/common/file-pdf.c:889
+msgid "_Height (pixels):"
+msgstr "Høgde (pikslar):"
+
+#: ../plug-ins/common/file-pdf.c:891
+msgid "_Resolution:"
+msgstr "_Oppløysing:"
+
+#: ../plug-ins/common/file-pdf.c:1165
+msgid "pixels/%s"
+msgstr "pikslar/%s"
+
+#: ../plug-ins/common/file-pix.c:141
+#: ../plug-ins/common/file-pix.c:158
+msgid "Alias Pix image"
+msgstr "Alias|Wavefront-PIX-bilete"
+
+#: ../plug-ins/common/file-png.c:262
+#: ../plug-ins/common/file-png.c:283
+#: ../plug-ins/common/file-png.c:303
+#: ../plug-ins/common/file-png.c:320
+msgid "PNG image"
+msgstr "PNG-bilete"
+
+#: ../plug-ins/common/file-png.c:627
+msgid "Error loading PNG file: %s"
+msgstr "Feil ved opning av PNG-fila: %s"
+
+#: ../plug-ins/common/file-png.c:702
+msgid "Error while reading '%s'. File corrupted?"
+msgstr "Feil ved lesing av «%s». Er fila skada?"
+
+#: ../plug-ins/common/file-png.c:833
+msgid "Unknown color model in PNG file '%s'."
+msgstr "Ukjent fargemodell i PNG-fila «%s»."
+
+#: ../plug-ins/common/file-png.c:888
+msgid "The PNG file specifies an offset that caused the layer to be positioned outside the image."
+msgstr "PNG-fila har ei forskyving som gjer at laga blir plasserte utanfor biletet."
+
+#: ../plug-ins/common/file-png.c:1253
+msgid "Error while saving '%s'. Could not save image."
+msgstr "Feil ved lagringa av «%s». Biletet kan ikkje lagrast."
+
+#: ../plug-ins/common/file-png.c:1784
+msgid "Save as PNG"
+msgstr "Lagra som PNG"
+
+#: ../plug-ins/common/file-png.c:1816
+msgid "_Interlacing (Adam7)"
+msgstr "_Flett saman (Adam7)"
+
+#: ../plug-ins/common/file-png.c:1827
+msgid "Save _background color"
+msgstr "Lagra _bakgrunnsfarge"
+
+#: ../plug-ins/common/file-png.c:1835
+msgid "Save _gamma"
+msgstr "Lagra _gamma"
+
+#: ../plug-ins/common/file-png.c:1845
+msgid "Save layer o_ffset"
+msgstr "Lagra _lagforskyving"
+
+#: ../plug-ins/common/file-png.c:1854
+msgid "Save _resolution"
+msgstr "Lagra _oppløysing"
+
+#: ../plug-ins/common/file-png.c:1864
+msgid "Save creation _time"
+msgstr "Lagra _tid for oppretting"
+
+#: ../plug-ins/common/file-png.c:1873
+msgid "Save comme_nt"
+msgstr "Lagra _kommentarane"
+
+#: ../plug-ins/common/file-png.c:1889
+msgid "Save color _values from transparent pixels"
+msgstr "Lagra farge_verdiar frå gjennomsiktige pikslar"
+
+#: ../plug-ins/common/file-png.c:1903
+msgid "Co_mpression level:"
+msgstr "_Komprimering:"
+
+#: ../plug-ins/common/file-png.c:1921
+#: ../plug-ins/file-jpeg/jpeg-save.c:1190
+msgid "_Load Defaults"
+msgstr "_Opna standardverdiane"
+
+#: ../plug-ins/common/file-png.c:1929
+msgid "S_ave Defaults"
+msgstr "_Lagra standardverdiane"
+
+#: ../plug-ins/common/file-pnm.c:247
+msgid "PNM Image"
+msgstr "PNM-bilete"
+
+#: ../plug-ins/common/file-pnm.c:267
+msgid "PNM image"
+msgstr "PNM-bilete"
+
+#: ../plug-ins/common/file-pnm.c:279
+msgid "PBM image"
+msgstr "PBM-bilete"
+
+#: ../plug-ins/common/file-pnm.c:291
+msgid "PGM image"
+msgstr "PGM-bilete"
+
+#: ../plug-ins/common/file-pnm.c:303
+msgid "PPM image"
+msgstr "PPM-bilete"
+
+#: ../plug-ins/common/file-pnm.c:527
+#: ../plug-ins/common/file-pnm.c:549
+#: ../plug-ins/common/file-pnm.c:558
+#: ../plug-ins/common/file-pnm.c:569
+#: ../plug-ins/common/file-pnm.c:657
+#: ../plug-ins/common/file-pnm.c:727
+msgid "Premature end of file."
+msgstr "Uventa filslutt."
+
+#: ../plug-ins/common/file-pnm.c:529
+msgid "Invalid file."
+msgstr "Ugyldig fil."
+
+#: ../plug-ins/common/file-pnm.c:543
+msgid "File not in a supported format."
+msgstr "Fila har eit ugyldig format."
+
+#: ../plug-ins/common/file-pnm.c:552
+msgid "Invalid X resolution."
+msgstr "Ugyldig X-oppløysing."
+
+#: ../plug-ins/common/file-pnm.c:554
+msgid "Image width is larger than GIMP can handle."
+msgstr "Biletet er breiare enn GIMP kan handtere"
+
+#: ../plug-ins/common/file-pnm.c:561
+msgid "Invalid Y resolution."
+msgstr "Ugyldig X-oppløysing."
+
+#: ../plug-ins/common/file-pnm.c:563
+msgid "Image height is larger than GIMP can handle."
+msgstr "Biletet er høgare enn GIMP kan handtere"
+
+#: ../plug-ins/common/file-pnm.c:575
+msgid "Unsupported maximum value."
+msgstr "Ugyldig maksimalverdi."
+
+#: ../plug-ins/common/file-pnm.c:780
+msgid "Error reading file."
+msgstr "Feil ved lesing av fil"
+
+#: ../plug-ins/common/file-pnm.c:1184
+msgid "Save as PNM"
+msgstr "Lagra som PNM"
+
+#. file save type
+#: ../plug-ins/common/file-pnm.c:1201
+msgid "Data formatting"
+msgstr "Dataformatering"
+
+#: ../plug-ins/common/file-pnm.c:1205
+msgid "Raw"
+msgstr "Raw"
+
+#: ../plug-ins/common/file-pnm.c:1206
+msgid "Ascii"
+msgstr "Ascii"
+
+#: ../plug-ins/common/file-ps.c:600
+#: ../plug-ins/common/file-ps.c:692
+msgid "PostScript document"
+msgstr "Postscript-dokument"
+
+#: ../plug-ins/common/file-ps.c:619
+#: ../plug-ins/common/file-ps.c:708
+msgid "Encapsulated PostScript image"
+msgstr "Innekapsla PostScript-bilete"
+
+#: ../plug-ins/common/file-ps.c:639
+msgid "PDF document"
+msgstr "PDF-dokument"
+
+#: ../plug-ins/common/file-ps.c:1051
+msgid "Could not interpret Postscript file '%s'"
+msgstr "Kunne ikkje tolka Postscriptfila «%s»"
+
+#: ../plug-ins/common/file-ps.c:1193
+msgid "PostScript save cannot handle images with alpha channels"
+msgstr "Bilete med alfa-kanal kan ikkje lagrast i PostScript."
+
+#: ../plug-ins/common/file-ps.c:1731
+#: ../plug-ins/common/file-ps.c:1764
+msgid ""
+"Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROG to tell GIMP about its location.\n"
+"(%s)"
+msgstr ""
+"Feil ved oppstart av Ghostscript. Forsikra deg om at Ghostscript er installert og, dersom det er nødvendig, bruk omgivnadsvariabelen GS_PROG for å fortelje GIMP kvar det er plassert.\n"
+"(%s)"
+
+#: ../plug-ins/common/file-ps.c:1931
+#: ../plug-ins/common/file-tiff-load.c:999
+msgid "Page %d"
+msgstr "Side %d"
+
+#: ../plug-ins/common/file-ps.c:2600
+#: ../plug-ins/common/file-ps.c:2732
+#: ../plug-ins/common/file-ps.c:2882
+#: ../plug-ins/common/file-ps.c:3007
+#: ../plug-ins/common/file-sunras.c:1503
+#: ../plug-ins/common/file-sunras.c:1611
+#: ../plug-ins/file-fits/fits.c:849
+#: ../plug-ins/file-fits/fits.c:973
+msgid "Write error occurred"
+msgstr "Det oppsto ein skrivefeil"
+
+#: ../plug-ins/common/file-ps.c:3091
+msgid "Import from PostScript"
+msgstr "Importer frå PostScript"
+
+#. Rendering
+#: ../plug-ins/common/file-ps.c:3134
+msgid "Rendering"
+msgstr "Teikna"
+
+#. Resolution
+#: ../plug-ins/common/file-ps.c:3150
+#: ../plug-ins/common/file-svg.c:915
+#: ../plug-ins/common/file-wmf.c:691
+msgid "Resolution:"
+msgstr "Oppløysing:"
+
+#: ../plug-ins/common/file-ps.c:3189
+msgid "Pages:"
+msgstr "Sider:"
+
+#: ../plug-ins/common/file-ps.c:3196
+msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)"
+msgstr "Sider som skal opnast (t.d. 1-4 eller 1,3,5-7)"
+
+#: ../plug-ins/common/file-ps.c:3200
+#: ../plug-ins/common/sphere-designer.c:2642
+msgid "Layers"
+msgstr "Lag"
+
+#: ../plug-ins/common/file-ps.c:3202
+msgid "Images"
+msgstr "Bilete"
+
+#: ../plug-ins/common/file-ps.c:3205
+msgid "Open as"
+msgstr "Opna som"
+
+#: ../plug-ins/common/file-ps.c:3209
+msgid "Try Bounding Box"
+msgstr "Prøv BoundingBox"
+
+#. Colouring
+#: ../plug-ins/common/file-ps.c:3222
+msgid "Coloring"
+msgstr "Fargelegg"
+
+#: ../plug-ins/common/file-ps.c:3226
+msgid "B/W"
+msgstr "S&K"
+
+#: ../plug-ins/common/file-ps.c:3228
+#: ../plug-ins/common/file-xpm.c:478
+#: ../plug-ins/gimpressionist/color.c:65
+#: ../plug-ins/gimpressionist/general.c:169
+#: ../plug-ins/imagemap/imap_menu.c:212
+msgid "Color"
+msgstr "Farge"
+
+#: ../plug-ins/common/file-ps.c:3229
+#: ../plug-ins/file-fits/fits.c:1032
+msgid "Automatic"
+msgstr "Automatisk"
+
+#: ../plug-ins/common/file-ps.c:3239
+msgid "Text antialiasing"
+msgstr "Kantutjamning av teksten"
+
+#: ../plug-ins/common/file-ps.c:3244
+#: ../plug-ins/common/file-ps.c:3256
+msgid "Weak"
+msgstr "Svak"
+
+#: ../plug-ins/common/file-ps.c:3245
+#: ../plug-ins/common/file-ps.c:3257
+msgid "Strong"
+msgstr "Sterk"
+
+#: ../plug-ins/common/file-ps.c:3251
+msgid "Graphic antialiasing"
+msgstr "Kantutjamning av grafikk"
+
+#: ../plug-ins/common/file-ps.c:3329
+msgid "Save as PostScript"
+msgstr "Lagra som Postscript"
+
+#. Image Size
+#: ../plug-ins/common/file-ps.c:3360
+msgid "Image Size"
+msgstr "Biletstorleik"
+
+#: ../plug-ins/common/file-ps.c:3409
+msgid "_Keep aspect ratio"
+msgstr "_Behald forholdet mellom sidene"
+
+#: ../plug-ins/common/file-ps.c:3415
+msgid "When toggled, the resulting image will be scaled to fit into the given size without changing the aspect ratio."
+msgstr "Skaler biletet til papirstorleiken utan å endra forholdet mellom sidene."
+
+#. Unit
+#: ../plug-ins/common/file-ps.c:3425
+msgid "Unit"
+msgstr "Eining"
+
+#: ../plug-ins/common/file-ps.c:3429
+msgid "_Inch"
+msgstr "_Tomme"
+
+#: ../plug-ins/common/file-ps.c:3430
+msgid "_Millimeter"
+msgstr "__Millimeter"
+
+#. Rotation
+#: ../plug-ins/common/file-ps.c:3441
+#: ../plug-ins/map-object/map-object-ui.c:1035
+msgid "Rotation"
+msgstr "Rotasjon"
+
+#. Format
+#: ../plug-ins/common/file-ps.c:3456
+msgid "Output"
+msgstr "Utdata"
+
+#: ../plug-ins/common/file-ps.c:3462
+msgid "_PostScript level 2"
+msgstr "_Postscript Level 2"
+
+#: ../plug-ins/common/file-ps.c:3471
+msgid "_Encapsulated PostScript"
+msgstr "_Encapsulated PostScript"
+
+#: ../plug-ins/common/file-ps.c:3480
+msgid "P_review"
+msgstr "_Førehandsvising"
+
+#: ../plug-ins/common/file-ps.c:3501
+msgid "Preview _size:"
+msgstr "_Storleiken på førehandsvisinga:"
+
+#: ../plug-ins/common/file-psp.c:598
+#: ../plug-ins/common/file-psp.c:622
+msgid "Paint Shop Pro image"
+msgstr "Paint-Shop-Pro-bilete"
+
+#: ../plug-ins/common/file-psp.c:639
+msgid "Save as PSP"
+msgstr "Lagra som PSP"
+
+#. file save type
+#: ../plug-ins/common/file-psp.c:656
+msgid "Data Compression"
+msgstr "Kompressjonsgrad"
+
+#: ../plug-ins/common/file-psp.c:661
+msgid "RLE"
+msgstr "RLE"
+
+#: ../plug-ins/common/file-psp.c:662
+msgid "LZ77"
+msgstr "LZ77"
+
+#: ../plug-ins/common/file-raw.c:181
+#: ../plug-ins/common/file-raw.c:196
+msgid "Raw image data"
+msgstr "Raw biletdata"
+
+#: ../plug-ins/common/file-raw.c:979
+msgid "Load Image from Raw Data"
+msgstr "Last biletet frå Raw Data"
+
+#: ../plug-ins/common/file-raw.c:1012
+msgid "Image"
+msgstr "Bilete"
+
+#: ../plug-ins/common/file-raw.c:1023
+msgid "RGB Alpha"
+msgstr "RGB-alfa"
+
+#: ../plug-ins/common/file-raw.c:1024
+msgid "Planar RGB"
+msgstr "Planar RGB"
+
+#: ../plug-ins/common/file-raw.c:1025
+msgid "Indexed"
+msgstr "Indeksert"
+
+#: ../plug-ins/common/file-raw.c:1026
+msgid "Indexed Alpha"
+msgstr "Indeksert alfa"
+
+#: ../plug-ins/common/file-raw.c:1031
+msgid "Image _Type:"
+msgstr "Bilet_type:"
+
+#: ../plug-ins/common/file-raw.c:1081
+msgid "Palette"
+msgstr "Palett"
+
+#: ../plug-ins/common/file-raw.c:1091
+#: ../plug-ins/common/file-raw.c:1190
+msgid "R, G, B (normal)"
+msgstr "R, G, B (normal)"
+
+#: ../plug-ins/common/file-raw.c:1092
+#: ../plug-ins/common/file-raw.c:1192
+msgid "B, G, R, X (BMP style)"
+msgstr "B, G, R, X (BMP-stil)"
+
+#: ../plug-ins/common/file-raw.c:1097
+msgid "_Palette Type:"
+msgstr "_Palettype:"
+
+#: ../plug-ins/common/file-raw.c:1108
+msgid "Off_set:"
+msgstr "For_skyving:"
+
+#: ../plug-ins/common/file-raw.c:1120
+msgid "Select Palette File"
+msgstr "Vel palettfil"
+
+#: ../plug-ins/common/file-raw.c:1126
+msgid "Pal_ette File:"
+msgstr "Pal_ettfil:"
+
+#: ../plug-ins/common/file-raw.c:1154
+msgid "Raw Image Save"
+msgstr "Lagra raw biletdata"
+
+#: ../plug-ins/common/file-raw.c:1176
+msgid "RGB Save Type"
+msgstr "RGB-lagringstype"
+
+#: ../plug-ins/common/file-raw.c:1180
+msgid "Standard (R,G,B)"
+msgstr "Standard (R,G,B)"
+
+#: ../plug-ins/common/file-raw.c:1181
+msgid "Planar (RRR,GGG,BBB)"
+msgstr "Planar (RRR,GGG,BBB)"
+
+#: ../plug-ins/common/file-raw.c:1186
+msgid "Indexed Palette Type"
+msgstr "Indeksert palett"
+
+#: ../plug-ins/common/file-sunras.c:216
+#: ../plug-ins/common/file-sunras.c:236
+msgid "SUN Rasterfile image"
+msgstr "SUN-Rasterfile-bilete"
+
+#: ../plug-ins/common/file-sunras.c:401
+msgid "Could not open '%s' as SUN-raster-file"
+msgstr "Kunne ikkje opna «%s» som SUN-raster-fil"
+
+#: ../plug-ins/common/file-sunras.c:411
+msgid "The type of this SUN-rasterfile is not supported"
+msgstr "Støtter ikkje denne typen av SUN-rasterfil"
+
+#: ../plug-ins/common/file-sunras.c:440
+msgid "Could not read color entries from '%s'"
+msgstr "Kunne ikkje lese fargeinnslaga frå «%s»"
+
+#: ../plug-ins/common/file-sunras.c:448
+msgid "Type of colormap not supported"
+msgstr "Støtter ikkje denne typen fargekart"
+
+#: ../plug-ins/common/file-sunras.c:455
+#: ../plug-ins/common/file-xbm.c:826
+#: ../plug-ins/common/file-xwd.c:488
+msgid ""
+"'%s':\n"
+"No image width specified"
+msgstr ""
+"«%s»:\n"
+"Biletbreidda ikkje oppgitt"
+
+#: ../plug-ins/common/file-sunras.c:463
+#: ../plug-ins/common/file-xbm.c:833
+#: ../plug-ins/common/file-xwd.c:497
+msgid ""
+"'%s':\n"
+"Image width is larger than GIMP can handle"
+msgstr ""
+"'%s':\n"
+"Biletbreidda er større enn det GIMP kan handtere"
+
+#: ../plug-ins/common/file-sunras.c:471
+#: ../plug-ins/common/file-xbm.c:840
+#: ../plug-ins/common/file-xwd.c:505
+msgid ""
+"'%s':\n"
+"No image height specified"
+msgstr ""
+"«%s»:\n"
+"Bilethøgde ikkje oppgitt"
+
+#: ../plug-ins/common/file-sunras.c:479
+#: ../plug-ins/common/file-xbm.c:847
+#: ../plug-ins/common/file-xwd.c:513
+msgid ""
+"'%s':\n"
+"Image height is larger than GIMP can handle"
+msgstr ""
+"'%s':\n"
+"Bilethøgda er større enn det GIMP kan handtere"
+
+#: ../plug-ins/common/file-sunras.c:517
+msgid "This image depth is not supported"
+msgstr "Støtter ikkje denne typen fargedjupn"
+
+#: ../plug-ins/common/file-sunras.c:541
+msgid "SUNRAS save cannot handle images with alpha channels"
+msgstr "SUNRAS kan ikkje lagra bilete med alfakanal"
+
+#: ../plug-ins/common/file-sunras.c:552
+msgid "Can't operate on unknown image types"
+msgstr "Kan ikkje arbeida med ukjente bilettypar"
+
+#: ../plug-ins/common/file-sunras.c:1081
+#: ../plug-ins/common/file-sunras.c:1172
+#: ../plug-ins/common/file-sunras.c:1253
+#: ../plug-ins/common/file-sunras.c:1348
+#: ../plug-ins/common/file-xwd.c:1347
+#: ../plug-ins/common/file-xwd.c:1448
+#: ../plug-ins/common/file-xwd.c:1606
+#: ../plug-ins/common/file-xwd.c:1806
+#: ../plug-ins/common/file-xwd.c:2063
+#: ../plug-ins/file-fits/fits.c:696
+msgid "EOF encountered on reading"
+msgstr "fann EOF ved lesinga"
+
+#: ../plug-ins/common/file-sunras.c:1628
+msgid "Save as SUNRAS"
+msgstr "Lagra som SUNRAS"
+
+#. file save type
+#: ../plug-ins/common/file-sunras.c:1645
+msgid "Data Formatting"
+msgstr "Dataformatering"
+
+#: ../plug-ins/common/file-sunras.c:1649
+msgid "RunLength Encoded"
+msgstr "RunLength-koding"
+
+#: ../plug-ins/common/file-svg.c:139
+msgid "SVG image"
+msgstr "SVG-bilete"
+
+#: ../plug-ins/common/file-svg.c:334
+#: ../plug-ins/common/file-svg.c:719
+msgid "Unknown reason"
+msgstr "Ukjent årsak"
+
+#: ../plug-ins/common/file-svg.c:340
+msgid "Rendering SVG"
+msgstr "Lager SVG"
+
+#: ../plug-ins/common/file-svg.c:352
+msgid "Rendered SVG"
+msgstr "Teikna SVG"
+
+#: ../plug-ins/common/file-svg.c:566
+#: ../plug-ins/common/file-wmf.c:357
+msgid "%d × %d"
+msgstr "%d × %d"
+
+#: ../plug-ins/common/file-svg.c:574
+msgid ""
+"SVG file does not\n"
+"specify a size!"
+msgstr ""
+"SVG-fila spesifiserer\n"
+"ikkje storleik!"
+
+#. Scalable Vector Graphics is SVG, should perhaps not be translated
+#: ../plug-ins/common/file-svg.c:728
+msgid "Render Scalable Vector Graphics"
+msgstr "Lager skalerbar vektorgrafikk (SVG)"
+
+#. Width and Height
+#: ../plug-ins/common/file-svg.c:794
+#: ../plug-ins/common/file-wmf.c:570
+#: ../plug-ins/common/grid.c:723
+msgid "Width:"
+msgstr "Breidde:"
+
+#: ../plug-ins/common/file-svg.c:800
+#: ../plug-ins/common/file-wmf.c:576
+msgid "Height:"
+msgstr "Høgde:"
+
+#: ../plug-ins/common/file-svg.c:874
+#: ../plug-ins/common/file-wmf.c:650
+msgid "_X ratio:"
+msgstr "_X-andel:"
+
+#: ../plug-ins/common/file-svg.c:896
+#: ../plug-ins/common/file-wmf.c:672
+msgid "_Y ratio:"
+msgstr "_Y-andel:"
+
+#: ../plug-ins/common/file-svg.c:910
+#: ../plug-ins/common/file-wmf.c:686
+msgid "Constrain aspect ratio"
+msgstr "Inskrenk sideforholdet"
+
+#: ../plug-ins/common/file-svg.c:921
+#: ../plug-ins/common/file-wmf.c:697
+#: ../plug-ins/print/print-page-layout.c:285
+msgid "pixels/%a"
+msgstr "Pikslar/%a"
+
+#. Path Import
+#: ../plug-ins/common/file-svg.c:941
+msgid "Import _paths"
+msgstr "_Importer stigar"
+
+#: ../plug-ins/common/file-svg.c:947
+msgid "Import path elements of the SVG so they can be used with the GIMP path tool"
+msgstr "Importer SVG stigelement slik at desse kan bli behandla med stigverktøyet i GIMP"
+
+#: ../plug-ins/common/file-svg.c:960
+msgid "Merge imported paths"
+msgstr "Føy saman dei importerte stigane"
+
+#: ../plug-ins/common/file-tga.c:244
+#: ../plug-ins/common/file-tga.c:263
+msgid "TarGA image"
+msgstr "TarGA-bilete"
+
+#: ../plug-ins/common/file-tga.c:454
+msgid "Cannot read footer from '%s'"
+msgstr "Kan ikkje lese botnteksten frå «%s»"
+
+#: ../plug-ins/common/file-tga.c:472
+msgid "Cannot read extension from '%s'"
+msgstr "Kan ikkje leseutviding frå «%s»"
+
+#: ../plug-ins/common/file-tga.c:484
+msgid "Cannot read header from '%s'"
+msgstr "Kan ikkje lese header frå «%s»"
+
+#: ../plug-ins/common/file-tga.c:1367
+msgid "Save as TGA"
+msgstr "Lagra som TGA"
+
+#. rle
+#: ../plug-ins/common/file-tga.c:1390
+msgid "_RLE compression"
+msgstr "_RLE-komprimering"
+
+#: ../plug-ins/common/file-tga.c:1404
+msgid "Or_igin:"
+msgstr "_Opphav:"
+
+#: ../plug-ins/common/file-tga.c:1408
+msgid "Bottom left"
+msgstr "Nede, venstre"
+
+#: ../plug-ins/common/file-tga.c:1409
+msgid "Top left"
+msgstr "Oppe, venstre"
+
+#: ../plug-ins/common/file-tiff-load.c:240
+#: ../plug-ins/common/file-tiff-save.c:182
+#: ../plug-ins/common/file-tiff-save.c:199
+msgid "TIFF image"
+msgstr "TIFF-bilete"
+
+#: ../plug-ins/common/file-tiff-load.c:310
+msgid "TIFF '%s' does not contain any directories"
+msgstr "TIFF «%s» inneheld ingen mapper"
+
+#: ../plug-ins/common/file-tiff-load.c:478
+msgid "Import from TIFF"
+msgstr "Importer frå TIFF"
+
+#: ../plug-ins/common/file-tiff-load.c:780
+msgid "%s-%d-of-%d-pages"
+msgstr "%s-%d-av-%d-sider"
+
+#: ../plug-ins/common/file-tiff-load.c:1015
+msgid "TIFF Channel"
+msgstr "TIFF-kanal"
+
+#: ../plug-ins/common/file-tiff-load.c:1024
+#: ../plug-ins/file-psd/psd-load.c:324
+msgid ""
+"Warning:\n"
+"The image you are loading has 16 bits per channel. GIMP can only handle 8 bit, so it will be converted for you. Information will be lost because of this conversion."
+msgstr ""
+"Åtvaring:\n"
+"Biletet du ønskjer å opna har 16 bit per kanal. GIMP kan bare behandla 8 bit, så det vil bli konvertert til dette formatet. Du kan miste informasjon på grunn av denne konverteringa."
+
+#: ../plug-ins/common/file-tiff-save.c:887
+msgid ""
+"The TIFF format only supports comments in\n"
+"7bit ASCII encoding. No comment is saved."
+msgstr ""
+"TIFF-formatet godtar bare kommentarar i\n"
+"7 bit ASCII-kode. Ingen kommentarar er lagra."
+
+#: ../plug-ins/common/file-tiff-save.c:1061
+msgid "Save as TIFF"
+msgstr "Lagra som TIFF"
+
+#. compression
+#: ../plug-ins/common/file-tiff-save.c:1083
+msgid "Compression"
+msgstr "Komprimering"
+
+#: ../plug-ins/common/file-tiff-save.c:1087
+msgid "_None"
+msgstr "Inge_n"
+
+#: ../plug-ins/common/file-tiff-save.c:1088
+msgid "_LZW"
+msgstr "_LZW"
+
+#: ../plug-ins/common/file-tiff-save.c:1089
+msgid "_Pack Bits"
+msgstr "Pakk _Bits"
+
+#: ../plug-ins/common/file-tiff-save.c:1090
+msgid "_Deflate"
+msgstr "_Deflate"
+
+#: ../plug-ins/common/file-tiff-save.c:1091
+msgid "_JPEG"
+msgstr "_JPEG"
+
+#: ../plug-ins/common/file-tiff-save.c:1092
+msgid "CCITT Group _3 fax"
+msgstr "CCITT Grupe _3 faks"
+
+#: ../plug-ins/common/file-tiff-save.c:1093
+msgid "CCITT Group _4 fax"
+msgstr "CCITT Grupe _4 faks"
+
+#: ../plug-ins/common/file-tiff-save.c:1115
+msgid "Save _color values from transparent pixels"
+msgstr "Lagra _fargeverdiar frå gjennomsiktige pikslar"
+
+#: ../plug-ins/common/file-tiff-save.c:1131
+#: ../plug-ins/common/file-xbm.c:1246
+msgid "Comment:"
+msgstr "Kommentar:"
+
+#: ../plug-ins/common/file-wmf.c:128
+msgid "Microsoft WMF file"
+msgstr "Microsoft-WMF-fil"
+
+#: ../plug-ins/common/file-wmf.c:351
+msgid ""
+"WMF file does not\n"
+"specify a size!"
+msgstr ""
+"WMF-fil spesifiserer\n"
+"ikkje storleik!"
+
+#: ../plug-ins/common/file-wmf.c:499
+msgid "Render Windows Metafile"
+msgstr "Lager Windows-Metafile"
+
+#: ../plug-ins/common/file-wmf.c:962
+msgid "Could not open '%s' for reading"
+msgstr "Kunne ikkje opna for lesing frå «%s»."
+
+#: ../plug-ins/common/file-wmf.c:1002
+msgid "Rendered WMF"
+msgstr "Teikna WMF"
+
+#: ../plug-ins/common/file-xbm.c:176
+#: ../plug-ins/common/file-xbm.c:194
+msgid "X BitMap image"
+msgstr "X-BitMap-bilete"
+
+#: ../plug-ins/common/file-xbm.c:819
+msgid ""
+"'%s':\n"
+"Could not read header (ftell == %ld)"
+msgstr ""
+"«%s»:\n"
+"Kan ikkje lesa header (ftell == %ld)"
+
+#: ../plug-ins/common/file-xbm.c:854
+msgid ""
+"'%s':\n"
+"No image data type specified"
+msgstr ""
+"'%s':\n"
+"Manglar data for bilettype"
+
+#. The image is not black-and-white.
+#: ../plug-ins/common/file-xbm.c:997
+msgid ""
+"The image which you are trying to save as an XBM contains more than two colors.\n"
+"\n"
+"Please convert it to a black and white (1-bit) indexed image and try again."
+msgstr ""
+"Biletet som du prøver å lagra som XBM inneheld meir enn to fargar.\n"
+"\n"
+"Omform biletet til eit svart/kvit indeksert bilete (1-bits) og prøv igjen."
+
+#: ../plug-ins/common/file-xbm.c:1008
+msgid ""
+"You cannot save a cursor mask for an image\n"
+"which has no alpha channel."
+msgstr ""
+"Du kan ikkje lagra ei markørmaske for\n"
+"eit bilete utan alfakanal."
+
+#: ../plug-ins/common/file-xbm.c:1185
+msgid "Save as XBM"
+msgstr "Lagra som XBM"
+
+#. parameter settings
+#: ../plug-ins/common/file-xbm.c:1202
+msgid "XBM Options"
+msgstr "XBM innstillingar"
+
+#. X10 format
+#: ../plug-ins/common/file-xbm.c:1212
+msgid "_X10 format bitmap"
+msgstr "_X10 format punktgrafikk"
+
+#: ../plug-ins/common/file-xbm.c:1232
+msgid "_Identifier prefix:"
+msgstr "Identifikatorprefiks:"
+
+#. hotspot toggle
+#: ../plug-ins/common/file-xbm.c:1254
+msgid "_Write hot spot values"
+msgstr "_Skriv koordinata for lenkeområde"
+
+#: ../plug-ins/common/file-xbm.c:1276
+msgid "Hot spot _X:"
+msgstr "Verdi _X:"
+
+#: ../plug-ins/common/file-xbm.c:1286
+msgid "Hot spot _Y:"
+msgstr "Verdi _X:"
+
+#. mask file
+#: ../plug-ins/common/file-xbm.c:1293
+msgid "Mask File"
+msgstr "Maskefil"
+
+#: ../plug-ins/common/file-xbm.c:1303
+msgid "W_rite extra mask file"
+msgstr "Skriv ei e_kstra maskefil"
+
+#: ../plug-ins/common/file-xbm.c:1316
+msgid "_Mask file extension:"
+msgstr "_Maskefilutviding:"
+
+#: ../plug-ins/common/file-xpm.c:173
+#: ../plug-ins/common/file-xpm.c:198
+msgid "X PixMap image"
+msgstr "X-PixMap-bilete"
+
+#: ../plug-ins/common/file-xpm.c:362
+#: ../plug-ins/common/file-xpm.c:772
+msgid "Error opening file '%s'"
+msgstr "Feil ved opning av fila «%s»"
+
+#: ../plug-ins/common/file-xpm.c:368
+#: ../plug-ins/common/file-xpm.c:778
+msgid "XPM file invalid"
+msgstr "Ugyldig XPM-fil"
+
+#: ../plug-ins/common/file-xpm.c:804
+msgid "Save as XPM"
+msgstr "Lagra som XPM"
+
+#: ../plug-ins/common/file-xpm.c:828
+msgid "_Alpha threshold:"
+msgstr "_Alfa-grense:"
+
+#: ../plug-ins/common/file-xwd.c:277
+#: ../plug-ins/common/file-xwd.c:297
+msgid "X window dump"
+msgstr "X-Window-dump"
+
+#: ../plug-ins/common/file-xwd.c:441
+msgid "Could not read XWD header from '%s'"
+msgstr "Kunne ikkje lesa XWD-header frå «%s»"
+
+#: ../plug-ins/common/file-xwd.c:479
+msgid "Can't read color entries"
+msgstr "Kunne ikkje lesa fargedata"
+
+#: ../plug-ins/common/file-xwd.c:569
+msgid "XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is not supported."
+msgstr "XWD-fila %s har formatet %d, djupn %d med %d bits per piksel. Denne kombinasjonen er førebels ikkje gyldig."
+
+#: ../plug-ins/common/file-xwd.c:592
+msgid "Cannot save images with alpha channels."
+msgstr "Kan ikkje lagra bilete med alfakanalar."
+
+#: ../plug-ins/common/file-xwd.c:2194
+msgid "Error during writing indexed/gray image"
+msgstr "Feil ved skriving til indeksert bilete eller gråtonebilete."
+
+#: ../plug-ins/common/file-xwd.c:2292
+msgid "Error during writing rgb image"
+msgstr "Feil under skriving av RGB-bilete"
+
+#: ../plug-ins/common/film.c:216
+msgid "Combine several images on a film strip"
+msgstr "Set saman fleire bilete til ei filmstripe"
+
+#: ../plug-ins/common/film.c:221
+msgid "_Filmstrip..."
+msgstr "_Filmstripe …"
+
+#: ../plug-ins/common/film.c:306
+msgid "Composing images"
+msgstr "Komponerer bileta"
+
+#: ../plug-ins/common/film.c:424
+#: ../plug-ins/common/guillotine.c:215
+#: ../plug-ins/help-browser/dialog.c:1132
+msgid "Untitled"
+msgstr "Utan namn"
+
+#: ../plug-ins/common/film.c:878
+msgid "Available images:"
+msgstr ""
+"Tilgjengelege \n"
+"bilete:"
+
+#: ../plug-ins/common/film.c:879
+msgid "On film:"
+msgstr ""
+"Ligg på \n"
+"filmen:"
+
+#. Film height/colour
+#: ../plug-ins/common/film.c:975
+#: ../plug-ins/common/film.c:1247
+msgid "Filmstrip"
+msgstr "Filmstripe"
+
+#. Keep maximum image height
+#: ../plug-ins/common/film.c:984
+msgid "_Fit height to images"
+msgstr "Til_pass høgda etter bileta"
+
+#. Film color
+#: ../plug-ins/common/film.c:1020
+msgid "Select Film Color"
+msgstr "Vel filmfarge"
+
+#: ../plug-ins/common/film.c:1025
+#: ../plug-ins/common/film.c:1075
+#: ../plug-ins/common/nova.c:352
+msgid "Co_lor:"
+msgstr "_Farge:"
+
+#. Film numbering: Startindex/Font/colour
+#: ../plug-ins/common/film.c:1034
+msgid "Numbering"
+msgstr "Nummerering"
+
+#: ../plug-ins/common/film.c:1052
+msgid "Start _index:"
+msgstr "_Starttal:"
+
+#: ../plug-ins/common/film.c:1065
+msgid "_Font:"
+msgstr "Skrift_type:"
+
+#. Numbering color
+#: ../plug-ins/common/film.c:1070
+msgid "Select Number Color"
+msgstr "Vel talfarge"
+
+#: ../plug-ins/common/film.c:1085
+msgid "At _bottom"
+msgstr "_Nedst"
+
+#: ../plug-ins/common/film.c:1086
+msgid "At _top"
+msgstr "_Øvst"
+
+#. ** The right frame keeps the image selection **
+#: ../plug-ins/common/film.c:1099
+msgid "Image Selection"
+msgstr "Biletutval"
+
+#: ../plug-ins/common/film.c:1127
+msgid "All Values are Fractions of the Strip Height"
+msgstr "Alle verdiane er relaterte til filmhøgda"
+
+#: ../plug-ins/common/film.c:1130
+msgid "Ad_vanced"
+msgstr "_Avansert"
+
+#: ../plug-ins/common/film.c:1149
+msgid "Image _height:"
+msgstr "Bilet_høgde:"
+
+#: ../plug-ins/common/film.c:1160
+msgid "Image spac_ing:"
+msgstr "Bilet_avstand:"
+
+#: ../plug-ins/common/film.c:1171
+msgid "_Hole offset:"
+msgstr "Hol_forskyving:"
+
+#: ../plug-ins/common/film.c:1182
+msgid "Ho_le width:"
+msgstr "Hol_breidde:"
+
+#: ../plug-ins/common/film.c:1193
+msgid "Hol_e height:"
+msgstr "Holh_øgde:"
+
+#: ../plug-ins/common/film.c:1204
+msgid "Hole sp_acing:"
+msgstr "Hola_vstand:"
+
+#: ../plug-ins/common/film.c:1215
+msgid "_Number height:"
+msgstr "_Talhøgde:"
+
+#. These values are translated for the GUI but also used internally
+#. to figure out which button the user pushed, etc.
+#. Not my design, please don't blame me -- njl
+#: ../plug-ins/common/filter-pack.c:219
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:952
+msgid "Red:"
+msgstr "Raud:"
+
+#: ../plug-ins/common/filter-pack.c:220
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:962
+msgid "Green:"
+msgstr "Grøn:"
+
+#: ../plug-ins/common/filter-pack.c:221
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:972
+msgid "Blue:"
+msgstr "Blå:"
+
+#: ../plug-ins/common/filter-pack.c:222
+msgid "Cyan:"
+msgstr "Cyanblå:"
+
+#: ../plug-ins/common/filter-pack.c:223
+msgid "Yellow:"
+msgstr "Gul:"
+
+#: ../plug-ins/common/filter-pack.c:224
+msgid "Magenta:"
+msgstr "Magentaraud:"
+
+#: ../plug-ins/common/filter-pack.c:226
+msgid "Darker:"
+msgstr "Mørkare:"
+
+#: ../plug-ins/common/filter-pack.c:227
+msgid "Lighter:"
+msgstr "Lysare:"
+
+#: ../plug-ins/common/filter-pack.c:229
+msgid "More Sat:"
+msgstr "Meir metning.:"
+
+#: ../plug-ins/common/filter-pack.c:230
+msgid "Less Sat:"
+msgstr "Mindre metning:"
+
+#: ../plug-ins/common/filter-pack.c:232
+#: ../plug-ins/common/filter-pack.c:531
+msgid "Current:"
+msgstr "Nåverande:"
+
+#: ../plug-ins/common/filter-pack.c:316
+msgid "Interactively modify the image colors"
+msgstr "Modifiser biletetfargane interaktivt"
+
+#: ../plug-ins/common/filter-pack.c:321
+msgid "_Filter Pack..."
+msgstr "_Filterpakke …"
+
+#: ../plug-ins/common/filter-pack.c:371
+msgid "FP can only be used on RGB images."
+msgstr "FP kan bare brukast på RGB-bilete."
+
+#: ../plug-ins/common/filter-pack.c:381
+msgid "FP can only be run interactively."
+msgstr "FP kan bare nyttast interaktivt.."
+
+#: ../plug-ins/common/filter-pack.c:399
+msgid "Applying filter pack"
+msgstr "Legg til filterpakka"
+
+#: ../plug-ins/common/filter-pack.c:523
+msgid "Original:"
+msgstr "Original:"
+
+#: ../plug-ins/common/filter-pack.c:575
+msgid "Hue Variations"
+msgstr "Variasjonar i kulør:"
+
+#: ../plug-ins/common/filter-pack.c:630
+msgid "Roughness"
+msgstr "Ujamning"
+
+#: ../plug-ins/common/filter-pack.c:673
+#: ../plug-ins/common/filter-pack.c:1316
+msgid "Affected Range"
+msgstr "Påverka område"
+
+#: ../plug-ins/common/filter-pack.c:677
+msgid "Sha_dows"
+msgstr "_Skyggar"
+
+#: ../plug-ins/common/filter-pack.c:678
+msgid "_Midtones"
+msgstr "_Midttone"
+
+#: ../plug-ins/common/filter-pack.c:679
+msgid "H_ighlights"
+msgstr "_Høglys"
+
+#: ../plug-ins/common/filter-pack.c:693
+msgid "Windows"
+msgstr "Vindauge"
+
+#: ../plug-ins/common/filter-pack.c:703
+#: ../plug-ins/common/van-gogh-lic.c:671
+msgid "_Saturation"
+msgstr "_Metning"
+
+#: ../plug-ins/common/filter-pack.c:711
+msgid "A_dvanced"
+msgstr "_Avansert"
+
+#: ../plug-ins/common/filter-pack.c:731
+msgid "Value Variations"
+msgstr "Lysverdivariasjonar"
+
+#: ../plug-ins/common/filter-pack.c:776
+msgid "Saturation Variations"
+msgstr "Metningsvariasjonar"
+
+#: ../plug-ins/common/filter-pack.c:829
+msgid "Select Pixels By"
+msgstr "Vel piksel etter"
+
+#: ../plug-ins/common/filter-pack.c:834
+msgid "H_ue"
+msgstr "_Kulør"
+
+#: ../plug-ins/common/filter-pack.c:835
+msgid "Satu_ration"
+msgstr "_Metning"
+
+#: ../plug-ins/common/filter-pack.c:836
+msgid "V_alue"
+msgstr "_Lysverdi"
+
+#: ../plug-ins/common/filter-pack.c:862
+msgid "Show"
+msgstr "Vis"
+
+#: ../plug-ins/common/filter-pack.c:867
+msgid "_Entire image"
+msgstr "_Heile biletet"
+
+#: ../plug-ins/common/filter-pack.c:868
+msgid "Se_lection only"
+msgstr "_Bare utvalet"
+
+#: ../plug-ins/common/filter-pack.c:869
+msgid "Selec_tion in context"
+msgstr "_Utval i biletet"
+
+#: ../plug-ins/common/filter-pack.c:1200
+msgid "Filter Pack Simulation"
+msgstr "Filterpakke simulering"
+
+#: ../plug-ins/common/filter-pack.c:1289
+msgid "Shadows:"
+msgstr "Skyggar:"
+
+#: ../plug-ins/common/filter-pack.c:1290
+msgid "Midtones:"
+msgstr "Midttoner:"
+
+#: ../plug-ins/common/filter-pack.c:1291
+msgid "Highlights:"
+msgstr "Høglys:"
+
+#: ../plug-ins/common/filter-pack.c:1304
+msgid "Advanced Filter Pack Options"
+msgstr "Avanserte innstillingar for filterpakka"
+
+#. ****************** MISC OPTIONS **************************
+#: ../plug-ins/common/filter-pack.c:1416
+msgid "Preview Size"
+msgstr "Storleik på førehandsvisinga "
+
+#: ../plug-ins/common/fractal-trace.c:115
+msgid "Transform image with the Mandelbrot Fractal"
+msgstr "Transformer biletet med Mandelbrotfraktalen"
+
+#: ../plug-ins/common/fractal-trace.c:120
+msgid "_Fractal Trace..."
+msgstr "Fraktal_spor …"
+
+#: ../plug-ins/common/fractal-trace.c:459
+#: ../plug-ins/common/fractal-trace.c:690
+msgid "Fractal Trace"
+msgstr "Fraktal"
+
+#. Settings
+#: ../plug-ins/common/fractal-trace.c:730
+msgid "Outside Type"
+msgstr "Rammehandtering"
+
+#: ../plug-ins/common/fractal-trace.c:741
+msgid "_White"
+msgstr "_Kvit"
+
+#: ../plug-ins/common/fractal-trace.c:748
+msgid "Mandelbrot Parameters"
+msgstr "Mandelbrotparameter"
+
+#: ../plug-ins/common/fractal-trace.c:759
+msgid "X_1:"
+msgstr "X_1:"
+
+#: ../plug-ins/common/fractal-trace.c:768
+msgid "X_2:"
+msgstr "X_2:"
+
+#: ../plug-ins/common/fractal-trace.c:777
+msgid "Y_1:"
+msgstr "Y_1:"
+
+#: ../plug-ins/common/fractal-trace.c:786
+msgid "Y_2:"
+msgstr "Y_2:"
+
+#: ../plug-ins/common/gee-zoom.c:131
+#: ../plug-ins/common/gee.c:98
+msgid "A big hello from the GIMP team!"
+msgstr "Eit stort hallo frå GIMP-teamet!"
+
+#: ../plug-ins/common/gee-zoom.c:136
+#: ../plug-ins/common/gee-zoom.c:196
+msgid "Gee Zoom"
+msgstr "GEE-ZOOM"
+
+#: ../plug-ins/common/gee-zoom.c:202
+#: ../plug-ins/common/gee.c:165
+msgid "Thank You for Choosing GIMP"
+msgstr "Takk for at du valde GIMP"
+
+#: ../plug-ins/common/gee-zoom.c:210
+msgid "An obsolete creation by %s"
+msgstr "Ein forelda kreasjon av %s"
+
+#: ../plug-ins/common/gee.c:103
+#: ../plug-ins/common/gee.c:159
+msgid "Gee Slime"
+msgstr "GEE-SLIME"
+
+#: ../plug-ins/common/gee.c:172
+msgid "A less obsolete creation by %s"
+msgstr "Ein forelda kreasjon av %s"
+
+#: ../plug-ins/common/gradient-map.c:83
+msgid "Recolor the image using colors from the active gradient"
+msgstr "Farg biletet på nytt med fargar frå den gjeldande fargeovergangen"
+
+#: ../plug-ins/common/gradient-map.c:96
+msgid "_Gradient Map"
+msgstr "_Fargelegg frå fargeovergang"
+
+#: ../plug-ins/common/gradient-map.c:105
+msgid "Recolor the image using colors from the active palette"
+msgstr "Farg biletet på nytt med fargar frå den gjeldande paletten"
+
+#: ../plug-ins/common/gradient-map.c:118
+msgid "_Palette Map"
+msgstr "Fargelegg frå _palett"
+
+#: ../plug-ins/common/gradient-map.c:161
+msgid "Gradient Map"
+msgstr "Fargeovergangskart"
+
+#: ../plug-ins/common/gradient-map.c:166
+msgid "Palette Map"
+msgstr "Palettkart"
+
+#: ../plug-ins/common/grid.c:141
+msgid "Draw a grid on the image"
+msgstr "Teikan eit rutemønster på biletet"
+
+#: ../plug-ins/common/grid.c:147
+msgid "_Grid..."
+msgstr "_Rutenett …"
+
+#: ../plug-ins/common/grid.c:240
+msgid "Drawing grid"
+msgstr "Teiknar nettet"
+
+#: ../plug-ins/common/grid.c:634
+#: ../plug-ins/gfig/gfig-dialog.c:1354
+#: ../plug-ins/imagemap/imap_menu.c:208
+msgid "Grid"
+msgstr "Rutenett"
+
+#. attach labels
+#: ../plug-ins/common/grid.c:716
+msgid "Horizontal"
+msgstr "Horisontal"
+
+#: ../plug-ins/common/grid.c:718
+msgid "Vertical"
+msgstr "Vertikal"
+
+#: ../plug-ins/common/grid.c:720
+msgid "Intersection"
+msgstr "Krysspunkt"
+
+#. attach labels
+#: ../plug-ins/common/grid.c:856
+msgid "Offset:"
+msgstr "Forskyving:"
+
+#. attach color selectors
+#: ../plug-ins/common/grid.c:895
+msgid "Horizontal Color"
+msgstr "Horisontal farge"
+
+#: ../plug-ins/common/grid.c:913
+msgid "Vertical Color"
+msgstr "Vertikal farge"
+
+#: ../plug-ins/common/grid.c:931
+msgid "Intersection Color"
+msgstr "Farge på krysspunktet"
+
+#: ../plug-ins/common/guillotine.c:74
msgid "Slice the image into subimages using guides"
msgstr "Deler biletet opp i bitar ved hjelp av hjelpelinjene"
-#: ../plug-ins/common/guillotine.c:74
+#: ../plug-ins/common/guillotine.c:81
msgid "_Guillotine"
msgstr "_Giljotin"
-#: ../plug-ins/common/guillotine.c:106
+#: ../plug-ins/common/guillotine.c:119
msgid "Guillotine"
-msgstr "Giljotin..."
+msgstr "Giljotin"
-#: ../plug-ins/common/header.c:77
-msgid "C source code header"
-msgstr "Header for kjeldeteksten i C-kode"
-
-#: ../plug-ins/common/hot.c:207
+#: ../plug-ins/common/hot.c:206
msgid "Find and fix pixels that may be unsafely bright"
msgstr "Finn og fiks pikslar som er farleg lyse"
-#: ../plug-ins/common/hot.c:217
+#: ../plug-ins/common/hot.c:216
msgid "_Hot..."
-msgstr "_Heit..."
+msgstr "_TV-filter …"
-#: ../plug-ins/common/hot.c:379 ../plug-ins/common/hot.c:570
+#: ../plug-ins/common/hot.c:386
+#: ../plug-ins/common/hot.c:585
msgid "Hot"
msgstr "Heit"
-#: ../plug-ins/common/hot.c:607
+#: ../plug-ins/common/hot.c:622
msgid "Create _new layer"
msgstr "Opprett _nytt lag"
-#: ../plug-ins/common/hot.c:616
+#: ../plug-ins/common/hot.c:631
msgid "Action"
msgstr "Handling"
-#: ../plug-ins/common/hot.c:620
+#: ../plug-ins/common/hot.c:635
msgid "Reduce _Luminance"
msgstr "Reduser _lysstyrke"
-#: ../plug-ins/common/hot.c:621
+#: ../plug-ins/common/hot.c:636
msgid "Reduce _Saturation"
msgstr "Reduser _metning"
-#: ../plug-ins/common/hot.c:622 ../plug-ins/common/waves.c:281
+#: ../plug-ins/common/hot.c:637
+#: ../plug-ins/common/waves.c:282
msgid "_Blacken"
msgstr "_Svert"
-#: ../plug-ins/common/illusion.c:91
+#: ../plug-ins/common/illusion.c:90
msgid "Superimpose many altered copies of the image"
-msgstr "Legg oppå mange endra kopiar av biletet"
+msgstr "Del biletet opp i bitar og legg bitane inn i biletet. (Kaleidoskopliknande)."
-#: ../plug-ins/common/illusion.c:96
+#: ../plug-ins/common/illusion.c:95
msgid "_Illusion..."
-msgstr "_Illusjon..."
+msgstr "_Illusjon …"
-#: ../plug-ins/common/illusion.c:168 ../plug-ins/common/illusion.c:350
+#: ../plug-ins/common/illusion.c:167
+#: ../plug-ins/common/illusion.c:349
msgid "Illusion"
msgstr "Illusjon"
-#: ../plug-ins/common/illusion.c:388
+#: ../plug-ins/common/illusion.c:387
msgid "_Divisions:"
msgstr "_Deling:"
-#: ../plug-ins/common/illusion.c:398
+#: ../plug-ins/common/illusion.c:397
msgid "Mode _1"
msgstr "Modus _1"
-#: ../plug-ins/common/illusion.c:413
+#: ../plug-ins/common/illusion.c:412
msgid "Mode _2"
msgstr "Modus _2"
-#: ../plug-ins/common/iwarp.c:262
+#: ../plug-ins/common/iwarp.c:264
msgid "Use mouse control to warp image areas"
msgstr "Bruk musekontrollen for å deformere deler av biletet"
-#: ../plug-ins/common/iwarp.c:267
+#: ../plug-ins/common/iwarp.c:269
msgid "_IWarp..."
-msgstr "_Interaktiv deformasjon..."
+msgstr "_Interaktiv deformasjon …"
-#: ../plug-ins/common/iwarp.c:697
+#: ../plug-ins/common/iwarp.c:699
msgid "Warping"
-msgstr "Deformerer..."
+msgstr "Deformerer"
-#: ../plug-ins/common/iwarp.c:802
-#, c-format
+#: ../plug-ins/common/iwarp.c:804
msgid "Warping Frame %d"
msgstr "Deformerer ramme nr. %d"
-#: ../plug-ins/common/iwarp.c:814
+#: ../plug-ins/common/iwarp.c:816
msgid "Ping pong"
msgstr "Ping-Pong"
-#: ../plug-ins/common/iwarp.c:1020
+#: ../plug-ins/common/iwarp.c:1022
msgid "A_nimate"
msgstr "Ani_masjon"
-#: ../plug-ins/common/iwarp.c:1039
+#: ../plug-ins/common/iwarp.c:1041
msgid "Number of _frames:"
msgstr "Talet på rammer:"
-#: ../plug-ins/common/iwarp.c:1048
+#: ../plug-ins/common/iwarp.c:1050
msgid "R_everse"
msgstr "_Reverser"
-#: ../plug-ins/common/iwarp.c:1057
+#: ../plug-ins/common/iwarp.c:1059
msgid "_Ping pong"
msgstr "Ping-Pong"
-#: ../plug-ins/common/iwarp.c:1070
+#: ../plug-ins/common/iwarp.c:1072
msgid "_Animate"
msgstr "A_nimasjon"
-#: ../plug-ins/common/iwarp.c:1091
+#: ../plug-ins/common/iwarp.c:1093
msgid "Deform Mode"
msgstr "Deformasjonsmodus"
-#: ../plug-ins/common/iwarp.c:1104
+#: ../plug-ins/common/iwarp.c:1106
msgid "_Move"
msgstr "Fl_ytt"
-#: ../plug-ins/common/iwarp.c:1105
+#: ../plug-ins/common/iwarp.c:1107
msgid "_Grow"
msgstr "_Gjer større"
-#: ../plug-ins/common/iwarp.c:1106
+#: ../plug-ins/common/iwarp.c:1108
msgid "S_wirl CCW"
msgstr "Drei _mot klokka"
-#: ../plug-ins/common/iwarp.c:1107
+#: ../plug-ins/common/iwarp.c:1109
msgid "Remo_ve"
msgstr "_Fjern"
-#: ../plug-ins/common/iwarp.c:1108
+#: ../plug-ins/common/iwarp.c:1110
msgid "S_hrink"
msgstr "_Krymp"
-#: ../plug-ins/common/iwarp.c:1109
+#: ../plug-ins/common/iwarp.c:1111
msgid "Sw_irl CW"
msgstr "Drei med _klokka"
-#: ../plug-ins/common/iwarp.c:1138
+#: ../plug-ins/common/iwarp.c:1140
msgid "_Deform radius:"
msgstr "De_formasjonsradius:"
-#: ../plug-ins/common/iwarp.c:1148
+#: ../plug-ins/common/iwarp.c:1150
msgid "D_eform amount:"
msgstr "_Deformasjonsgrad:"
-#: ../plug-ins/common/iwarp.c:1157
+#: ../plug-ins/common/iwarp.c:1159
msgid "_Bilinear"
msgstr "_Bilineær"
-#: ../plug-ins/common/iwarp.c:1171
+#: ../plug-ins/common/iwarp.c:1173
msgid "Adaptive s_upersample"
msgstr "Adaptiv super_utjamning"
-#: ../plug-ins/common/iwarp.c:1191
+#: ../plug-ins/common/iwarp.c:1193
msgid "Ma_x depth:"
msgstr "Ma_ks djupn:"
-#: ../plug-ins/common/iwarp.c:1201
+#: ../plug-ins/common/iwarp.c:1203
msgid "Thresho_ld:"
msgstr "_Grenseverdi:"
-#: ../plug-ins/common/iwarp.c:1214 ../plug-ins/common/sinus.c:771
-#: ../plug-ins/gflare/gflare.c:2821
+#: ../plug-ins/common/iwarp.c:1216
+#: ../plug-ins/common/sinus.c:770
+#: ../plug-ins/gradient-flare/gradient-flare.c:2866
msgid "_Settings"
msgstr "_Innstillingar"
-#: ../plug-ins/common/iwarp.c:1263
+#: ../plug-ins/common/iwarp.c:1274
msgid "IWarp"
msgstr "Interaktiv deformasjon"
-#: ../plug-ins/common/iwarp.c:1299
-msgid ""
-"Click and drag in the preview to define the distortions to apply to the "
-"image."
+#: ../plug-ins/common/iwarp.c:1312
+msgid "Click and drag in the preview to define the distortions to apply to the image."
msgstr "Klikk og dra på førehandsvisinga for å legge inn forvrengningane."
-#: ../plug-ins/common/jigsaw.c:356
+#: ../plug-ins/common/jigsaw.c:355
msgid "Add a jigsaw-puzzle pattern to the image"
msgstr "Legg eit puslespelmønster inn i biletet"
-#: ../plug-ins/common/jigsaw.c:361
+#: ../plug-ins/common/jigsaw.c:360
msgid "_Jigsaw..."
-msgstr "_Puslespel..."
+msgstr "_Puslespel …"
-#: ../plug-ins/common/jigsaw.c:414
+#: ../plug-ins/common/jigsaw.c:413
msgid "Assembling jigsaw"
-msgstr "Puslar saman..."
+msgstr "Puslar saman"
-#: ../plug-ins/common/jigsaw.c:2416
+#: ../plug-ins/common/jigsaw.c:2415
msgid "Jigsaw"
msgstr "Puslespel"
@@ -4954,52 +5488,39 @@ msgstr "Kvar del har rette kantar"
msgid "Each piece has curved sides"
msgstr "Kvar del har boga kantar"
-#: ../plug-ins/common/laplace.c:75
-msgid "High-resolution edge detection"
-msgstr "Høgoppløysings retningsbestemt kantfinning"
-
-#: ../plug-ins/common/laplace.c:85
-msgid "_Laplace"
-msgstr "_Laplace"
-
-#: ../plug-ins/common/laplace.c:321
-msgid "Cleanup"
-msgstr "Rydd opp"
-
-#: ../plug-ins/common/lcms.c:222
+#: ../plug-ins/common/lcms.c:217
msgid "Set a color profile on the image"
msgstr "Sett ein fargeprofil for biletet"
-#: ../plug-ins/common/lcms.c:229
+#: ../plug-ins/common/lcms.c:224
msgid "_Assign Color Profile..."
-msgstr "Set farge_profil..."
+msgstr "Set farge_profil …"
-#: ../plug-ins/common/lcms.c:245
+#: ../plug-ins/common/lcms.c:240
msgid "Assign default RGB Profile"
msgstr "Bruk til førehandsinnstilt RGB-profil"
-#: ../plug-ins/common/lcms.c:252
+#: ../plug-ins/common/lcms.c:247
msgid "Apply a color profile on the image"
msgstr "Legg ein fargeprofil til biletet"
-#: ../plug-ins/common/lcms.c:262
+#: ../plug-ins/common/lcms.c:257
msgid "_Convert to Color Profile..."
-msgstr "_Konverter til fargeprofil..."
+msgstr "_Konverter til fargeprofil …"
-#: ../plug-ins/common/lcms.c:280
+#: ../plug-ins/common/lcms.c:275
msgid "Convert to default RGB Profile"
msgstr "Konverter til førehandsinnstilt RGB-profil"
-#: ../plug-ins/common/lcms.c:294
+#: ../plug-ins/common/lcms.c:289
msgid "Image Color Profile Information"
msgstr "Informasjon om fargeprofilen i biletet"
-#: ../plug-ins/common/lcms.c:308
+#: ../plug-ins/common/lcms.c:303
msgid "Color Profile Information"
msgstr "Informasjon om fargeprofil"
#: ../plug-ins/common/lcms.c:571
-#, c-format
msgid "Color profile '%s' is not for RGB color space."
msgstr "Fargeprofilen «%s» er ikkje for RGB-fargerommet"
@@ -5007,600 +5528,413 @@ msgstr "Fargeprofilen «%s» er ikkje for RGB-fargerommet"
msgid "Default RGB working space"
msgstr "Førehandsinnstilt RGB fargeområde"
-#: ../plug-ins/common/lcms.c:766
-msgid ""
-"Data attached as 'icc-profile' does not appear to be an ICC color profile"
-msgstr ""
-"Data oppførte som «icc-profile» ser ikkje ut til å vere ein ICC-fargeprofil"
+#: ../plug-ins/common/lcms.c:774
+msgid "Data attached as 'icc-profile' does not appear to be an ICC color profile"
+msgstr "Data oppførte som «icc-profile» ser ikkje ut til å vere ein ICC-fargeprofil"
-#: ../plug-ins/common/lcms.c:816
-#, c-format
+#: ../plug-ins/common/lcms.c:824
msgid "'%s' does not appear to be an ICC color profile"
msgstr "«%s» ser ikkje ut til å vere ein ICC fargeprofil"
#. ICC color profile conversion
-#: ../plug-ins/common/lcms.c:874
-#, c-format
+#: ../plug-ins/common/lcms.c:884
msgid "Converting from '%s' to '%s'"
msgstr "Konverterer frå «%s» til «%s»"
-#: ../plug-ins/common/lcms.c:1119
-#, c-format
+#: ../plug-ins/common/lcms.c:1128
msgid "Could not load ICC profile from '%s'"
msgstr "Kan ikkje laste ICC fargeprofil frå «%s»"
-#: ../plug-ins/common/lcms.c:1141
-#, c-format
+#: ../plug-ins/common/lcms.c:1150
msgid "The image '%s' has an embedded color profile:"
msgstr "Biletet «%s» har ein innebygd fargeprofil:"
-#: ../plug-ins/common/lcms.c:1185
-#, c-format
+#: ../plug-ins/common/lcms.c:1194
msgid "Convert the image to the RGB working space (%s)?"
msgstr "Konverter biletet til RGB fargerom (%s)"
-#: ../plug-ins/common/lcms.c:1216
+#: ../plug-ins/common/lcms.c:1225
msgid "Convert to RGB working space?"
msgstr "Konverter til RGB fargerom?"
-#: ../plug-ins/common/lcms.c:1221
+#: ../plug-ins/common/lcms.c:1230
msgid "_Keep"
msgstr "Behald"
-#: ../plug-ins/common/lcms.c:1226
+#: ../plug-ins/common/lcms.c:1235
msgid "_Convert"
msgstr "_Konvertér"
-#: ../plug-ins/common/lcms.c:1253 ../plug-ins/jpeg/jpeg-exif.c:372
+#: ../plug-ins/common/lcms.c:1262
+#: ../plug-ins/file-jpeg/jpeg-exif.c:376
msgid "_Don't ask me again"
msgstr "_Ikkje spør igjen"
-#: ../plug-ins/common/lcms.c:1317
+#: ../plug-ins/common/lcms.c:1326
msgid "Select destination profile"
msgstr "Vel målprofilen"
-#: ../plug-ins/common/lcms.c:1344
+#: ../plug-ins/common/lcms.c:1353
msgid "All files (*.*)"
msgstr "Alle filer (*.*)"
-#: ../plug-ins/common/lcms.c:1349
+#: ../plug-ins/common/lcms.c:1358
msgid "ICC color profile (*.icc, *.icm)"
msgstr "ICC-fargeprofil (*.icc, *.icm)"
-#: ../plug-ins/common/lcms.c:1392
-#, c-format
+#: ../plug-ins/common/lcms.c:1401
msgid "RGB workspace (%s)"
msgstr "RGB-fargeområde (%s)"
-#: ../plug-ins/common/lcms.c:1442
+#: ../plug-ins/common/lcms.c:1451
msgid "Convert to ICC Color Profile"
msgstr "Omform til ICC fargeprofil"
-#: ../plug-ins/common/lcms.c:1443
+#: ../plug-ins/common/lcms.c:1452
msgid "Assign ICC Color Profile"
msgstr "Tildel ICC-fargeprofil"
-#: ../plug-ins/common/lcms.c:1451
+#: ../plug-ins/common/lcms.c:1460
msgid "_Assign"
msgstr "_Tilordne"
-#: ../plug-ins/common/lcms.c:1468
+#: ../plug-ins/common/lcms.c:1477
msgid "Current Color Profile"
msgstr "Gjeldande fargeprofil"
-#: ../plug-ins/common/lcms.c:1483
+#: ../plug-ins/common/lcms.c:1492
msgid "Convert to"
msgstr "Konverter til "
-#: ../plug-ins/common/lcms.c:1483
+#: ../plug-ins/common/lcms.c:1492
msgid "Assign"
msgstr "Tilordne"
-#: ../plug-ins/common/lcms.c:1507
+#: ../plug-ins/common/lcms.c:1516
msgid "_Rendering Intent:"
msgstr "_Fargetilpassing:"
-#: ../plug-ins/common/lcms.c:1523
+#: ../plug-ins/common/lcms.c:1532
msgid "_Black Point Compensation"
msgstr "_Svartpunktkompensering"
-#: ../plug-ins/common/lcms.c:1565
+#: ../plug-ins/common/lcms.c:1574
msgid "Destination profile is not for RGB color space."
msgstr "Målprofilen er ikkje for RGB-fargeområdet."
-#: ../plug-ins/common/lens.c:115
+#: ../plug-ins/common/lens-apply.c:107
+msgid "Simulate an elliptical lens over the image"
+msgstr "Simulerer ei elliptisk linse over biletet"
+
+#: ../plug-ins/common/lens-apply.c:113
+msgid "Apply _Lens..."
+msgstr "L_upeeffekt …"
+
+#: ../plug-ins/common/lens-apply.c:180
+msgid "Applying lens"
+msgstr "Legg til lupeeffekten"
+
+#: ../plug-ins/common/lens-apply.c:392
+msgid "Lens Effect"
+msgstr "Lupeeffekt"
+
+#: ../plug-ins/common/lens-apply.c:426
+msgid "_Keep original surroundings"
+msgstr "_Behald originalomgivnadane"
+
+#: ../plug-ins/common/lens-apply.c:441
+msgid "_Set surroundings to index 0"
+msgstr "_Sett omgivnadsindeksen til 0"
+
+#: ../plug-ins/common/lens-apply.c:442
+msgid "_Set surroundings to background color"
+msgstr "_Sett omgivnadane til bakgrunnsfargen"
+
+#: ../plug-ins/common/lens-apply.c:457
+msgid "_Make surroundings transparent"
+msgstr "_Lag omgivnadane gjennomsiktige"
+
+#: ../plug-ins/common/lens-apply.c:474
+msgid "_Lens refraction index:"
+msgstr "_Brytningsindeks for linsa:"
+
+#: ../plug-ins/common/lens-distortion.c:114
msgid "Corrects lens distortion"
msgstr "Korrigerar linsefeil"
-#: ../plug-ins/common/lens.c:120
+#: ../plug-ins/common/lens-distortion.c:119
msgid "Lens Distortion..."
-msgstr "Linsefeil..."
+msgstr "Linsefeil …"
-#: ../plug-ins/common/lens.c:383
+#: ../plug-ins/common/lens-distortion.c:382
msgid "Lens distortion"
msgstr "Linsefeil"
-#: ../plug-ins/common/lens.c:483
+#: ../plug-ins/common/lens-distortion.c:482
msgid "Lens Distortion"
msgstr "Linsefeil"
-#: ../plug-ins/common/lens.c:520
+#: ../plug-ins/common/lens-distortion.c:520
msgid "_Main:"
msgstr "_Hovudeffekt:"
-#: ../plug-ins/common/lens.c:534
+#: ../plug-ins/common/lens-distortion.c:534
msgid "_Edge:"
msgstr "_Kant:"
-#: ../plug-ins/common/lens.c:548 ../plug-ins/flame/flame.c:1213
+#: ../plug-ins/common/lens-distortion.c:548
+#: ../plug-ins/flame/flame.c:1236
msgid "_Zoom:"
msgstr "_Zoom:"
-#: ../plug-ins/common/lens.c:562
+#: ../plug-ins/common/lens-distortion.c:562
msgid "_Brighten:"
msgstr "Gjer _lysare:"
-#: ../plug-ins/common/lens.c:576
+#: ../plug-ins/common/lens-distortion.c:576
msgid "_X shift:"
msgstr "_X-forskyving:"
-#: ../plug-ins/common/lens.c:590
+#: ../plug-ins/common/lens-distortion.c:590
msgid "_Y shift:"
msgstr "_Y-forskyving:"
-#: ../plug-ins/common/lic.c:566 ../plug-ins/common/lic.c:641
-msgid "Van Gogh (LIC)"
-msgstr "Van Gogh (LIC)"
+#: ../plug-ins/common/lens-flare.c:187
+msgid "Add a lens flare effect"
+msgstr "Legg til ein linserefleks"
-#: ../plug-ins/common/lic.c:666
-msgid "Effect Channel"
-msgstr "Effektkanal"
+#: ../plug-ins/common/lens-flare.c:194
+msgid "Lens _Flare..."
+msgstr "_Linserefleks …"
-#: ../plug-ins/common/lic.c:673
-msgid "_Brightness"
-msgstr "_Lysstyrke"
+#: ../plug-ins/common/lens-flare.c:269
+msgid "Render lens flare"
+msgstr "Lager linserefleksen"
-#: ../plug-ins/common/lic.c:679
-msgid "Effect Operator"
-msgstr "Effektoperatør"
+#: ../plug-ins/common/lens-flare.c:305
+msgid "Lens Flare"
+msgstr "Linserefleks"
-#: ../plug-ins/common/lic.c:684
-msgid "_Derivative"
-msgstr "_Avleidd"
+#: ../plug-ins/common/lens-flare.c:752
+msgid "Center of Flare Effect"
+msgstr "Sentrum for refleksen"
-#: ../plug-ins/common/lic.c:685
-msgid "_Gradient"
-msgstr "_Fargeovergang"
+#: ../plug-ins/common/lens-flare.c:792
+#: ../plug-ins/common/nova.c:483
+msgid "Show _position"
+msgstr "_Vis posisjonen"
-#: ../plug-ins/common/lic.c:691
-msgid "Convolve"
-msgstr "Konturutjamning"
-
-#: ../plug-ins/common/lic.c:696
-msgid "_With white noise"
-msgstr "_Med kvit støy"
-
-#: ../plug-ins/common/lic.c:697
-msgid "W_ith source image"
-msgstr "M_ed kjeldebiletet"
-
-#: ../plug-ins/common/lic.c:716
-msgid "_Effect image:"
-msgstr "_Effektbilete:"
-
-#: ../plug-ins/common/lic.c:727
-msgid "_Filter length:"
-msgstr "_Filterlengde:"
-
-#: ../plug-ins/common/lic.c:736
-msgid "_Noise magnitude:"
-msgstr "_Støymengdel:"
-
-#: ../plug-ins/common/lic.c:745
-msgid "In_tegration steps:"
-msgstr "In_tegrasjonssteg:"
-
-#: ../plug-ins/common/lic.c:754
-msgid "_Minimum value:"
-msgstr "_Minimumverdi:"
-
-#: ../plug-ins/common/lic.c:763
-msgid "M_aximum value:"
-msgstr "M_aksimumverdi:"
-
-#: ../plug-ins/common/lic.c:809
-msgid "Special effects that nobody understands"
-msgstr "Spesialeffektar som ingen forstår"
-
-#: ../plug-ins/common/lic.c:814
-msgid "_Van Gogh (LIC)..."
-msgstr "_Van Gogh (LIC)..."
-
-#: ../plug-ins/common/mail.c:188
+#: ../plug-ins/common/mail.c:187
msgid "Send the image by email"
msgstr "Send biletet med e-post"
-#: ../plug-ins/common/mail.c:194
+#: ../plug-ins/common/mail.c:193
msgid "Send by E_mail..."
-msgstr "Send som e-post..."
+msgstr "Send som e-post …"
-#: ../plug-ins/common/mail.c:408
-#, fuzzy
+#: ../plug-ins/common/mail.c:407
msgid "Send by Email"
-msgstr "Send som e-post..."
+msgstr "Send som e-post"
-#: ../plug-ins/common/mail.c:413
+#: ../plug-ins/common/mail.c:412
msgid "_Send"
msgstr "_Send"
-#: ../plug-ins/common/mail.c:445
+#: ../plug-ins/common/mail.c:444
msgid "_Filename:"
msgstr "_Filnamn:"
-#: ../plug-ins/common/mail.c:457
+#: ../plug-ins/common/mail.c:456
msgid "_To:"
msgstr "_Til:"
-#: ../plug-ins/common/mail.c:471
+#: ../plug-ins/common/mail.c:470
msgid "_From:"
msgstr "_Frå:"
-#: ../plug-ins/common/mail.c:483
+#: ../plug-ins/common/mail.c:482
msgid "S_ubject:"
msgstr "_Emne:"
-#: ../plug-ins/common/mail.c:592
+#: ../plug-ins/common/mail.c:591
msgid "some sort of error with the file extension or lack thereof"
msgstr "Mangel på eller feil ved filutvidinga"
-#: ../plug-ins/common/mail.c:726
-#, c-format
+#: ../plug-ins/common/mail.c:725
msgid "Could not start sendmail (%s)"
msgstr "Fekk ikkje starta sendmail (%s)"
-#: ../plug-ins/common/max_rgb.c:90
+#: ../plug-ins/common/max-rgb.c:89
msgid "Reduce image to pure red, green, and blue"
msgstr "Reduserer biletet til rein raud, grøn og blå"
-#: ../plug-ins/common/max_rgb.c:95
+#: ../plug-ins/common/max-rgb.c:94
msgid "Maxim_um RGB..."
-msgstr "Maksim_um RGB..."
+msgstr "Maksim_um RGB …"
-#: ../plug-ins/common/max_rgb.c:134 ../plug-ins/common/scatter_hsv.c:158
+#: ../plug-ins/common/max-rgb.c:133
+#: ../plug-ins/common/noise-hsv.c:157
msgid "Can only operate on RGB drawables."
msgstr "Kan bare arbeide med RGB-bilete."
-#: ../plug-ins/common/max_rgb.c:234
+#: ../plug-ins/common/max-rgb.c:233
msgid "Max RGB"
msgstr "Maks RGB"
-#: ../plug-ins/common/max_rgb.c:259
+#: ../plug-ins/common/max-rgb.c:258
msgid "Maximum RGB Value"
msgstr "Maksimum RGB-verdiPNM: Ugyldig maksimalverdi."
-#: ../plug-ins/common/max_rgb.c:291
+#: ../plug-ins/common/max-rgb.c:291
msgid "_Hold the maximal channels"
msgstr "_Behald maksimumskanalen"
-#: ../plug-ins/common/max_rgb.c:294
+#: ../plug-ins/common/max-rgb.c:294
msgid "Ho_ld the minimal channels"
msgstr "B_ehald minimumskanalen"
-#: ../plug-ins/common/mblur.c:157 ../plug-ins/common/mblur.c:171
-msgid "Simulate movement using directional blur"
-msgstr "Simulerer rørsle ved å bruke retningsbestemt sløring"
-
-#: ../plug-ins/common/mblur.c:164 ../plug-ins/common/mblur.c:177
-msgid "_Motion Blur..."
-msgstr "_Fartssløring..."
-
-#: ../plug-ins/common/mblur.c:910
-msgid "Motion blurring"
-msgstr "Lager fartssløringa..."
-
-#: ../plug-ins/common/mblur.c:1012
-msgid "Motion Blur"
-msgstr "Fartssløring"
-
-#: ../plug-ins/common/mblur.c:1045
-msgid "Blur Type"
-msgstr "Sløringstype"
-
-#: ../plug-ins/common/mblur.c:1049
-msgid "_Linear"
-msgstr "_Lineær"
-
-#: ../plug-ins/common/mblur.c:1050
-msgid "_Radial"
-msgstr "_Radial"
-
-#: ../plug-ins/common/mblur.c:1051 ../plug-ins/imagemap/imap_menu.c:203
-msgid "_Zoom"
-msgstr "_Zoom"
-
-#: ../plug-ins/common/mblur.c:1058
-msgid "Blur Center"
-msgstr "Sløringssentrum"
-
-#: ../plug-ins/common/mblur.c:1101
-msgid "Blur _outward"
-msgstr "Slør _utover"
-
-#: ../plug-ins/common/mblur.c:1114
-msgid "Blur Parameters"
-msgstr "Utjamningsparameter"
-
-#: ../plug-ins/common/mblur.c:1138 ../plug-ins/common/newsprint.c:1001
-msgid "_Angle:"
-msgstr "_Vinkel:"
-
-#. Inform the user that we couldn't losslessly save the
-#. * transparency & just use the full palette
-#: ../plug-ins/common/mng.c:499 ../plug-ins/common/png.c:1734
-msgid "Couldn't losslessly save transparency, saving opacity instead."
-msgstr "Kunne ikkje lagra gjennomsikt utan tap. Lagra dekkevne i staden."
-
-#: ../plug-ins/common/mng.c:1319
-msgid "Save as MNG"
-msgstr "Lagra som MNG"
-
-#: ../plug-ins/common/mng.c:1339
-msgid "MNG Options"
-msgstr "MNG-innstillingar"
-
-#: ../plug-ins/common/mng.c:1345
-msgid "Interlace"
-msgstr "Flett saman"
-
-#: ../plug-ins/common/mng.c:1357
-msgid "Save background color"
-msgstr "Lagra bakgrunnsfarge"
-
-#: ../plug-ins/common/mng.c:1368
-msgid "Save gamma"
-msgstr "Lagra gamma"
-
-#: ../plug-ins/common/mng.c:1378
-msgid "Save resolution"
-msgstr "Lagra oppløysing"
-
-#: ../plug-ins/common/mng.c:1389
-msgid "Save creation time"
-msgstr "Lagra tid for oppretting"
-
-#: ../plug-ins/common/mng.c:1408
-msgid "PNG"
-msgstr "PNG"
-
-#: ../plug-ins/common/mng.c:1409
-msgid "JNG"
-msgstr "JNG"
-
-#: ../plug-ins/common/mng.c:1412
-msgid "PNG + delta PNG"
-msgstr "PNG + delta PNG"
-
-#: ../plug-ins/common/mng.c:1413
-msgid "JNG + delta PNG"
-msgstr "JNG + delta PNG"
-
-#: ../plug-ins/common/mng.c:1414
-msgid "All PNG"
-msgstr "Alle PNG"
-
-#: ../plug-ins/common/mng.c:1415
-msgid "All JNG"
-msgstr "Alle JNG"
-
-#: ../plug-ins/common/mng.c:1427
-#, fuzzy
-msgid "Default chunks type:"
-msgstr "Standard einingstype:"
-
-#: ../plug-ins/common/mng.c:1430
-msgid "Combine"
-msgstr "Kombiner"
-
-#: ../plug-ins/common/mng.c:1431
-msgid "Replace"
-msgstr "Bytt ut"
-
-#: ../plug-ins/common/mng.c:1442
-msgid "Default frame disposal:"
-msgstr "Standard rammeovergang:"
-
-#: ../plug-ins/common/mng.c:1454
-msgid "PNG compression level:"
-msgstr "PNG-kompresjon:"
-
-#: ../plug-ins/common/mng.c:1462 ../plug-ins/common/png.c:1881
-msgid "Choose a high compression level for small file size"
-msgstr "Vel høg kompresjon for å lage små filer."
-
-#: ../plug-ins/common/mng.c:1476
-msgid "JPEG compression quality:"
-msgstr "JPEG-kompressjonskvalitet:"
-
-#: ../plug-ins/common/mng.c:1493
-msgid "JPEG smoothing factor:"
-msgstr "JPEG utglatting:"
-
-#: ../plug-ins/common/mng.c:1503
-msgid "Animated MNG Options"
-msgstr "Innstillingar for animerte MNG"
-
-#: ../plug-ins/common/mng.c:1509
-msgid "Loop"
-msgstr "Sløyfe"
-
-#: ../plug-ins/common/mng.c:1523
-msgid "Default frame delay:"
-msgstr "Standard rammeforseinking:"
-
-#: ../plug-ins/common/mng.c:1596
-msgid "MNG animation"
-msgstr "MNG-animasjon"
-
-#: ../plug-ins/common/mosaic.c:359
+#: ../plug-ins/common/mosaic.c:358
msgid "Convert the image into irregular tiles"
-msgstr "Konverter biletet til irregulære fliser"
+msgstr "Konverter biletet til irregulære mosaikkfliser"
-#: ../plug-ins/common/mosaic.c:364
+#: ../plug-ins/common/mosaic.c:363
msgid "_Mosaic..."
-msgstr "_Mosaikk..."
+msgstr "_Mosaikk …"
#. progress bar for gradient finding
-#: ../plug-ins/common/mosaic.c:503
+#: ../plug-ins/common/mosaic.c:501
msgid "Finding edges"
msgstr "Finn kantane"
#. Progress bar for rendering tiles
-#: ../plug-ins/common/mosaic.c:557
+#: ../plug-ins/common/mosaic.c:555
msgid "Rendering tiles"
-msgstr "Lager flisene..."
+msgstr "Lager flisene"
-#: ../plug-ins/common/mosaic.c:590
+#: ../plug-ins/common/mosaic.c:588
msgid "Mosaic"
msgstr "Mosaikk"
-#: ../plug-ins/common/mosaic.c:630
+#: ../plug-ins/common/mosaic.c:628
msgid "Squares"
-msgstr "Kvadrat"
+msgstr "Ruter"
-#: ../plug-ins/common/mosaic.c:631
+#: ../plug-ins/common/mosaic.c:629
msgid "Hexagons"
-msgstr "Sekskanta"
+msgstr "Heksagon"
-#: ../plug-ins/common/mosaic.c:632
+#: ../plug-ins/common/mosaic.c:630
msgid "Octagons & squares"
msgstr "Åttekantar og kvadrat"
-#: ../plug-ins/common/mosaic.c:633
+#: ../plug-ins/common/mosaic.c:631
msgid "Triangles"
msgstr "Trekanta"
-#: ../plug-ins/common/mosaic.c:641
+#: ../plug-ins/common/mosaic.c:639
msgid "_Tiling primitives:"
-msgstr "Flisform:"
+msgstr "Flisfor_m:"
-#: ../plug-ins/common/mosaic.c:649
+#: ../plug-ins/common/mosaic.c:647
msgid "Tile _size:"
-msgstr "_Flisstorleik:"
+msgstr "Flis_storleik:"
-#: ../plug-ins/common/mosaic.c:674
+#: ../plug-ins/common/mosaic.c:659
+#: ../plug-ins/common/tile-glass.c:302
+msgid "Tile _height:"
+msgstr "Flis_høgde:"
+
+#: ../plug-ins/common/mosaic.c:672
msgid "Til_e spacing:"
msgstr "Fuge_breidde"
-#: ../plug-ins/common/mosaic.c:686
+#: ../plug-ins/common/mosaic.c:684
msgid "Tile _neatness:"
msgstr "Flis_ordning:"
-#: ../plug-ins/common/mosaic.c:699
+#: ../plug-ins/common/mosaic.c:697
msgid "Light _direction:"
msgstr "_Lysretning:"
-#: ../plug-ins/common/mosaic.c:711
+#: ../plug-ins/common/mosaic.c:709
msgid "Color _variation:"
msgstr "Farge_variasjon:"
-#: ../plug-ins/common/mosaic.c:740
+#: ../plug-ins/common/mosaic.c:738
msgid "Co_lor averaging"
-msgstr "_Fargegjennomsnitt"
+msgstr "Far_gegjennomsnitt"
-#: ../plug-ins/common/mosaic.c:753
+#: ../plug-ins/common/mosaic.c:751
msgid "Allo_w tile splitting"
msgstr "Tillat _deling av fliser"
-#: ../plug-ins/common/mosaic.c:766
+#: ../plug-ins/common/mosaic.c:764
msgid "_Pitted surfaces"
msgstr "_Ruglete overflate"
-#: ../plug-ins/common/mosaic.c:779
+#: ../plug-ins/common/mosaic.c:777
msgid "_FG/BG lighting"
-msgstr "_FG/BG-belysning"
+msgstr "FG/BG-b_elysning"
-#: ../plug-ins/common/mosaic.c:2685
-#, c-format
-msgid "Unable to add additional point.\n"
-msgstr "Kunne ikkje legge til fleire punkt.\n"
-
-#: ../plug-ins/common/neon.c:134
-msgid "Simulate the glowing boundary of a neon light"
-msgstr "Simulerer den glødande koronaen til eit neonlys"
-
-#: ../plug-ins/common/neon.c:139
-msgid "_Neon..."
-msgstr "_Neon..."
-
-#: ../plug-ins/common/neon.c:211
-msgid "Neon"
-msgstr "Neon"
-
-#: ../plug-ins/common/neon.c:693
-msgid "Neon Detection"
-msgstr "Neon kantfinnar"
-
-#: ../plug-ins/common/neon.c:745 ../plug-ins/common/unsharp.c:691
-msgid "_Amount:"
-msgstr "_Mengde:"
-
-#: ../plug-ins/common/newsprint.c:127
+#: ../plug-ins/common/newsprint.c:126
msgid "Round"
msgstr "Rund"
-#: ../plug-ins/common/newsprint.c:136
+#: ../plug-ins/common/newsprint.c:135
msgid "Line"
msgstr "Linje"
-#: ../plug-ins/common/newsprint.c:145
+#: ../plug-ins/common/newsprint.c:144
+#: ../plug-ins/flame/flame.c:759
msgid "Diamond"
msgstr "Rombe"
-#: ../plug-ins/common/newsprint.c:153
+#: ../plug-ins/common/newsprint.c:152
msgid "PS Square (Euclidean Dot)"
msgstr "PS kvadrat (Euklidsk punkt)"
-#: ../plug-ins/common/newsprint.c:162
+#: ../plug-ins/common/newsprint.c:161
msgid "PS Diamond"
msgstr "PS Rombe"
-#: ../plug-ins/common/newsprint.c:332
+#: ../plug-ins/common/newsprint.c:331
msgid "_Grey"
msgstr "_Grå"
-#: ../plug-ins/common/newsprint.c:345
+#: ../plug-ins/common/newsprint.c:344
msgid "R_ed"
msgstr "R_aud"
-#: ../plug-ins/common/newsprint.c:374
+#: ../plug-ins/common/newsprint.c:373
msgid "C_yan"
msgstr "C_yanblå"
-#: ../plug-ins/common/newsprint.c:382
+#: ../plug-ins/common/newsprint.c:381
msgid "Magen_ta"
msgstr "Magen_taraud"
-#: ../plug-ins/common/newsprint.c:390
+#: ../plug-ins/common/newsprint.c:389
msgid "_Yellow"
msgstr "Gu_l"
-#: ../plug-ins/common/newsprint.c:411
+#: ../plug-ins/common/newsprint.c:410
msgid "Luminance"
msgstr "Luminans"
-#: ../plug-ins/common/newsprint.c:517
+#: ../plug-ins/common/newsprint.c:516
msgid "Halftone the image to give newspaper-like effect"
msgstr "Raster biletet for å lage ein effekt som minner om avistrykk"
-#: ../plug-ins/common/newsprint.c:526
+#: ../plug-ins/common/newsprint.c:525
msgid "Newsprin_t..."
-msgstr "_Avistrykk..."
+msgstr "_Avistrykk …"
-#: ../plug-ins/common/newsprint.c:627 ../plug-ins/common/newsprint.c:1188
+#: ../plug-ins/common/newsprint.c:626
+#: ../plug-ins/common/newsprint.c:1187
msgid "Newsprint"
msgstr "Avistrykk"
-#: ../plug-ins/common/newsprint.c:1031
+#: ../plug-ins/common/newsprint.c:1030
msgid "_Spot function:"
msgstr "_Punktfunksjon:"
@@ -5622,7 +5956,8 @@ msgid "C_ell size:"
msgstr "_Cellestorleik:"
#. screen settings
-#: ../plug-ins/common/newsprint.c:1298 ../plug-ins/gflare/gflare.c:555
+#: ../plug-ins/common/newsprint.c:1298
+#: ../plug-ins/gradient-flare/gradient-flare.c:553
msgid "Screen"
msgstr "Skjerm"
@@ -5655,7 +5990,8 @@ msgid "_Factory Defaults"
msgstr "_Normalinnstillingar"
#. anti-alias control
-#: ../plug-ins/common/newsprint.c:1441 ../plug-ins/gfig/gfig-dialog.c:1256
+#: ../plug-ins/common/newsprint.c:1441
+#: ../plug-ins/gfig/gfig-dialog.c:1255
msgid "Antialiasing"
msgstr "Utjamning"
@@ -5663,358 +5999,345 @@ msgstr "Utjamning"
msgid "O_versample:"
msgstr "Utjamnings_mengde:"
-#: ../plug-ins/common/nlfilt.c:118
+#: ../plug-ins/common/nl-filter.c:118
msgid "Nonlinear swiss army knife filter"
msgstr "Ulineært alt mogleg filter"
-#: ../plug-ins/common/nlfilt.c:124
+#: ../plug-ins/common/nl-filter.c:124
msgid "_NL Filter..."
-msgstr "_NL Filter..."
+msgstr "_NL Filter …"
-#: ../plug-ins/common/nlfilt.c:952 ../plug-ins/common/nlfilt.c:1015
+#: ../plug-ins/common/nl-filter.c:952
+#: ../plug-ins/common/nl-filter.c:1015
msgid "NL Filter"
msgstr "NL Filter"
-#: ../plug-ins/common/nlfilt.c:1043
+#: ../plug-ins/common/nl-filter.c:1044
msgid "Filter"
msgstr "Filter"
-#: ../plug-ins/common/nlfilt.c:1047
+#: ../plug-ins/common/nl-filter.c:1048
msgid "_Alpha trimmed mean"
-msgstr "_Alfabasert middelverdi"
+msgstr "Alfabasert _middelverdi"
-#: ../plug-ins/common/nlfilt.c:1049
+#: ../plug-ins/common/nl-filter.c:1050
msgid "Op_timal estimation"
-msgstr "Op_timalt overslag"
+msgstr "_Optimalt overslag"
-#: ../plug-ins/common/nlfilt.c:1051
+#: ../plug-ins/common/nl-filter.c:1052
msgid "_Edge enhancement"
msgstr "_Kantforsterking"
-#: ../plug-ins/common/nlfilt.c:1076
+#: ../plug-ins/common/nl-filter.c:1077
msgid "A_lpha:"
-msgstr "A_lfa:"
+msgstr "_Alfa:"
-#: ../plug-ins/common/noisify.c:144
+#: ../plug-ins/common/noise-hsv.c:102
+msgid "Randomize hue/saturation/value independently"
+msgstr "Gjer kulør, metning og verdi tilfeldige kvar for seg"
+
+#: ../plug-ins/common/noise-hsv.c:107
+msgid "HSV Noise..."
+msgstr "_HSV-støy …"
+
+#: ../plug-ins/common/noise-hsv.c:214
+#: ../plug-ins/common/noise-hsv.c:363
+msgid "HSV Noise"
+msgstr "HSV-støy"
+
+#: ../plug-ins/common/noise-hsv.c:399
+msgid "_Holdness:"
+msgstr "_Hald:"
+
+#: ../plug-ins/common/noise-hsv.c:411
+msgid "H_ue:"
+msgstr "_Kulør:"
+
+#: ../plug-ins/common/noise-randomize.c:101
+msgid "Random Hurl"
+msgstr "Tilfeldig fargekasting"
+
+#: ../plug-ins/common/noise-randomize.c:102
+msgid "Random Pick"
+msgstr "Tilfeldig plukk"
+
+#: ../plug-ins/common/noise-randomize.c:103
+msgid "Random Slur"
+msgstr "Tilfeldig pletting"
+
+#: ../plug-ins/common/noise-randomize.c:201
+msgid "Completely randomize a fraction of pixels"
+msgstr "Sprei ein del av pikslane tilfeldig utover"
+
+#: ../plug-ins/common/noise-randomize.c:203
+msgid "Randomly interchange some pixels with neighbors"
+msgstr "Bytt ein del pikslar tilfeldig med nabopikslar"
+
+#: ../plug-ins/common/noise-randomize.c:205
+msgid "Randomly slide some pixels downward (similar to melting)"
+msgstr "Flytt noen tilfeldige pikslar nedover. Simulerer smelting."
+
+#: ../plug-ins/common/noise-randomize.c:232
+msgid "_Hurl..."
+msgstr "_Fargekast …"
+
+#: ../plug-ins/common/noise-randomize.c:244
+msgid "_Pick..."
+msgstr "Fargeplu_kk …"
+
+#: ../plug-ins/common/noise-randomize.c:256
+msgid "_Slur..."
+msgstr "_Pletting …"
+
+#: ../plug-ins/common/noise-randomize.c:770
+#: ../plug-ins/common/noise-solid.c:601
+msgid "_Random seed:"
+msgstr "Tilfeldig _frø:"
+
+#: ../plug-ins/common/noise-randomize.c:779
+msgid "R_andomization (%):"
+msgstr "Slump_mengde (%):"
+
+#: ../plug-ins/common/noise-randomize.c:782
+msgid "Percentage of pixels to be filtered"
+msgstr "Mengda av pikslar som skal filtrerast (%)"
+
+#: ../plug-ins/common/noise-randomize.c:794
+msgid "R_epeat:"
+msgstr "G_jenta:"
+
+#: ../plug-ins/common/noise-randomize.c:797
+msgid "Number of times to apply filter"
+msgstr "Kor ofte filteret skal brukast"
+
+#: ../plug-ins/common/noise-rgb.c:143
msgid "Distort colors by random amounts"
msgstr "Forvreng fargane tilfeldig"
-#: ../plug-ins/common/noisify.c:154
+#: ../plug-ins/common/noise-rgb.c:153
msgid "_RGB Noise..."
-msgstr "RGB-støy..."
+msgstr "_RGB-støy …"
-#: ../plug-ins/common/noisify.c:282
+#: ../plug-ins/common/noise-rgb.c:281
msgid "Adding noise"
msgstr "Legg til støy"
-#: ../plug-ins/common/noisify.c:448
+#: ../plug-ins/common/noise-rgb.c:448
msgid "RGB Noise"
-msgstr "RGB-støy"
+msgstr "_RGB-støy"
-#: ../plug-ins/common/noisify.c:481
+#: ../plug-ins/common/noise-rgb.c:481
msgid "Co_rrelated noise"
msgstr "_Korrelatert støy"
-#: ../plug-ins/common/noisify.c:496
+#: ../plug-ins/common/noise-rgb.c:496
msgid "_Independent RGB"
msgstr "_Uavhegig RGB"
-#: ../plug-ins/common/noisify.c:520 ../plug-ins/common/noisify.c:524
+#: ../plug-ins/common/noise-rgb.c:520
+#: ../plug-ins/common/noise-rgb.c:524
msgid "_Gray:"
msgstr "_Grå:"
-#: ../plug-ins/common/noisify.c:550
-#, c-format
+#: ../plug-ins/common/noise-rgb.c:550
msgid "Channel #%d:"
msgstr "Kanal #%d:"
-#: ../plug-ins/common/normalize.c:80
-msgid "Stretch brightness values to cover the full range"
-msgstr "Strekk lysverdien over heile området"
+#: ../plug-ins/common/noise-solid.c:175
+msgid "Create a random cloud-like texture"
+msgstr "Lager ein tilfeldig sky-liknande tekstur"
-#: ../plug-ins/common/normalize.c:126
-msgid "Normalizing"
-msgstr "Normaliserer"
+#: ../plug-ins/common/noise-solid.c:181
+msgid "_Solid Noise..."
+msgstr "_Massiv støy …"
-#: ../plug-ins/common/nova.c:168
+#. Dialog initialization
+#: ../plug-ins/common/noise-solid.c:314
+#: ../plug-ins/common/noise-solid.c:562
+msgid "Solid Noise"
+msgstr "Massiv støy"
+
+#: ../plug-ins/common/noise-solid.c:614
+msgid "_Detail:"
+msgstr "_Detaljar:"
+
+#. Turbulent
+#: ../plug-ins/common/noise-solid.c:624
+msgid "T_urbulent"
+msgstr "T_urbulens"
+
+#. Tilable
+#: ../plug-ins/common/noise-solid.c:638
+msgid "T_ilable"
+msgstr "_Flisbar"
+
+#: ../plug-ins/common/noise-solid.c:653
+msgid "_X size:"
+msgstr "_X-storleik:"
+
+#: ../plug-ins/common/noise-solid.c:666
+msgid "_Y size:"
+msgstr "_Y-storleik:"
+
+#: ../plug-ins/common/noise-spread.c:88
+msgid "Move pixels around randomly"
+msgstr "Flytt pikslane tilfeldig rundt om på biletet"
+
+#: ../plug-ins/common/noise-spread.c:97
+msgid "Sp_read..."
+msgstr "_Sprei …"
+
+#: ../plug-ins/common/noise-spread.c:180
+msgid "Spreading"
+msgstr "Spreier"
+
+#: ../plug-ins/common/noise-spread.c:343
+msgid "Spread"
+msgstr "Spreiing"
+
+#: ../plug-ins/common/noise-spread.c:368
+msgid "Spread Amount"
+msgstr "Spreiingsmengde"
+
+#: ../plug-ins/common/nova.c:167
msgid "Add a starburst to the image"
msgstr "Legg eit stjerneutbrot i biletet"
-#: ../plug-ins/common/nova.c:177
+#: ../plug-ins/common/nova.c:176
msgid "Super_nova..."
-msgstr "Super_nova..."
+msgstr "Super_nova …"
-#: ../plug-ins/common/nova.c:261
+#: ../plug-ins/common/nova.c:260
msgid "Rendering supernova"
-msgstr "Lager supernova..."
+msgstr "Lager supernova"
-#: ../plug-ins/common/nova.c:304
+#: ../plug-ins/common/nova.c:303
msgid "Supernova"
msgstr "Supernova"
-#: ../plug-ins/common/nova.c:349
+#: ../plug-ins/common/nova.c:348
msgid "Supernova Color Picker"
msgstr "Supernova fargeplukkar"
-#: ../plug-ins/common/nova.c:378
+#: ../plug-ins/common/nova.c:377
msgid "_Spokes:"
msgstr "_Stråler:"
-#: ../plug-ins/common/nova.c:393
+#: ../plug-ins/common/nova.c:392
msgid "R_andom hue:"
msgstr "Tilfeldig _kulør:"
-#: ../plug-ins/common/nova.c:446
+#: ../plug-ins/common/nova.c:445
msgid "Center of Nova"
msgstr "Sentrum for novaen"
-#: ../plug-ins/common/oilify.c:119 ../plug-ins/common/oilify.c:134
+#: ../plug-ins/common/oilify.c:118
+#: ../plug-ins/common/oilify.c:133
msgid "Smear colors to simulate an oil painting"
msgstr "Smører ut fargane for å etterlikne oljemaling"
-#: ../plug-ins/common/oilify.c:125
+#: ../plug-ins/common/oilify.c:124
msgid "Oili_fy..."
-msgstr "_Oljemaling..."
+msgstr "_Oljemaling …"
-#: ../plug-ins/common/oilify.c:247
+#: ../plug-ins/common/oilify.c:246
msgid "Oil painting"
msgstr "Oljemaling"
-#: ../plug-ins/common/oilify.c:777
+#: ../plug-ins/common/oilify.c:776
msgid "Oilify"
msgstr "Oljemaling"
-#: ../plug-ins/common/oilify.c:815
+#: ../plug-ins/common/oilify.c:814
msgid "_Mask size:"
msgstr "_Penselbreidde:"
#.
#. * Mask-size map check button
#.
-#: ../plug-ins/common/oilify.c:830
+#: ../plug-ins/common/oilify.c:829
msgid "Use m_ask-size map:"
msgstr "Bruk kart for m_askestorleik:"
-#: ../plug-ins/common/oilify.c:867 ../plug-ins/common/sinus.c:922
+#: ../plug-ins/common/oilify.c:866
+#: ../plug-ins/common/sinus.c:921
msgid "_Exponent:"
msgstr "_Eksponent:"
#.
#. * Exponent map check button
#.
-#: ../plug-ins/common/oilify.c:882
+#: ../plug-ins/common/oilify.c:881
msgid "Use e_xponent map:"
msgstr "Bruk _eksponentkart:"
#.
#. * Intensity algorithm check button
#.
-#: ../plug-ins/common/oilify.c:918
+#: ../plug-ins/common/oilify.c:917
msgid "_Use intensity algorithm"
msgstr "_Bruk intensitetsalgoritme"
-#: ../plug-ins/common/papertile.c:243 ../plug-ins/common/papertile.c:556
-msgid "Paper Tile"
-msgstr "Papirfliser"
-
-#: ../plug-ins/common/papertile.c:269
-msgid "Division"
-msgstr "Deling"
-
-#: ../plug-ins/common/papertile.c:319
-msgid "Fractional Pixels"
-msgstr "Restpikslar"
-
-#: ../plug-ins/common/papertile.c:324
-msgid "_Background"
-msgstr "_Bakgrunn"
-
-#: ../plug-ins/common/papertile.c:326
-msgid "_Ignore"
-msgstr "_Ignorer"
-
-#: ../plug-ins/common/papertile.c:328
-msgid "_Force"
-msgstr "_Tving"
-
-#: ../plug-ins/common/papertile.c:335
-msgid "C_entering"
-msgstr "_Sentrer"
-
-#: ../plug-ins/common/papertile.c:350
-msgid "Movement"
-msgstr "Flytting"
-
-#: ../plug-ins/common/papertile.c:363
-msgid "_Max (%):"
-msgstr "_Maks (%):"
-
-#: ../plug-ins/common/papertile.c:369
-msgid "_Wrap around"
-msgstr "_Linjebryting"
-
-#: ../plug-ins/common/papertile.c:379
-msgid "Background Type"
-msgstr "Bakgrunn"
-
-#: ../plug-ins/common/papertile.c:386
-msgid "I_nverted image"
-msgstr "I_nvertert bilete"
-
-#: ../plug-ins/common/papertile.c:388
-msgid "Im_age"
-msgstr "_Biletet"
-
-#: ../plug-ins/common/papertile.c:390
-msgid "Fo_reground color"
-msgstr "_Forgrunnsfargen"
-
-#: ../plug-ins/common/papertile.c:392
-msgid "Bac_kground color"
-msgstr "_Bakgrunnsfargen"
-
-#: ../plug-ins/common/papertile.c:394
-msgid "S_elect here:"
-msgstr "_Vel farge her:"
-
-#: ../plug-ins/common/papertile.c:401
-msgid "Background Color"
-msgstr "Bakgrunnsfarge"
-
-#: ../plug-ins/common/papertile.c:846
-msgid "Cut image into paper tiles, and slide them"
-msgstr "Klipp biletet opp i papirbitar og forskyv bitane"
-
-#: ../plug-ins/common/papertile.c:851
-msgid "September 31, 1999"
-msgstr "31. September 1999"
-
-#: ../plug-ins/common/papertile.c:852
-msgid "_Paper Tile..."
-msgstr "_Papirfliser..."
-
-#: ../plug-ins/common/pat.c:121 ../plug-ins/common/pat.c:143
-msgid "GIMP pattern"
-msgstr "GIMP-mønster"
-
-#: ../plug-ins/common/pat.c:358
-#, c-format
-msgid "Invalid UTF-8 string in pattern file '%s'."
-msgstr "Ugyldig UTF-8-streng i mønsterfila «%s»."
-
-#: ../plug-ins/common/pat.c:513
-msgid "Save as Pattern"
-msgstr "Lagra som mønster"
-
-#: ../plug-ins/common/pcx.c:129 ../plug-ins/common/pcx.c:148
-msgid "ZSoft PCX image"
-msgstr "ZSoft-PCX-bilete"
-
-#: ../plug-ins/common/pcx.c:354
-#, c-format
-msgid "Could not read header from '%s'"
-msgstr "Kan ikkje lese header i «%s»"
-
-#: ../plug-ins/common/pcx.c:363
-#, c-format
-msgid "'%s' is not a PCX file"
-msgstr "«%s» er ikkje ei PCX-fil"
-
-#: ../plug-ins/common/pcx.c:386
-msgid "Invalid number of bytes per line in PCX header"
-msgstr "Ugyldig tal for byte per linje i PCX-header"
-
-#: ../plug-ins/common/pcx.c:434
-msgid "Unusual PCX flavour, giving up"
-msgstr "Uvanleg PCX-variant, gir opp"
-
-#: ../plug-ins/common/pcx.c:655
-#, c-format
-msgid "Invalid X offset: %d"
-msgstr "Ugyldig X-forskyving: %d"
-
-#: ../plug-ins/common/pcx.c:661
-#, c-format
-msgid "Invalid Y offset: %d"
-msgstr "Ugyldig Y-forskyving: %d"
-
-#: ../plug-ins/common/pcx.c:667
-#, c-format
-msgid "Right border out of bounds (must be < %d): %d"
-msgstr "Høgre kant utanfor grensene (må vere mindre enn %d): %d"
-
-#: ../plug-ins/common/pcx.c:674
-#, c-format
-msgid "Bottom border out of bounds (must be < %d): %d"
-msgstr "Nedre kant utanfor grensene (må vere mindre enn %d): %d"
-
-#: ../plug-ins/common/pcx.c:730
-#, c-format
-msgid "Writing to file '%s' failed: %s"
-msgstr "Klarte ikkje å skrive til fila «%s»: %s"
-
-#: ../plug-ins/common/photocopy.c:153
+#: ../plug-ins/common/photocopy.c:152
msgid "Simulate color distortion produced by a copy machine"
msgstr "Simulerer fargeforstyrringane i ein kopimaskin"
-#: ../plug-ins/common/photocopy.c:158
+#: ../plug-ins/common/photocopy.c:157
msgid "_Photocopy..."
-msgstr "_Fotokopi..."
+msgstr "_Fotokopi …"
-#: ../plug-ins/common/photocopy.c:837
+#: ../plug-ins/common/photocopy.c:838
msgid "Photocopy"
msgstr "Fotokopi"
-#: ../plug-ins/common/photocopy.c:888 ../plug-ins/common/sharpen.c:511
-#: ../plug-ins/common/softglow.c:695
+#: ../plug-ins/common/photocopy.c:889
+#: ../plug-ins/common/sharpen.c:508
+#: ../plug-ins/common/softglow.c:696
msgid "_Sharpness:"
-msgstr "_Skarpleik:"
+msgstr "Skar_pleik:"
-#: ../plug-ins/common/photocopy.c:902
+#: ../plug-ins/common/photocopy.c:903
msgid "Percent _black:"
msgstr "_Svart (%):"
-#: ../plug-ins/common/photocopy.c:916
+#: ../plug-ins/common/photocopy.c:917
msgid "Percent _white:"
msgstr "_Kvit (%):"
-#: ../plug-ins/common/pix.c:140 ../plug-ins/common/pix.c:157
-msgid "Alias Pix image"
-msgstr "Alias|Wavefront-PIX-bilete"
-
-#: ../plug-ins/common/pixelize.c:164
+#: ../plug-ins/common/pixelize.c:163
msgid "Simplify image into an array of solid-colored squares"
msgstr "Forenkla biletet til ein tabell med einsfarga ruter"
-#: ../plug-ins/common/pixelize.c:171
+#: ../plug-ins/common/pixelize.c:170
msgid "_Pixelize..."
-msgstr "_Gjer om til pikslar..."
+msgstr "Gjer om til _pikslar …"
-#: ../plug-ins/common/pixelize.c:273
+#: ../plug-ins/common/pixelize.c:272
msgid "Pixelizing"
msgstr "Gjer om til pikslar"
-#: ../plug-ins/common/pixelize.c:314
+#: ../plug-ins/common/pixelize.c:315
msgid "Pixelize"
-msgstr "Lag til piksler"
+msgstr "Pikseliser"
-#: ../plug-ins/common/pixelize.c:350
+#: ../plug-ins/common/pixelize.c:351
msgid "Pixel _width:"
msgstr "Piksel_breidde:"
-#: ../plug-ins/common/pixelize.c:355
+#: ../plug-ins/common/pixelize.c:356
msgid "Pixel _height:"
msgstr "Piksel_høgde:"
-#: ../plug-ins/common/plasma.c:176
+#: ../plug-ins/common/plasma.c:175
msgid "Create a random plasma texture"
msgstr "Lager ein tilfeldig plasmatekstur"
-#: ../plug-ins/common/plasma.c:181
+#: ../plug-ins/common/plasma.c:180
msgid "_Plasma..."
-msgstr "_Plasma..."
+msgstr "_Plasma …"
-#: ../plug-ins/common/plasma.c:263 ../plug-ins/common/plasma.c:300
+#: ../plug-ins/common/plasma.c:262
+#: ../plug-ins/common/plasma.c:299
msgid "Plasma"
msgstr "Plasma"
@@ -6026,2254 +6349,1499 @@ msgstr "_Tilfeldig frø:"
msgid "T_urbulence:"
msgstr "T_urbulens:"
-#: ../plug-ins/common/plugin-browser.c:134
+#: ../plug-ins/common/plugin-browser.c:133
msgid "Display information about plug-ins"
msgstr "Vis informasjon om programtillegga"
-#: ../plug-ins/common/plugin-browser.c:144
+#: ../plug-ins/common/plugin-browser.c:143
msgid "_Plug-In Browser"
msgstr "_Lesar for programtillegg"
-#: ../plug-ins/common/plugin-browser.c:372
+#: ../plug-ins/common/plugin-browser.c:371
msgid "Searching by name"
msgstr "Søker på namn"
-#: ../plug-ins/common/plugin-browser.c:386
+#: ../plug-ins/common/plugin-browser.c:385
#, c-format
msgid "%d plug-in"
msgid_plural "%d plug-ins"
msgstr[0] "%d programtillegg"
msgstr[1] "%d programtillegg"
-#: ../plug-ins/common/plugin-browser.c:395
+#: ../plug-ins/common/plugin-browser.c:394
msgid "No matches for your query"
-msgstr "Ingen treff"
+msgstr "Ingen treff på søket"
-#: ../plug-ins/common/plugin-browser.c:398
+#: ../plug-ins/common/plugin-browser.c:397
#, c-format
msgid "%d plug-in matches your query"
msgid_plural "%d plug-ins match your query"
msgstr[0] "Fann %d programtillegg som passa spørringa"
msgstr[1] "Fann %d programtillegg som passa spørringa"
-#: ../plug-ins/common/plugin-browser.c:529
+#: ../plug-ins/common/plugin-browser.c:528
msgid "No matches"
msgstr "Ingen treff"
-#: ../plug-ins/common/plugin-browser.c:554
+#: ../plug-ins/common/plugin-browser.c:553
msgid "Plug-In Browser"
msgstr "Lesar for programtillegg"
-#: ../plug-ins/common/plugin-browser.c:597
+#: ../plug-ins/common/plugin-browser.c:596
msgid "Name"
msgstr "Namn"
-#: ../plug-ins/common/plugin-browser.c:605
-#: ../plug-ins/common/plugin-browser.c:668
+#: ../plug-ins/common/plugin-browser.c:604
+#: ../plug-ins/common/plugin-browser.c:667
msgid "Menu Path"
msgstr "Menystig"
-#: ../plug-ins/common/plugin-browser.c:613
-#: ../plug-ins/common/plugin-browser.c:677
+#: ../plug-ins/common/plugin-browser.c:612
+#: ../plug-ins/common/plugin-browser.c:676
msgid "Image Types"
msgstr "Bilettype"
-#: ../plug-ins/common/plugin-browser.c:623
-#: ../plug-ins/common/plugin-browser.c:686
+#: ../plug-ins/common/plugin-browser.c:622
+#: ../plug-ins/common/plugin-browser.c:685
msgid "Installation Date"
msgstr "Installasjonsdato"
-#: ../plug-ins/common/plugin-browser.c:647
+#: ../plug-ins/common/plugin-browser.c:646
msgid "List View"
msgstr "Listeform"
-#: ../plug-ins/common/plugin-browser.c:709
+#: ../plug-ins/common/plugin-browser.c:708
msgid "Tree View"
msgstr "Trevising"
-#: ../plug-ins/common/png.c:261 ../plug-ins/common/png.c:282
-#: ../plug-ins/common/png.c:302 ../plug-ins/common/png.c:319
-msgid "PNG image"
-msgstr "PNG-bilete"
-
-#: ../plug-ins/common/png.c:613
-#, c-format
-msgid "Error loading PNG file: %s"
-msgstr "Feil ved opning av PNG-fila: %s"
-
-#: ../plug-ins/common/png.c:686
-#, c-format
-msgid "Error while reading '%s'. File corrupted?"
-msgstr "Feil ved lesing av «%s». Er fila skada?"
-
-#. Aie! Unknown type
-#: ../plug-ins/common/png.c:814
-#, c-format
-msgid "Unknown color model in PNG file '%s'."
-msgstr "Ukjent fargemodell i PNG-fila «%s»."
-
-#: ../plug-ins/common/png.c:868
-msgid ""
-"The PNG file specifies an offset that caused the layer to be positioned "
-"outside the image."
-msgstr ""
-"PNG-fila har ei forskyving som gjer at laga blir plasserte utanfor biletet."
-
-#: ../plug-ins/common/png.c:1229
-#, c-format
-msgid "Error while saving '%s'. Could not save image."
-msgstr "Feil ved lagringa av «%s». Biletet kan ikkje lagrast."
-
-#: ../plug-ins/common/png.c:1759
-msgid "Save as PNG"
-msgstr "Lagra som PNG"
-
-#: ../plug-ins/common/png.c:1790
-msgid "_Interlacing (Adam7)"
-msgstr "_Flett saman (Adam7)"
-
-#: ../plug-ins/common/png.c:1801
-msgid "Save _background color"
-msgstr "Lagra _bakgrunnsfarge"
-
-#: ../plug-ins/common/png.c:1809
-msgid "Save _gamma"
-msgstr "Lagra _gamma"
-
-#: ../plug-ins/common/png.c:1819
-msgid "Save layer o_ffset"
-msgstr "Lagra _lagforskyving"
-
-#: ../plug-ins/common/png.c:1828
-msgid "Save _resolution"
-msgstr "Lagra _oppløysing"
-
-#: ../plug-ins/common/png.c:1838
-msgid "Save creation _time"
-msgstr "Lagra _tid for oppretting"
-
-#: ../plug-ins/common/png.c:1847
-msgid "Save comme_nt"
-msgstr "Lagra _kommentarane"
-
-#: ../plug-ins/common/png.c:1863
-msgid "Save color _values from transparent pixels"
-msgstr "Lagra farge_verdiar frå gjennomsiktige pikslar"
-
-#: ../plug-ins/common/png.c:1877
-msgid "Co_mpression level:"
-msgstr "_Komprimering:"
-
-#: ../plug-ins/common/png.c:1895 ../plug-ins/jpeg/jpeg-save.c:1164
-msgid "_Load Defaults"
-msgstr "_Opna standardverdiane"
-
-#: ../plug-ins/common/png.c:1903 ../plug-ins/jpeg/jpeg-save.c:1173
-msgid "S_ave Defaults"
-msgstr "_Lagra standardverdiane"
-
-#: ../plug-ins/common/pnm.c:245
-msgid "PNM Image"
-msgstr "PNM-bilete"
-
-#: ../plug-ins/common/pnm.c:265
-msgid "PNM image"
-msgstr "PNM-bilete"
-
-#: ../plug-ins/common/pnm.c:277
-msgid "PBM image"
-msgstr "PBM-bilete"
-
-#: ../plug-ins/common/pnm.c:289
-msgid "PGM image"
-msgstr "PGM-bilete"
-
-#: ../plug-ins/common/pnm.c:301
-msgid "PPM image"
-msgstr "PPM-bilete"
-
-#: ../plug-ins/common/pnm.c:514 ../plug-ins/common/pnm.c:536
-#: ../plug-ins/common/pnm.c:545 ../plug-ins/common/pnm.c:556
-#: ../plug-ins/common/pnm.c:644 ../plug-ins/common/pnm.c:714
-msgid "Premature end of file."
-msgstr "Uventa filslutt."
-
-#: ../plug-ins/common/pnm.c:516
-msgid "Invalid file."
-msgstr "Ugyldig fil."
-
-#: ../plug-ins/common/pnm.c:530
-msgid "File not in a supported format."
-msgstr "Fila har eit ugyldig format."
-
-#: ../plug-ins/common/pnm.c:539
-msgid "Invalid X resolution."
-msgstr "Ugyldig X-oppløysing."
-
-#: ../plug-ins/common/pnm.c:541
-msgid "Image width is larger than GIMP can handle."
-msgstr "Biletet er breiare enn GIMP kan handtere"
-
-#: ../plug-ins/common/pnm.c:548
-msgid "Invalid Y resolution."
-msgstr "Ugyldig X-oppløysing."
-
-#: ../plug-ins/common/pnm.c:550
-msgid "Image height is larger than GIMP can handle."
-msgstr "Biletet er høgare enn GIMP kan handtere"
-
-#: ../plug-ins/common/pnm.c:562
-msgid "Invalid maximum value."
-msgstr "Ugyldig maksimalverdi."
-
-#: ../plug-ins/common/pnm.c:767
-msgid "Error reading file."
-msgstr "Feil ved lesing av fil"
-
-#: ../plug-ins/common/pnm.c:1133
-msgid "Save as PNM"
-msgstr "Lagra som PNM"
-
-#. file save type
-#: ../plug-ins/common/pnm.c:1150
-msgid "Data formatting"
-msgstr "Dataformatering"
-
-#: ../plug-ins/common/pnm.c:1154
-msgid "Raw"
-msgstr "Raw"
-
-#: ../plug-ins/common/pnm.c:1155
-msgid "Ascii"
-msgstr "Ascii"
-
-#: ../plug-ins/common/polar.c:156
+#: ../plug-ins/common/polar-coords.c:155
msgid "Convert image to or from polar coordinates"
msgstr "Omform biletet til eller frå polarkoordinata"
-#: ../plug-ins/common/polar.c:163
+#: ../plug-ins/common/polar-coords.c:162
msgid "P_olar Coordinates..."
-msgstr "P_olarkoordinat..."
+msgstr "P_olarkoordinat …"
-#: ../plug-ins/common/polar.c:360
+#: ../plug-ins/common/polar-coords.c:359
msgid "Polar coordinates"
msgstr "Polarkoordinat"
-#: ../plug-ins/common/polar.c:592
+#: ../plug-ins/common/polar-coords.c:591
msgid "Polar Coordinates"
msgstr "Polarkoordinat"
-#: ../plug-ins/common/polar.c:630
+#: ../plug-ins/common/polar-coords.c:630
msgid "Circle _depth in percent:"
-msgstr "Sirkelform i prosent:"
+msgstr "Sirkel_djupne i prosent:"
-#: ../plug-ins/common/polar.c:642
+#: ../plug-ins/common/polar-coords.c:642
msgid "Offset _angle:"
-msgstr "Forskyvingsvinkel:"
+msgstr "F_orskyvingsvinkel:"
-#: ../plug-ins/common/polar.c:657
+#: ../plug-ins/common/polar-coords.c:657
msgid "_Map backwards"
-msgstr "_Avbild bakover"
+msgstr "Avbild _bakover"
-#: ../plug-ins/common/polar.c:663
-msgid ""
-"If checked the mapping will begin at the right side, as opposed to beginning "
-"at the left."
-msgstr ""
-"Dette valet gjer at avbildinga byrjar på høgre sida i staden for frå venstre "
-"sida."
+#: ../plug-ins/common/polar-coords.c:663
+msgid "If checked the mapping will begin at the right side, as opposed to beginning at the left."
+msgstr "Dette valet gjer at avbildinga byrjar på høgre sida i staden for frå venstre sida."
-#: ../plug-ins/common/polar.c:674
+#: ../plug-ins/common/polar-coords.c:674
msgid "Map from _top"
msgstr "Avbild frå _toppen"
-#: ../plug-ins/common/polar.c:680
-msgid ""
-"If unchecked the mapping will put the bottom row in the middle and the top "
-"row on the outside. If checked it will be the opposite."
-msgstr ""
-"Normalt blir den nedste rada avbilda i midten og topprada på utsida. Dersom "
-"du kryssar av her, blir det omvendt."
+#: ../plug-ins/common/polar-coords.c:680
+msgid "If unchecked the mapping will put the bottom row in the middle and the top row on the outside. If checked it will be the opposite."
+msgstr "Normalt blir den nedste rada avbilda i midten og topprada på utsida. Dersom du kryssar av her, blir det omvendt."
-#: ../plug-ins/common/polar.c:692
+#: ../plug-ins/common/polar-coords.c:692
msgid "To _polar"
msgstr "Til _polar"
-#: ../plug-ins/common/polar.c:698
-msgid ""
-"If unchecked the image will be circularly mapped onto a rectangle. If "
-"checked the image will be mapped onto a circle."
-msgstr ""
-"Dersom denne er merka, vil biletet bli teikna sirkulært. Elles blir biletet "
-"teikna sirkulært i eit rektangel."
+#: ../plug-ins/common/polar-coords.c:698
+msgid "If unchecked the image will be circularly mapped onto a rectangle. If checked the image will be mapped onto a circle."
+msgstr "Dersom denne er merka, vil biletet bli teikna sirkulært. Elles blir biletet teikna sirkulært i eit rektangel."
-#: ../plug-ins/common/poppler.c:285
-msgid "Portable Document Format"
-msgstr "Portable Document Format"
-
-#: ../plug-ins/common/poppler.c:606
-#, c-format
-msgid "%s-%s"
-msgstr "%s-%s"
-
-#: ../plug-ins/common/poppler.c:608 ../plug-ins/common/postscript.c:1111
-#, c-format
-msgid "%s-pages"
-msgstr "%s-sider"
-
-#: ../plug-ins/common/poppler.c:786
-msgid "Import from PDF"
-msgstr "Importer frå PDF"
-
-#: ../plug-ins/common/poppler.c:791 ../plug-ins/common/postscript.c:3083
-#: ../plug-ins/common/tiff-load.c:451
-msgid "_Import"
-msgstr "_Importer"
-
-#: ../plug-ins/common/poppler.c:857
-msgid "_Width (pixels):"
-msgstr "_Breidde (pikslar):"
-
-#: ../plug-ins/common/poppler.c:858
-msgid "_Height (pixels):"
-msgstr "Høgde (pikslar):"
-
-#: ../plug-ins/common/poppler.c:860
-msgid "_Resolution:"
-msgstr "_Oppløysing:"
-
-#: ../plug-ins/common/poppler.c:1134
-#, c-format
-msgid "pixels/%s"
-msgstr "pikslar/%s"
-
-#: ../plug-ins/common/postscript.c:597 ../plug-ins/common/postscript.c:689
-msgid "PostScript document"
-msgstr "Postscript-dokument"
-
-#: ../plug-ins/common/postscript.c:616 ../plug-ins/common/postscript.c:705
-msgid "Encapsulated PostScript image"
-msgstr "Innekapsla PostScript-bilete"
-
-#: ../plug-ins/common/postscript.c:636
-msgid "PDF document"
-msgstr "PDF-dokument"
-
-#: ../plug-ins/common/postscript.c:1036
-#, c-format
-msgid "Could not interpret '%s'"
-msgstr "Kunne ikkje tolka «%s»."
-
-#: ../plug-ins/common/postscript.c:1176
-msgid "PostScript save cannot handle images with alpha channels"
-msgstr "Bilete med alfa-kanal kan ikkje lagrast i PostScript."
-
-#: ../plug-ins/common/postscript.c:1713 ../plug-ins/common/postscript.c:1746
-#, c-format
-msgid ""
-"Error starting Ghostscript. Make sure that Ghostscript is installed and - if "
-"necessary - use the environment variable GS_PROG to tell GIMP about its "
-"location.\n"
-"(%s)"
-msgstr ""
-"Feil ved oppstart av Ghostscript. Forsikra deg om at Ghostscript er "
-"installert og, dersom det er nødvendig, bruk omgivnadsvariabelen GS_PROG for "
-"å fortelje GIMP kvar det er plassert.\n"
-"(%s)"
-
-#: ../plug-ins/common/postscript.c:1913 ../plug-ins/common/tiff-load.c:954
-#, c-format
-msgid "Page %d"
-msgstr "Side %d"
-
-#: ../plug-ins/common/postscript.c:2583 ../plug-ins/common/postscript.c:2716
-#: ../plug-ins/common/postscript.c:2868 ../plug-ins/common/postscript.c:2994
-#: ../plug-ins/common/sunras.c:1485 ../plug-ins/common/sunras.c:1593
-#: ../plug-ins/fits/fits.c:831 ../plug-ins/fits/fits.c:955
-msgid "Write error occurred"
-msgstr "Det oppsto ein skrivefeil"
-
-#: ../plug-ins/common/postscript.c:3078
-msgid "Import from PostScript"
-msgstr "Importer frå PostScript"
-
-#. Rendering
-#: ../plug-ins/common/postscript.c:3121
-msgid "Rendering"
-msgstr "Teikna"
-
-#. Resolution
-#: ../plug-ins/common/postscript.c:3137 ../plug-ins/common/svg.c:898
-#: ../plug-ins/common/wmf.c:683
-msgid "Resolution:"
-msgstr "Oppløysing:"
-
-#: ../plug-ins/common/postscript.c:3176
-msgid "Pages:"
-msgstr "Sider:"
-
-#: ../plug-ins/common/postscript.c:3183
-msgid "Pages to load (e.g.: 1-4 or 1,3,5-7)"
-msgstr "Sider som skal opnast (t.d. 1-4 eller 1,3,5-7)"
-
-#: ../plug-ins/common/postscript.c:3187
-#: ../plug-ins/common/spheredesigner.c:2650
-msgid "Layers"
-msgstr "Lag"
-
-#: ../plug-ins/common/postscript.c:3189
-msgid "Images"
-msgstr "Bilete"
-
-#: ../plug-ins/common/postscript.c:3192
-msgid "Open as"
-msgstr "Opna som"
-
-#: ../plug-ins/common/postscript.c:3196
-msgid "Try Bounding Box"
-msgstr "Prøv BoundingBox"
-
-#. Colouring
-#: ../plug-ins/common/postscript.c:3209
-msgid "Coloring"
-msgstr "Fargelegg"
-
-#: ../plug-ins/common/postscript.c:3213
-msgid "B/W"
-msgstr "S&K"
-
-#: ../plug-ins/common/postscript.c:3214 ../plug-ins/imagemap/imap_menu.c:214
-#: ../plug-ins/rcm/rcm_dialog.c:419
-msgid "Gray"
-msgstr "Grå"
-
-#: ../plug-ins/common/postscript.c:3215 ../plug-ins/common/xpm.c:468
-#: ../plug-ins/gimpressionist/color.c:66
-#: ../plug-ins/gimpressionist/general.c:170
-#: ../plug-ins/imagemap/imap_menu.c:213
-msgid "Color"
-msgstr "Farge"
-
-#: ../plug-ins/common/postscript.c:3216 ../plug-ins/fits/fits.c:1014
-msgid "Automatic"
-msgstr "Automatisk"
-
-#: ../plug-ins/common/postscript.c:3226
-msgid "Text antialiasing"
-msgstr "Kantutjamning av teksten"
-
-#: ../plug-ins/common/postscript.c:3231 ../plug-ins/common/postscript.c:3243
-msgid "Weak"
-msgstr "Svak"
-
-#: ../plug-ins/common/postscript.c:3232 ../plug-ins/common/postscript.c:3244
-msgid "Strong"
-msgstr "Sterk"
-
-#: ../plug-ins/common/postscript.c:3238
-msgid "Graphic antialiasing"
-msgstr "Kantutjamning av grafikk"
-
-#: ../plug-ins/common/postscript.c:3316
-msgid "Save as PostScript"
-msgstr "Lagra som Postscript"
-
-#. Image Size
-#: ../plug-ins/common/postscript.c:3347
-msgid "Image Size"
-msgstr "Biletstorleik"
-
-#: ../plug-ins/common/postscript.c:3396
-msgid "_Keep aspect ratio"
-msgstr "_Behald forholdet mellom sidene"
-
-#: ../plug-ins/common/postscript.c:3402
-msgid ""
-"When toggled, the resulting image will be scaled to fit into the given size "
-"without changing the aspect ratio."
-msgstr ""
-"Skaler biletet til papirstorleiken utan å endra forholdet mellom sidene."
-
-#. Unit
-#: ../plug-ins/common/postscript.c:3412
-msgid "Unit"
-msgstr "Eining"
-
-#: ../plug-ins/common/postscript.c:3416
-msgid "_Inch"
-msgstr "_Tomme"
-
-#: ../plug-ins/common/postscript.c:3417
-msgid "_Millimeter"
-msgstr "__Millimeter"
-
-#. Format
-#: ../plug-ins/common/postscript.c:3443
-msgid "Output"
-msgstr "Utdata"
-
-#: ../plug-ins/common/postscript.c:3449
-msgid "_PostScript level 2"
-msgstr "_Postscript Level 2"
-
-#: ../plug-ins/common/postscript.c:3458
-msgid "_Encapsulated PostScript"
-msgstr "_Encapsulated PostScript"
-
-#: ../plug-ins/common/postscript.c:3467
-msgid "P_review"
-msgstr "_Førehandsvising"
-
-#: ../plug-ins/common/postscript.c:3488
-msgid "Preview _size:"
-msgstr "_Storleiken på førehandsvisinga:"
-
-#: ../plug-ins/common/procedure-browser.c:83
+#: ../plug-ins/common/procedure-browser.c:82
msgid "List available procedures in the PDB"
-msgstr "List tilgjengelege prosedyrar i PDB"
+msgstr "List prosedyrar som er tilgjengelege i PDB"
-#: ../plug-ins/common/procedure-browser.c:88
+#: ../plug-ins/common/procedure-browser.c:87
msgid "Procedure _Browser"
-msgstr "Prosedyre_lesar"
+msgstr "_Prosedyrelesar"
-#: ../plug-ins/common/procedure-browser.c:126
+#: ../plug-ins/common/procedure-browser.c:125
msgid "Procedure Browser"
msgstr "Prosedyrelesar"
-#: ../plug-ins/common/psd-save.c:222 ../plug-ins/psd/psd.c:114
-#: ../plug-ins/psd/psd.c:153
-msgid "Photoshop image"
-msgstr "Photoshop-bilete"
+#: ../plug-ins/common/qbist.c:401
+msgid "Generate a huge variety of abstract patterns"
+msgstr "Genererer mange ulike former for abstrakte mønster"
-#: ../plug-ins/common/psd-save.c:353
-#, c-format
-msgid ""
-"Unable to save layer with mode '%s'. Either the PSD file format or the save "
-"plug-in does not support that, using normal mode instead."
-msgstr ""
-"Kunne ikkje lagra lag i modus «%s». Anten PDS-filformatet eller "
-"programtillegget har ikkje støtte for dette. Bruker normalmodus i staden"
+#: ../plug-ins/common/qbist.c:409
+msgid "_Qbist..."
+msgstr "_Qbist …"
-#: ../plug-ins/common/psd-save.c:608
-msgid "Error: Can't convert GIMP base imagetype to PSD mode"
-msgstr "Feil: Kan ikkje omforma GIMP bilettype til PDS-modus"
+#: ../plug-ins/common/qbist.c:510
+msgid "Qbist"
+msgstr "Qbist"
-#: ../plug-ins/common/psd-save.c:1533
-#, c-format
-msgid ""
-"Unable to save '%s'. The psd file format does not support images that are "
-"more than 30000 pixels wide or tall."
-msgstr ""
-"Kan ikkje lagra «%s». PSD-formatet støtter ikkje bilete som er over 30.000 "
-"pikslar høge eller breie."
+#: ../plug-ins/common/qbist.c:706
+msgid "Load QBE File"
+msgstr "Opna QBE-fil"
-#: ../plug-ins/common/psd-save.c:1545
-#, c-format
-msgid ""
-"Unable to save '%s'. The psd file format does not support images with "
-"layers that are more than 30000 pixels wide or tall."
-msgstr ""
-"Kan ikkje lagra «%s». PSD-formatet støtter ikkje bilete med lag som er over "
-"30.000 pikslar høge eller breie."
+#: ../plug-ins/common/qbist.c:748
+msgid "Save as QBE File"
+msgstr "Lagra som QBE-fil"
-#: ../plug-ins/common/psp.c:356 ../plug-ins/common/psp.c:380
-msgid "Paint Shop Pro image"
-msgstr "Paint-Shop-Pro-bilete"
+#: ../plug-ins/common/qbist.c:802
+msgid "G-Qbist"
+msgstr "G-Qbist"
-#: ../plug-ins/common/psp.c:397
-msgid "Save as PSP"
-msgstr "Lagra som PSP"
-
-#. file save type
-#: ../plug-ins/common/psp.c:414
-msgid "Data Compression"
-msgstr "Kompressjonsgrad"
-
-#: ../plug-ins/common/psp.c:419
-msgid "RLE"
-msgstr "RLE"
-
-#: ../plug-ins/common/psp.c:420
-msgid "LZ77"
-msgstr "LZ77"
-
-#: ../plug-ins/common/randomize.c:102
-msgid "Random Hurl"
-msgstr "Tilfeldig fargekasting"
-
-#: ../plug-ins/common/randomize.c:103
-msgid "Random Pick"
-msgstr "Tilfeldig plukk"
-
-#: ../plug-ins/common/randomize.c:104
-msgid "Random Slur"
-msgstr "Tilfeldig pletting"
-
-#: ../plug-ins/common/randomize.c:202
-msgid "Completely randomize a fraction of pixels"
-msgstr ""
-
-#: ../plug-ins/common/randomize.c:204
-msgid "Randomly interchange some pixels with neighbors"
-msgstr "Bytt ein del pikslar tilfeldig med nabopikslar"
-
-#: ../plug-ins/common/randomize.c:206
-msgid "Randomly slide some pixels downward (similar to melting)"
-msgstr "Flytt noen tilfeldige pikslar nedover. Simulerer smelting."
-
-#: ../plug-ins/common/randomize.c:233
-msgid "_Hurl..."
-msgstr "_Fargekast..."
-
-#: ../plug-ins/common/randomize.c:245
-msgid "_Pick..."
-msgstr "Farge_plukk..."
-
-#: ../plug-ins/common/randomize.c:257
-msgid "_Slur..."
-msgstr "_Pletting..."
-
-#: ../plug-ins/common/randomize.c:771 ../plug-ins/common/snoise.c:601
-msgid "_Random seed:"
-msgstr "Tilfeldig _frø:"
-
-#: ../plug-ins/common/randomize.c:780
-msgid "R_andomization (%):"
-msgstr "_Slumpmengde (%):"
-
-#: ../plug-ins/common/randomize.c:783
-msgid "Percentage of pixels to be filtered"
-msgstr "Mengda av pikslar som skal filtrerast (%)"
-
-#: ../plug-ins/common/randomize.c:795
-msgid "R_epeat:"
-msgstr "G_jenta:"
-
-#: ../plug-ins/common/randomize.c:798
-msgid "Number of times to apply filter"
-msgstr "Kor ofte filteret skal brukast"
-
-#: ../plug-ins/common/raw.c:179 ../plug-ins/common/raw.c:194
-msgid "Raw image data"
-msgstr "Raw biletdata"
-
-#: ../plug-ins/common/raw.c:959
-msgid "Load Image from Raw Data"
-msgstr "Last biletet frå Raw Data"
-
-#: ../plug-ins/common/raw.c:992
-msgid "Image"
-msgstr "Bilete"
-
-#: ../plug-ins/common/raw.c:1003
-msgid "RGB Alpha"
-msgstr "RGB-alfa"
-
-#: ../plug-ins/common/raw.c:1004
-msgid "Planar RGB"
-msgstr "Planar RGB"
-
-#: ../plug-ins/common/raw.c:1005
-msgid "Indexed"
-msgstr "Indeksert"
-
-#: ../plug-ins/common/raw.c:1006
-msgid "Indexed Alpha"
-msgstr "Indeksert alfa"
-
-#: ../plug-ins/common/raw.c:1011
-msgid "Image _Type:"
-msgstr "Bilet_type:"
-
-#: ../plug-ins/common/raw.c:1061
-msgid "Palette"
-msgstr "Palett"
-
-#: ../plug-ins/common/raw.c:1071 ../plug-ins/common/raw.c:1170
-msgid "R, G, B (normal)"
-msgstr "R, G, B (normal)"
-
-#: ../plug-ins/common/raw.c:1072 ../plug-ins/common/raw.c:1172
-msgid "B, G, R, X (BMP style)"
-msgstr "B, G, R, X (BMP-stil)"
-
-#: ../plug-ins/common/raw.c:1077
-msgid "_Palette Type:"
-msgstr "_Palettype:"
-
-#: ../plug-ins/common/raw.c:1088
-msgid "Off_set:"
-msgstr "For_skyving:"
-
-#: ../plug-ins/common/raw.c:1100
-msgid "Select Palette File"
-msgstr "Vel palettfil"
-
-#: ../plug-ins/common/raw.c:1106
-msgid "Pal_ette File:"
-msgstr "Pal_ettfil:"
-
-#: ../plug-ins/common/raw.c:1134
-msgid "Raw Image Save"
-msgstr "Lagra raw biletdata"
-
-#: ../plug-ins/common/raw.c:1156
-msgid "RGB Save Type"
-msgstr "RGB-lagringstype"
-
-#: ../plug-ins/common/raw.c:1160
-msgid "Standard (R,G,B)"
-msgstr "Standard (R,G,B)"
-
-#: ../plug-ins/common/raw.c:1161
-msgid "Planar (RRR,GGG,BBB)"
-msgstr "Planar (RRR,GGG,BBB)"
-
-#: ../plug-ins/common/raw.c:1166
-msgid "Indexed Palette Type"
-msgstr "Indeksert palett"
-
-#: ../plug-ins/common/redeye.c:107
+#: ../plug-ins/common/red-eye-removal.c:104
msgid "Remove the red eye effect caused by camera flashes"
msgstr "Gjer den raude blitsrefleksen i auge om til naturleg svart"
-#: ../plug-ins/common/redeye.c:118
+#: ../plug-ins/common/red-eye-removal.c:115
msgid "_Red Eye Removal..."
-msgstr "Fjern _raude auge..."
+msgstr "Fjern _raude auge …"
-#: ../plug-ins/common/redeye.c:145
+#: ../plug-ins/common/red-eye-removal.c:141
msgid "Red Eye Removal"
msgstr "Fjern raude auge"
-#: ../plug-ins/common/redeye.c:179
+#: ../plug-ins/common/red-eye-removal.c:169
+#: ../plug-ins/common/unsharp-mask.c:891
+#: ../plug-ins/common/wind.c:1007
+#: ../plug-ins/imagemap/imap_preferences.c:440
+#: ../plug-ins/map-object/map-object-ui.c:585
+msgid "_Threshold:"
+msgstr "_Terskelverdi:"
+
+#: ../plug-ins/common/red-eye-removal.c:175
msgid "Threshold for the red eye color to remove."
msgstr "Terskelverdi for den raude fargen som skal byttast ut"
-#: ../plug-ins/common/redeye.c:184
+#: ../plug-ins/common/red-eye-removal.c:180
msgid "Manually selecting the eyes may improve the results."
msgstr ""
"Du kan i noen tilfelle forbetra resultatet \n"
-"ved å markere auge manuelt "
+"ved å markere auget manuelt med eit \n"
+"av utvalsverktøya."
-#: ../plug-ins/common/redeye.c:317
+#: ../plug-ins/common/red-eye-removal.c:300
msgid "Removing red eye"
msgstr "Fjerner raude auge"
-#: ../plug-ins/common/retinex.c:156
-msgid "Enhance contrast using the Retinex method"
-msgstr "Forbetrar kontrasten ved å bruke den såkalla retinex-metoden"
-
-#: ../plug-ins/common/retinex.c:166
-msgid "Retine_x..."
-msgstr "Retine_x"
-
-#: ../plug-ins/common/retinex.c:250
-msgid "Retinex"
-msgstr "Retinex..."
-
-#: ../plug-ins/common/retinex.c:286
-msgid "Retinex Image Enhancement"
-msgstr "Retinex fargeforbetring"
-
-#: ../plug-ins/common/retinex.c:321
-#, fuzzy
-msgid "Uniform"
-msgstr "Likt"
-
-#: ../plug-ins/common/retinex.c:322
-#, fuzzy
-msgid "Low"
-msgstr "Låg"
-
-#: ../plug-ins/common/retinex.c:323
-#, fuzzy
-msgid "High"
-msgstr "Høg"
-
-#: ../plug-ins/common/retinex.c:334
-#, fuzzy
-msgid "_Level:"
-msgstr "Grad:"
-
-#: ../plug-ins/common/retinex.c:339
-msgid "_Scale:"
-msgstr "_Skalering:"
-
-#: ../plug-ins/common/retinex.c:354
-#, fuzzy
-msgid "Scale _division:"
-msgstr "_Oppdeling:"
-
-#: ../plug-ins/common/retinex.c:369
-#, fuzzy
-msgid "Dy_namic:"
-msgstr "Dy_namisk:"
-
-#: ../plug-ins/common/retinex.c:642
-msgid "Retinex: filtering"
-msgstr "Retinex: filtrering"
-
-#: ../plug-ins/common/ripple.c:129
+#: ../plug-ins/common/ripple.c:125
msgid "Displace pixels in a ripple pattern"
msgstr "Flytter pikslane i eit krusningsmønster"
-#: ../plug-ins/common/ripple.c:136
+#: ../plug-ins/common/ripple.c:132
msgid "_Ripple..."
-msgstr "_Krusning..."
+msgstr "_Krusning …"
-#: ../plug-ins/common/ripple.c:226
+#: ../plug-ins/common/ripple.c:222
msgid "Rippling"
msgstr "Krusningar"
-#: ../plug-ins/common/ripple.c:468
+#: ../plug-ins/common/ripple.c:482
msgid "Ripple"
msgstr "Krusning"
-#: ../plug-ins/common/ripple.c:525
+#: ../plug-ins/common/ripple.c:540
msgid "_Retain tilability"
-msgstr "_Behald flislegginga"
+msgstr "Behald f_lislegginga"
#. Edges toggle box
-#: ../plug-ins/common/ripple.c:559
+#: ../plug-ins/common/ripple.c:577
msgid "Edges"
msgstr "Kantar"
-#: ../plug-ins/common/ripple.c:565
+#: ../plug-ins/common/ripple.c:583
msgid "_Blank"
msgstr "_Blank"
#. Wave toggle box
-#: ../plug-ins/common/ripple.c:587
+#: ../plug-ins/common/ripple.c:605
msgid "Wave Type"
msgstr "Bølgetype"
-#: ../plug-ins/common/ripple.c:591
+#: ../plug-ins/common/ripple.c:609
msgid "Saw_tooth"
msgstr "Sagt_ann"
-#: ../plug-ins/common/ripple.c:592
+#: ../plug-ins/common/ripple.c:610
msgid "S_ine"
msgstr "S_inus"
-#: ../plug-ins/common/ripple.c:615
+#: ../plug-ins/common/ripple.c:633
msgid "_Period:"
msgstr "_Periode:"
-#: ../plug-ins/common/ripple.c:628
+#: ../plug-ins/common/ripple.c:646
msgid "A_mplitude:"
-msgstr "A_mplityde:"
+msgstr "A_mplitude:"
-#: ../plug-ins/common/ripple.c:641
+#: ../plug-ins/common/ripple.c:659
msgid "Phase _shift:"
-msgstr "_Faseforskyving:"
+msgstr "_Faseforsk_yving:"
-#: ../plug-ins/common/rotate.c:413
+#: ../plug-ins/common/rotate.c:412
msgid "You can not rotate the whole image if there's a selection."
msgstr "Du kan ikkje rotera heile biletet dersom det inneheld ei markering."
-#: ../plug-ins/common/rotate.c:420
+#: ../plug-ins/common/rotate.c:419
msgid "You can not rotate the whole image if there's a floating selection."
-msgstr ""
-"Du kan ikkje rotera heile biletet dersom det inneheld ei flytande markering."
+msgstr "Du kan ikkje rotera heile biletet dersom det inneheld ei flytande markering."
-#: ../plug-ins/common/rotate.c:431
+#: ../plug-ins/common/rotate.c:430
msgid "Sorry, channels and masks can not be rotated."
msgstr "Du kan ikkje rotera kanaler og masker."
-#: ../plug-ins/common/rotate.c:437
+#: ../plug-ins/common/rotate.c:436
msgid "Rotating"
msgstr "Roterer"
-#: ../plug-ins/common/sample_colorize.c:298
+#: ../plug-ins/common/sample-colorize.c:297
msgid "Colorize image using a sample image as a guide"
msgstr "Fargelegg biletet ved å bruke eit utvald bilete som mønster"
-#: ../plug-ins/common/sample_colorize.c:303
+#: ../plug-ins/common/sample-colorize.c:302
msgid "_Sample Colorize..."
-msgstr "Fargelegg frå _mal..."
+msgstr "Fargelegg frå _mal …"
-#: ../plug-ins/common/sample_colorize.c:1313
+#: ../plug-ins/common/sample-colorize.c:1317
msgid "Sample Colorize"
msgstr "Fargelegg"
-#: ../plug-ins/common/sample_colorize.c:1318
+#: ../plug-ins/common/sample-colorize.c:1322
msgid "Get _Sample Colors"
msgstr "Hent fargane frå _malen"
#. layer combo_box (Dst)
-#: ../plug-ins/common/sample_colorize.c:1347
+#: ../plug-ins/common/sample-colorize.c:1351
msgid "Destination:"
msgstr "Mål:"
#. layer combo_box (Sample)
-#: ../plug-ins/common/sample_colorize.c:1363
+#: ../plug-ins/common/sample-colorize.c:1367
msgid "Sample:"
msgstr "Kjelde:"
-#: ../plug-ins/common/sample_colorize.c:1373
+#: ../plug-ins/common/sample-colorize.c:1377
msgid "From reverse gradient"
msgstr "Frå omvendt fargeovergang"
-#: ../plug-ins/common/sample_colorize.c:1378
+#: ../plug-ins/common/sample-colorize.c:1382
msgid "From gradient"
msgstr "Frå fargeovergang"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1399
-#: ../plug-ins/common/sample_colorize.c:1426
+#: ../plug-ins/common/sample-colorize.c:1403
+#: ../plug-ins/common/sample-colorize.c:1430
msgid "Show selection"
msgstr "Vis markering"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1410
-#: ../plug-ins/common/sample_colorize.c:1437
+#: ../plug-ins/common/sample-colorize.c:1414
+#: ../plug-ins/common/sample-colorize.c:1441
msgid "Show color"
msgstr "Vis farge"
-#: ../plug-ins/common/sample_colorize.c:1550
+#: ../plug-ins/common/sample-colorize.c:1554
msgid "Input levels:"
msgstr "Kjeldeverdiar:"
-#: ../plug-ins/common/sample_colorize.c:1600
+#: ../plug-ins/common/sample-colorize.c:1604
msgid "Output levels:"
msgstr "Utverdiar:"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1640
+#: ../plug-ins/common/sample-colorize.c:1644
msgid "Hold intensity"
msgstr "Behald intensitet"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1651
+#: ../plug-ins/common/sample-colorize.c:1655
msgid "Original intensity"
msgstr "Original intensitet"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1669
+#: ../plug-ins/common/sample-colorize.c:1673
msgid "Use subcolors"
msgstr "Bruk underfarger"
#. check button
-#: ../plug-ins/common/sample_colorize.c:1680
+#: ../plug-ins/common/sample-colorize.c:1684
msgid "Smooth samples"
msgstr "Mjuk samling"
-#: ../plug-ins/common/sample_colorize.c:2652
+#: ../plug-ins/common/sample-colorize.c:2656
msgid "Sample analyze"
msgstr "Samlingsanalyse"
-#: ../plug-ins/common/sample_colorize.c:3030
+#: ../plug-ins/common/sample-colorize.c:3034
msgid "Remap colorized"
-msgstr "Fargelegg..."
+msgstr "Fargelegg"
-#: ../plug-ins/common/scatter_hsv.c:103
-msgid "Randomize hue/saturation/value independently"
-msgstr "Gjer kulør, metning og verdi tilfeldige kvar for seg"
-
-#: ../plug-ins/common/scatter_hsv.c:108
-msgid "HSV Noise..."
-msgstr "HSV-støy..."
-
-#: ../plug-ins/common/scatter_hsv.c:215 ../plug-ins/common/scatter_hsv.c:361
-msgid "HSV Noise"
-msgstr "HSV-støy"
-
-#: ../plug-ins/common/scatter_hsv.c:397
-msgid "_Holdness:"
-msgstr "_Hald:"
-
-#: ../plug-ins/common/scatter_hsv.c:409
-msgid "H_ue:"
-msgstr "_Kulør:"
-
-#: ../plug-ins/common/screenshot.c:240
+#: ../plug-ins/common/screenshot.c:239
msgid "Create an image from an area of the screen"
-msgstr "Opprett eit nytt bilete frå eit skjermormråde"
+msgstr "Opprett eit nytt bilete frå eit ormråde av skjermen"
-#: ../plug-ins/common/screenshot.c:253
+#: ../plug-ins/common/screenshot.c:252
msgid "_Screenshot..."
-msgstr "_Skjermdump..."
+msgstr "_Skjermenbilete …"
-#: ../plug-ins/common/screenshot.c:418
+#: ../plug-ins/common/screenshot.c:416
msgid "Error selecting the window"
msgstr "Feil ved markeringa av vindauget"
-#: ../plug-ins/common/screenshot.c:779
+#: ../plug-ins/common/screenshot.c:777
msgid "Importing screenshot"
-msgstr "Importerer skjermdump"
+msgstr "Importerer eit bilete av skjermen"
-#: ../plug-ins/common/screenshot.c:805 ../plug-ins/common/screenshot.c:1061
+#: ../plug-ins/common/screenshot.c:803
+#: ../plug-ins/common/screenshot.c:1059
msgid "Screenshot"
-msgstr "Skjermdump"
+msgstr "Skjermbilete"
-#: ../plug-ins/common/screenshot.c:846
+#: ../plug-ins/common/screenshot.c:844
msgid "Mouse Pointer"
-msgstr "Peikarinformasjon"
+msgstr "Musepeikar"
-#: ../plug-ins/common/screenshot.c:950
+#: ../plug-ins/common/screenshot.c:948
msgid "Specified window not found"
msgstr "Fann ikkje det oppgitte vindauget"
-#: ../plug-ins/common/screenshot.c:976
+#: ../plug-ins/common/screenshot.c:974
msgid "There was an error taking the screenshot."
-msgstr "Det oppsto ein feil under knipsinga av skjermdumpen"
+msgstr "Det oppsto ein feil under knipsinga av skjermbiletet"
-#: ../plug-ins/common/screenshot.c:1070
+#: ../plug-ins/common/screenshot.c:1068
msgid "S_nap"
msgstr "_Grip"
-#: ../plug-ins/common/screenshot.c:1100
+#: ../plug-ins/common/screenshot.c:1098
msgid "After the delay, the screenshot is taken."
-msgstr "Skjermdumpen blir tatt etter pausen"
+msgstr "Biletet av skjermen blir knipsa etter pausen"
-#: ../plug-ins/common/screenshot.c:1102
-msgid ""
-"After the delay, drag your mouse to select the region for the screenshot."
-msgstr "Dra musepeikaren til det valde området for skjermdumpen etter pausen"
+#: ../plug-ins/common/screenshot.c:1100
+msgid "After the delay, drag your mouse to select the region for the screenshot."
+msgstr "Etter pausen kan du markere området med musepeikaren"
-#: ../plug-ins/common/screenshot.c:1105
+#: ../plug-ins/common/screenshot.c:1103
msgid "At the end of the delay, click in a window to snap it."
msgstr "Klikk i eit vindauge etter pausen for å lage bilete av det."
#. Area
-#: ../plug-ins/common/screenshot.c:1111
+#: ../plug-ins/common/screenshot.c:1109
msgid "Area"
msgstr "Område"
-#: ../plug-ins/common/screenshot.c:1122
+#: ../plug-ins/common/screenshot.c:1120
msgid "Take a screenshot of a single _window"
-msgstr "Lag ein skjermdump av eit enkelt vindauge"
+msgstr "Knips eit bilete av eit enkelt _vindauge"
-#: ../plug-ins/common/screenshot.c:1141
+#: ../plug-ins/common/screenshot.c:1139
msgid "Include window _decoration"
msgstr "Inkluder vindaugedekorasjonar"
-#: ../plug-ins/common/screenshot.c:1159
+#: ../plug-ins/common/screenshot.c:1157
msgid "Take a screenshot of the entire _screen"
-msgstr "Lag ein skjermdump av heile _skjermen"
+msgstr "_skjermbilete"
-#: ../plug-ins/common/screenshot.c:1178
+#: ../plug-ins/common/screenshot.c:1176
msgid "Include _mouse pointer"
-msgstr "Feil ved henting av musepeikaren"
+msgstr "Inkluder _musepeikaren"
-#: ../plug-ins/common/screenshot.c:1198
+#: ../plug-ins/common/screenshot.c:1196
msgid "Select a _region to grab"
-msgstr "Vel område som det skal lagast skjermdump av"
+msgstr "Vel område som det skal hentast inn"
#. Delay
-#: ../plug-ins/common/screenshot.c:1213
+#: ../plug-ins/common/screenshot.c:1211
msgid "Delay"
msgstr "Vent i"
#. this is the unit label of a spinbutton
-#: ../plug-ins/common/screenshot.c:1235
+#: ../plug-ins/common/screenshot.c:1233
msgid "seconds"
msgstr "sekund"
-#: ../plug-ins/common/sel_gauss.c:104
-msgid "Blur neighboring pixels, but only in low-contrast areas"
-msgstr "Slør nabopikslar, men bare i område med låg kontrast"
-
-#: ../plug-ins/common/sel_gauss.c:115
-msgid "_Selective Gaussian Blur..."
-msgstr "_Selektiv gaussisk sløring..."
-
-#: ../plug-ins/common/sel_gauss.c:195 ../plug-ins/common/sel_gauss.c:232
-msgid "Selective Gaussian Blur"
-msgstr "Selektiv gaussisk sløring"
-
-#: ../plug-ins/common/sel_gauss.c:271
-msgid "_Blur radius:"
-msgstr "Slørings_radius:"
-
-#: ../plug-ins/common/sel_gauss.c:281
-msgid "_Max. delta:"
-msgstr "_Maks. delta:"
-
-#: ../plug-ins/common/semiflatten.c:68
+#: ../plug-ins/common/semi-flatten.c:67
msgid "Replace partial transparency with the current background color"
msgstr "Bytt delvis gjennomsikt med bakgrunnsfargen"
-#: ../plug-ins/common/semiflatten.c:75
+#: ../plug-ins/common/semi-flatten.c:74
msgid "_Semi-Flatten"
msgstr "_Halvutflating"
-#: ../plug-ins/common/semiflatten.c:118
+#: ../plug-ins/common/semi-flatten.c:117
msgid "Semi-Flattening"
-msgstr "Halvutflating..."
+msgstr "Halvutflater"
-#: ../plug-ins/common/sharpen.c:113
+#: ../plug-ins/common/sharpen.c:110
msgid "Make image sharper (less powerful than Unsharp Mask)"
msgstr "Gjer biletet skarpare (mindre effektivt enn uskarpmaska)"
-#: ../plug-ins/common/sharpen.c:120
+#: ../plug-ins/common/sharpen.c:117
msgid "_Sharpen..."
-msgstr "_Gjer skarpare..."
+msgstr "_Gjer skarpare …"
#.
#. * Let the user know what we're doing...
#.
-#: ../plug-ins/common/sharpen.c:307
+#: ../plug-ins/common/sharpen.c:304
msgid "Sharpening"
-msgstr "Gjer skarpare..."
+msgstr "Gjer skarpare"
-#: ../plug-ins/common/sharpen.c:476
+#: ../plug-ins/common/sharpen.c:473
msgid "Sharpen"
msgstr "Gjer skarpare"
-#: ../plug-ins/common/shift.c:101
+#: ../plug-ins/common/shift.c:100
msgid "Shift each row of pixels by a random amount"
msgstr "Forskyv biletet horisontalt eller vertikalt"
-#: ../plug-ins/common/shift.c:108
+#: ../plug-ins/common/shift.c:107
msgid "_Shift..."
-msgstr "_Forskyv..."
+msgstr "_Forskyv …"
-#: ../plug-ins/common/shift.c:189
+#: ../plug-ins/common/shift.c:188
msgid "Shifting"
msgstr "Forskyver"
-#: ../plug-ins/common/shift.c:355
+#: ../plug-ins/common/shift.c:354
msgid "Shift"
msgstr "Forskyv"
-#: ../plug-ins/common/shift.c:386
+#: ../plug-ins/common/shift.c:387
msgid "Shift _horizontally"
msgstr "Forskyv _horisontalt"
-#: ../plug-ins/common/shift.c:389
+#: ../plug-ins/common/shift.c:390
msgid "Shift _vertically"
msgstr "Forskyv _vertikalt"
-#: ../plug-ins/common/shift.c:420
+#: ../plug-ins/common/shift.c:421
msgid "Shift _amount:"
-msgstr "_Forskyvingsgrad:"
+msgstr "For_skyving:"
-#: ../plug-ins/common/sinus.c:186
+#: ../plug-ins/common/sinus.c:185
msgid "Generate complex sinusoidal textures"
msgstr "Genererer komplekse buktande teksturar"
-#: ../plug-ins/common/sinus.c:191
+#: ../plug-ins/common/sinus.c:190
msgid "_Sinus..."
-msgstr "_Sinus"
+msgstr "_Sinus …"
-#: ../plug-ins/common/sinus.c:284
+#: ../plug-ins/common/sinus.c:283
msgid "Sinus: rendering"
msgstr "Sinus: teikning"
#. Create Main window with a vbox
#. ==============================
-#: ../plug-ins/common/sinus.c:648
+#: ../plug-ins/common/sinus.c:647
msgid "Sinus"
msgstr "Sinus"
-#: ../plug-ins/common/sinus.c:690
+#: ../plug-ins/common/sinus.c:689
msgid "Drawing Settings"
msgstr "Biletinnstillingane"
-#: ../plug-ins/common/sinus.c:700
+#: ../plug-ins/common/sinus.c:699
msgid "_X scale:"
msgstr "_X-skala:"
-#: ../plug-ins/common/sinus.c:709
+#: ../plug-ins/common/sinus.c:708
msgid "_Y scale:"
msgstr "_Y-skala:"
-#: ../plug-ins/common/sinus.c:718
+#: ../plug-ins/common/sinus.c:717
msgid "Co_mplexity:"
msgstr "Ko_mpleksitet:"
-#: ../plug-ins/common/sinus.c:728
+#: ../plug-ins/common/sinus.c:727
msgid "Calculation Settings"
msgstr "Berekningsinnstillingane"
-#: ../plug-ins/common/sinus.c:741
+#: ../plug-ins/common/sinus.c:740
msgid "R_andom seed:"
msgstr "_Tilfeldig starttal:"
-#: ../plug-ins/common/sinus.c:750
+#: ../plug-ins/common/sinus.c:749
msgid "_Force tiling?"
msgstr "Tvungen _flislegging?"
-#: ../plug-ins/common/sinus.c:763
+#: ../plug-ins/common/sinus.c:762
msgid "_Ideal"
msgstr "_Ideell"
-#: ../plug-ins/common/sinus.c:764
+#: ../plug-ins/common/sinus.c:763
msgid "_Distorted"
msgstr "_Fordreid"
-#: ../plug-ins/common/sinus.c:782 ../plug-ins/common/sinus.c:798
-#: ../plug-ins/imagemap/imap_preferences.c:422
+#: ../plug-ins/common/sinus.c:781
+#: ../plug-ins/common/sinus.c:797
+#: ../plug-ins/imagemap/imap_preferences.c:421
msgid "Colors"
msgstr "Fargar"
#. if in grey scale, the colors are necessarily black and white
-#: ../plug-ins/common/sinus.c:791
+#: ../plug-ins/common/sinus.c:790
msgid "The colors are white and black."
msgstr "Fargane er svart og kvit"
-#: ../plug-ins/common/sinus.c:802
+#: ../plug-ins/common/sinus.c:801
msgid "Bl_ack & white"
msgstr "Svart/Kvit"
-#: ../plug-ins/common/sinus.c:804
+#: ../plug-ins/common/sinus.c:803
msgid "_Foreground & background"
msgstr "_Forgrunn og bakgrunn"
-#: ../plug-ins/common/sinus.c:806
+#: ../plug-ins/common/sinus.c:805
msgid "C_hoose here:"
msgstr "_Vel her:"
-#: ../plug-ins/common/sinus.c:819
+#: ../plug-ins/common/sinus.c:818
msgid "First color"
msgstr "Første farge"
-#: ../plug-ins/common/sinus.c:829
+#: ../plug-ins/common/sinus.c:828
msgid "Second color"
msgstr "Andre farge"
-#: ../plug-ins/common/sinus.c:842
+#: ../plug-ins/common/sinus.c:841
msgid "Alpha Channels"
msgstr "Alfakanalar"
-#: ../plug-ins/common/sinus.c:855
+#: ../plug-ins/common/sinus.c:854
msgid "F_irst color:"
msgstr "F_ørste farge:"
-#: ../plug-ins/common/sinus.c:870
+#: ../plug-ins/common/sinus.c:869
msgid "S_econd color:"
msgstr "_Andre farge:"
-#: ../plug-ins/common/sinus.c:895
+#: ../plug-ins/common/sinus.c:885
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:903
+msgid "Co_lors"
+msgstr "_Fargar"
+
+#: ../plug-ins/common/sinus.c:894
msgid "Blend Settings"
msgstr "Blandingsinnstillingane"
-#: ../plug-ins/common/sinus.c:908
+#: ../plug-ins/common/sinus.c:907
msgid "L_inear"
msgstr "L_inearæ"
-#: ../plug-ins/common/sinus.c:909
+#: ../plug-ins/common/sinus.c:908
msgid "Bili_near"
msgstr "Bili_neær"
-#: ../plug-ins/common/sinus.c:910
+#: ../plug-ins/common/sinus.c:909
msgid "Sin_usoidal"
msgstr "Sin_usforma"
-#: ../plug-ins/common/sinus.c:932
+#: ../plug-ins/common/sinus.c:931
msgid "_Blend"
msgstr "_Bland"
-#: ../plug-ins/common/sinus.c:1049
+#: ../plug-ins/common/sinus.c:1048
msgid "Do _preview"
msgstr "_Førehandsvis"
-#: ../plug-ins/common/smooth_palette.c:83
+#: ../plug-ins/common/smooth-palette.c:82
msgid "Derive a smooth color palette from the image"
msgstr "Lag ein mjuk fargepalett frå fargane i biletet"
-#: ../plug-ins/common/smooth_palette.c:88
+#: ../plug-ins/common/smooth-palette.c:87
msgid "Smoo_th Palette..."
-msgstr "Palettutglatting..."
+msgstr "Palettutglatting …"
-#: ../plug-ins/common/smooth_palette.c:179
+#: ../plug-ins/common/smooth-palette.c:178
msgid "Deriving smooth palette"
msgstr "Avleier ein utglatta palett"
-#: ../plug-ins/common/smooth_palette.c:412
+#: ../plug-ins/common/smooth-palette.c:411
msgid "Smooth Palette"
msgstr "Palettutglatting"
-#: ../plug-ins/common/smooth_palette.c:452
+#: ../plug-ins/common/smooth-palette.c:451
msgid "_Search depth:"
msgstr "_Søkedjupn:"
-#: ../plug-ins/common/snoise.c:176
-msgid "Create a random cloud-like texture"
-msgstr "Lager ein tilfeldig sky-liknande tekstur"
-
-#: ../plug-ins/common/snoise.c:182
-msgid "_Solid Noise..."
-msgstr "_Massiv støy..."
-
-#. Dialog initialization
-#: ../plug-ins/common/snoise.c:315 ../plug-ins/common/snoise.c:563
-msgid "Solid Noise"
-msgstr "Massiv støy"
-
-#: ../plug-ins/common/snoise.c:614
-msgid "_Detail:"
-msgstr "_Detaljar:"
-
-#. Turbulent
-#: ../plug-ins/common/snoise.c:624
-msgid "T_urbulent"
-msgstr "T_urbulens"
-
-#. Tilable
-#: ../plug-ins/common/snoise.c:638
-msgid "T_ilable"
-msgstr "_Flisbar"
-
-#: ../plug-ins/common/snoise.c:653
-msgid "_X size:"
-msgstr "_X-storleik:"
-
-#: ../plug-ins/common/snoise.c:666
-msgid "_Y size:"
-msgstr "_Y-storleik:"
-
-#: ../plug-ins/common/sobel.c:108
-msgid "Specialized direction-dependent edge detection"
-msgstr "Spesialisert retningsbestemt kantfinning"
-
-#: ../plug-ins/common/sobel.c:121
-msgid "_Sobel..."
-msgstr "_Sobelrelieff..."
-
-#: ../plug-ins/common/sobel.c:229
-msgid "Sobel Edge Detection"
-msgstr "Sobel kantgjenkjenning"
-
-#: ../plug-ins/common/sobel.c:258
-msgid "Sobel _horizontally"
-msgstr "Sobel _horisontalt"
-
-#: ../plug-ins/common/sobel.c:270
-msgid "Sobel _vertically"
-msgstr "Sobel _vertikalt"
-
-#: ../plug-ins/common/sobel.c:282
-msgid "_Keep sign of result (one direction only)"
-msgstr "_Hald auge med resultatet (bare i ei retning)"
-
-#: ../plug-ins/common/sobel.c:368
-msgid "Sobel edge detecting"
-msgstr "Sobel kantgjenkjenning..."
-
-#: ../plug-ins/common/softglow.c:134
+#: ../plug-ins/common/softglow.c:133
msgid "Simulate glow by making highlights intense and fuzzy"
msgstr "Simulerer glød ved å lage høglysa meir intense og ullne"
-#: ../plug-ins/common/softglow.c:139
+#: ../plug-ins/common/softglow.c:138
msgid "_Softglow..."
-msgstr "_Mjukglød"
+msgstr "_Mjukglød …"
-#: ../plug-ins/common/softglow.c:630
+#: ../plug-ins/common/softglow.c:631
msgid "Softglow"
msgstr "Mjukglød"
-#: ../plug-ins/common/softglow.c:667
+#: ../plug-ins/common/softglow.c:668
msgid "_Glow radius:"
msgstr "_Glødradius:"
-#: ../plug-ins/common/sparkle.c:178
+#: ../plug-ins/common/sparkle.c:177
msgid "Turn bright spots into starry sparkles"
msgstr "Gjer om lyse punkt til lysglimt"
-#: ../plug-ins/common/sparkle.c:186
+#: ../plug-ins/common/sparkle.c:185
msgid "_Sparkle..."
-msgstr "Lys_glimt..."
+msgstr "Lysgli_mt …"
-#: ../plug-ins/common/sparkle.c:223
+#: ../plug-ins/common/sparkle.c:222
msgid "Region selected for filter is empty"
msgstr "Området vald for filteret er tomt"
-#: ../plug-ins/common/sparkle.c:299
+#: ../plug-ins/common/sparkle.c:298
msgid "Sparkling"
msgstr "Lager lysglimta"
-#: ../plug-ins/common/sparkle.c:337
+#: ../plug-ins/common/sparkle.c:336
msgid "Sparkle"
msgstr "Lysglimt"
-#: ../plug-ins/common/sparkle.c:373
+#: ../plug-ins/common/sparkle.c:372
msgid "Luminosity _threshold:"
msgstr "_Terskel for lysverdi:"
-#: ../plug-ins/common/sparkle.c:376
+#: ../plug-ins/common/sparkle.c:375
msgid "Adjust the luminosity threshold"
msgstr "Bestemmer kor lyse punkta må vere for å bli omdanna til lysglimt"
-#: ../plug-ins/common/sparkle.c:386
+#: ../plug-ins/common/sparkle.c:385
msgid "F_lare intensity:"
msgstr "Glimt_intensitet:"
-#: ../plug-ins/common/sparkle.c:389
+#: ../plug-ins/common/sparkle.c:388
msgid "Adjust the flare intensity"
msgstr "Bestemmer kor sterkt lysglimtet skal vere"
-#: ../plug-ins/common/sparkle.c:399
+#: ../plug-ins/common/sparkle.c:398
msgid "_Spike length:"
msgstr "_Strålelengde:"
-#: ../plug-ins/common/sparkle.c:402
+#: ../plug-ins/common/sparkle.c:401
msgid "Adjust the spike length"
msgstr "Still inn strålelengda"
-#: ../plug-ins/common/sparkle.c:412
+#: ../plug-ins/common/sparkle.c:411
msgid "Sp_ike points:"
msgstr "Talet på st_rålepunkt:"
-#: ../plug-ins/common/sparkle.c:415
+#: ../plug-ins/common/sparkle.c:414
msgid "Adjust the number of spikes"
msgstr "Sett talet på stråler"
-#: ../plug-ins/common/sparkle.c:425
+#: ../plug-ins/common/sparkle.c:424
msgid "Spi_ke angle (-1: random):"
msgstr "Strålevin_kel (-1: tilfeldig)"
-#: ../plug-ins/common/sparkle.c:428
+#: ../plug-ins/common/sparkle.c:427
msgid "Adjust the spike angle (-1 causes a random angle to be chosen)"
-msgstr ""
-"Juster vinkel for stråle (-1 betyr at det blir vald ein tilfeldig vinkel)"
+msgstr "Juster vinkel for stråle (-1 betyr at det blir vald ein tilfeldig vinkel)"
-#: ../plug-ins/common/sparkle.c:439
+#: ../plug-ins/common/sparkle.c:438
msgid "Spik_e density:"
msgstr "Glimt_prosent:"
-#: ../plug-ins/common/sparkle.c:442
+#: ../plug-ins/common/sparkle.c:441
msgid "Adjust the spike density"
msgstr "Set kor mange prosent av moglege glimt som skal brukast"
-#: ../plug-ins/common/sparkle.c:452
+#: ../plug-ins/common/sparkle.c:451
msgid "Tr_ansparency:"
msgstr "_Gjennomsikt:"
-#: ../plug-ins/common/sparkle.c:455
+#: ../plug-ins/common/sparkle.c:454
msgid "Adjust the opacity of the spikes"
msgstr "Bestemmer kor gjennomsiktige strålane skal vere"
-#: ../plug-ins/common/sparkle.c:465
+#: ../plug-ins/common/sparkle.c:464
msgid "_Random hue:"
-msgstr "Tilfeldig _farge:"
+msgstr "Tilfeldig kul_ør:"
-#: ../plug-ins/common/sparkle.c:468
+#: ../plug-ins/common/sparkle.c:467
msgid "Adjust how much the hue should be changed randomly"
-msgstr "Verdi for kor mykje fargen skal forandre seg tilfeldig"
+msgstr "Verdi for kor mykje kuløren skal variera tilfeldig"
-#: ../plug-ins/common/sparkle.c:478
+#: ../plug-ins/common/sparkle.c:477
msgid "Rando_m saturation:"
msgstr "Tilfeldig _metning:"
-#: ../plug-ins/common/sparkle.c:481
+#: ../plug-ins/common/sparkle.c:480
msgid "Adjust how much the saturation should be changed randomly"
msgstr "Verdi for kor mykje metninga skal forandra seg tilfeldig"
-#: ../plug-ins/common/sparkle.c:498
+#: ../plug-ins/common/sparkle.c:497
msgid "_Preserve luminosity"
msgstr "_Behald lysverdi"
-#: ../plug-ins/common/sparkle.c:505
+#: ../plug-ins/common/sparkle.c:504
msgid "Should the luminosity be preserved?"
-msgstr "Set det sentrale området av glimtet til den lysaste fargen i punktet."
+msgstr "Skal lysintesiteten bevarast?"
-#: ../plug-ins/common/sparkle.c:514
+#: ../plug-ins/common/sparkle.c:513
msgid "In_verse"
msgstr "In_verter"
-#: ../plug-ins/common/sparkle.c:520
+#: ../plug-ins/common/sparkle.c:519
msgid "Should the effect be inversed?"
-msgstr "Set det sentrale området av glimtet til den mørkaste fargen i punktet."
+msgstr "Skal effekten reverserast?"
-#: ../plug-ins/common/sparkle.c:529
+#: ../plug-ins/common/sparkle.c:528
msgid "A_dd border"
msgstr "L_ag ramme"
-#: ../plug-ins/common/sparkle.c:535
+#: ../plug-ins/common/sparkle.c:534
msgid "Draw a border of spikes around the image"
-msgstr ""
-"Lager ein kant av strålar rundt biletet i staden for mange lysglimt i biletet"
+msgstr "Lager ein kant av strålar rundt biletet i staden for mange lysglimt i biletet"
-#: ../plug-ins/common/sparkle.c:549
+#: ../plug-ins/common/sparkle.c:548
msgid "_Natural color"
msgstr "_Naturleg farge"
-#: ../plug-ins/common/sparkle.c:550
+#: ../plug-ins/common/sparkle.c:549
msgid "_Foreground color"
msgstr "F_orgrunnsfarge"
-#: ../plug-ins/common/sparkle.c:551
+#: ../plug-ins/common/sparkle.c:550
msgid "_Background color"
msgstr "B_akgrunnsfarge"
-#: ../plug-ins/common/sparkle.c:558
+#: ../plug-ins/common/sparkle.c:557
msgid "Use the color of the image"
msgstr "Bruk fargen i biletpunktet"
-#: ../plug-ins/common/sparkle.c:559
+#: ../plug-ins/common/sparkle.c:558
msgid "Use the foreground color"
msgstr "Bruk forgrunnsfagren"
-#: ../plug-ins/common/sparkle.c:560
+#: ../plug-ins/common/sparkle.c:559
msgid "Use the background color"
msgstr "Bruk bakgrunnsfagren"
-#: ../plug-ins/common/spheredesigner.c:291
-#: ../plug-ins/gimpressionist/general.c:166
+#: ../plug-ins/common/sphere-designer.c:290
+#: ../plug-ins/gimpressionist/general.c:165
msgid "Solid"
-msgstr "Einsfarga"
+msgstr "Heiltrukke"
-#: ../plug-ins/common/spheredesigner.c:292
+#: ../plug-ins/common/sphere-designer.c:291
msgid "Checker"
msgstr "Sjakkbrett"
-#: ../plug-ins/common/spheredesigner.c:293
+#: ../plug-ins/common/sphere-designer.c:292
msgid "Marble"
msgstr "Marmor"
-#: ../plug-ins/common/spheredesigner.c:294
+#: ../plug-ins/common/sphere-designer.c:293
msgid "Lizard"
msgstr "Firfisle"
-#: ../plug-ins/common/spheredesigner.c:295
+#: ../plug-ins/common/sphere-designer.c:294
msgid "Phong"
msgstr "Phong"
-#: ../plug-ins/common/spheredesigner.c:296
+#: ../plug-ins/common/sphere-designer.c:295
+#: ../plug-ins/flame/flame.c:773
msgid "Noise"
msgstr "Støy"
-#: ../plug-ins/common/spheredesigner.c:297
+#: ../plug-ins/common/sphere-designer.c:296
msgid "Wood"
msgstr "Tre"
-#: ../plug-ins/common/spheredesigner.c:298
+#: ../plug-ins/common/sphere-designer.c:297
+#: ../plug-ins/flame/flame.c:757
msgid "Spiral"
msgstr "Spiralar"
-#: ../plug-ins/common/spheredesigner.c:299
+#: ../plug-ins/common/sphere-designer.c:298
msgid "Spots"
msgstr "Punkt"
-#: ../plug-ins/common/spheredesigner.c:1750
-#: ../plug-ins/common/spheredesigner.c:2697
+#: ../plug-ins/common/sphere-designer.c:1741
+#: ../plug-ins/common/sphere-designer.c:2689
msgid "Texture"
msgstr "Tekstur"
-#: ../plug-ins/common/spheredesigner.c:1752
+#: ../plug-ins/common/sphere-designer.c:1743
msgid "Bumpmap"
msgstr "Punktkopling"
-#: ../plug-ins/common/spheredesigner.c:1754
-#: ../plug-ins/common/spheredesigner.c:2699
+#: ../plug-ins/common/sphere-designer.c:1745
+#: ../plug-ins/common/sphere-designer.c:2691
msgid "Light"
msgstr "Lys"
-#: ../plug-ins/common/spheredesigner.c:2017
-#, c-format
+#: ../plug-ins/common/sphere-designer.c:2008
msgid "File '%s' is not a valid save file."
msgstr "Fila «%s» er ugyldig som lagringsfil"
-#: ../plug-ins/common/spheredesigner.c:2196
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Open File"
msgstr "Opna fil"
-#: ../plug-ins/common/spheredesigner.c:2196
+#: ../plug-ins/common/sphere-designer.c:2187
msgid "Save File"
msgstr "Lagra fil"
-#: ../plug-ins/common/spheredesigner.c:2551
+#: ../plug-ins/common/sphere-designer.c:2543
msgid "Sphere Designer"
msgstr "Kuledesigner"
-#: ../plug-ins/common/spheredesigner.c:2682
+#: ../plug-ins/common/sphere-designer.c:2674
msgid "Properties"
msgstr "Eigenskapar"
-#: ../plug-ins/common/spheredesigner.c:2698
+#: ../plug-ins/common/sphere-designer.c:2690
msgid "Bump"
msgstr "Buler"
-#: ../plug-ins/common/spheredesigner.c:2725
+#. row labels
+#: ../plug-ins/common/sphere-designer.c:2698
+#: ../plug-ins/lighting/lighting-ui.c:404
+msgid "Type:"
+msgstr "Type:"
+
+#: ../plug-ins/common/sphere-designer.c:2717
msgid "Texture:"
msgstr "Tekstur:"
-#: ../plug-ins/common/spheredesigner.c:2730
+#: ../plug-ins/common/sphere-designer.c:2722
msgid "Colors:"
msgstr "Fargar:"
-#: ../plug-ins/common/spheredesigner.c:2733
-#: ../plug-ins/common/spheredesigner.c:2744
+#: ../plug-ins/common/sphere-designer.c:2725
+#: ../plug-ins/common/sphere-designer.c:2736
msgid "Color Selection Dialog"
msgstr "Fargeveljardialog"
#. Scale
-#: ../plug-ins/common/spheredesigner.c:2755
-#: ../plug-ins/gimpressionist/paper.c:194
-#: ../plug-ins/ifscompose/ifscompose.c:553
+#: ../plug-ins/common/sphere-designer.c:2747
+#: ../plug-ins/gimpressionist/paper.c:193
+#: ../plug-ins/ifs-compose/ifs-compose.c:553
msgid "Scale:"
msgstr "Skalering:"
-#: ../plug-ins/common/spheredesigner.c:2763
+#: ../plug-ins/common/sphere-designer.c:2755
msgid "Turbulence:"
msgstr "Turbulens:"
-#: ../plug-ins/common/spheredesigner.c:2770
+#: ../plug-ins/common/sphere-designer.c:2762
msgid "Amount:"
msgstr "Mengde:"
-#: ../plug-ins/common/spheredesigner.c:2777
+#: ../plug-ins/common/sphere-designer.c:2769
msgid "Exp.:"
msgstr "Eksp.:"
-#: ../plug-ins/common/spheredesigner.c:2784
+#: ../plug-ins/common/sphere-designer.c:2776
msgid "Transformations"
msgstr "Transformasjonar"
-#: ../plug-ins/common/spheredesigner.c:2807
+#: ../plug-ins/common/sphere-designer.c:2792
+#: ../plug-ins/map-object/map-object-ui.c:1143
+msgid "Scale X:"
+msgstr "Skalering X:"
+
+#: ../plug-ins/common/sphere-designer.c:2799
msgid "Scale Y:"
msgstr "Skalering Y:"
-#: ../plug-ins/common/spheredesigner.c:2813
+#: ../plug-ins/common/sphere-designer.c:2805
msgid "Scale Z:"
msgstr "Skalering Z:"
-#: ../plug-ins/common/spheredesigner.c:2820
+#: ../plug-ins/common/sphere-designer.c:2812
msgid "Rotate X:"
msgstr "Roter X:"
-#: ../plug-ins/common/spheredesigner.c:2827
+#: ../plug-ins/common/sphere-designer.c:2819
msgid "Rotate Y:"
msgstr "Roter Y:"
-#: ../plug-ins/common/spheredesigner.c:2834
+#: ../plug-ins/common/sphere-designer.c:2826
msgid "Rotate Z:"
msgstr "Roter Z:"
-#: ../plug-ins/common/spheredesigner.c:2841
+#: ../plug-ins/common/sphere-designer.c:2833
msgid "Position X:"
msgstr "Posisjon X:"
-#: ../plug-ins/common/spheredesigner.c:2848
+#: ../plug-ins/common/sphere-designer.c:2840
msgid "Position Y:"
msgstr "Posisjon Y:"
-#: ../plug-ins/common/spheredesigner.c:2855
+#: ../plug-ins/common/sphere-designer.c:2847
msgid "Position Z:"
msgstr "Posisjon Z:"
-#: ../plug-ins/common/spheredesigner.c:2970
+#: ../plug-ins/common/sphere-designer.c:2962
msgid "Rendering sphere"
msgstr "Bereknar kula"
-#: ../plug-ins/common/spheredesigner.c:3020
+#: ../plug-ins/common/sphere-designer.c:3012
msgid "Create an image of a textured sphere"
msgstr "Lager eit bilete av ei teksturert kule"
-#: ../plug-ins/common/spheredesigner.c:3027
+#: ../plug-ins/common/sphere-designer.c:3019
msgid "Sphere _Designer..."
-msgstr "_Kuledesigner..."
+msgstr "Kule_designer …"
-#: ../plug-ins/common/spheredesigner.c:3081
+#: ../plug-ins/common/sphere-designer.c:3073
msgid "Region selected for plug-in is empty"
msgstr "Området du valde for programtillegg er tomt"
-#: ../plug-ins/common/spread.c:89
-msgid "Move pixels around randomly"
-msgstr "Flytt pikslane tilfeldig rundt om på biletet"
-
-#: ../plug-ins/common/spread.c:98
-msgid "Sp_read..."
-msgstr "S_prei..."
-
-#: ../plug-ins/common/spread.c:181
-msgid "Spreading"
-msgstr "Spreier"
-
-#: ../plug-ins/common/spread.c:344
-msgid "Spread"
-msgstr "Spreiing"
-
-#: ../plug-ins/common/spread.c:369
-msgid "Spread Amount"
-msgstr "Spreiingsmengde"
-
-#: ../plug-ins/common/struc.c:1140
-msgid "Add a canvas texture to the image"
-msgstr "Legg ein lerretstekstur til biletet"
-
-#: ../plug-ins/common/struc.c:1145
-msgid "_Apply Canvas..."
-msgstr "_Lerret..."
-
-#: ../plug-ins/common/struc.c:1226
-msgid "Applying canvas"
-msgstr "Legg til lerret..."
-
-#: ../plug-ins/common/struc.c:1263
-msgid "Apply Canvas"
-msgstr "Lerret"
-
-#: ../plug-ins/common/struc.c:1296
-msgid "_Top-right"
-msgstr "Oppe, _høgre"
-
-#: ../plug-ins/common/struc.c:1297
-msgid "Top-_left"
-msgstr "Oppe, _venstre"
-
-#: ../plug-ins/common/struc.c:1298
-msgid "_Bottom-left"
-msgstr "_Nede, venstre"
-
-#: ../plug-ins/common/struc.c:1299
-msgid "Bottom-_right"
-msgstr "N_edre, høgre"
-
-#: ../plug-ins/common/sunras.c:215 ../plug-ins/common/sunras.c:235
-msgid "SUN Rasterfile image"
-msgstr "SUN-Rasterfile-bilete"
-
-#: ../plug-ins/common/sunras.c:388
-#, c-format
-msgid "Could not open '%s' as SUN-raster-file"
-msgstr "Kunne ikkje opna «%s» som SUN-raster-fil"
-
-#: ../plug-ins/common/sunras.c:396
-msgid "The type of this SUN-rasterfile is not supported"
-msgstr "Støtter ikkje denne typen av SUN-rasterfil"
-
-#: ../plug-ins/common/sunras.c:425
-#, c-format
-msgid "Could not read color entries from '%s'"
-msgstr "Kunne ikkje lese fargeinnslaga frå «%s»"
-
-#: ../plug-ins/common/sunras.c:433
-msgid "Type of colormap not supported"
-msgstr "Støtter ikkje denne typen fargekart"
-
-#: ../plug-ins/common/sunras.c:440 ../plug-ins/common/xbm.c:810
-#: ../plug-ins/common/xwd.c:475
-#, c-format
-msgid ""
-"'%s':\n"
-"No image width specified"
-msgstr ""
-"«%s»:\n"
-"Biletbreidda ikkje oppgitt"
-
-#: ../plug-ins/common/sunras.c:448 ../plug-ins/common/xbm.c:817
-#: ../plug-ins/common/xwd.c:484
-#, c-format
-msgid ""
-"'%s':\n"
-"Image width is larger than GIMP can handle"
-msgstr ""
-"'%s':\n"
-"Biletbreidda er større enn det GIMP kan handtere"
-
-#: ../plug-ins/common/sunras.c:456 ../plug-ins/common/xbm.c:824
-#: ../plug-ins/common/xwd.c:492
-#, c-format
-msgid ""
-"'%s':\n"
-"No image height specified"
-msgstr ""
-"«%s»:\n"
-"Bilethøgde ikkje oppgitt"
-
-#: ../plug-ins/common/sunras.c:464 ../plug-ins/common/xbm.c:831
-#: ../plug-ins/common/xwd.c:500
-#, c-format
-msgid ""
-"'%s':\n"
-"Image height is larger than GIMP can handle"
-msgstr ""
-"'%s':\n"
-"Bilethøgda er større enn det GIMP kan handtere"
-
-#: ../plug-ins/common/sunras.c:502
-msgid "This image depth is not supported"
-msgstr "Støtter ikkje denne typen fargedjupn"
-
-#: ../plug-ins/common/sunras.c:524
-msgid "SUNRAS save cannot handle images with alpha channels"
-msgstr "SUNRAS kan ikkje lagra bilete med alfakanal"
-
-#: ../plug-ins/common/sunras.c:535
-msgid "Can't operate on unknown image types"
-msgstr "Kan ikkje arbeida med ukjente bilettypar"
-
-#: ../plug-ins/common/sunras.c:1063 ../plug-ins/common/sunras.c:1154
-#: ../plug-ins/common/sunras.c:1235 ../plug-ins/common/sunras.c:1330
-#: ../plug-ins/common/xwd.c:1332 ../plug-ins/common/xwd.c:1433
-#: ../plug-ins/common/xwd.c:1591 ../plug-ins/common/xwd.c:1791
-#: ../plug-ins/common/xwd.c:2048 ../plug-ins/fits/fits.c:678
-msgid "EOF encountered on reading"
-msgstr "fann EOF ved lesinga"
-
-#: ../plug-ins/common/sunras.c:1610
-msgid "Save as SUNRAS"
-msgstr "Lagra som SUNRAS"
-
-#. file save type
-#: ../plug-ins/common/sunras.c:1627
-msgid "Data Formatting"
-msgstr "Dataformatering"
-
-#: ../plug-ins/common/sunras.c:1631
-msgid "RunLength Encoded"
-msgstr "RunLength-koding"
-
-#: ../plug-ins/common/svg.c:138
-msgid "SVG image"
-msgstr "SVG-bilete"
-
-#: ../plug-ins/common/svg.c:323 ../plug-ins/common/svg.c:704
-msgid "Unknown reason"
-msgstr "Ukjent årsak"
-
-#: ../plug-ins/common/svg.c:327
-msgid "Rendering SVG"
-msgstr "Lager SVG..."
-
-#: ../plug-ins/common/svg.c:339
-msgid "Rendered SVG"
-msgstr "Teikna SVG"
-
-#: ../plug-ins/common/svg.c:553 ../plug-ins/common/wmf.c:349
-#, c-format
-msgid "%d × %d"
-msgstr "%d × %d"
-
-#: ../plug-ins/common/svg.c:561
-msgid ""
-"SVG file does not\n"
-"specify a size!"
-msgstr ""
-"SVG-fila spesifiserer\n"
-"ikkje storleik!"
-
-#. Scalable Vector Graphics is SVG, should perhaps not be translated
-#: ../plug-ins/common/svg.c:711
-msgid "Render Scalable Vector Graphics"
-msgstr "Lager skalerbar vektorgrafikk (SVG)"
-
-#: ../plug-ins/common/svg.c:783 ../plug-ins/common/wmf.c:568
-msgid "Height:"
-msgstr "Høgde:"
-
-#: ../plug-ins/common/svg.c:857 ../plug-ins/common/wmf.c:642
-msgid "_X ratio:"
-msgstr "_X-andel:"
-
-#: ../plug-ins/common/svg.c:879 ../plug-ins/common/wmf.c:664
-msgid "_Y ratio:"
-msgstr "_Y-andel:"
-
-#: ../plug-ins/common/svg.c:893 ../plug-ins/common/wmf.c:678
-msgid "Constrain aspect ratio"
-msgstr "Inskrenk sideforholdet"
-
-#: ../plug-ins/common/svg.c:904 ../plug-ins/common/wmf.c:689
-#: ../plug-ins/print/print-page-layout.c:273
-#, c-format
-msgid "pixels/%a"
-msgstr "Pikslar/%a"
-
-#. Path Import
-#: ../plug-ins/common/svg.c:924
-msgid "Import _paths"
-msgstr "_Importer stigar"
-
-#: ../plug-ins/common/svg.c:930
-msgid ""
-"Import path elements of the SVG so they can be used with the GIMP path tool"
-msgstr ""
-"Importer SVG stigelement slik at desse kan bli behandla med stigverktøyet i "
-"GIMP"
-
-#: ../plug-ins/common/svg.c:943
-msgid "Merge imported paths"
-msgstr "Føy saman dei importerte stigane"
-
-#: ../plug-ins/common/tga.c:238 ../plug-ins/common/tga.c:257
-msgid "TarGA image"
-msgstr "TarGA-bilete"
-
-#: ../plug-ins/common/tga.c:434
-#, c-format
-msgid "Cannot read footer from '%s'"
-msgstr "Kan ikkje lese botnteksten frå «%s»"
-
-#: ../plug-ins/common/tga.c:450
-#, c-format
-msgid "Cannot read extension from '%s'"
-msgstr "Kan ikkje leseutviding frå «%s»"
-
-#: ../plug-ins/common/tga.c:1323
-msgid "Save as TGA"
-msgstr "Lagra som TGA"
-
-#. rle
-#: ../plug-ins/common/tga.c:1346
-msgid "_RLE compression"
-msgstr "_RLE-komprimering"
-
-#. origin
-#: ../plug-ins/common/tga.c:1356
-msgid "Or_igin at bottom left"
-msgstr "Ut_spring nede til venstre"
-
-#: ../plug-ins/common/threshold_alpha.c:85
+#: ../plug-ins/common/threshold-alpha.c:84
msgid "Make transparency all-or-nothing"
msgstr "Gjer alt eller ingenting gjennomsiktig"
-#: ../plug-ins/common/threshold_alpha.c:90
+#: ../plug-ins/common/threshold-alpha.c:89
msgid "_Threshold Alpha..."
-msgstr "Grenseverdi for _alpha"
+msgstr "Grenseverdi for _alfa …"
-#: ../plug-ins/common/threshold_alpha.c:131
+#: ../plug-ins/common/threshold-alpha.c:130
msgid "The layer has its alpha channel locked."
msgstr "Alfakanalen er låst for dette laget."
-#: ../plug-ins/common/threshold_alpha.c:137
+#: ../plug-ins/common/threshold-alpha.c:136
msgid "RGBA/GRAYA drawable is not selected."
msgstr "Ingen RGBA/GRAYA er vald"
-#: ../plug-ins/common/threshold_alpha.c:165
+#: ../plug-ins/common/threshold-alpha.c:164
msgid "Coloring transparency"
msgstr "Farger gjennomsikt"
-#: ../plug-ins/common/threshold_alpha.c:248
+#: ../plug-ins/common/threshold-alpha.c:247
msgid "Threshold Alpha"
msgstr "Alpha-grenseverdi"
-#: ../plug-ins/common/threshold_alpha.c:283
+#: ../plug-ins/common/threshold-alpha.c:282
msgid "Threshold:"
msgstr "Grenseverdi:"
-#: ../plug-ins/common/tiff-load.c:239 ../plug-ins/common/tiff-save.c:181
-#: ../plug-ins/common/tiff-save.c:198
-msgid "TIFF image"
-msgstr "TIFF-bilete"
+#: ../plug-ins/common/tile-glass.c:123
+msgid "Simulate distortion caused by square glass tiles"
+msgstr "Biletet blir sett gjennom firkanta glasfliser"
-#: ../plug-ins/common/tiff-load.c:305
-#, c-format
-msgid "TIFF '%s' does not contain any directories"
-msgstr "TIFF «%s» inneheld ingen mapper"
+#: ../plug-ins/common/tile-glass.c:129
+msgid "_Glass Tile..."
+msgstr "Glas_fliser …"
-#: ../plug-ins/common/tiff-load.c:446
-msgid "Import from TIFF"
-msgstr "Importer frå TIFF"
+#: ../plug-ins/common/tile-glass.c:209
+#: ../plug-ins/common/tile-glass.c:249
+msgid "Glass Tile"
+msgstr "Glasfliser"
-#: ../plug-ins/common/tiff-load.c:970
-msgid "TIFF Channel"
-msgstr "TIFF-kanal"
+#: ../plug-ins/common/tile-glass.c:288
+msgid "Tile _width:"
+msgstr "Flis_breidde:"
-#: ../plug-ins/common/tiff-load.c:979
-msgid ""
-"Warning:\n"
-"The image you are loading has 16 bits per channel. GIMP can only handle 8 "
-"bit, so it will be converted for you. Information will be lost because of "
-"this conversion."
-msgstr ""
-"Åtvaring:\n"
-"Biletet du ønskjer å opna har 16 bit per kanal. GIMP kan bare behandla 8 "
-"bit, så det vil bli konvertert til dette formatet. Du kan miste informasjon "
-"på grunn av denne konverteringa."
+#: ../plug-ins/common/tile-paper.c:242
+#: ../plug-ins/common/tile-paper.c:555
+msgid "Paper Tile"
+msgstr "Papirfliser"
-#: ../plug-ins/common/tiff-save.c:873
-msgid ""
-"The TIFF format only supports comments in\n"
-"7bit ASCII encoding. No comment is saved."
-msgstr ""
-"TIFF-formatet godtar bare kommentarar i\n"
-"7 bit ASCII-kode. Ingen kommentarar er lagra."
+#: ../plug-ins/common/tile-paper.c:268
+msgid "Division"
+msgstr "Deling"
-#: ../plug-ins/common/tiff-save.c:1047
-msgid "Save as TIFF"
-msgstr "Lagra som TIFF"
+#: ../plug-ins/common/tile-paper.c:318
+msgid "Fractional Pixels"
+msgstr "Restpikslar"
-#. compression
-#: ../plug-ins/common/tiff-save.c:1069
-msgid "Compression"
-msgstr "Komprimering"
+#: ../plug-ins/common/tile-paper.c:323
+msgid "_Background"
+msgstr "_Bakgrunn"
-#: ../plug-ins/common/tiff-save.c:1073
-msgid "_None"
-msgstr "Inge_n"
+#: ../plug-ins/common/tile-paper.c:325
+msgid "_Ignore"
+msgstr "_Ignorer"
-#: ../plug-ins/common/tiff-save.c:1074
-msgid "_LZW"
-msgstr "_LZW"
+#: ../plug-ins/common/tile-paper.c:327
+msgid "_Force"
+msgstr "_Tving"
-#: ../plug-ins/common/tiff-save.c:1075
-msgid "_Pack Bits"
-msgstr "Pakk _Bits"
+#: ../plug-ins/common/tile-paper.c:334
+msgid "C_entering"
+msgstr "_Sentrer"
-#: ../plug-ins/common/tiff-save.c:1076
-msgid "_Deflate"
-msgstr "_Deflate"
+#: ../plug-ins/common/tile-paper.c:349
+msgid "Movement"
+msgstr "Flytting"
-#: ../plug-ins/common/tiff-save.c:1077
-msgid "_JPEG"
-msgstr "_JPEG"
+#: ../plug-ins/common/tile-paper.c:362
+msgid "_Max (%):"
+msgstr "_Maks (%):"
-#: ../plug-ins/common/tiff-save.c:1078
-msgid "CCITT Group _3 fax"
-msgstr "CCITT Grupe _3 faks"
+#: ../plug-ins/common/tile-paper.c:368
+msgid "_Wrap around"
+msgstr "_Linjebryting"
-#: ../plug-ins/common/tiff-save.c:1079
-msgid "CCITT Group _4 fax"
-msgstr "CCITT Grupe _4 faks"
+#: ../plug-ins/common/tile-paper.c:378
+msgid "Background Type"
+msgstr "Bakgrunn"
-#: ../plug-ins/common/tiff-save.c:1101
-msgid "Save _color values from transparent pixels"
-msgstr "Lagra _fargeverdiar frå gjennomsiktige pikslar"
+#: ../plug-ins/common/tile-paper.c:385
+msgid "I_nverted image"
+msgstr "I_nvertert bilete"
-#: ../plug-ins/common/tiff-save.c:1117 ../plug-ins/common/xbm.c:1227
-msgid "Comment:"
-msgstr "Kommentar:"
+#: ../plug-ins/common/tile-paper.c:387
+msgid "Im_age"
+msgstr "_Biletet"
-#: ../plug-ins/common/tile.c:101
-msgid "Create an array of copies of the image"
-msgstr "Lager ein tabell med kopiar av biletet"
+#: ../plug-ins/common/tile-paper.c:389
+msgid "Fo_reground color"
+msgstr "_Forgrunnsfargen"
-#: ../plug-ins/common/tile.c:111
-msgid "_Tile..."
-msgstr "_Flislegg..."
+#: ../plug-ins/common/tile-paper.c:391
+msgid "Bac_kground color"
+msgstr "_Bakgrunnsfargen"
-#. Set the tile cache size
-#: ../plug-ins/common/tile.c:190 ../plug-ins/common/tileit.c:321
-msgid "Tiling"
-msgstr "Flislegging"
+#: ../plug-ins/common/tile-paper.c:393
+msgid "S_elect here:"
+msgstr "_Vel farge her:"
-#: ../plug-ins/common/tile.c:401
-msgid "Tile"
-msgstr "Flis"
+#: ../plug-ins/common/tile-paper.c:400
+msgid "Background Color"
+msgstr "Bakgrunnsfarge"
-#: ../plug-ins/common/tile.c:422
-msgid "Tile to New Size"
-msgstr "Flislegg til nytt format"
+#: ../plug-ins/common/tile-paper.c:845
+msgid "Cut image into paper tiles, and slide them"
+msgstr "Klipp biletet opp i papirbitar og forskyv bitane"
-#: ../plug-ins/common/tile.c:444
-msgid "C_reate new image"
-msgstr "Lag n_ytt bilete"
+#: ../plug-ins/common/tile-paper.c:850
+msgid "September 31, 1999"
+msgstr "31. September 1999"
-#: ../plug-ins/common/tileit.c:215
+#: ../plug-ins/common/tile-paper.c:851
+msgid "_Paper Tile..."
+msgstr "_Papirfliser …"
+
+#: ../plug-ins/common/tile-seamless.c:66
+msgid "Alters edges to make the image seamlessly tileable"
+msgstr "Forandrer kantane slik at biletet kan flisleggast utan fuger"
+
+#: ../plug-ins/common/tile-seamless.c:72
+msgid "_Make Seamless"
+msgstr "Lag sau_mlause"
+
+#: ../plug-ins/common/tile-seamless.c:337
+msgid "Tiler"
+msgstr "Fliser"
+
+#: ../plug-ins/common/tile-small.c:214
msgid "Tile image into smaller versions of the original"
msgstr "Flislegg biletet i mindre versjonar av originalen"
-#: ../plug-ins/common/tileit.c:220
+#: ../plug-ins/common/tile-small.c:219
msgid "_Small Tiles..."
-msgstr "S_må fliser..."
+msgstr "Små flise_r …"
-#: ../plug-ins/common/tileit.c:263
+#: ../plug-ins/common/tile-small.c:262
msgid "Region selected for filter is empty."
msgstr "Området du valde for filter er tomt."
+#. Set the tile cache size
+#: ../plug-ins/common/tile-small.c:320
+#: ../plug-ins/common/tile.c:189
+msgid "Tiling"
+msgstr "Flislegging"
+
#. Get the preview image
-#: ../plug-ins/common/tileit.c:364
+#: ../plug-ins/common/tile-small.c:363
msgid "Small Tiles"
-msgstr "S_må fliser..."
+msgstr "Små fliser"
#. Area for buttons etc
#. Flip
-#: ../plug-ins/common/tileit.c:414 ../plug-ins/ifscompose/ifscompose.c:609
+#: ../plug-ins/common/tile-small.c:413
+#: ../plug-ins/ifs-compose/ifs-compose.c:609
msgid "Flip"
msgstr "Spegelvend"
-#: ../plug-ins/common/tileit.c:462
+#: ../plug-ins/common/tile-small.c:461
msgid "A_ll tiles"
msgstr "A_lle flisene"
-#: ../plug-ins/common/tileit.c:476
+#: ../plug-ins/common/tile-small.c:475
msgid "Al_ternate tiles"
msgstr "_Annakvar flis"
-#: ../plug-ins/common/tileit.c:490
+#: ../plug-ins/common/tile-small.c:489
msgid "_Explicit tile"
msgstr "_Ei flis"
-#: ../plug-ins/common/tileit.c:496
+#: ../plug-ins/common/tile-small.c:495
msgid "Ro_w:"
msgstr "_Rad:"
-#: ../plug-ins/common/tileit.c:520
+#: ../plug-ins/common/tile-small.c:519
msgid "Col_umn:"
msgstr "_Kolonne:"
-#: ../plug-ins/common/tileit.c:572
+#: ../plug-ins/common/tile-small.c:571
msgid "O_pacity:"
msgstr "_Dekkevne:"
#. Lower frame saying howmany segments
-#: ../plug-ins/common/tileit.c:581
+#: ../plug-ins/common/tile-small.c:580
msgid "Number of Segments"
msgstr "Talet på segment:"
-#: ../plug-ins/common/tiler.c:67
-msgid "Alters edges to make the image seamlessly tileable"
-msgstr "Forandrer kantane slik at biletet kan flisleggast utan fuger"
+#: ../plug-ins/common/tile.c:100
+msgid "Create an array of copies of the image"
+msgstr "Lager ein tabell med kopiar av biletet"
-#: ../plug-ins/common/tiler.c:73
-msgid "_Make Seamless"
-msgstr "Lag sau_mlause"
+#: ../plug-ins/common/tile.c:110
+msgid "_Tile..."
+msgstr "Flisle_gg …"
-#: ../plug-ins/common/tiler.c:338
-msgid "Tiler"
-msgstr "Fliser"
+#: ../plug-ins/common/tile.c:400
+msgid "Tile"
+msgstr "Flis"
-#: ../plug-ins/common/uniteditor.c:94
+#: ../plug-ins/common/tile.c:421
+msgid "Tile to New Size"
+msgstr "Flislegg til nytt format"
+
+#: ../plug-ins/common/tile.c:443
+msgid "C_reate new image"
+msgstr "Lag n_ytt bilete"
+
+#: ../plug-ins/common/unit-editor.c:93
msgid "Saved"
msgstr "Lagra"
-#: ../plug-ins/common/uniteditor.c:94
-msgid ""
-"A unit definition will only be saved before GIMP exits if this column is "
-"checked."
-msgstr ""
-"Dersom denne er avmerka, vil einingsdefinisjonen bli lagra når du avsluttar "
-"GIMP."
+#: ../plug-ins/common/unit-editor.c:93
+msgid "A unit definition will only be saved before GIMP exits if this column is checked."
+msgstr "Dersom denne er avmerka, vil einingsdefinisjonen bli lagra når du avsluttar GIMP."
-#: ../plug-ins/common/uniteditor.c:96
+#: ../plug-ins/common/unit-editor.c:95
msgid "ID"
msgstr "ID"
-#: ../plug-ins/common/uniteditor.c:96
-msgid ""
-"This string will be used to identify a unit in GIMP's configuration files."
-msgstr ""
-"Denne teksten blir nytta for å identifisera ei eining i konfigurasjonsfilene "
-"for GIMP."
+#: ../plug-ins/common/unit-editor.c:95
+msgid "This string will be used to identify a unit in GIMP's configuration files."
+msgstr "Denne teksten blir nytta for å identifisera ei eining i konfigurasjonsfilene for GIMP."
-#: ../plug-ins/common/uniteditor.c:98
+#: ../plug-ins/common/unit-editor.c:97
msgid "Factor"
msgstr "Faktor"
-#: ../plug-ins/common/uniteditor.c:98
+#: ../plug-ins/common/unit-editor.c:97
msgid "How many units make up an inch."
msgstr "Kor mange einingar er det i ein Inch."
-#: ../plug-ins/common/uniteditor.c:99
+#: ../plug-ins/common/unit-editor.c:98
msgid "Digits"
msgstr "Siffer"
-#: ../plug-ins/common/uniteditor.c:99
-msgid ""
-"This field is a hint for numerical input fields. It specifies how many "
-"decimal digits the input field should provide to get approximately the same "
-"accuracy as an \"inch\" input field with two decimal digits."
-msgstr ""
-"Dette feltet er ei tips for numeriske innskrivingsfelt. Det spesifiserer kor "
-"mange desimalar som må til for å bli omlag like nøyaktig som ei inch-"
-"innskriving med to desimalar. "
+#: ../plug-ins/common/unit-editor.c:98
+msgid "This field is a hint for numerical input fields. It specifies how many decimal digits the input field should provide to get approximately the same accuracy as an \"inch\" input field with two decimal digits."
+msgstr "Dette feltet er ei tips for numeriske innskrivingsfelt. Det spesifiserer kor mange desimalar som må til for å bli omlag like nøyaktig som ei inch-innskriving med to desimalar. "
-#: ../plug-ins/common/uniteditor.c:104
+#: ../plug-ins/common/unit-editor.c:103
msgid "Symbol"
msgstr "Symbol"
-#: ../plug-ins/common/uniteditor.c:104
-msgid ""
-"The unit's symbol if it has one (e.g. \"'\" for inches). The unit's "
-"abbreviation is used if doesn't have a symbol."
-msgstr ""
-"Symbol for eininga, dersom eit slik finst (t.d. «'» for Inch. Dersom det "
-"ikkje finst noe symbol, blir det brukt ei forkorting."
+#: ../plug-ins/common/unit-editor.c:103
+msgid "The unit's symbol if it has one (e.g. \" for inches). The unit's abbreviation is used if doesn't have a symbol."
+msgstr "Symbol for eininga, dersom eit slik finst (t.d. «'» for Inch. Dersom det ikkje finst noe symbol, blir det brukt ei forkorting."
-#: ../plug-ins/common/uniteditor.c:107
+#: ../plug-ins/common/unit-editor.c:106
msgid "Abbreviation"
msgstr "Forkorting"
-#: ../plug-ins/common/uniteditor.c:107
+#: ../plug-ins/common/unit-editor.c:106
msgid "The unit's abbreviation (e.g. \"cm\" for centimeters)."
msgstr "Forkorting for eininga, som t.d. «cm» for centimeter."
-#: ../plug-ins/common/uniteditor.c:109
+#: ../plug-ins/common/unit-editor.c:108
msgid "Singular"
msgstr "Singularis"
-#: ../plug-ins/common/uniteditor.c:109
+#: ../plug-ins/common/unit-editor.c:108
msgid "The unit's singular form."
msgstr "Eininga i eintal."
-#: ../plug-ins/common/uniteditor.c:110
+#: ../plug-ins/common/unit-editor.c:109
msgid "Plural"
msgstr "Pluralis"
-#: ../plug-ins/common/uniteditor.c:110
+#: ../plug-ins/common/unit-editor.c:109
msgid "The unit's plural form."
msgstr "Fleirtalsforma for eininga."
-#: ../plug-ins/common/uniteditor.c:121
+#: ../plug-ins/common/unit-editor.c:120
msgid "Create a new unit from scratch"
msgstr "Lag ei ny eining frå grunnen av."
-#: ../plug-ins/common/uniteditor.c:127
+#: ../plug-ins/common/unit-editor.c:126
msgid "Create a new unit using the currently selected unit as template"
msgstr "Lag ny eining med den valde eininga som mal."
-#: ../plug-ins/common/uniteditor.c:145
+#: ../plug-ins/common/unit-editor.c:144
msgid "Create or alter units used in GIMP"
msgstr "Opprett eller endra einingar brukte i GIMP"
-#: ../plug-ins/common/uniteditor.c:150
+#: ../plug-ins/common/unit-editor.c:149
msgid "U_nits"
msgstr "Einingar"
-#: ../plug-ins/common/uniteditor.c:209
+#: ../plug-ins/common/unit-editor.c:207
msgid "Add a New Unit"
msgstr "Legg til ei ny eining"
-#: ../plug-ins/common/uniteditor.c:238
+#: ../plug-ins/common/unit-editor.c:236
msgid "_ID:"
msgstr "_ID:"
-#: ../plug-ins/common/uniteditor.c:249
+#: ../plug-ins/common/unit-editor.c:247
msgid "_Factor:"
msgstr "_Faktor:"
-#: ../plug-ins/common/uniteditor.c:259
+#: ../plug-ins/common/unit-editor.c:257
msgid "_Digits:"
msgstr "_Tal:"
-#: ../plug-ins/common/uniteditor.c:271
+#: ../plug-ins/common/unit-editor.c:269
msgid "_Symbol:"
msgstr "_Symbol:"
-#: ../plug-ins/common/uniteditor.c:283
+#: ../plug-ins/common/unit-editor.c:281
msgid "_Abbreviation:"
msgstr "_Forkorting:"
-#: ../plug-ins/common/uniteditor.c:295
+#: ../plug-ins/common/unit-editor.c:293
msgid "Si_ngular:"
msgstr "Si_ngularis:"
-#: ../plug-ins/common/uniteditor.c:307
+#: ../plug-ins/common/unit-editor.c:305
msgid "_Plural:"
msgstr "_Pluralis:"
-#: ../plug-ins/common/uniteditor.c:350
+#: ../plug-ins/common/unit-editor.c:348
msgid "Incomplete input"
msgstr "Ufullstendig innskriving"
-#: ../plug-ins/common/uniteditor.c:353
+#: ../plug-ins/common/unit-editor.c:351
msgid "Please fill in all text fields."
msgstr "Fyll inn alle tekstfelta."
-#: ../plug-ins/common/uniteditor.c:410
+#: ../plug-ins/common/unit-editor.c:408
msgid "Unit Editor"
msgstr "Einingshandterar"
-#: ../plug-ins/common/unsharp.c:128
+#: ../plug-ins/common/unsharp-mask.c:130
msgid "The most widely useful method for sharpening an image"
msgstr "Den mest brukte metoden for å skjerpe bileta"
-#: ../plug-ins/common/unsharp.c:138
+#: ../plug-ins/common/unsharp-mask.c:140
msgid "_Unsharp Mask..."
-msgstr "_Uskarpmaske..."
+msgstr "_Uskarpmaske …"
-#: ../plug-ins/common/unsharp.c:475
+#: ../plug-ins/common/unsharp-mask.c:685
msgid "Merging"
msgstr "Fletter"
-#: ../plug-ins/common/unsharp.c:642
+#: ../plug-ins/common/unsharp-mask.c:829
msgid "Unsharp Mask"
msgstr "Uskarpmaske"
+#: ../plug-ins/common/value-invert.c:89
+msgid "Invert the brightness of each pixel"
+msgstr "Inverter lysmengda for kvar piksel"
+
+#: ../plug-ins/common/value-invert.c:103
+msgid "_Value Invert"
+msgstr "_Inverter verdiar"
+
+#: ../plug-ins/common/value-invert.c:190
+msgid "Value Invert"
+msgstr "Inverter verdiane"
+
+#: ../plug-ins/common/value-propagate.c:188
+msgid "More _white (larger value)"
+msgstr "Meir _kvitt (større verdi)"
+
+#: ../plug-ins/common/value-propagate.c:191
+msgid "More blac_k (smaller value)"
+msgstr "Meir _svart (mindre verdi)"
+
+#: ../plug-ins/common/value-propagate.c:194
+msgid "_Middle value to peaks"
+msgstr "_Middelverdi i spissane"
+
+#: ../plug-ins/common/value-propagate.c:197
+msgid "_Foreground to peaks"
+msgstr "Forgrunn til s_pissane"
+
+#: ../plug-ins/common/value-propagate.c:200
+msgid "O_nly foreground"
+msgstr "_Bare forgrunn"
+
+#: ../plug-ins/common/value-propagate.c:203
+msgid "Only b_ackground"
+msgstr "B_are bakgrunn"
+
+#: ../plug-ins/common/value-propagate.c:206
+msgid "Mor_e opaque"
+msgstr "Mindr_e gjennomsiktig"
+
+#: ../plug-ins/common/value-propagate.c:209
+msgid "More t_ransparent"
+msgstr "Mei_r gjennomsiktig"
+
+#: ../plug-ins/common/value-propagate.c:232
+msgid "Propagate certain colors to neighboring pixels"
+msgstr "Utbrei bestemte fargar til nabopikslane"
+
+#: ../plug-ins/common/value-propagate.c:237
+msgid "_Value Propagate..."
+msgstr "_Verdiutbreiing …"
+
+#: ../plug-ins/common/value-propagate.c:244
+msgid "Shrink lighter areas of the image"
+msgstr "Krymp lysare område i biletet"
+
+#: ../plug-ins/common/value-propagate.c:249
+msgid "E_rode"
+msgstr "E_roder"
+
+#: ../plug-ins/common/value-propagate.c:256
+msgid "Grow lighter areas of the image"
+msgstr "Auk lysare område i biletet"
+
+#: ../plug-ins/common/value-propagate.c:261
+msgid "_Dilate"
+msgstr "_Utvid"
+
+#: ../plug-ins/common/value-propagate.c:472
+#: ../plug-ins/common/value-propagate.c:1085
+msgid "Value Propagate"
+msgstr "Verdiutbreiing"
+
+#. Parameter settings
+#: ../plug-ins/common/value-propagate.c:1151
+msgid "Propagate"
+msgstr "Utbreiing"
+
+#: ../plug-ins/common/value-propagate.c:1164
+msgid "Lower t_hreshold:"
+msgstr "N_edre grenseverdi:"
+
+#: ../plug-ins/common/value-propagate.c:1176
+msgid "_Upper threshold:"
+msgstr "_Øvre grenseverdi:"
+
+#: ../plug-ins/common/value-propagate.c:1188
+msgid "_Propagating rate:"
+msgstr "_Utbreiingsmengde:"
+
+#: ../plug-ins/common/value-propagate.c:1199
+msgid "To l_eft"
+msgstr "Til ve_nstre"
+
+#: ../plug-ins/common/value-propagate.c:1202
+msgid "To _right"
+msgstr "Til _høgre"
+
+#: ../plug-ins/common/value-propagate.c:1205
+msgid "To _top"
+msgstr "Til _toppen"
+
+#: ../plug-ins/common/value-propagate.c:1208
+msgid "To _bottom"
+msgstr "Til b_otnen"
+
+#: ../plug-ins/common/value-propagate.c:1217
+msgid "Propagating _alpha channel"
+msgstr "Utbrei _alfakanal"
+
+#: ../plug-ins/common/value-propagate.c:1228
+msgid "Propagating value channel"
+msgstr "Utbrei verdikanal"
+
+#: ../plug-ins/common/van-gogh-lic.c:565
+#: ../plug-ins/common/van-gogh-lic.c:640
+msgid "Van Gogh (LIC)"
+msgstr "Van Gogh (LIC)"
+
+#: ../plug-ins/common/van-gogh-lic.c:665
+msgid "Effect Channel"
+msgstr "Effektkanal"
+
+#: ../plug-ins/common/van-gogh-lic.c:672
+msgid "_Brightness"
+msgstr "_Lysstyrke"
+
+#: ../plug-ins/common/van-gogh-lic.c:678
+msgid "Effect Operator"
+msgstr "Effektoperatør"
+
+#: ../plug-ins/common/van-gogh-lic.c:683
+msgid "_Derivative"
+msgstr "_Avleidd"
+
+#: ../plug-ins/common/van-gogh-lic.c:684
+msgid "_Gradient"
+msgstr "_Fargeovergang"
+
+#: ../plug-ins/common/van-gogh-lic.c:690
+msgid "Convolve"
+msgstr "Konturutjamning"
+
+#: ../plug-ins/common/van-gogh-lic.c:695
+msgid "_With white noise"
+msgstr "_Med kvit støy"
+
+#: ../plug-ins/common/van-gogh-lic.c:696
+msgid "W_ith source image"
+msgstr "M_ed kjeldebiletet"
+
+#: ../plug-ins/common/van-gogh-lic.c:715
+msgid "_Effect image:"
+msgstr "_Effektbilete:"
+
+#: ../plug-ins/common/van-gogh-lic.c:726
+msgid "_Filter length:"
+msgstr "_Filterlengde:"
+
+#: ../plug-ins/common/van-gogh-lic.c:735
+msgid "_Noise magnitude:"
+msgstr "_Støymengdel:"
+
+#: ../plug-ins/common/van-gogh-lic.c:744
+msgid "In_tegration steps:"
+msgstr "In_tegrasjonssteg:"
+
+#: ../plug-ins/common/van-gogh-lic.c:753
+msgid "_Minimum value:"
+msgstr "_Minimumverdi:"
+
+#: ../plug-ins/common/van-gogh-lic.c:762
+msgid "M_aximum value:"
+msgstr "M_aksimumverdi:"
+
+#: ../plug-ins/common/van-gogh-lic.c:808
+msgid "Special effects that nobody understands"
+msgstr "Spesialeffektar som ingen forstår"
+
+#: ../plug-ins/common/van-gogh-lic.c:813
+msgid "_Van Gogh (LIC)..."
+msgstr "_Van Gogh (LIC) …"
+
#: ../plug-ins/common/video.c:41
msgid "_Staggered"
msgstr "_Stopla"
@@ -8312,14 +7880,14 @@ msgstr "_Punkt"
#: ../plug-ins/common/video.c:1806
msgid "Simulate distortion produced by a fuzzy or low-res monitor"
-msgstr ""
-"Simulerar forstyrringar som kjem av ein uklar skjerm med dårleg oppløysing"
+msgstr "Simulerar forstyrringar som kjem av ein uklar skjerm med dårleg oppløysing"
#: ../plug-ins/common/video.c:1813
msgid "Vi_deo..."
-msgstr "Vi_deo..."
+msgstr "Vi_deo …"
-#: ../plug-ins/common/video.c:1885 ../plug-ins/common/video.c:2016
+#: ../plug-ins/common/video.c:1885
+#: ../plug-ins/common/video.c:2016
msgid "Video"
msgstr "Video"
@@ -8336,239 +7904,132 @@ msgstr "_Additiv"
msgid "_Rotated"
msgstr "_Rotert"
-#: ../plug-ins/common/vinvert.c:90
-msgid "Invert the brightness of each pixel"
-msgstr "Inverter lysmengda for kvar piksel"
-
-#: ../plug-ins/common/vinvert.c:104
-msgid "_Value Invert"
-msgstr "_Inverter verdiar"
-
-#: ../plug-ins/common/vinvert.c:191
-msgid "Value Invert"
-msgstr "Inverter verdiar..."
-
-#: ../plug-ins/common/vpropagate.c:189
-msgid "More _white (larger value)"
-msgstr "Meir _kvitt (større verdi)"
-
-#: ../plug-ins/common/vpropagate.c:192
-msgid "More blac_k (smaller value)"
-msgstr "Meir _svart (mindre verdi)"
-
-#: ../plug-ins/common/vpropagate.c:195
-msgid "_Middle value to peaks"
-msgstr "_Middelverdi i spissane"
-
-#: ../plug-ins/common/vpropagate.c:198
-msgid "_Foreground to peaks"
-msgstr "_Forgrunn til spissane"
-
-#: ../plug-ins/common/vpropagate.c:201
-msgid "O_nly foreground"
-msgstr "_Bare forgrunn"
-
-#: ../plug-ins/common/vpropagate.c:204
-msgid "Only b_ackground"
-msgstr "Bare _bakgrunn"
-
-#: ../plug-ins/common/vpropagate.c:207
-msgid "Mor_e opaque"
-msgstr "M_indre gjennomsiktig"
-
-#: ../plug-ins/common/vpropagate.c:210
-msgid "More t_ransparent"
-msgstr "Meir _gjennomsiktig"
-
-#: ../plug-ins/common/vpropagate.c:233
-msgid "Propagate certain colors to neighboring pixels"
-msgstr "Utbrei bestemte fargar til nabopikslane"
-
-#: ../plug-ins/common/vpropagate.c:238
-msgid "_Value Propagate..."
-msgstr "_Verdiutbreiing..."
-
-#: ../plug-ins/common/vpropagate.c:245
-#, fuzzy
-msgid "Shrink lighter areas of the image"
-msgstr "Krymp lysare område i biletet"
-
-#: ../plug-ins/common/vpropagate.c:250
-msgid "E_rode"
-msgstr "E_roder"
-
-#: ../plug-ins/common/vpropagate.c:257
-#, fuzzy
-msgid "Grow lighter areas of the image"
-msgstr "Auk lysare område i biletet"
-
-#: ../plug-ins/common/vpropagate.c:262
-msgid "_Dilate"
-msgstr "_Utvid"
-
-#: ../plug-ins/common/vpropagate.c:473 ../plug-ins/common/vpropagate.c:1063
-msgid "Value Propagate"
-msgstr "Verdiutbreiing"
-
-#. Parameter settings
-#: ../plug-ins/common/vpropagate.c:1128
-msgid "Propagate"
-msgstr "Utbreiing"
-
-#: ../plug-ins/common/vpropagate.c:1141
-msgid "Lower t_hreshold:"
-msgstr "_Nedre grenseverdi:"
-
-#: ../plug-ins/common/vpropagate.c:1153
-msgid "_Upper threshold:"
-msgstr "_Øvre grenseverdi:"
-
-#: ../plug-ins/common/vpropagate.c:1165
-msgid "_Propagating rate:"
-msgstr "_Utbreiingsmengde:"
-
-#: ../plug-ins/common/vpropagate.c:1176
-msgid "To l_eft"
-msgstr "Til _venstre"
-
-#: ../plug-ins/common/vpropagate.c:1179
-msgid "To _right"
-msgstr "Til _høgre"
-
-#: ../plug-ins/common/vpropagate.c:1182
-msgid "To _top"
-msgstr "Til _toppen"
-
-#: ../plug-ins/common/vpropagate.c:1185
-msgid "To _bottom"
-msgstr "Til _botnen"
-
-#: ../plug-ins/common/vpropagate.c:1194
-msgid "Propagating _alpha channel"
-msgstr "Utbrei _alfakanal"
-
-#: ../plug-ins/common/vpropagate.c:1205
-msgid "Propagating value channel"
-msgstr "Utbrei verdikanal"
-
-#: ../plug-ins/common/warp.c:233
+#: ../plug-ins/common/warp.c:232
msgid "Twist or smear image in many different ways"
msgstr "Vrir og smører utover bileta på mange ulike måtar"
-#: ../plug-ins/common/warp.c:241
+#: ../plug-ins/common/warp.c:240
msgid "_Warp..."
-msgstr "_Deformering..."
+msgstr "_Deformering …"
-#: ../plug-ins/common/warp.c:376
+#: ../plug-ins/common/warp.c:375
msgid "Warp"
msgstr "Deformering"
-#: ../plug-ins/common/warp.c:397
+#: ../plug-ins/common/warp.c:396
msgid "Basic Options"
msgstr "Grunnleggjande innstillingar"
-#: ../plug-ins/common/warp.c:419
+#: ../plug-ins/common/warp.c:418
msgid "Step size:"
msgstr "Steglengde:"
+#: ../plug-ins/common/warp.c:432
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:769
+#: ../plug-ins/ifs-compose/ifs-compose.c:1211
+msgid "Iterations:"
+msgstr "Gjentakingar:"
+
#. Displacement map menu
-#: ../plug-ins/common/warp.c:442
+#: ../plug-ins/common/warp.c:441
msgid "Displacement map:"
msgstr "Forskyvingskart:"
#. =======================================================================
#. Displacement Type
-#: ../plug-ins/common/warp.c:460
+#: ../plug-ins/common/warp.c:459
msgid "On edges:"
msgstr "Kanthandtering:"
-#: ../plug-ins/common/warp.c:471
+#: ../plug-ins/common/warp.c:470
msgid "Wrap"
msgstr "Bryt"
-#: ../plug-ins/common/warp.c:486
+#: ../plug-ins/common/warp.c:485
msgid "Smear"
msgstr "Smør ut"
-#: ../plug-ins/common/warp.c:501 ../plug-ins/fits/fits.c:1002
-#: ../plug-ins/flame/flame.c:1151 ../plug-ins/gfig/gfig-dialog.c:1460
+#: ../plug-ins/common/warp.c:500
+#: ../plug-ins/file-fits/fits.c:1020
+#: ../plug-ins/flame/flame.c:1174
+#: ../plug-ins/gfig/gfig-dialog.c:1459
msgid "Black"
msgstr "Svart"
-#: ../plug-ins/common/warp.c:516
+#: ../plug-ins/common/warp.c:515
msgid "Foreground color"
msgstr "Forgrunnsfarge"
#. --------------------------------------------------------------------
#. --------- The secondary table --------------------------
-#: ../plug-ins/common/warp.c:536
+#: ../plug-ins/common/warp.c:535
msgid "Advanced Options"
msgstr "Avanserte innstillingar"
-#: ../plug-ins/common/warp.c:552
+#: ../plug-ins/common/warp.c:551
msgid "Dither size:"
msgstr "Utjamningsstorleik:"
-#: ../plug-ins/common/warp.c:565
+#: ../plug-ins/common/warp.c:564
msgid "Rotation angle:"
msgstr "Rotasjonsvinkel:"
-#: ../plug-ins/common/warp.c:578
+#: ../plug-ins/common/warp.c:577
msgid "Substeps:"
msgstr "Mellomsteg:"
#. Magnitude map menu
-#: ../plug-ins/common/warp.c:587
+#: ../plug-ins/common/warp.c:586
msgid "Magnitude map:"
msgstr "Vektleggingskart:"
-#: ../plug-ins/common/warp.c:609
+#: ../plug-ins/common/warp.c:608
msgid "Use magnitude map"
msgstr "Bruk vektleggingskart"
#. --------------------------------------------------------------------
#. --------- The "other" table --------------------------
-#: ../plug-ins/common/warp.c:622
+#: ../plug-ins/common/warp.c:621
msgid "More Advanced Options"
msgstr "Meir avanserte innstillingar"
-#: ../plug-ins/common/warp.c:639
+#: ../plug-ins/common/warp.c:638
msgid "Gradient scale:"
msgstr "Overgangsskala:"
-#: ../plug-ins/common/warp.c:658
+#: ../plug-ins/common/warp.c:657
msgid "Gradient map selection menu"
msgstr "Valmeny for overgangskart"
-#: ../plug-ins/common/warp.c:668
+#: ../plug-ins/common/warp.c:667
msgid "Vector mag:"
msgstr "Vektorforstørring:"
#. Angle
-#: ../plug-ins/common/warp.c:683 ../plug-ins/ifscompose/ifscompose.c:567
+#: ../plug-ins/common/warp.c:682
+#: ../plug-ins/ifs-compose/ifs-compose.c:567
msgid "Angle:"
msgstr "Vinkel:"
-#: ../plug-ins/common/warp.c:702
+#: ../plug-ins/common/warp.c:701
msgid "Fixed-direction-vector map selection menu"
msgstr "Meny for vektor-kart med konstant retning"
#. make sure layer is visible
-#: ../plug-ins/common/warp.c:1178
+#: ../plug-ins/common/warp.c:1177
msgid "Smoothing X gradient"
msgstr "Jamnar ut X-overgang"
-#: ../plug-ins/common/warp.c:1181
+#: ../plug-ins/common/warp.c:1180
msgid "Smoothing Y gradient"
msgstr "Jamnar ut X-overgang"
#. calculate new X,Y Displacement image maps
-#: ../plug-ins/common/warp.c:1231
+#: ../plug-ins/common/warp.c:1230
msgid "Finding XY gradient"
msgstr "Finn XY-overgang"
-#: ../plug-ins/common/warp.c:1256
-#, c-format
+#: ../plug-ins/common/warp.c:1255
msgid "Flow step %d"
msgstr "Flytsteg %d"
@@ -8578,406 +8039,777 @@ msgstr "Legg inn bølgjer"
#: ../plug-ins/common/waves.c:125
msgid "_Waves..."
-msgstr "_Bølgjer..."
+msgstr "Bøl_gjer …"
#: ../plug-ins/common/waves.c:248
+#: ../plug-ins/flame/flame.c:762
msgid "Waves"
msgstr "Bølgjer"
-#: ../plug-ins/common/waves.c:293
+#: ../plug-ins/common/waves.c:294
msgid "_Reflective"
msgstr "_Reflekterande"
-#: ../plug-ins/common/waves.c:312
+#: ../plug-ins/common/waves.c:313
msgid "_Amplitude:"
-msgstr "_Amplityde:"
+msgstr "_Amplitude:"
-#: ../plug-ins/common/waves.c:324
+#: ../plug-ins/common/waves.c:325
msgid "_Phase:"
-msgstr "_Fase:"
+msgstr "F_ase:"
-#: ../plug-ins/common/waves.c:336
+#: ../plug-ins/common/waves.c:337
msgid "_Wavelength:"
msgstr "_Bølgjelengde:"
-#: ../plug-ins/common/waves.c:447
+#: ../plug-ins/common/waves.c:448
msgid "Waving"
msgstr "Lager bølgjene"
-#: ../plug-ins/common/webbrowser.c:141
+#: ../plug-ins/common/web-browser.c:205
msgid ""
"Web browser not specified.\n"
-"Please specify a web browser using the Preferences Dialog."
+"Please specify a web browser using the Preferences dialog."
msgstr ""
"Nettlesar er ikkje spesifisert.\n"
"Opna brukarinnstillingane og spesifiser ein nettlesar."
-#: ../plug-ins/common/webbrowser.c:161
-#, c-format
+#: ../plug-ins/common/web-browser.c:227
msgid ""
-"Could not parse specified web browser command:\n"
+"Could not parse the web browser command specified in the Preferences dialog:\n"
+"\n"
"%s"
msgstr ""
-"Kunne ikkje tolka denne kommandoen for nettlesaren:\n"
+"Kunne ikkje tolka denne kommandoen for nettlesaren spesifisert i brukarinnstillingane:\n"
+"\n"
"%s"
-#: ../plug-ins/common/webbrowser.c:174
-#, c-format
+#: ../plug-ins/common/web-browser.c:245
msgid ""
-"Could not execute specified web browser:\n"
+"Could not execute the web browser specified in the Preferences dialog:\n"
+"\n"
"%s"
msgstr ""
-"Kunne ikkje starte den oppgitte nettlesaren:\n"
+"Kunne ikkje opna nettlesaren spesifisert i brukarinnstillingane:\n"
+"\n"
"%s"
-#: ../plug-ins/common/whirlpinch.c:138
+#: ../plug-ins/common/whirl-pinch.c:137
msgid "Distort an image by whirling and pinching"
msgstr "Forvrenger biletet ved å dreie og knipe det inn"
-#: ../plug-ins/common/whirlpinch.c:149
+#: ../plug-ins/common/whirl-pinch.c:148
msgid "W_hirl and Pinch..."
-msgstr "_Drei og knip..."
+msgstr "_Drei og knip …"
-#: ../plug-ins/common/whirlpinch.c:193
+#: ../plug-ins/common/whirl-pinch.c:192
msgid "Region affected by plug-in is empty"
msgstr "Området som blir berørt av programtillegget er tomt"
-#: ../plug-ins/common/whirlpinch.c:341
+#: ../plug-ins/common/whirl-pinch.c:340
msgid "Whirling and pinching"
msgstr "Dreier og knip"
-#: ../plug-ins/common/whirlpinch.c:528
+#: ../plug-ins/common/whirl-pinch.c:527
msgid "Whirl and Pinch"
msgstr "Drei og knip"
-#: ../plug-ins/common/whirlpinch.c:564
+#: ../plug-ins/common/whirl-pinch.c:564
msgid "_Whirl angle:"
-msgstr "Dreie_vinkel:"
+msgstr "_Dreievinkel:"
-#: ../plug-ins/common/whirlpinch.c:576
+#: ../plug-ins/common/whirl-pinch.c:576
msgid "_Pinch amount:"
msgstr "_Kniping:"
-#: ../plug-ins/common/wind.c:175
+#: ../plug-ins/common/wind.c:174
msgid "Smear image to give windblown effect"
msgstr "Smør biletet for å gi inntrykk av blåst"
-#: ../plug-ins/common/wind.c:180
+#: ../plug-ins/common/wind.c:179
msgid "Wi_nd..."
-msgstr "Vi_nd..."
+msgstr "Vi_nd …"
-#: ../plug-ins/common/wind.c:315
+#: ../plug-ins/common/wind.c:314
msgid "Rendering blast"
msgstr "Lager blåst"
-#: ../plug-ins/common/wind.c:447
+#: ../plug-ins/common/wind.c:446
msgid "Rendering wind"
msgstr "Lager vinden"
-#: ../plug-ins/common/wind.c:879
+#: ../plug-ins/common/wind.c:878
msgid "Wind"
msgstr "Vind"
#. ********************************************************
#. radio buttons for choosing wind rendering algorithm
#. *****************************************************
-#: ../plug-ins/common/wind.c:919
+#: ../plug-ins/common/wind.c:920
msgid "Style"
msgstr "Stil"
-#: ../plug-ins/common/wind.c:923
+#: ../plug-ins/common/wind.c:924
msgid "_Wind"
msgstr "_Vind"
-#: ../plug-ins/common/wind.c:924
+#: ../plug-ins/common/wind.c:925
msgid "_Blast"
msgstr "_Blåst"
-#: ../plug-ins/common/wind.c:947
-msgid "_Left"
-msgstr "_Venstre"
-
#: ../plug-ins/common/wind.c:948
+msgid "_Left"
+msgstr "Ve_nstre"
+
+#: ../plug-ins/common/wind.c:949
msgid "_Right"
msgstr "_Høgre"
#. ****************************************************
#. radio buttons for choosing BOTH, LEADING, TRAILING
#. **************************************************
-#: ../plug-ins/common/wind.c:967
+#: ../plug-ins/common/wind.c:968
msgid "Edge Affected"
msgstr "Påverka kant"
-#: ../plug-ins/common/wind.c:971
+#: ../plug-ins/common/wind.c:972
msgid "L_eading"
msgstr "_Leiande"
-#: ../plug-ins/common/wind.c:972
-msgid "Tr_ailing"
-msgstr "_Hengande"
-
#: ../plug-ins/common/wind.c:973
-msgid "Bot_h"
-msgstr "Be_gge"
+msgid "Tr_ailing"
+msgstr "H_engande"
-#: ../plug-ins/common/wind.c:1010
+#: ../plug-ins/common/wind.c:974
+msgid "Bot_h"
+msgstr "Beg_ge"
+
+#: ../plug-ins/common/wind.c:1011
msgid "Higher values restrict the effect to fewer areas of the image"
msgstr "Høgare verdi avgrensar effekten til færre område av biletet"
-#: ../plug-ins/common/wind.c:1025 ../plug-ins/gimpressionist/orientmap.c:694
+#: ../plug-ins/common/wind.c:1026
+#: ../plug-ins/gimpressionist/orientmap.c:693
msgid "_Strength:"
msgstr "_Styrke:"
-#: ../plug-ins/common/wind.c:1029
+#: ../plug-ins/common/wind.c:1030
msgid "Higher values increase the magnitude of the effect"
msgstr "Høgare verdi gir sterkare effekt"
-#: ../plug-ins/common/wmf.c:128
-msgid "Microsoft WMF file"
-msgstr "Microsoft-WMF-fil"
+#: ../plug-ins/file-bmp/bmp-read.c:85
+msgid "Bad colormap"
+msgstr "Feil fargekart"
-#: ../plug-ins/common/wmf.c:343
-msgid ""
-"WMF file does not\n"
-"specify a size!"
-msgstr ""
-"WMF-fil spesifiserer\n"
-"ikkje storleik!"
+#: ../plug-ins/file-bmp/bmp-read.c:169
+#: ../plug-ins/file-bmp/bmp-read.c:179
+#: ../plug-ins/file-bmp/bmp-read.c:186
+#: ../plug-ins/file-bmp/bmp-read.c:195
+#: ../plug-ins/file-bmp/bmp-read.c:210
+#: ../plug-ins/file-bmp/bmp-read.c:394
+#: ../plug-ins/file-bmp/bmp-read.c:402
+#: ../plug-ins/file-bmp/bmp-read.c:410
+#: ../plug-ins/file-bmp/bmp-read.c:418
+msgid "'%s' is not a valid BMP file"
+msgstr "«%s» er ikkje ei gyldig BMP-fil"
-#: ../plug-ins/common/wmf.c:491
-msgid "Render Windows Metafile"
-msgstr "Lager Windows-Metafile"
+#: ../plug-ins/file-bmp/bmp-read.c:224
+#: ../plug-ins/file-bmp/bmp-read.c:251
+#: ../plug-ins/file-bmp/bmp-read.c:279
+#: ../plug-ins/file-bmp/bmp-read.c:344
+#: ../plug-ins/file-bmp/bmp-read.c:370
+msgid "Error reading BMP file header from '%s'"
+msgstr "Feil ved lesing av header for BMP-fila «%s»"
-#: ../plug-ins/common/wmf.c:985
-#, c-format
-msgid "Could not open '%s' for reading"
-msgstr "Kunne ikkje opna for lesing frå «%s»."
+#: ../plug-ins/file-bmp/bmp-read.c:530
+msgid "Unrecognized or invalid BMP compression format."
+msgstr "Ukjent eller ugyldig komprimeringingsformat for BMP."
-#: ../plug-ins/common/wmf.c:1001
-msgid "Rendered WMF"
-msgstr "Teikna WMF"
+#: ../plug-ins/file-bmp/bmp-read.c:572
+msgid "Unsupported or invalid bitdepth."
+msgstr "Ukjent eller ugyldig fargedjupn."
-#: ../plug-ins/common/xbm.c:172 ../plug-ins/common/xbm.c:190
-msgid "X BitMap image"
-msgstr "X-BitMap-bilete"
+#: ../plug-ins/file-bmp/bmp-read.c:760
+#: ../plug-ins/file-bmp/bmp-read.c:801
+#: ../plug-ins/file-bmp/bmp-read.c:851
+msgid "The bitmap ends unexpectedly."
+msgstr "Punktgrafikken slutta uventa."
-#: ../plug-ins/common/xbm.c:803
-#, c-format
-msgid ""
-"'%s':\n"
-"Could not read header (ftell == %ld)"
-msgstr ""
-"«%s»:\n"
-"Kan ikkje lesa header (ftell == %ld)"
+#: ../plug-ins/file-bmp/bmp-write.c:187
+#: ../plug-ins/file-bmp/bmp-write.c:209
+msgid "Cannot save indexed image with transparency in BMP file format."
+msgstr "Kan ikkje lagra indekserte bilete med gjennomsikt i BMP-format."
-#: ../plug-ins/common/xbm.c:838
-#, c-format
-msgid ""
-"'%s':\n"
-"No image data type specified"
-msgstr ""
-"'%s':\n"
-"Manglar data for bilettype"
+#: ../plug-ins/file-bmp/bmp-write.c:189
+#: ../plug-ins/file-bmp/bmp-write.c:211
+msgid "Alpha channel will be ignored."
+msgstr "Alfakanalen blir ignorerte."
-#. The image is not black-and-white.
-#: ../plug-ins/common/xbm.c:980
-msgid ""
-"The image which you are trying to save as an XBM contains more than two "
-"colors.\n"
-"\n"
-"Please convert it to a black and white (1-bit) indexed image and try again."
-msgstr ""
-"Biletet som du prøver å lagra som XBM inneheld meir enn to fargar.\n"
-"\n"
-"Omform biletet til eit svart/kvit indeksert bilete (1-bits) og prøv igjen."
+#: ../plug-ins/file-bmp/bmp-write.c:792
+msgid "Save as BMP"
+msgstr "Lagra som BMP"
-#: ../plug-ins/common/xbm.c:991
-msgid ""
-"You cannot save a cursor mask for an image\n"
-"which has no alpha channel."
-msgstr ""
-"Du kan ikkje lagra ei markørmaske for\n"
-"eit bilete utan alfakanal."
+#: ../plug-ins/file-bmp/bmp-write.c:815
+msgid "_Run-Length Encoded"
+msgstr "Bruk _1 Byte Run-Length-Encoding"
-#: ../plug-ins/common/xbm.c:1166
-msgid "Save as XBM"
-msgstr "Lagra som XBM"
+#: ../plug-ins/file-bmp/bmp-write.c:827
+#: ../plug-ins/file-jpeg/jpeg-save.c:904
+msgid "_Advanced Options"
+msgstr "_Avanserte innstillingar"
-#. parameter settings
-#: ../plug-ins/common/xbm.c:1183
-msgid "XBM Options"
-msgstr "XBM innstillingar"
+#: ../plug-ins/file-bmp/bmp-write.c:842
+msgid "16 bits"
+msgstr "16 bits"
-#. X10 format
-#: ../plug-ins/common/xbm.c:1193
-msgid "_X10 format bitmap"
-msgstr "_X10 format punktgrafikk"
+#: ../plug-ins/file-bmp/bmp-write.c:878
+msgid "24 bits"
+msgstr "24 bits"
-#: ../plug-ins/common/xbm.c:1213
-#, fuzzy
-msgid "_Identifier prefix:"
-msgstr "Var_iabel utan utviding:"
+#: ../plug-ins/file-bmp/bmp-write.c:895
+msgid "32 bits"
+msgstr "32 bits"
-#. hotspot toggle
-#: ../plug-ins/common/xbm.c:1235
-msgid "_Write hot spot values"
-msgstr "_Skriv koordinata for lenkeområde"
+#: ../plug-ins/file-bmp/bmp.c:123
+#: ../plug-ins/file-bmp/bmp.c:142
+msgid "Windows BMP image"
+msgstr "Microsoft Windows BMP-bilete"
-#: ../plug-ins/common/xbm.c:1257
-msgid "Hot spot _X:"
-msgstr "Verdi _X:"
-
-#: ../plug-ins/common/xbm.c:1267
-msgid "Hot spot _Y:"
-msgstr "Verdi _X:"
-
-#. mask file
-#: ../plug-ins/common/xbm.c:1274
-msgid "Mask File"
-msgstr "Maskefil"
-
-#: ../plug-ins/common/xbm.c:1284
-msgid "W_rite extra mask file"
-msgstr "Skriv ei e_kstra maskefil"
-
-#: ../plug-ins/common/xbm.c:1297
-msgid "_Mask file extension:"
-msgstr "_Maskefilutviding:"
-
-#: ../plug-ins/common/xpm.c:173 ../plug-ins/common/xpm.c:198
-msgid "X PixMap image"
-msgstr "X-PixMap-bilete"
-
-#: ../plug-ins/common/xpm.c:353
-#, c-format
-msgid "Error opening file '%s'"
-msgstr "Feil ved opning av fila «%s»"
-
-#: ../plug-ins/common/xpm.c:358
-msgid "XPM file invalid"
-msgstr "Ugyldig XPM-fil"
-
-#: ../plug-ins/common/xpm.c:772
-msgid "Save as XPM"
-msgstr "Lagra som XPM"
-
-#: ../plug-ins/common/xpm.c:796
-msgid "_Alpha threshold:"
-msgstr "_Alfa-grense:"
-
-#: ../plug-ins/common/xwd.c:276 ../plug-ins/common/xwd.c:296
-msgid "X window dump"
-msgstr "X-Window-dump"
-
-#: ../plug-ins/common/xwd.c:428
-#, c-format
-msgid "Could not read XWD header from '%s'"
-msgstr "Kunne ikkje lesa XWD-header frå «%s»"
-
-#: ../plug-ins/common/xwd.c:466
-msgid "Can't read color entries"
-msgstr "Kunne ikkje lesa fargedata"
-
-#: ../plug-ins/common/xwd.c:555
-#, c-format
-msgid ""
-"XWD-file %s has format %d, depth %d and bits per pixel %d. Currently this is "
-"not supported."
-msgstr ""
-"XWD-fila %s har formatet %d, djupn %d med %d bits per piksel. Denne "
-"kombinasjonen er førebels ikkje gyldig."
-
-#: ../plug-ins/common/xwd.c:578
-msgid "Cannot save images with alpha channels."
-msgstr "Kan ikkje lagra bilete med alfakanalar."
-
-#: ../plug-ins/common/xwd.c:2179
-msgid "Error during writing indexed/gray image"
-msgstr "Feil ved skriving til indeksert bilete eller gråtonebilete."
-
-#: ../plug-ins/common/xwd.c:2277
-msgid "Error during writing rgb image"
-msgstr "Feil under skriving av RGB-bilete"
-
-#: ../plug-ins/common/zealouscrop.c:85
-msgid "Autocrop unused space from edges and middle"
-msgstr "Skjer bort ubrukte område frå kantane og inne i biletet"
-
-#: ../plug-ins/common/zealouscrop.c:90
-msgid "_Zealous Crop"
-msgstr "_Hard autobeskjering"
-
-#: ../plug-ins/common/zealouscrop.c:138
-msgid "Zealous cropping"
-msgstr "_Hard autobeskjering"
-
-#: ../plug-ins/common/zealouscrop.c:239
-msgid "Nothing to crop."
-msgstr "Ingenting å beskjere."
-
-#: ../plug-ins/faxg3/faxg3.c:102
+#: ../plug-ins/file-faxg3/faxg3.c:102
msgid "G3 fax image"
msgstr "G3-Fax-bilete"
-#: ../plug-ins/fits/fits.c:166 ../plug-ins/fits/fits.c:186
+#: ../plug-ins/file-fits/fits.c:167
+#: ../plug-ins/file-fits/fits.c:187
msgid "Flexible Image Transport System"
msgstr "Flexible Image Transport System"
-#: ../plug-ins/fits/fits.c:354
+#: ../plug-ins/file-fits/fits.c:367
msgid "Error during open of FITS file"
msgstr "Feil under opninga av FITS-fila"
-#: ../plug-ins/fits/fits.c:359
+#: ../plug-ins/file-fits/fits.c:373
msgid "FITS file keeps no displayable images"
msgstr "FITS-fila inneheld ingen bilete som kan visast"
-#: ../plug-ins/fits/fits.c:437
+#: ../plug-ins/file-fits/fits.c:454
msgid "FITS save cannot handle images with alpha channels"
msgstr "FITS kan ikkje behandla bilete med alfakanalar"
-#: ../plug-ins/fits/fits.c:974
+#: ../plug-ins/file-fits/fits.c:992
msgid "Load FITS File"
msgstr "Opnar FITS-fil"
-#: ../plug-ins/fits/fits.c:998
+#: ../plug-ins/file-fits/fits.c:1016
msgid "Replacement for undefined pixels"
msgstr "Erstatning for udefinerte pikslar"
-#: ../plug-ins/fits/fits.c:1003 ../plug-ins/gfig/gfig-dialog.c:1286
-#: ../plug-ins/gfig/gfig-dialog.c:1461
+#: ../plug-ins/file-fits/fits.c:1021
+#: ../plug-ins/gfig/gfig-dialog.c:1285
+#: ../plug-ins/gfig/gfig-dialog.c:1460
msgid "White"
msgstr "Kvit"
-#: ../plug-ins/fits/fits.c:1010
+#: ../plug-ins/file-fits/fits.c:1028
msgid "Pixel value scaling"
msgstr "Pikselverdiskalering"
-#: ../plug-ins/fits/fits.c:1015
+#: ../plug-ins/file-fits/fits.c:1033
msgid "By DATAMIN/DATAMAX"
msgstr "Med DATAMIN/DATAMAX"
-#: ../plug-ins/fits/fits.c:1022
+#: ../plug-ins/file-fits/fits.c:1040
msgid "Image Composing"
msgstr "Set saman biletet"
+#: ../plug-ins/file-fli/fli-gimp.c:165
+#: ../plug-ins/file-fli/fli-gimp.c:185
+msgid "AutoDesk FLIC animation"
+msgstr "AutoDesk-FLIC-animasjon"
+
+#: ../plug-ins/file-fli/fli-gimp.c:561
+msgid "Frame (%i)"
+msgstr "Ramme (%i)"
+
+#: ../plug-ins/file-fli/fli-gimp.c:713
+msgid "Sorry, I can save only INDEXED and GRAY images."
+msgstr "Diverre er det bare råd å lagra indekserte bilete og bilete i gråskala."
+
+#: ../plug-ins/file-fli/fli-gimp.c:845
+msgid "GFLI 1.3 - Load framestack"
+msgstr "GFLI 1.3 - Opna animasjon"
+
+#: ../plug-ins/file-fli/fli-gimp.c:913
+msgid "GFLI 1.3 - Save framestack"
+msgstr "GFLI 1.3 - Lagra animasjon"
+
+#: ../plug-ins/file-ico/ico-dialog.c:53
+msgid "Save as Windows Icon"
+msgstr "Lagra som Microsoft icon"
+
+#: ../plug-ins/file-ico/ico-dialog.c:85
+msgid "Icon Details"
+msgstr "Ikondetaljar"
+
+#: ../plug-ins/file-ico/ico-dialog.c:105
+msgid "Large icons and compression are not supported by all programs. Older applications may not open this file correctly."
+msgstr "Store ikon og komprimering blir ikkje støtta av alle program. Eldre utgåver kan kanskje ikkje opna desse filene rett."
+
+#: ../plug-ins/file-ico/ico-dialog.c:177
+msgid "1 bpp, 1-bit alpha, 2-slot palette"
+msgstr "1 bpp, 1-bit alfa, 2-slot palett"
+
+#: ../plug-ins/file-ico/ico-dialog.c:178
+msgid "4 bpp, 1-bit alpha, 16-slot palette"
+msgstr "4 bpp, 1-bit alfa, 16-slot palett"
+
+#: ../plug-ins/file-ico/ico-dialog.c:179
+msgid "8 bpp, 1-bit alpha, 256-slot palette"
+msgstr "8 bpp, 1-bit alfa, 256-slot palett"
+
+#: ../plug-ins/file-ico/ico-dialog.c:180
+msgid "24 bpp, 1-bit alpha, no palette"
+msgstr "32 bpp, 8-bit alfa, ingen palett"
+
+#: ../plug-ins/file-ico/ico-dialog.c:181
+msgid "32 bpp, 8-bit alpha, no palette"
+msgstr "32 bpp, 8-bit Alfa, ingen palett"
+
+#: ../plug-ins/file-ico/ico-dialog.c:195
+msgid "Compressed (PNG)"
+msgstr "Komprimert (PNG)"
+
+#. read successfully. add to image
+#: ../plug-ins/file-ico/ico-load.c:615
+msgid "Icon #%i"
+msgstr "Ikon Nr. %i"
+
+#: ../plug-ins/file-ico/ico-load.c:724
+#: ../plug-ins/file-jpeg/jpeg-load.c:632
+#: ../plug-ins/file-psd/psd-thumb-load.c:84
+msgid "Opening thumbnail for '%s'"
+msgstr "Opnar miniatyr for «%s»"
+
+#: ../plug-ins/file-ico/ico.c:102
+#: ../plug-ins/file-ico/ico.c:136
+msgid "Microsoft Windows icon"
+msgstr "Microsoft-Windows-ikon"
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:292
+msgid "Rotate Image?"
+msgstr "Rotere biletet?"
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:295
+msgid "_Keep Orientation"
+msgstr "_Behald orienteringa"
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:351
+msgid "According to the EXIF data, this image is rotated."
+msgstr "I følgje EXIF-data er biletet rotert."
+
+#: ../plug-ins/file-jpeg/jpeg-exif.c:366
+msgid "Would you like GIMP to rotate it into the standard orientation?"
+msgstr "Skal GIMP rotere biletet i standardretningen?"
+
+#: ../plug-ins/file-jpeg/jpeg-load.c:240
+msgid "JPEG preview"
+msgstr "JPEG førehandsvising"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:201
+msgid "File size: %s"
+msgstr "Filstorleik:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:686
+msgid "Calculating file size..."
+msgstr "Reknar ut filstorleik"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:778
+#: ../plug-ins/file-jpeg/jpeg-save.c:880
+msgid "File size: unknown"
+msgstr "Filstorleik: ukjent"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:831
+msgid "Save as JPEG"
+msgstr "Lagre som JPEG"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:866
+msgid "_Quality:"
+msgstr "_Kvalitet:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:870
+msgid "JPEG quality parameter"
+msgstr "JPEG-kvalitetsinnstillingane"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:889
+msgid "Enable preview to obtain the file size."
+msgstr "Sett førehandsvisinga til å halde på fillengda."
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:892
+msgid "Sho_w preview in image window"
+msgstr "_Vis førehandsvisinga i biletvindauget"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:933
+msgid "S_moothing:"
+msgstr "_Utjamning:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:946
+msgid "Frequency (rows):"
+msgstr "Frekvens (rader):"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:962
+msgid "Use _restart markers"
+msgstr "Bruk _omstartmarkeringar"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:978
+msgid "_Optimize"
+msgstr "_Optimaliser"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:992
+msgid "_Progressive"
+msgstr "_Progressiv"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1008
+msgid "Save _EXIF data"
+msgstr "Lagra _EXIF-data"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1025
+msgid "Save _thumbnail"
+msgstr "Lagra _miniatyr"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1042
+msgid "Save _XMP data"
+msgstr "Lagra _XMP-data"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1057
+msgid "_Use quality settings from original image"
+msgstr "Bruk _kvalitetsinnstillingane frå originalbiletet"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1063
+msgid "If the original image was loaded from a JPEG file using non-standard quality settings (quantization tables), enable this option to get almost the same quality and file size."
+msgstr "Dersom originalbiletet blei henta frå ei JPEG-fil med ustandard kvalitetsinnstilling (kvantiseringstabellar), bruk denne innstillinga for å få tilnærma same kvalitet og fillengde."
+
+#. Subsampling
+#: ../plug-ins/file-jpeg/jpeg-save.c:1087
+msgid "Su_bsampling:"
+msgstr "_Mellomsteg:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1094
+msgid "1x1,1x1,1x1 (best quality)"
+msgstr "1x1,1x1,1x1 (best kvalitet)"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1096
+msgid "2x1,1x1,1x1 (4:2:2)"
+msgstr "2x1,1x1,1x1 (4:2:2)"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1098
+msgid "1x2,1x1,1x1"
+msgstr "1x2,1x1,1x1"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1100
+msgid "2x2,1x1,1x1 (smallest file)"
+msgstr "2x2,1x1,1x1 (minst fil)"
+
+#. DCT method
+#: ../plug-ins/file-jpeg/jpeg-save.c:1130
+msgid "_DCT method:"
+msgstr "_DCT-metode:"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1136
+msgid "Fast Integer"
+msgstr "Raske heiltal"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1137
+msgid "Integer"
+msgstr "Heiltal"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1138
+msgid "Floating-Point"
+msgstr "Desimaltal"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1154
+msgid "Comment"
+msgstr "Kommentar"
+
+#: ../plug-ins/file-jpeg/jpeg-save.c:1199
+msgid "Sa_ve Defaults"
+msgstr "_Lagra standardverdiane"
+
+#: ../plug-ins/file-jpeg/jpeg.c:136
+#: ../plug-ins/file-jpeg/jpeg.c:174
+msgid "JPEG image"
+msgstr "JPEG-bilete"
+
+#: ../plug-ins/file-jpeg/jpeg.c:300
+msgid "Export Preview"
+msgstr "Export førehandsvising"
+
+#: ../plug-ins/file-psd/psd-load.c:214
+#: ../plug-ins/file-psd/psd-thumb-load.c:130
+msgid "Error loading PSD file: %s"
+msgstr "Feil ved opninga av PSD-fila: %s"
+
+#: ../plug-ins/file-psd/psd-load.c:269
+msgid "Not a valid photoshop document file"
+msgstr "Ugyldig photoshop dokumentfil"
+
+#: ../plug-ins/file-psd/psd-load.c:276
+msgid "Unsupported file format version: %d"
+msgstr "Har ikkje støtte for filformatversjonen: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:283
+msgid "Too many channels in file: %d"
+msgstr "For mange kanalar i fila %d"
+
+#: ../plug-ins/file-psd/psd-load.c:313
+msgid "Unsupported color mode: %s"
+msgstr "Har ikkje støtte for fargemodellen %s"
+
+#: ../plug-ins/file-psd/psd-load.c:340
+msgid "Unsupported bit depth: %d"
+msgstr "Har ikkje støtte for bitdjupna %d"
+
+#: ../plug-ins/file-psd/psd-load.c:374
+#: ../plug-ins/file-psd/psd-load.c:384
+#: ../plug-ins/file-psd/psd-load.c:603
+#: ../plug-ins/file-psd/psd-load.c:784
+msgid "The file is corrupt!"
+msgstr "Fila er øydelagt"
+
+#: ../plug-ins/file-psd/psd-load.c:544
+msgid "Too many channels in layer: %d"
+msgstr "For mange kanalar i laget %d"
+
+#: ../plug-ins/file-psd/psd-load.c:551
+msgid "Unsupported or invalid layer height: %d"
+msgstr "Ustøtta eller ugyldig laghøgde: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:558
+msgid "Unsupported or invalid layer width: %d"
+msgstr "Ustøtta eller ugyldig lagbreidde: %d"
+
+#: ../plug-ins/file-psd/psd-load.c:1152
+#: ../plug-ins/file-psd/psd-load.c:1501
+msgid "Unsupported compression mode: %d"
+msgstr "Har ikkje støtte for kompresjonsmodus %d"
+
+#: ../plug-ins/file-psd/psd-load.c:1594
+msgid "Extra"
+msgstr "Ekstra"
+
+#: ../plug-ins/file-psd/psd-save.c:227
+#: ../plug-ins/file-psd/psd.c:113
+#: ../plug-ins/file-psd/psd.c:152
+msgid "Photoshop image"
+msgstr "Photoshop-bilete"
+
+#: ../plug-ins/file-psd/psd-save.c:373
+msgid "Unable to save layer with mode '%s'. Either the PSD file format or the save plug-in does not support that, using normal mode instead."
+msgstr "Kunne ikkje lagra lag i modus «%s». Anten PDS-filformatet eller programtillegget har ikkje støtte for dette. Bruker normalmodus i staden"
+
+#: ../plug-ins/file-psd/psd-save.c:633
+msgid "Error: Can't convert GIMP base imagetype to PSD mode"
+msgstr "Feil: Kan ikkje omforma GIMP bilettype til PDS-modus"
+
+#: ../plug-ins/file-psd/psd-save.c:1607
+msgid "Unable to save '%s'. The PSD file format does not support images that are more than 30,000 pixels wide or tall."
+msgstr "Kan ikkje lagra «%s». PSD-formatet støtter ikkje bilete som er meir enn 30.000 pikslar høge eller breie."
+
+#: ../plug-ins/file-psd/psd-save.c:1622
+msgid "Unable to save '%s'. The PSD file format does not support images with layers that are more than 30,000 pixels wide or tall."
+msgstr "Kan ikkje lagra «%s». PSD-formatet støtter ikkje bilete med lag som er meir enn 30.000 pikslar høge eller breie."
+
+#: ../plug-ins/file-psd/psd-util.c:50
+msgid "Unexpected end of file"
+msgstr "Uventa filslutt."
+
+#: ../plug-ins/file-sgi/sgi.c:120
+#: ../plug-ins/file-sgi/sgi.c:140
+msgid "Silicon Graphics IRIS image"
+msgstr "Silicon-Graphics-IRIS-bilete"
+
+#: ../plug-ins/file-sgi/sgi.c:325
+msgid "Could not open '%s' for reading."
+msgstr "Kunne ikkje opna for lesing frå «%s»."
+
+#: ../plug-ins/file-sgi/sgi.c:548
+msgid "Could not open '%s' for writing."
+msgstr "Kunne ikkje opna «%s» for skriving."
+
+#: ../plug-ins/file-sgi/sgi.c:628
+msgid "Save as SGI"
+msgstr "Lagra som SGI"
+
+#: ../plug-ins/file-sgi/sgi.c:644
+msgid "Compression type"
+msgstr "Kompressjonstype"
+
+#: ../plug-ins/file-sgi/sgi.c:648
+msgid "No compression"
+msgstr "Ingen kompresjon"
+
+#: ../plug-ins/file-sgi/sgi.c:650
+msgid "RLE compression"
+msgstr "RLE kompresjon"
+
+#: ../plug-ins/file-sgi/sgi.c:652
+msgid ""
+"Aggressive RLE\n"
+"(not supported by SGI)"
+msgstr ""
+"Agressiv RLE\n"
+"(ikkje støtta av SGI)"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:198
+msgid "Downloading image (%s of %s)"
+msgstr "Lastar ned bilete (%s av %s)"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:202
+msgid "Uploading image (%s of %s)"
+msgstr "Lastar opp biletet (%s of %s)"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:224
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:135
+#: ../plug-ins/file-uri/uri-backend-wget.c:345
+msgid "Downloaded %s of image data"
+msgstr "%s av biletdata er lasta ned"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:228
+msgid "Uploaded %s of image data"
+msgstr "%s av biletdata er lasta opp"
+
+#: ../plug-ins/file-uri/uri-backend-gvfs.c:295
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:157
+#: ../plug-ins/file-uri/uri-backend-wget.c:194
+msgid "Connecting to server"
+msgstr "Koplar til tenaren"
+
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:59
+msgid "Could not initialize libcurl"
+msgstr "Kunne ikkje initiere libcurl"
+
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:128
+#: ../plug-ins/file-uri/uri-backend-wget.c:302
+msgid "Downloading %s of image data"
+msgstr "Lastar ned %s av biletdata"
+
+#: ../plug-ins/file-uri/uri-backend-libcurl.c:201
+msgid "Opening '%s' for reading resulted in HTTP response code: %d"
+msgstr "Oninga av «%s» for lesing gav denne HTTP responskoden: %d"
+
+#: ../plug-ins/file-uri/uri-backend-wget.c:161
+#: ../plug-ins/file-uri/uri-backend-wget.c:181
+#: ../plug-ins/file-uri/uri-backend-wget.c:200
+#: ../plug-ins/file-uri/uri-backend-wget.c:223
+#: ../plug-ins/file-uri/uri-backend-wget.c:252
+msgid "wget exited abnormally on URI '%s'"
+msgstr "wget blei avbroten i URI «%s»"
+
+#. The third line is "Connecting to..."
+#: ../plug-ins/file-uri/uri-backend-wget.c:189
+#, c-format
+msgid "(timeout is %d second)"
+msgid_plural "(timeout is %d seconds)"
+msgstr[0] "(Tida er ute etter %d sekund)"
+msgstr[1] "(Tida er ute etter %d sekund)"
+
+#. The fourth line is either the network request or an error
+#: ../plug-ins/file-uri/uri-backend-wget.c:218
+msgid "Opening URI"
+msgstr "Opnar URI"
+
+#: ../plug-ins/file-uri/uri-backend-wget.c:229
+#: ../plug-ins/file-uri/uri-backend-wget.c:262
+msgid "A network error occurred: %s"
+msgstr "Nettverksfeil: %s"
+
+#: ../plug-ins/file-uri/uri-backend-wget.c:307
+msgid "Downloading unknown amount of image data"
+msgstr "Lastar ned ei ukjent mengde biletdata"
+
+#: ../plug-ins/file-uri/uri.c:118
+#: ../plug-ins/file-uri/uri.c:139
+msgid "URI"
+msgstr "URI"
+
+#: ../plug-ins/file-xjt/xjt.c:487
+#: ../plug-ins/file-xjt/xjt.c:505
+msgid "GIMP compressed XJT image"
+msgstr "XJT-bilete komprimert med GIMP"
+
+#: ../plug-ins/file-xjt/xjt.c:735
+msgid "XJT file contains unknown layermode %d"
+msgstr "XJT-fila inneheld ukjent lagmodus %d"
+
+#: ../plug-ins/file-xjt/xjt.c:772
+msgid "Warning: unsupported layermode %d saved to XJT"
+msgstr "Åtvaring: Ustøtta lagmodus %d lagra i XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:788
+msgid "XJT file contains unknown pathtype %d"
+msgstr "XJT-fila inneheld ukjent stigtype %d"
+
+#: ../plug-ins/file-xjt/xjt.c:804
+msgid "Warning: unsupported pathtype %d saved to XJT"
+msgstr "Åtvaring: Ustøtta stigtype %d lagra i XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:823
+msgid "XJT file contains unknown unittype %d"
+msgstr "XJT-fila inneheld ukjent eining %d"
+
+#: ../plug-ins/file-xjt/xjt.c:844
+msgid "Warning: unsupported unittype %d saved to XJT"
+msgstr "Åtvaring: Ustøtta eining %d lagra i XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:865
+msgid "Save as XJT"
+msgstr "Lagra som XJT"
+
+#: ../plug-ins/file-xjt/xjt.c:888
+msgid "Optimize"
+msgstr "Optimaliser"
+
+#: ../plug-ins/file-xjt/xjt.c:898
+msgid "Clear transparent"
+msgstr "Tøm gjennomsiktig"
+
+#: ../plug-ins/file-xjt/xjt.c:910
+msgid "Quality:"
+msgstr "Kvalitet:"
+
+#: ../plug-ins/file-xjt/xjt.c:919
+msgid "Smoothing:"
+msgstr "Utjamning:"
+
+#: ../plug-ins/file-xjt/xjt.c:1716
+#: ../plug-ins/file-xjt/xjt.c:3353
+msgid "Could not create working folder '%s': %s"
+msgstr "Kunne ikkje lage arbeidsmappa «%s»: %s"
+
+#: ../plug-ins/file-xjt/xjt.c:3219
+msgid "Error: Could not read XJT property file '%s'."
+msgstr "Feil: Kunne ikkje lese fila «%s» med XJT-eigenskapane."
+
+#: ../plug-ins/file-xjt/xjt.c:3226
+msgid "Error: XJT property file '%s' is empty."
+msgstr "Feil: Fila «%s» med XJT-eigenskapane er tom."
+
#: ../plug-ins/flame/flame.c:128
msgid "Create cosmic recursive fractal flames"
msgstr "Lager kosmiske, rekursive fraktalflammer"
#: ../plug-ins/flame/flame.c:133
msgid "_Flame..."
-msgstr "_Flamme..."
+msgstr "_Flamme …"
#: ../plug-ins/flame/flame.c:226
msgid "Drawing flame"
-msgstr "Teiknar flamme..."
+msgstr "Teiknar flamme"
#: ../plug-ins/flame/flame.c:318
msgid "Flame works only on RGB drawables."
msgstr "Flamme kan bare brukast på RGB-bilete"
#: ../plug-ins/flame/flame.c:401
-#, c-format
msgid "'%s' is not a regular file"
msgstr "«%s» er ikkje ei vanleg fil"
@@ -9001,482 +8833,1483 @@ msgstr "_Fart:"
msgid "_Randomize"
msgstr "_Slump"
-#: ../plug-ins/flame/flame.c:744
+#: ../plug-ins/flame/flame.c:745
msgid "Same"
msgstr "Same"
-#: ../plug-ins/flame/flame.c:745 ../plug-ins/gimpressionist/orientation.c:164
-#: ../plug-ins/gimpressionist/size.c:167
+#: ../plug-ins/flame/flame.c:746
+#: ../plug-ins/gimpressionist/orientation.c:163
+#: ../plug-ins/gimpressionist/size.c:166
msgid "Random"
msgstr "Tilfeldig"
-#: ../plug-ins/flame/flame.c:749
+#: ../plug-ins/flame/flame.c:750
msgid "Swirl"
msgstr "Kvervel"
-#: ../plug-ins/flame/flame.c:750
+#: ../plug-ins/flame/flame.c:751
msgid "Horseshoe"
msgstr "Hestesko"
-#: ../plug-ins/flame/flame.c:751 ../plug-ins/gfig/gfig-dialog.c:1442
+#: ../plug-ins/flame/flame.c:752
+#: ../plug-ins/gfig/gfig-dialog.c:1441
msgid "Polar"
msgstr "Polar"
-#: ../plug-ins/flame/flame.c:752
+#: ../plug-ins/flame/flame.c:753
msgid "Bent"
msgstr "Bøyd"
+#: ../plug-ins/flame/flame.c:754
+msgid "Handkerchief"
+msgstr "Handklede"
+
+#: ../plug-ins/flame/flame.c:755
+msgid "Heart"
+msgstr "Hjarte"
+
+#: ../plug-ins/flame/flame.c:756
+msgid "Disc"
+msgstr "Skive"
+
+#: ../plug-ins/flame/flame.c:758
+msgid "Hyperbolic"
+msgstr "Hyperbolisk"
+
+#: ../plug-ins/flame/flame.c:760
+msgid "Ex"
+msgstr "Eks"
+
+#: ../plug-ins/flame/flame.c:761
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:843
+msgid "Julia"
+msgstr "Julia"
+
+#: ../plug-ins/flame/flame.c:763
+msgid "Fisheye"
+msgstr "Fiskeauge"
+
+#: ../plug-ins/flame/flame.c:764
+msgid "Popcorn"
+msgstr "Popkorn"
+
#: ../plug-ins/flame/flame.c:765
+msgid "Exponential"
+msgstr " Eksponential"
+
+#: ../plug-ins/flame/flame.c:766
+msgid "Power"
+msgstr "Potens"
+
+#: ../plug-ins/flame/flame.c:767
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:996
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1037
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1078
+msgid "Cosine"
+msgstr "Kosinus"
+
+#: ../plug-ins/flame/flame.c:768
+msgid "Rings"
+msgstr "Ringar"
+
+#: ../plug-ins/flame/flame.c:769
+msgid "Fan"
+msgstr "Vifte"
+
+#: ../plug-ins/flame/flame.c:770
+msgid "Eyefish"
+msgstr "Augefisk"
+
+#: ../plug-ins/flame/flame.c:771
+msgid "Bubble"
+msgstr "Buble"
+
+#: ../plug-ins/flame/flame.c:772
+#: ../plug-ins/map-object/map-object-ui.c:491
+msgid "Cylinder"
+msgstr "Sylinder"
+
+#: ../plug-ins/flame/flame.c:774
+msgid "Blur"
+msgstr "Slør"
+
+#: ../plug-ins/flame/flame.c:775
+msgid "Gaussian"
+msgstr "Gaussisk sløring"
+
+#: ../plug-ins/flame/flame.c:788
msgid "_Variation:"
msgstr "_Variasjon:"
-#: ../plug-ins/flame/flame.c:787
+#: ../plug-ins/flame/flame.c:810
msgid "Load Flame"
msgstr "Opna Flamme"
-#: ../plug-ins/flame/flame.c:802
+#: ../plug-ins/flame/flame.c:825
msgid "Save Flame"
msgstr "Lagra Flamme"
-#: ../plug-ins/flame/flame.c:944
+#: ../plug-ins/flame/flame.c:967
msgid "Flame"
msgstr "Flamme"
-#: ../plug-ins/flame/flame.c:1045
+#: ../plug-ins/flame/flame.c:1068
msgid "_Rendering"
msgstr "_Teikning"
-#: ../plug-ins/flame/flame.c:1071
+#: ../plug-ins/flame/flame.c:1094
msgid "Co_ntrast:"
msgstr "Ko_ntrast:"
-#: ../plug-ins/flame/flame.c:1085
+#: ../plug-ins/flame/flame.c:1108
msgid "_Gamma:"
msgstr "_Gamma:"
-#: ../plug-ins/flame/flame.c:1099
+#: ../plug-ins/flame/flame.c:1122
msgid "Sample _density:"
msgstr "_Punkttettleik:"
-#: ../plug-ins/flame/flame.c:1110
+#: ../plug-ins/flame/flame.c:1133
msgid "Spa_tial oversample:"
msgstr "_Overteikning i rommet:"
-#: ../plug-ins/flame/flame.c:1121
+#: ../plug-ins/flame/flame.c:1144
msgid "Spatial _filter radius:"
msgstr " _Radius for romfilteret:"
-#: ../plug-ins/flame/flame.c:1140
+#: ../plug-ins/flame/flame.c:1163
msgid "Color_map:"
msgstr "Farge_kart:"
-#: ../plug-ins/flame/flame.c:1182
+#: ../plug-ins/flame/flame.c:1205
msgid "Custom gradient"
msgstr "Eigendefinert fargeovergang"
-#: ../plug-ins/flame/flame.c:1208
+#: ../plug-ins/flame/flame.c:1231
msgid "C_amera"
msgstr "K_amera"
-#: ../plug-ins/gfig/gfig-bezier.c:443
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:546
+#: ../plug-ins/gfig/gfig-dialog.c:273
+#: ../plug-ins/gimpressionist/utils.c:142
+#: ../plug-ins/gradient-flare/gradient-flare.c:880
+msgid ""
+"No %s in gimprc:\n"
+"You need to add an entry like\n"
+"(%s \"%s\")\n"
+"to your %s file."
+msgstr ""
+"%s finst ikkje i gimprc:\n"
+"Du må skrive inn noe liknande\n"
+"(%s «%s»)\n"
+"i %s-fila di."
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:637
+msgid "Realtime preview"
+msgstr "Førehandsvising i sanntid"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:645
+msgid "If enabled the preview will be redrawn automatically"
+msgstr "Dersom du aktiverer denne, vil førehandsvisinga bli oppdatert automatisk."
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:648
+msgid "R_edraw preview"
+msgstr "_Oppdater førheandsvisinga"
+
+#. Zoom Options
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:656
+msgid "Zoom"
+msgstr "Zoom"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:692
+msgid "Undo last zoom change"
+msgstr "Angre siste zoomendringa"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:702
+msgid "Redo last zoom change"
+msgstr "Gjenta siste zoomendringa"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:717
+msgid "_Parameters"
+msgstr "_Parametrar"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:720
+msgid "Fractal Parameters"
+msgstr "Fraktalparametrar"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:733
+#: ../plug-ins/map-object/map-object-ui.c:1099
+msgid "Left:"
+msgstr "Venstre:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:742
+#: ../plug-ins/map-object/map-object-ui.c:1099
+msgid "Right:"
+msgstr "Høgre:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:751
+#: ../plug-ins/map-object/map-object-ui.c:1098
+msgid "Top:"
+msgstr "Topp:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:760
+#: ../plug-ins/map-object/map-object-ui.c:1098
+msgid "Bottom:"
+msgstr "Botn:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:772
+msgid "The higher the number of iterations, the more details will be calculated"
+msgstr "Dess fleire gjentakingar (høgare verdi), dess fleire detaljar blir rekna ut"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:780
+msgid "CX:"
+msgstr "CX:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:783
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:793
+msgid "Changes aspect of fractal"
+msgstr "Endrar utsjånaden til fraktalen"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:790
+msgid "CY:"
+msgstr "CY:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:808
+msgid "Load a fractal from file"
+msgstr "Last fraktal frå fil"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:816
+msgid "Reset parameters to default values"
+msgstr "Sett tilbake til standardverdiane"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:825
+msgid "Save active fractal to file"
+msgstr "Lagra aktiv fraktal frå fil"
+
+#. Fractal type toggle box
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:828
+msgid "Fractal Type"
+msgstr "Fraktaltype"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:841
+msgid "Mandelbrot"
+msgstr "Mandelbrot"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:845
+msgid "Barnsley 1"
+msgstr "Barnsley 1"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:847
+msgid "Barnsley 2"
+msgstr "Barnsley 2"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:849
+msgid "Barnsley 3"
+msgstr "Barnsley 3"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:851
+msgid "Spider"
+msgstr "Spinne"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:853
+msgid "Man'o'war"
+msgstr "Man'o'war"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:855
+msgid "Lambda"
+msgstr "Lambda"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:857
+msgid "Sierpinski"
+msgstr "Sierpinski"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:919
+msgid "Number of colors:"
+msgstr "Talet på fargar:"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:922
+msgid "Change the number of colors in the mapping"
+msgstr "Endra talet på fargar i avbildinga"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:929
+msgid "Use loglog smoothing"
+msgstr "Bruk loglog utglatting"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:936
+msgid "Use log log smoothing to eliminate \"banding\" in the result"
+msgstr "Bruk loglog utglatting for å eliminera «striping» på biletet"
+
+#. Color Density frame
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:940
+msgid "Color Density"
+msgstr "Fargedekning"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:955
+msgid "Change the intensity of the red channel"
+msgstr "Endra intensiteten for den raude kanalen"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:965
+msgid "Change the intensity of the green channel"
+msgstr "Endra intensiteten for den grøne kanalen"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:975
+msgid "Change the intensity of the blue channel"
+msgstr "Endra intensiteten for den blå kanalen"
+
+#. Color Function frame
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:981
+msgid "Color Function"
+msgstr "Fargefunksjon"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:994
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1035
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1076
+msgid "Sine"
+msgstr "Sinus"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1003
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1044
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1085
+msgid "Use sine-function for this color component"
+msgstr "Bruk sinusfunksjon for denne fargekomponenten"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1006
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1047
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1088
+msgid "Use cosine-function for this color component"
+msgstr "Bruk kosinusfunksjon for denne fargekomponenten"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1009
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1050
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1091
+msgid "Use linear mapping instead of any trigonometrical function for this color channel"
+msgstr "Bruk lineær avbilding i staden for triginometriske funksjonar for denne fargekanalen"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1018
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1059
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1100
+msgid "Inversion"
+msgstr "Inversjon"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1026
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1067
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1108
+msgid "If you enable this option higher color values will be swapped with lower ones and vice versa"
+msgstr "Dette alternativet fører til at høge fargeverdiar bli bytta om med låge verdiar, og omvendt"
+
+#. Colormode toggle box
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1113
+msgid "Color Mode"
+msgstr "Fargemodus"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1122
+msgid "As specified above"
+msgstr "Som spesifisert ovanfor"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1134
+msgid "Create a color-map with the options you specified above (color density/function). The result is visible in the preview image"
+msgstr "Lag eit fargekart med dei innstillingane du spesifiserte ovanfor (fargetettleik/funksjon). Resultatet er synleg i førehandsvisinga."
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1144
+msgid "Apply active gradient to final image"
+msgstr "Legg aktiv fargeovergang til det ferdige biletet"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1156
+msgid "Create a color-map using a gradient from the gradient editor"
+msgstr "Opprett eit fargekart ved å bruke ein fargeovergang frå fargeovergangsbehandlaren"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1167
+msgid "FractalExplorer Gradient"
+msgstr "Fraktalutforskarovergang"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1197
+msgid "_Fractals"
+msgstr "_Fraktalar"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1559
+msgid "Could not write '%s': %s"
+msgstr "Kunne ikkje skriva til «%s»: %s"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1634
+msgid "Load Fractal Parameters"
+msgstr "Hent fraktalparametrar"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1672
+msgid "Save Fractal Parameters"
+msgstr "Lagra fraktalparametrar"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1870
+msgid "'%s' is not a FractalExplorer file"
+msgstr "«%s» er ikkje ei Fraktalutforskarfil"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer-dialogs.c:1876
+msgid "'%s' is corrupt. Line %d Option section incorrect"
+msgstr "Feil i «%s». Innstillingane i %d er feil"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:238
+msgid "Render fractal art"
+msgstr "Teiknar fraktalkunst"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:243
+msgid "_Fractal Explorer..."
+msgstr "_Fraktalutforskaren …"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:373
+msgid "Rendering fractal"
+msgstr "Teiknar fraktal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:755
+#: ../plug-ins/gradient-flare/gradient-flare.c:3199
+msgid "Are you sure you want to delete \"%s\" from the list and from disk?"
+msgstr "Er du sikker på at du vil slette \"%s\" frå lista og frå disken?"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:759
+msgid "Delete Fractal"
+msgstr "Slett fraktal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:949
+msgid "File '%s' is not a FractalExplorer file"
+msgstr "Fila «%s» er ikkje ei Fraktalutforskar-fil"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:958
+msgid ""
+"File '%s' is corrupt.\n"
+"Line %d Option section incorrect"
+msgstr ""
+"Fila «%s» er skada.\n"
+"Linje %d innstillingssektionen er feil"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1002
+msgid "My first fractal"
+msgstr "Min første fraktal"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1066
+msgid "Select folder and rescan collection"
+msgstr "Vel mappe og skan samlinga på nytt"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1078
+msgid "Apply currently selected fractal"
+msgstr "Bruk den valde fraktalen"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1090
+msgid "Delete currently selected fractal"
+msgstr "Slett den valde fraktalen"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1113
+msgid "Rescan for Fractals"
+msgstr "Les inn fraktalar på nytt"
+
+#: ../plug-ins/fractal-explorer/fractal-explorer.c:1132
+msgid "Add FractalExplorer Path"
+msgstr "Legg til stig for fraktalutforskaren"
+
+#: ../plug-ins/gfig/gfig-bezier.c:442
msgid "Closed"
msgstr "Lukka"
-#: ../plug-ins/gfig/gfig-bezier.c:448
+#: ../plug-ins/gfig/gfig-bezier.c:447
msgid "Close curve on completion"
msgstr "Lukk kurven ved avslutning"
-#: ../plug-ins/gfig/gfig-bezier.c:453
+#: ../plug-ins/gfig/gfig-bezier.c:452
msgid "Show Line Frame"
msgstr "Vis linjeramme"
-#: ../plug-ins/gfig/gfig-bezier.c:458
+#: ../plug-ins/gfig/gfig-bezier.c:457
msgid "Draws lines between the control points. Only during curve creation"
msgstr "Teikna linjer mellom kontrollpunkta. Bare synleg under teikninga."
#. Start building the dialog up
-#: ../plug-ins/gfig/gfig-dialog.c:286
+#: ../plug-ins/gfig/gfig-dialog.c:285
msgid "Gfig"
msgstr "Gfig"
#. Tool options notebook
-#: ../plug-ins/gfig/gfig-dialog.c:337
+#: ../plug-ins/gfig/gfig-dialog.c:336
msgid "Tool Options"
msgstr "Verktøyinnstillingar"
-#: ../plug-ins/gfig/gfig-dialog.c:354
+#: ../plug-ins/gfig/gfig-dialog.c:353
msgid "_Stroke"
-msgstr "_Strek"
+msgstr "_Strek opp"
#. Fill frame on right side
-#: ../plug-ins/gfig/gfig-dialog.c:401
+#: ../plug-ins/gfig/gfig-dialog.c:400
msgid "Fill"
msgstr "Fyll"
-#: ../plug-ins/gfig/gfig-dialog.c:415
+#: ../plug-ins/gfig/gfig-dialog.c:414
msgid "No fill"
msgstr "Ikkje fyll"
-#: ../plug-ins/gfig/gfig-dialog.c:416
+#: ../plug-ins/gfig/gfig-dialog.c:415
msgid "Color fill"
msgstr "Farge"
-#: ../plug-ins/gfig/gfig-dialog.c:417
+#: ../plug-ins/gfig/gfig-dialog.c:416
msgid "Pattern fill"
-msgstr "Mønsterfyll"
+msgstr "Mønsterelement"
-#: ../plug-ins/gfig/gfig-dialog.c:418
+#: ../plug-ins/gfig/gfig-dialog.c:417
msgid "Shape gradient"
msgstr "Form fargeovergang"
-#: ../plug-ins/gfig/gfig-dialog.c:419
+#: ../plug-ins/gfig/gfig-dialog.c:418
msgid "Vertical gradient"
msgstr "Vertikal fargeovergang"
-#: ../plug-ins/gfig/gfig-dialog.c:420
+#: ../plug-ins/gfig/gfig-dialog.c:419
msgid "Horizontal gradient"
msgstr "Horisontal fargeovergang"
#. "show image" checkbutton at bottom of style frame
-#: ../plug-ins/gfig/gfig-dialog.c:480
+#: ../plug-ins/gfig/gfig-dialog.c:479
msgid "Show image"
msgstr "Vis biletet"
#. "snap to grid" checkbutton at bottom of style frame
-#: ../plug-ins/gfig/gfig-dialog.c:493
-msgid "checkbutton|Snap to grid"
+#: ../plug-ins/gfig/gfig-dialog.c:492
+msgctxt "checkbutton"
+msgid "Snap to grid"
msgstr "Fest til rutenettet"
#. "show grid" checkbutton at bottom of style frame
-#: ../plug-ins/gfig/gfig-dialog.c:502
+#: ../plug-ins/gfig/gfig-dialog.c:501
msgid "Show grid"
msgstr "Vis rutenett"
-#: ../plug-ins/gfig/gfig-dialog.c:637
+#: ../plug-ins/gfig/gfig-dialog.c:636
msgid "Load Gfig Object Collection"
msgstr "Opna samlinga av Gfig-objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:686
+#: ../plug-ins/gfig/gfig-dialog.c:685
msgid "Save Gfig Drawing"
msgstr "Lagra Gfig-teikninga"
-#: ../plug-ins/gfig/gfig-dialog.c:831
+#: ../plug-ins/gfig/gfig-dialog.c:830
msgid "First Gfig"
msgstr "Første GFig"
-#: ../plug-ins/gfig/gfig-dialog.c:870
+#: ../plug-ins/gfig/gfig-dialog.c:869
msgid "_Undo"
msgstr "_Angra"
-#: ../plug-ins/gfig/gfig-dialog.c:874
+#: ../plug-ins/gfig/gfig-dialog.c:873
msgid "_Clear"
msgstr "_Tøm"
-#: ../plug-ins/gfig/gfig-dialog.c:878 ../plug-ins/imagemap/imap_menu.c:209
+#: ../plug-ins/gfig/gfig-dialog.c:877
+#: ../plug-ins/imagemap/imap_menu.c:208
msgid "_Grid"
msgstr "_Rutenett"
-#: ../plug-ins/gfig/gfig-dialog.c:886
+#: ../plug-ins/gfig/gfig-dialog.c:885
msgid "Raise selected object"
msgstr "Hev det valde objektet"
-#: ../plug-ins/gfig/gfig-dialog.c:890
+#: ../plug-ins/gfig/gfig-dialog.c:889
msgid "Lower selected object"
msgstr "Senk det valde objektet"
-#: ../plug-ins/gfig/gfig-dialog.c:894
+#: ../plug-ins/gfig/gfig-dialog.c:893
msgid "Raise selected object to top"
msgstr "Hev det valde objektet til toppen"
-#: ../plug-ins/gfig/gfig-dialog.c:898
+#: ../plug-ins/gfig/gfig-dialog.c:897
msgid "Lower selected object to bottom"
msgstr "Senk det valde objektet til botnen"
-#: ../plug-ins/gfig/gfig-dialog.c:902
+#: ../plug-ins/gfig/gfig-dialog.c:901
msgid "Show previous object"
msgstr "Vis førre objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:906
+#: ../plug-ins/gfig/gfig-dialog.c:905
msgid "Show next object"
msgstr "Vis neste objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:910 ../plug-ins/gfig/gfig-stock.c:53
+#: ../plug-ins/gfig/gfig-dialog.c:909
+#: ../plug-ins/gfig/gfig-stock.c:52
msgid "Show all objects"
msgstr "Vis alle objekta"
-#: ../plug-ins/gfig/gfig-dialog.c:916 ../plug-ins/gfig/gfig-stock.c:47
+#: ../plug-ins/gfig/gfig-dialog.c:915
+#: ../plug-ins/gfig/gfig-stock.c:46
msgid "Create line"
msgstr "Lag linje"
-#: ../plug-ins/gfig/gfig-dialog.c:919 ../plug-ins/gfig/gfig-stock.c:51
+#: ../plug-ins/gfig/gfig-dialog.c:918
+#: ../plug-ins/gfig/gfig-stock.c:50
msgid "Create rectangle"
msgstr "Lag rektangel"
-#: ../plug-ins/gfig/gfig-dialog.c:922 ../plug-ins/gfig/gfig-stock.c:42
+#: ../plug-ins/gfig/gfig-dialog.c:921
+#: ../plug-ins/gfig/gfig-stock.c:41
msgid "Create circle"
msgstr "Lag sirkel"
-#: ../plug-ins/gfig/gfig-dialog.c:925 ../plug-ins/gfig/gfig-stock.c:46
+#: ../plug-ins/gfig/gfig-dialog.c:924
+#: ../plug-ins/gfig/gfig-stock.c:45
msgid "Create ellipse"
msgstr "Lag ellipse"
-#: ../plug-ins/gfig/gfig-dialog.c:928 ../plug-ins/gfig/gfig-stock.c:44
+#: ../plug-ins/gfig/gfig-dialog.c:927
+#: ../plug-ins/gfig/gfig-stock.c:43
msgid "Create arc"
msgstr "Lag boge"
-#: ../plug-ins/gfig/gfig-dialog.c:931 ../plug-ins/gfig/gfig-stock.c:50
+#: ../plug-ins/gfig/gfig-dialog.c:930
+#: ../plug-ins/gfig/gfig-stock.c:49
msgid "Create reg polygon"
msgstr "Lag regulær mangekant"
-#: ../plug-ins/gfig/gfig-dialog.c:934 ../plug-ins/gfig/gfig-stock.c:55
+#: ../plug-ins/gfig/gfig-dialog.c:933
+#: ../plug-ins/gfig/gfig-stock.c:54
msgid "Create star"
msgstr "Lag stjerne"
-#: ../plug-ins/gfig/gfig-dialog.c:937 ../plug-ins/gfig/gfig-stock.c:54
+#: ../plug-ins/gfig/gfig-dialog.c:936
+#: ../plug-ins/gfig/gfig-stock.c:53
msgid "Create spiral"
msgstr "Lag spiral"
-#: ../plug-ins/gfig/gfig-dialog.c:940
+#: ../plug-ins/gfig/gfig-dialog.c:939
msgid "Create bezier curve. Shift + Button ends object creation."
msgstr "Lag bezierkurve. Shift + Tast avsluttar"
-#: ../plug-ins/gfig/gfig-dialog.c:944 ../plug-ins/gfig/gfig-stock.c:48
+#: ../plug-ins/gfig/gfig-dialog.c:943
+#: ../plug-ins/gfig/gfig-stock.c:47
msgid "Move an object"
msgstr "Flytt eit objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:947 ../plug-ins/gfig/gfig-stock.c:49
+#: ../plug-ins/gfig/gfig-dialog.c:946
+#: ../plug-ins/gfig/gfig-stock.c:48
msgid "Move a single point"
msgstr "Flytt eit enkelt punkt"
-#: ../plug-ins/gfig/gfig-dialog.c:950 ../plug-ins/gfig/gfig-stock.c:43
+#: ../plug-ins/gfig/gfig-dialog.c:949
+#: ../plug-ins/gfig/gfig-stock.c:42
msgid "Copy an object"
msgstr "Kopier eit objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:953 ../plug-ins/gfig/gfig-stock.c:45
+#: ../plug-ins/gfig/gfig-dialog.c:952
+#: ../plug-ins/gfig/gfig-stock.c:44
msgid "Delete an object"
msgstr "Fjern eit objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:956 ../plug-ins/gfig/gfig-stock.c:52
+#: ../plug-ins/gfig/gfig-dialog.c:955
+#: ../plug-ins/gfig/gfig-stock.c:51
msgid "Select an object"
msgstr "Vel eit objekt"
-#: ../plug-ins/gfig/gfig-dialog.c:1038
+#: ../plug-ins/gfig/gfig-dialog.c:1037
msgid "This tool has no options"
msgstr "Verktøyet har ingen innstillingar"
#. Put buttons in
-#: ../plug-ins/gfig/gfig-dialog.c:1228
+#: ../plug-ins/gfig/gfig-dialog.c:1227
msgid "Show position"
-msgstr "Vis possisjon"
+msgstr "Vis posisjon"
-#: ../plug-ins/gfig/gfig-dialog.c:1240
+#: ../plug-ins/gfig/gfig-dialog.c:1239
msgid "Show control points"
msgstr "Vis kontrollpunkta"
-#: ../plug-ins/gfig/gfig-dialog.c:1274
+#: ../plug-ins/gfig/gfig-dialog.c:1273
msgid "Max undo:"
msgstr "Maks angre.:"
-#: ../plug-ins/gfig/gfig-dialog.c:1283
-#: ../plug-ins/gimpressionist/general.c:185
+#: ../plug-ins/gfig/gfig-dialog.c:1282
+#: ../plug-ins/gimpressionist/general.c:184
msgid "Transparent"
msgstr "Gjennomsiktig"
-#: ../plug-ins/gfig/gfig-dialog.c:1285
+#: ../plug-ins/gfig/gfig-dialog.c:1284
msgid "Foreground"
msgstr "Forgrunn"
-#: ../plug-ins/gfig/gfig-dialog.c:1287 ../plug-ins/imagemap/imap_cmd_copy.c:54
-#: ../plug-ins/imagemap/imap_cmd_copy_object.c:55
-#: ../plug-ins/imagemap/imap_menu.c:160
+#: ../plug-ins/gfig/gfig-dialog.c:1286
+#: ../plug-ins/imagemap/imap_cmd_copy.c:53
+#: ../plug-ins/imagemap/imap_cmd_copy_object.c:54
+#: ../plug-ins/imagemap/imap_menu.c:159
msgid "Copy"
msgstr "Kopier"
-#: ../plug-ins/gfig/gfig-dialog.c:1296
-msgid ""
-"Layer background type. Copy causes the previous layer to be copied before "
-"the draw is performed."
-msgstr ""
-"Lagbakgrunntype. «Kopier» gjer at det førre laget blir kopiert før teikninga "
-"blir utført."
+#: ../plug-ins/gfig/gfig-dialog.c:1295
+msgid "Layer background type. Copy causes the previous layer to be copied before the draw is performed."
+msgstr "Lagbakgrunntype. «Kopier» gjer at det førre laget blir kopiert før teikninga blir utført."
-#: ../plug-ins/gfig/gfig-dialog.c:1302
+#: ../plug-ins/gfig/gfig-dialog.c:1301
msgid "Background:"
msgstr "Bakgrunn:"
-#: ../plug-ins/gfig/gfig-dialog.c:1305
+#: ../plug-ins/gfig/gfig-dialog.c:1304
msgid "Feather"
-msgstr "Fjørkant"
+msgstr "Mjuk kant"
-#: ../plug-ins/gfig/gfig-dialog.c:1329
+#: ../plug-ins/gfig/gfig-dialog.c:1328
msgid "Radius:"
msgstr "Radius:"
-#: ../plug-ins/gfig/gfig-dialog.c:1386
+#: ../plug-ins/gfig/gfig-dialog.c:1385
msgid "Grid spacing:"
msgstr "Maskevidde:"
-#: ../plug-ins/gfig/gfig-dialog.c:1403
+#: ../plug-ins/gfig/gfig-dialog.c:1402
msgid "Polar grid sectors desired:"
-msgstr ""
+msgstr "Talet på polare sektorar:"
-#: ../plug-ins/gfig/gfig-dialog.c:1425
+#: ../plug-ins/gfig/gfig-dialog.c:1424
msgid "Polar grid radius interval:"
-msgstr ""
+msgstr "Radiusintervall for polare sirklar:"
-#: ../plug-ins/gfig/gfig-dialog.c:1441 ../plug-ins/imagemap/imap_menu.c:220
+#: ../plug-ins/gfig/gfig-dialog.c:1440
+#: ../plug-ins/imagemap/imap_menu.c:219
msgid "Rectangle"
msgstr "Rektangel"
-#: ../plug-ins/gfig/gfig-dialog.c:1443
+#: ../plug-ins/gfig/gfig-dialog.c:1442
msgid "Isometric"
msgstr "Isometrisk"
-#: ../plug-ins/gfig/gfig-dialog.c:1452
+#: ../plug-ins/gfig/gfig-dialog.c:1451
msgid "Grid type:"
msgstr "Nett-type:"
-#: ../plug-ins/gfig/gfig-dialog.c:1459 ../plug-ins/gflare/gflare.c:552
+#: ../plug-ins/gfig/gfig-dialog.c:1458
+#: ../plug-ins/gradient-flare/gradient-flare.c:550
msgid "Normal"
msgstr "Normal"
-#: ../plug-ins/gfig/gfig-dialog.c:1462
+#: ../plug-ins/gfig/gfig-dialog.c:1461
msgid "Grey"
msgstr "Grå"
-#: ../plug-ins/gfig/gfig-dialog.c:1463
+#: ../plug-ins/gfig/gfig-dialog.c:1462
msgid "Darker"
msgstr "Mørkare"
-#: ../plug-ins/gfig/gfig-dialog.c:1464
+#: ../plug-ins/gfig/gfig-dialog.c:1463
msgid "Lighter"
msgstr "Lysare"
-#: ../plug-ins/gfig/gfig-dialog.c:1465
+#: ../plug-ins/gfig/gfig-dialog.c:1464
msgid "Very dark"
msgstr "Svært mørk"
-#: ../plug-ins/gfig/gfig-dialog.c:1474
+#: ../plug-ins/gfig/gfig-dialog.c:1473
msgid "Grid color:"
msgstr "Nettfarge:"
-#: ../plug-ins/gfig/gfig-dialog.c:1697
+#: ../plug-ins/gfig/gfig-dialog.c:1696
msgid "Sides:"
msgstr "Sider:"
-#: ../plug-ins/gfig/gfig-dialog.c:1707
+#: ../plug-ins/gfig/gfig-dialog.c:1706
msgid "Right"
msgstr "Høgre"
-#: ../plug-ins/gfig/gfig-dialog.c:1708
+#: ../plug-ins/gfig/gfig-dialog.c:1707
msgid "Left"
msgstr "Venstre"
-#: ../plug-ins/gfig/gfig-dialog.c:1718
-#: ../plug-ins/gimpressionist/orientation.c:148
+#: ../plug-ins/gfig/gfig-dialog.c:1717
+#: ../plug-ins/gimpressionist/orientation.c:147
msgid "Orientation:"
msgstr "Orientering:"
-#: ../plug-ins/gfig/gfig-dobject.c:585
+#: ../plug-ins/gfig/gfig-dobject.c:584
msgid "Hey where has the object gone ?"
msgstr "Hei, kvar har objektet blitt av?"
-#: ../plug-ins/gfig/gfig-dobject.c:955
+#: ../plug-ins/gfig/gfig-dobject.c:954
msgid "Error reading file"
msgstr "Feil ved lesing av fil"
-#: ../plug-ins/gfig/gfig-dobject.c:1044
+#: ../plug-ins/gfig/gfig-dobject.c:1043
msgid "Editing read-only object - you will not be able to save it"
-msgstr ""
-"Du arbeider på eit objekt som bare kan lesast frå. Du kan ikkje lagra "
-"resultata."
+msgstr "Du arbeider på eit objekt som bare kan lesast frå. Du kan ikkje lagra resultata."
-#: ../plug-ins/gfig/gfig-poly.c:51
+#: ../plug-ins/gfig/gfig-poly.c:50
msgid "Regular Polygon Number of Sides"
msgstr "Regulær polygon. Tal på sider"
-#: ../plug-ins/gfig/gfig-preview.c:328
+#: ../plug-ins/gfig/gfig-preview.c:327
msgid "Object Details"
msgstr "Objektdetaljar"
#. Position labels
-#: ../plug-ins/gfig/gfig-preview.c:378
+#: ../plug-ins/gfig/gfig-preview.c:377
msgid "XY position:"
msgstr "XY-Posisjon:"
-#: ../plug-ins/gfig/gfig-spiral.c:55
+#: ../plug-ins/gfig/gfig-spiral.c:54
msgid "Spiral Number of Turns"
msgstr "Spiral. Tal på vindingar"
-#: ../plug-ins/gfig/gfig-star.c:52
+#: ../plug-ins/gfig/gfig-star.c:51
msgid "Star Number of Points"
msgstr "Stjerne. Tal på punkt"
-#: ../plug-ins/gfig/gfig-stock.c:41
+#: ../plug-ins/gfig/gfig-stock.c:40
msgid "Create bezier curve"
msgstr "Lag Bezier-kurve"
-#: ../plug-ins/gfig/gfig.c:124
+#: ../plug-ins/gfig/gfig.c:123
msgid "Create geometric shapes"
msgstr "Teikna geometriske former på biletet"
-#: ../plug-ins/gfig/gfig.c:135
+#: ../plug-ins/gfig/gfig.c:134
msgid "_Gfig..."
-msgstr "_Gfig-teikning..."
+msgstr "_Gfig-teikning …"
-#: ../plug-ins/gfig/gfig.c:731
-msgid ""
-"Error trying to save figure as a parasite: can't attach parasite to drawable."
-msgstr ""
-"Feil i forsøk på å lagre figur som parasitt: Kan ikkje legge ein parasitt "
-"til teikneområdet."
+#: ../plug-ins/gfig/gfig.c:730
+msgid "Error trying to save figure as a parasite: can't attach parasite to drawable."
+msgstr "Feil i forsøk på å lagre figur som parasitt: Kan ikkje legge ein parasitt til teikneområdet."
-#: ../plug-ins/gfig/gfig.c:758
-#, c-format
+#: ../plug-ins/gfig/gfig.c:757
msgid "Error trying to open temporary file '%s' for parasite loading: %s"
-msgstr ""
-"Feil i forsøk på å opne den temporære fila «%s» for å opna parasittar: %s"
+msgstr "Feil i forsøk på å opne den temporære fila «%s» for å opna parasittar: %s"
-#: ../plug-ins/gflare/gflare.c:553
+#: ../plug-ins/gimpressionist/brush.c:246
+msgid "Can only save drawables!"
+msgstr "Kan bare lagra teikneflater!"
+
+#: ../plug-ins/gimpressionist/brush.c:251
+msgid "Save Brush"
+msgstr "Lagra penselen"
+
+#: ../plug-ins/gimpressionist/brush.c:506
+msgid "_Brush"
+msgstr "_Pensel"
+
+#: ../plug-ins/gimpressionist/brush.c:543
+msgid "Gamma:"
+msgstr "Gamma:"
+
+#: ../plug-ins/gimpressionist/brush.c:561
+msgid "Changes the gamma (brightness) of the selected brush"
+msgstr "Endra Gamma-verdien (lysstyrken) for den valde penselen"
+
+#: ../plug-ins/gimpressionist/brush.c:569
+msgid "Select:"
+msgstr "Vel:"
+
+#: ../plug-ins/gimpressionist/brush.c:598
+msgid "Aspect ratio:"
+msgstr "Sideforhold:"
+
+#: ../plug-ins/gimpressionist/brush.c:602
+msgid "Specifies the aspect ratio of the brush"
+msgstr "Bestemmer forholdet mellom sidene i penselen"
+
+#: ../plug-ins/gimpressionist/brush.c:611
+#: ../plug-ins/gimpressionist/paper.c:205
+msgid "Relief:"
+msgstr "Relieff:"
+
+#: ../plug-ins/gimpressionist/brush.c:615
+#: ../plug-ins/gimpressionist/paper.c:209
+msgid "Specifies the amount of embossing to apply to the image (in percent)"
+msgstr "Bestemmer graden av relieffeffekt (i %)"
+
+#: ../plug-ins/gimpressionist/color.c:59
+msgid "Co_lor"
+msgstr "_Farge"
+
+#: ../plug-ins/gimpressionist/color.c:69
+msgid "A_verage under brush"
+msgstr "_Gjennomsnitt under penselen"
+
+#: ../plug-ins/gimpressionist/color.c:71
+msgid "C_enter of brush"
+msgstr "_Midten av penselen"
+
+#: ../plug-ins/gimpressionist/color.c:78
+msgid "Color is computed from the average of all pixels under the brush"
+msgstr "Fargen blir bestemt som middelverdien av alle pikslane under penselen"
+
+#: ../plug-ins/gimpressionist/color.c:82
+msgid "Samples the color from the pixel in the center of the brush"
+msgstr "Fargen blir bestemt ut frå pikselen under midten av penselen"
+
+#: ../plug-ins/gimpressionist/color.c:93
+msgid "Color _noise:"
+msgstr "Farge_støy:"
+
+#: ../plug-ins/gimpressionist/color.c:97
+msgid "Adds random noise to the color"
+msgstr "Legg tilfeldig støy til fargen"
+
+#: ../plug-ins/gimpressionist/general.c:133
+#: ../plug-ins/gradient-flare/gradient-flare.c:3528
+msgid "_General"
+msgstr "_Generelt"
+
+#: ../plug-ins/gimpressionist/general.c:149
+msgid "Keep original"
+msgstr "Behald original"
+
+#: ../plug-ins/gimpressionist/general.c:150
+msgid "Preserve the original image as a background"
+msgstr "Behald originalbiletet som bakgrunn"
+
+#: ../plug-ins/gimpressionist/general.c:155
+msgid "From paper"
+msgstr "Frå papir"
+
+#: ../plug-ins/gimpressionist/general.c:156
+msgid "Copy the texture of the selected paper as a background"
+msgstr "Bruk kopi av teksturen i det valde papiret som bakgrunn"
+
+#: ../plug-ins/gimpressionist/general.c:166
+msgid "Solid colored background"
+msgstr "Einsfarga bakgrunn"
+
+#: ../plug-ins/gimpressionist/general.c:185
+msgid "Use a transparent background; Only the strokes painted will be visible"
+msgstr "Bruk gjennomsiktig bakgrunn. Bare penselstrøka blir synlege."
+
+#: ../plug-ins/gimpressionist/general.c:202
+msgid "Paint edges"
+msgstr "Teikna kantane"
+
+#: ../plug-ins/gimpressionist/general.c:207
+msgid "Selects if to place strokes all the way out to the edges of the image"
+msgstr "Penselstrøka skal halde fram til kanten av biletet"
+
+#. Tileable checkbox
+#: ../plug-ins/gimpressionist/general.c:212
+#: ../plug-ins/maze/maze-dialog.c:277
+msgid "Tileable"
+msgstr "Saumlaus"
+
+#: ../plug-ins/gimpressionist/general.c:216
+msgid "Selects if the resulting image should be seamlessly tileable"
+msgstr "Bestemmer om det ferdige biletet skal ha saumlause overgangar."
+
+#: ../plug-ins/gimpressionist/general.c:221
+msgid "Drop shadow"
+msgstr "Slagskygge"
+
+#: ../plug-ins/gimpressionist/general.c:226
+msgid "Adds a shadow effect to each brush stroke"
+msgstr "Legg til ein skyggeeffekt på kvart penselstrøk"
+
+#: ../plug-ins/gimpressionist/general.c:239
+msgid "Edge darken:"
+msgstr "Formørk ved kanten:"
+
+#: ../plug-ins/gimpressionist/general.c:243
+msgid "How much to \"darken\" the edges of each brush stroke"
+msgstr "Mengda av «formørking» av kanten til kvart penselstrøk"
+
+#: ../plug-ins/gimpressionist/general.c:248
+msgid "Shadow darken:"
+msgstr "Skyggeformørking:"
+
+#: ../plug-ins/gimpressionist/general.c:252
+msgid "How much to \"darken\" the drop shadow"
+msgstr "Kor mykje skyggane skal «formørkast»"
+
+#: ../plug-ins/gimpressionist/general.c:257
+msgid "Shadow depth:"
+msgstr "Skyggedjupn:"
+
+#: ../plug-ins/gimpressionist/general.c:261
+msgid "The depth of the drop shadow, i.e. how far apart from the object it should be"
+msgstr "Djupna på skyggen, dvs. kor langt ut frå objektet skal skyggen gå"
+
+#: ../plug-ins/gimpressionist/general.c:266
+msgid "Shadow blur:"
+msgstr "Skyggesløring:"
+
+#: ../plug-ins/gimpressionist/general.c:270
+msgid "How much to blur the drop shadow"
+msgstr "Kor mykje skyggen skal slørast"
+
+#: ../plug-ins/gimpressionist/general.c:275
+msgid "Deviation threshold:"
+msgstr "Avviksgrense:"
+
+#: ../plug-ins/gimpressionist/general.c:279
+msgid "A bailout-value for adaptive selections"
+msgstr "Utløysingsverdi for avpassa utval"
+
+#: ../plug-ins/gimpressionist/gimp.c:89
+msgid "Performs various artistic operations"
+msgstr "Utfør ulike artistiske operasjonar"
+
+#: ../plug-ins/gimpressionist/gimp.c:94
+msgid "_GIMPressionist..."
+msgstr "_GIMPressionist …"
+
+#: ../plug-ins/gimpressionist/gimp.c:370
+msgid "Painting"
+msgstr "Teiknar"
+
+#: ../plug-ins/gimpressionist/gimpressionist.c:138
+msgid "GIMPressionist"
+msgstr "GIMPressionist"
+
+#: ../plug-ins/gimpressionist/orientation.c:91
+msgid "Or_ientation"
+msgstr "_Orientering"
+
+#: ../plug-ins/gimpressionist/orientation.c:105
+msgid "Directions:"
+msgstr "Retningar:"
+
+#: ../plug-ins/gimpressionist/orientation.c:109
+msgid "The number of directions (i.e. brushes) to use"
+msgstr "Kor mange retningar, dvs. penslar, som skal brukast"
+
+#: ../plug-ins/gimpressionist/orientation.c:117
+msgid "Start angle:"
+msgstr "Startvinkel:"
+
+#: ../plug-ins/gimpressionist/orientation.c:121
+msgid "The starting angle of the first brush to create"
+msgstr "Startvinkelen til den første penselen som skal lagast"
+
+#: ../plug-ins/gimpressionist/orientation.c:129
+msgid "Angle span:"
+msgstr "Vinkelspenn:"
+
+#: ../plug-ins/gimpressionist/orientation.c:133
+msgid "The angle span of the first brush to create"
+msgstr "Vinkelspennet (storleiken) på den første penselen som skal lagast"
+
+#: ../plug-ins/gimpressionist/orientation.c:156
+msgid "Let the value (brightness) of the region determine the direction of the stroke"
+msgstr "La lysverdien til området bestemma retninga på penselstrøka"
+
+#: ../plug-ins/gimpressionist/orientation.c:159
+#: ../plug-ins/gimpressionist/size.c:162
+msgid "Radius"
+msgstr "Radius"
+
+#: ../plug-ins/gimpressionist/orientation.c:160
+msgid "The distance from the center of the image determines the direction of the stroke"
+msgstr "La avstanden frå biletsenteret bestemma retninga på penselstrøka"
+
+#: ../plug-ins/gimpressionist/orientation.c:164
+msgid "Selects a random direction of each stroke"
+msgstr "Lag ein tilfeldig retning for kvart penselstrøk"
+
+#: ../plug-ins/gimpressionist/orientation.c:167
+#: ../plug-ins/gimpressionist/size.c:170
+msgid "Radial"
+msgstr "Radial"
+
+#: ../plug-ins/gimpressionist/orientation.c:168
+msgid "Let the direction from the center determine the direction of the stroke"
+msgstr "La retningen frå biletsenteret bestemma retninga på penselstrøka"
+
+#: ../plug-ins/gimpressionist/orientation.c:175
+#: ../plug-ins/gimpressionist/size.c:178
+msgid "Flowing"
+msgstr "Flygande"
+
+#: ../plug-ins/gimpressionist/orientation.c:176
+#: ../plug-ins/gimpressionist/size.c:179
+msgid "The strokes follow a \"flowing\" pattern"
+msgstr "Penselstrøka følgjer eit «flygande» mønster"
+
+#: ../plug-ins/gimpressionist/orientation.c:180
+msgid "The hue of the region determines the direction of the stroke"
+msgstr "La kuløren på området bestemma retninga på penselstrøka"
+
+#: ../plug-ins/gimpressionist/orientation.c:183
+#: ../plug-ins/gimpressionist/size.c:186
+msgid "Adaptive"
+msgstr "Tilpassande"
+
+#: ../plug-ins/gimpressionist/orientation.c:184
+msgid "The direction that matches the original image the closest is selected"
+msgstr "Vel den retningen som kjem nærast originalbiletet"
+
+#: ../plug-ins/gimpressionist/orientation.c:191
+#: ../plug-ins/gimpressionist/size.c:195
+msgid "Manual"
+msgstr "Manuell"
+
+#: ../plug-ins/gimpressionist/orientation.c:192
+msgid "Manually specify the stroke orientation"
+msgstr "Bestem retninga på penselstrøka manuelt"
+
+#: ../plug-ins/gimpressionist/orientation.c:203
+msgid "Opens up the Orientation Map Editor"
+msgstr "Opnar behandlaren for retningsoversynet"
+
+#: ../plug-ins/gimpressionist/orientmap.c:525
+msgid "Orientation Map Editor"
+msgstr "Retningskartbehandlaren"
+
+#: ../plug-ins/gimpressionist/orientmap.c:554
+msgid "Vectors"
+msgstr "Vektorar"
+
+#: ../plug-ins/gimpressionist/orientmap.c:566
+msgid "The vector-field. Left-click to move selected vector, Right-click to point it towards mouse, Middle-click to add a new vector."
+msgstr "Vektorfeltet. Venstreklikk for å flytta vald vektor til musemarkøren. Høgreklikk for å snu vektoren i retning musemarkøren. Midtklikk for å leggja til ein vektor."
+
+#: ../plug-ins/gimpressionist/orientmap.c:589
+#: ../plug-ins/gimpressionist/sizemap.c:458
+msgid "Adjust the preview's brightness"
+msgstr "Juster lysverdien for førehandsvisinga"
+
+#: ../plug-ins/gimpressionist/orientmap.c:611
+msgid "Select previous vector"
+msgstr "Vel førre vektor"
+
+#: ../plug-ins/gimpressionist/orientmap.c:617
+msgid "Select next vector"
+msgstr "Vel neste vektor"
+
+#: ../plug-ins/gimpressionist/orientmap.c:619
+#: ../plug-ins/gimpressionist/sizemap.c:489
+msgid "A_dd"
+msgstr "Legg _til"
+
+#: ../plug-ins/gimpressionist/orientmap.c:623
+msgid "Add new vector"
+msgstr "Legg til ny vektor"
+
+#: ../plug-ins/gimpressionist/orientmap.c:625
+#: ../plug-ins/gimpressionist/sizemap.c:496
+msgid "_Kill"
+msgstr "_Fjern"
+
+#: ../plug-ins/gimpressionist/orientmap.c:629
+msgid "Delete selected vector"
+msgstr "Fjern den markerte vektoren"
+
+#: ../plug-ins/gimpressionist/orientmap.c:640
+msgid "Type"
+msgstr "Type"
+
+#: ../plug-ins/gimpressionist/orientmap.c:644
+msgid "_Normal"
+msgstr "_Normal"
+
+#: ../plug-ins/gimpressionist/orientmap.c:645
+msgid "Vorte_x"
+msgstr "Vorte_x"
+
+#: ../plug-ins/gimpressionist/orientmap.c:646
+msgid "Vortex_2"
+msgstr "Vortex_2"
+
+#: ../plug-ins/gimpressionist/orientmap.c:647
+msgid "Vortex_3"
+msgstr "Vortex_3"
+
+#: ../plug-ins/gimpressionist/orientmap.c:653
+#: ../plug-ins/gimpressionist/sizemap.c:541
+msgid "_Voronoi"
+msgstr "_Voronoi"
+
+#: ../plug-ins/gimpressionist/orientmap.c:661
+msgid "Voronoi-mode makes only the vector closest to the given point have any influence"
+msgstr "Voronoi-Modus: Bare vektoren nærast det gjevne punktet har noe verknad"
+
+#: ../plug-ins/gimpressionist/orientmap.c:671
+msgid "A_ngle:"
+msgstr "Vi_nkel:"
+
+#: ../plug-ins/gimpressionist/orientmap.c:675
+msgid "Change the angle of the selected vector"
+msgstr "Endra vinkelen til den valde vektoren"
+
+#: ../plug-ins/gimpressionist/orientmap.c:682
+msgid "Ang_le offset:"
+msgstr "Vinke_l-forskyving:"
+
+#: ../plug-ins/gimpressionist/orientmap.c:686
+msgid "Offset all vectors with a given angle"
+msgstr "Forskyv alle vinklane med ein gjeven vinkel"
+
+#: ../plug-ins/gimpressionist/orientmap.c:697
+msgid "Change the strength of the selected vector"
+msgstr "Endra styrken til den valde vektoren"
+
+#: ../plug-ins/gimpressionist/orientmap.c:704
+msgid "S_trength exp.:"
+msgstr "S_tyrkeeksp.:"
+
+#: ../plug-ins/gimpressionist/orientmap.c:708
+#: ../plug-ins/gimpressionist/sizemap.c:536
+msgid "Change the exponent of the strength"
+msgstr "Endra styrkeeksponenten"
+
+#: ../plug-ins/gimpressionist/paper.c:137
+msgid "P_aper"
+msgstr "P_apir"
+
+#: ../plug-ins/gimpressionist/paper.c:172
+msgid "Inverts the Papers texture"
+msgstr "Inverterer papirteksturen"
+
+#: ../plug-ins/gimpressionist/paper.c:176
+msgid "O_verlay"
+msgstr "O_verlegg"
+
+#: ../plug-ins/gimpressionist/paper.c:181
+msgid "Applies the paper as it is (without embossing it)"
+msgstr "Bruk papiret som det er, utan bossering (relieffverknad)"
+
+#: ../plug-ins/gimpressionist/paper.c:197
+msgid "Specifies the scale of the texture (in percent of original file)"
+msgstr "Bestemmer storleiken på teksturen i % av originalfila"
+
+#: ../plug-ins/gimpressionist/placement.c:66
+msgid "Pl_acement"
+msgstr "Pl_asering"
+
+#: ../plug-ins/gimpressionist/placement.c:72
+msgid "Placement"
+msgstr "Plasering"
+
+#: ../plug-ins/gimpressionist/placement.c:76
+msgid "Randomly"
+msgstr "Tilfeldig"
+
+#: ../plug-ins/gimpressionist/placement.c:80
+msgid "Evenly distributed"
+msgstr "Likt fordelt"
+
+#: ../plug-ins/gimpressionist/placement.c:88
+msgid "Place strokes randomly around the image"
+msgstr "Plaser strøka tilfeldig rundt om på biletet"
+
+#: ../plug-ins/gimpressionist/placement.c:92
+msgid "The strokes are evenly distributed across the image"
+msgstr "Plasserer strøka jamnt utover biletet"
+
+#: ../plug-ins/gimpressionist/placement.c:101
+msgid "Centered"
+msgstr "Sentrert"
+
+#: ../plug-ins/gimpressionist/placement.c:107
+msgid "Focus the brush strokes around the center of the image"
+msgstr "Fokuser penselstrøka rundt midten av biletet"
+
+#: ../plug-ins/gimpressionist/placement.c:119
+msgid "Stroke _density:"
+msgstr "_Dekkevne:"
+
+#: ../plug-ins/gimpressionist/placement.c:123
+msgid "The relative density of the brush strokes"
+msgstr "Relativ dekkevne for penselstrøka"
+
+#.
+#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings
+#. * that need not and should not be freed. So this call is OK.
+#. *
+#: ../plug-ins/gimpressionist/ppmtool.c:649
+msgid "Failed to save PPM file '%s': %s"
+msgstr "Fekk ikkje lagra PPM-fila «%s»: %s"
+
+#: ../plug-ins/gimpressionist/presets.c:639
+msgid "Save Current"
+msgstr "Lagra innstillingane"
+
+#: ../plug-ins/gimpressionist/presets.c:893
+msgid "Gimpressionist Defaults"
+msgstr "Førehandsinnstillingane for Gimpressionisten"
+
+#: ../plug-ins/gimpressionist/presets.c:1014
+msgid "_Presets"
+msgstr "_Førehandsinnstillingar"
+
+#: ../plug-ins/gimpressionist/presets.c:1029
+msgid "Save Current..."
+msgstr "Lagra gjeldande …"
+
+#: ../plug-ins/gimpressionist/presets.c:1037
+msgid "Save the current settings to the specified file"
+msgstr "Lagra dei brukte innstillingane til den spesifiserte fila"
+
+#: ../plug-ins/gimpressionist/presets.c:1065
+msgid "Reads the selected Preset into memory"
+msgstr "Les dei valde innstillingane til minnet"
+
+#: ../plug-ins/gimpressionist/presets.c:1071
+msgid "Deletes the selected Preset"
+msgstr "Visk ut dei valde innstillingane"
+
+#: ../plug-ins/gimpressionist/presets.c:1077
+msgid "Reread the folder of Presets"
+msgstr "Les inn mappa med førehandsinnstillingar på nytt"
+
+#: ../plug-ins/gimpressionist/preview.c:173
+#: ../plug-ins/gimpressionist/repaint.c:1183
+#: ../plug-ins/imagemap/imap_polygon.c:514
+#: ../plug-ins/lighting/lighting-ui.c:1074
+msgid "_Update"
+msgstr "_Oppdater"
+
+#: ../plug-ins/gimpressionist/preview.c:179
+msgid "Refresh the Preview window"
+msgstr "Oppdater førehandsvisinga"
+
+#: ../plug-ins/gimpressionist/preview.c:187
+msgid "Revert to the original image"
+msgstr "Gå tilbake til originalbiletet"
+
+#: ../plug-ins/gimpressionist/size.c:94
+msgid "_Size"
+msgstr "_Storleik"
+
+#: ../plug-ins/gimpressionist/size.c:108
+msgid "Sizes:"
+msgstr "Storleikar:"
+
+#: ../plug-ins/gimpressionist/size.c:112
+msgid "The number of sizes of brushes to use"
+msgstr "Kor mange penselstorleikar som skal brukast"
+
+#: ../plug-ins/gimpressionist/size.c:120
+msgid "Minimum size:"
+msgstr "Min. storleik:"
+
+#: ../plug-ins/gimpressionist/size.c:124
+msgid "The smallest brush to create"
+msgstr "Den minste penselen som skal brukast"
+
+#: ../plug-ins/gimpressionist/size.c:132
+msgid "Maximum size:"
+msgstr "Maks storleik:"
+
+#: ../plug-ins/gimpressionist/size.c:136
+msgid "The largest brush to create"
+msgstr "Den største penselen som skal brukast"
+
+#: ../plug-ins/gimpressionist/size.c:150
+msgid "Size:"
+msgstr "Storleik:"
+
+#: ../plug-ins/gimpressionist/size.c:159
+msgid "Let the value (brightness) of the region determine the size of the stroke"
+msgstr "La lysverdien i området bestemma storleiken på penselstrøket"
+
+#: ../plug-ins/gimpressionist/size.c:163
+msgid "The distance from the center of the image determines the size of the stroke"
+msgstr "La avstanden frå biletsenteret bestemma storleiken på penselstrøket"
+
+#: ../plug-ins/gimpressionist/size.c:167
+msgid "Selects a random size for each stroke"
+msgstr "Vel ein tilfeldig storleik for penselstrøket"
+
+#: ../plug-ins/gimpressionist/size.c:171
+msgid "Let the direction from the center determine the size of the stroke"
+msgstr "La retninga frå biletsenteret bestemma storleiken på penselstrøket"
+
+#: ../plug-ins/gimpressionist/size.c:183
+msgid "The hue of the region determines the size of the stroke"
+msgstr "La kuløren i området bestemma storleiken på penselstrøket"
+
+#: ../plug-ins/gimpressionist/size.c:187
+msgid "The brush-size that matches the original image the closest is selected"
+msgstr "Vel den penselstorleiken som kjem nærast originalbiletet"
+
+#: ../plug-ins/gimpressionist/size.c:196
+msgid "Manually specify the stroke size"
+msgstr "Spesifiser penselstorleiken manuelt"
+
+#: ../plug-ins/gimpressionist/size.c:207
+msgid "Opens up the Size Map Editor"
+msgstr "Opnar storleiksbehandlaren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:400
+msgid "Size Map Editor"
+msgstr "Storleiksbehandlaren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:428
+msgid "Smvectors"
+msgstr "Sm-vektorar"
+
+#: ../plug-ins/gimpressionist/sizemap.c:438
+msgid "The smvector-field. Left-click to move selected smvector, Right-click to point it towards mouse, Middle-click to add a new smvector."
+msgstr ""
+"smVektorfeltet.\n"
+"Venstreklikk for å flytta vald smvektor til musemarkøren. Høgreklikk for å snu smvektoren i retning musemarkøren. Midtklikk for å leggja til ein vektor.Das smvektor-Feld. Links-klicken, um den ausgewählten smvektor zu bewegen,\n"
+"Rechts-klicken um den Vektor zum Mauszeiger zeigen zu lassen, Mittel-klicken\n"
+"um einen neuen Vektor hinzuzufügen."
+
+#: ../plug-ins/gimpressionist/sizemap.c:480
+msgid "Select previous smvector"
+msgstr "Vel den førre smvektoren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:487
+msgid "Select next smvector"
+msgstr "Vel den neste smvektoren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:494
+msgid "Add new smvector"
+msgstr "Legg til ny smvektor"
+
+#: ../plug-ins/gimpressionist/sizemap.c:501
+msgid "Delete selected smvector"
+msgstr "Slett den valde smvektoren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:514
+msgid "Change the angle of the selected smvector"
+msgstr "Endra vinkelen for den valde smvektoren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:521
+msgid "S_trength:"
+msgstr "S_tyrke:"
+
+#: ../plug-ins/gimpressionist/sizemap.c:525
+msgid "Change the strength of the selected smvector"
+msgstr "Endra styrken for den valde smvektoren"
+
+#: ../plug-ins/gimpressionist/sizemap.c:532
+msgid "St_rength exp.:"
+msgstr "Sty_rkeeksp.:"
+
+#: ../plug-ins/gimpressionist/sizemap.c:548
+msgid "Voronoi-mode makes only the smvector closest to the given point have any influence"
+msgstr "Voronoi-Modus: Bare smvektoren nærast det gjevne punktet har noe verknad"
+
+#: ../plug-ins/gradient-flare/gradient-flare.c:551
msgid "Addition"
msgstr "Legg til "
-#: ../plug-ins/gflare/gflare.c:554
+#: ../plug-ins/gradient-flare/gradient-flare.c:552
msgid "Overlay"
msgstr "Overlegg"
-#: ../plug-ins/gflare/gflare.c:809
+#: ../plug-ins/gradient-flare/gradient-flare.c:806
msgid "Produce a lense flare effect using gradients"
msgstr "Lager ein linserefleks ved hjelp av fargeovergangar"
-#: ../plug-ins/gflare/gflare.c:814
+#: ../plug-ins/gradient-flare/gradient-flare.c:811
msgid "_Gradient Flare..."
-msgstr "_Gradientrefleks..."
+msgstr "_Gradientrefleks …"
#.
#. * Dialog Shell
#.
-#: ../plug-ins/gflare/gflare.c:953 ../plug-ins/gflare/gflare.c:2311
+#: ../plug-ins/gradient-flare/gradient-flare.c:950
+#: ../plug-ins/gradient-flare/gradient-flare.c:2356
msgid "Gradient Flare"
msgstr "Gradientrefleks"
-#: ../plug-ins/gflare/gflare.c:1264
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:1263
msgid "Failed to open GFlare file '%s': %s"
msgstr "Kunne ikkje opna G-refleksfila «%s»: %s"
-#: ../plug-ins/gflare/gflare.c:1272
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:1271
msgid "'%s' is not a valid GFlare file."
msgstr "«%s» er ikkje ei gyldig G-refleksfil."
-#: ../plug-ins/gflare/gflare.c:1326
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:1325
msgid "invalid formatted GFlare file: %s\n"
msgstr "Ugyldig format i G-refleksfila %s\n"
-#: ../plug-ins/gflare/gflare.c:1451
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:1450
msgid ""
"GFlare '%s' is not saved. If you add a new entry in '%s', like:\n"
"(gflare-path \"%s\")\n"
@@ -9486,20 +10319,19 @@ msgstr ""
"(linserefleks-sti «%s»)\n"
"og lager ei mappe «%s» kan du lagra dine eigne refleksar i denne mappa."
-#: ../plug-ins/gflare/gflare.c:1484
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:1483
msgid "Failed to write GFlare file '%s': %s"
msgstr "Feil ved skriving av G-refleksfila «%s»: %s"
-#: ../plug-ins/gflare/gflare.c:2368
+#: ../plug-ins/gradient-flare/gradient-flare.c:2413
msgid "A_uto update preview"
-msgstr "A_utomatisk førehandsvising"
+msgstr "Automatisk _førehandsvising"
-#: ../plug-ins/gflare/gflare.c:2419
+#: ../plug-ins/gradient-flare/gradient-flare.c:2464
msgid "`Default' is created."
msgstr "«Standard» er laga."
-#: ../plug-ins/gflare/gflare.c:2420
+#: ../plug-ins/gradient-flare/gradient-flare.c:2465
msgid "Default"
msgstr "Standard"
@@ -9509,2015 +10341,1800 @@ msgstr "Standard"
#.
#. * Scales
#.
-#: ../plug-ins/gflare/gflare.c:2699 ../plug-ins/gflare/gflare.c:3536
-#: ../plug-ins/gflare/gflare.c:3641 ../plug-ins/gflare/gflare.c:3778
+#: ../plug-ins/gradient-flare/gradient-flare.c:2744
+#: ../plug-ins/gradient-flare/gradient-flare.c:3581
+#: ../plug-ins/gradient-flare/gradient-flare.c:3686
+#: ../plug-ins/gradient-flare/gradient-flare.c:3823
msgid "Parameters"
-msgstr "Parametra"
+msgstr "Parameter"
-#: ../plug-ins/gflare/gflare.c:2725
+#: ../plug-ins/gradient-flare/gradient-flare.c:2770
msgid "Ro_tation:"
-msgstr "_Rotasjon:"
+msgstr "R_otasjon:"
-#: ../plug-ins/gflare/gflare.c:2737
+#: ../plug-ins/gradient-flare/gradient-flare.c:2782
msgid "_Hue rotation:"
-msgstr "_Fargerotasjon:"
+msgstr "F_argerotasjon:"
-#: ../plug-ins/gflare/gflare.c:2749
+#: ../plug-ins/gradient-flare/gradient-flare.c:2794
msgid "Vector _angle:"
msgstr "Vektor_vinkel:"
-#: ../plug-ins/gflare/gflare.c:2761
+#: ../plug-ins/gradient-flare/gradient-flare.c:2806
msgid "Vector _length:"
msgstr "Vektor_lengde:"
-#: ../plug-ins/gflare/gflare.c:2782
+#: ../plug-ins/gradient-flare/gradient-flare.c:2827
msgid "A_daptive supersampling"
msgstr "A_daptiv utjamning"
-#: ../plug-ins/gflare/gflare.c:2801
+#: ../plug-ins/gradient-flare/gradient-flare.c:2846
msgid "_Max depth:"
msgstr "_Maks djupn:"
-#: ../plug-ins/gflare/gflare.c:2811
+#: ../plug-ins/gradient-flare/gradient-flare.c:2856
msgid "_Threshold"
msgstr "_Terskel:"
-#: ../plug-ins/gflare/gflare.c:2949
+#: ../plug-ins/gradient-flare/gradient-flare.c:2994
msgid "S_elector"
msgstr "_Utval"
-#: ../plug-ins/gflare/gflare.c:3013
+#: ../plug-ins/gradient-flare/gradient-flare.c:3058
msgid "New Gradient Flare"
msgstr "Ny gradientrefleks"
-#: ../plug-ins/gflare/gflare.c:3016
+#: ../plug-ins/gradient-flare/gradient-flare.c:3061
msgid "Enter a name for the new GFlare"
msgstr "Skriv namnet på den nye G-refleksen"
-#: ../plug-ins/gflare/gflare.c:3036
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:3081
msgid "The name '%s' is used already!"
msgstr "Namnet «%s» er i bruk frå før!"
-#: ../plug-ins/gflare/gflare.c:3092
+#: ../plug-ins/gradient-flare/gradient-flare.c:3137
msgid "Copy Gradient Flare"
msgstr "Kopier gradientrefleks"
-#: ../plug-ins/gflare/gflare.c:3095
+#: ../plug-ins/gradient-flare/gradient-flare.c:3140
msgid "Enter a name for the copied GFlare"
msgstr "Skriv namnet på den kopierte G-refleksen"
-#: ../plug-ins/gflare/gflare.c:3117
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:3162
msgid "The name `%s' is used already!"
msgstr "Namnet «%s» er i bruk frå før!"
-#: ../plug-ins/gflare/gflare.c:3148
+#: ../plug-ins/gradient-flare/gradient-flare.c:3193
msgid "Cannot delete!! There must be at least one GFlare."
msgstr "Kan ikkje slette. Det må finnast minst ein G-refleks."
-#: ../plug-ins/gflare/gflare.c:3158
+#: ../plug-ins/gradient-flare/gradient-flare.c:3203
msgid "Delete Gradient Flare"
msgstr "Slett G-refleksen"
-#: ../plug-ins/gflare/gflare.c:3230
-#, c-format
+#: ../plug-ins/gradient-flare/gradient-flare.c:3275
msgid "not found %s in gflares_list"
msgstr "Fann ikkje %s i lista over G-refleksar"
-#: ../plug-ins/gflare/gflare.c:3271
+#: ../plug-ins/gradient-flare/gradient-flare.c:3316
msgid "Gradient Flare Editor"
msgstr "Gradientrefleksbehandlaren"
-#: ../plug-ins/gflare/gflare.c:3275
+#: ../plug-ins/gradient-flare/gradient-flare.c:3320
msgid "Rescan Gradients"
msgstr "Les inn fargeovergangane på nytt"
#. Glow
-#: ../plug-ins/gflare/gflare.c:3400
+#: ../plug-ins/gradient-flare/gradient-flare.c:3445
msgid "Glow Paint Options"
msgstr "Innstillingar for glød-teikning"
-#: ../plug-ins/gflare/gflare.c:3411 ../plug-ins/gflare/gflare.c:3439
-#: ../plug-ins/gflare/gflare.c:3467
+#: ../plug-ins/gradient-flare/gradient-flare.c:3456
+#: ../plug-ins/gradient-flare/gradient-flare.c:3484
+#: ../plug-ins/gradient-flare/gradient-flare.c:3512
msgid "Opacity:"
msgstr "Dekkevne:"
-#: ../plug-ins/gflare/gflare.c:3424 ../plug-ins/gflare/gflare.c:3452
-#: ../plug-ins/gflare/gflare.c:3480
+#: ../plug-ins/gradient-flare/gradient-flare.c:3469
+#: ../plug-ins/gradient-flare/gradient-flare.c:3497
+#: ../plug-ins/gradient-flare/gradient-flare.c:3525
msgid "Paint mode:"
msgstr "Teiknemodus:"
#. Rays
-#: ../plug-ins/gflare/gflare.c:3428
+#: ../plug-ins/gradient-flare/gradient-flare.c:3473
msgid "Rays Paint Options"
msgstr "Innstillingane for teikning av stråler"
#. Rays
-#: ../plug-ins/gflare/gflare.c:3456
+#: ../plug-ins/gradient-flare/gradient-flare.c:3501
msgid "Second Flares Paint Options"
msgstr "Innstillingar for sekundærrefleksen"
-#: ../plug-ins/gflare/gflare.c:3483 ../plug-ins/gimpressionist/general.c:134
-msgid "_General"
-msgstr "_Generelt"
-
#.
#. * Gradient Menus
#.
-#: ../plug-ins/gflare/gflare.c:3509 ../plug-ins/gflare/gflare.c:3612
-#: ../plug-ins/gflare/gflare.c:3751
+#: ../plug-ins/gradient-flare/gradient-flare.c:3554
+#: ../plug-ins/gradient-flare/gradient-flare.c:3657
+#: ../plug-ins/gradient-flare/gradient-flare.c:3796
msgid "Gradients"
msgstr "Fargeovergangar"
-#: ../plug-ins/gflare/gflare.c:3520 ../plug-ins/gflare/gflare.c:3625
-#: ../plug-ins/gflare/gflare.c:3762
+#: ../plug-ins/gradient-flare/gradient-flare.c:3565
+#: ../plug-ins/gradient-flare/gradient-flare.c:3670
+#: ../plug-ins/gradient-flare/gradient-flare.c:3807
msgid "Radial gradient:"
msgstr "Radiell fargeovergang:"
-#: ../plug-ins/gflare/gflare.c:3524 ../plug-ins/gflare/gflare.c:3629
+#: ../plug-ins/gradient-flare/gradient-flare.c:3569
+#: ../plug-ins/gradient-flare/gradient-flare.c:3674
msgid "Angular gradient:"
msgstr "Kanta fargeovergang:"
-#: ../plug-ins/gflare/gflare.c:3528 ../plug-ins/gflare/gflare.c:3633
+#: ../plug-ins/gradient-flare/gradient-flare.c:3573
+#: ../plug-ins/gradient-flare/gradient-flare.c:3678
msgid "Angular size gradient:"
msgstr "Fargeovergang for kanta storleik:"
-#: ../plug-ins/gflare/gflare.c:3548 ../plug-ins/gflare/gflare.c:3653
-#: ../plug-ins/gflare/gflare.c:3790
+#: ../plug-ins/gradient-flare/gradient-flare.c:3593
+#: ../plug-ins/gradient-flare/gradient-flare.c:3698
+#: ../plug-ins/gradient-flare/gradient-flare.c:3835
msgid "Size (%):"
msgstr "Storleik (%):"
-#: ../plug-ins/gflare/gflare.c:3560 ../plug-ins/gflare/gflare.c:3665
-#: ../plug-ins/gflare/gflare.c:3802
+#: ../plug-ins/gradient-flare/gradient-flare.c:3605
+#: ../plug-ins/gradient-flare/gradient-flare.c:3710
+#: ../plug-ins/gradient-flare/gradient-flare.c:3847
msgid "Rotation:"
msgstr "Rotasjon:"
-#: ../plug-ins/gflare/gflare.c:3572 ../plug-ins/gflare/gflare.c:3678
-#: ../plug-ins/gflare/gflare.c:3815
+#: ../plug-ins/gradient-flare/gradient-flare.c:3617
+#: ../plug-ins/gradient-flare/gradient-flare.c:3723
+#: ../plug-ins/gradient-flare/gradient-flare.c:3860
msgid "Hue rotation:"
msgstr "Fargerotasjon:"
-#: ../plug-ins/gflare/gflare.c:3586
+#: ../plug-ins/gradient-flare/gradient-flare.c:3631
msgid "G_low"
msgstr "G_lød"
-#: ../plug-ins/gflare/gflare.c:3690
+#: ../plug-ins/gradient-flare/gradient-flare.c:3735
msgid "# of Spikes:"
msgstr "Tal på stråler:"
-#: ../plug-ins/gflare/gflare.c:3702
+#: ../plug-ins/gradient-flare/gradient-flare.c:3747
msgid "Spike thickness:"
msgstr "Strålebreidde:"
-#: ../plug-ins/gflare/gflare.c:3716
+#: ../plug-ins/gradient-flare/gradient-flare.c:3761
msgid "_Rays"
msgstr "St_råler"
-#: ../plug-ins/gflare/gflare.c:3766
+#: ../plug-ins/gradient-flare/gradient-flare.c:3811
msgid "Size factor gradient:"
msgstr "Storleiksfaktor for overgang:"
-#: ../plug-ins/gflare/gflare.c:3770
+#: ../plug-ins/gradient-flare/gradient-flare.c:3815
msgid "Probability gradient:"
msgstr "Slumpovergang:"
#.
#. * Shape Radio Button Frame
#.
-#: ../plug-ins/gflare/gflare.c:3832
+#: ../plug-ins/gradient-flare/gradient-flare.c:3877
msgid "Shape of Second Flares"
msgstr "Form på sekundærrefleksen"
-#: ../plug-ins/gflare/gflare.c:3840 ../plug-ins/imagemap/imap_menu.c:222
+#: ../plug-ins/gradient-flare/gradient-flare.c:3885
+#: ../plug-ins/imagemap/imap_menu.c:221
msgid "Circle"
msgstr "Sirkel"
-#: ../plug-ins/gflare/gflare.c:3857 ../plug-ins/imagemap/imap_menu.c:224
+#: ../plug-ins/gradient-flare/gradient-flare.c:3902
+#: ../plug-ins/imagemap/imap_menu.c:223
msgid "Polygon"
msgstr "Polygon"
-#: ../plug-ins/gflare/gflare.c:3890
+#: ../plug-ins/gradient-flare/gradient-flare.c:3935
msgid "Random seed:"
msgstr "Tilfeldig frø:"
-#: ../plug-ins/gflare/gflare.c:3904
+#: ../plug-ins/gradient-flare/gradient-flare.c:3949
msgid "_Second Flares"
msgstr "_Sekundærrefleks"
-#: ../plug-ins/gfli/gfli.c:163 ../plug-ins/gfli/gfli.c:183
-msgid "AutoDesk FLIC animation"
-msgstr "AutoDesk-FLIC-animasjon"
-
-#: ../plug-ins/gfli/gfli.c:529
-#, c-format
-msgid "Frame (%i)"
-msgstr "Ramme (%i)"
-
-#: ../plug-ins/gfli/gfli.c:680
-msgid "Sorry, I can save only INDEXED and GRAY images."
-msgstr "Kan bare lagra indekserte bilete og bilete i gråskala."
-
-#: ../plug-ins/gfli/gfli.c:811
-msgid "GFLI 1.3 - Load framestack"
-msgstr "GFLI 1.3 - Opna animasjon"
-
-#. spinbutton 2
-#: ../plug-ins/gfli/gfli.c:849 ../plug-ins/gfli/gfli.c:919
-#: ../plug-ins/rcm/rcm_dialog.c:325 ../plug-ins/rcm/rcm_dialog.c:378
-msgid "To:"
-msgstr "Til:"
-
-#: ../plug-ins/gfli/gfli.c:879
-msgid "GFLI 1.3 - Save framestack"
-msgstr "GFLI 1.3 - Lagra animasjon"
-
-#: ../plug-ins/gimpressionist/brush.c:247
-msgid "Can only save drawables!"
-msgstr "Kan bare lagra teikneflater!"
-
-#: ../plug-ins/gimpressionist/brush.c:252
-msgid "Save Brush"
-msgstr "Lagra penselen"
-
-#: ../plug-ins/gimpressionist/brush.c:507
-msgid "_Brush"
-msgstr "_Pensel"
-
-#: ../plug-ins/gimpressionist/brush.c:544
-msgid "Gamma:"
-msgstr "Gamma:"
-
-#: ../plug-ins/gimpressionist/brush.c:562
-msgid "Changes the gamma (brightness) of the selected brush"
-msgstr "Endra Gamma-verdien (lysstyrken) for den valde penselen"
-
-#: ../plug-ins/gimpressionist/brush.c:570
-msgid "Select:"
-msgstr "Vel:"
-
-#: ../plug-ins/gimpressionist/brush.c:599
-msgid "Aspect ratio:"
-msgstr "Sideforhold:"
-
-#: ../plug-ins/gimpressionist/brush.c:603
-msgid "Specifies the aspect ratio of the brush"
-msgstr "Bestemmer forholdet mellom sidene i penselen"
-
-#: ../plug-ins/gimpressionist/brush.c:612
-#: ../plug-ins/gimpressionist/paper.c:206
-msgid "Relief:"
-msgstr "Relieff:"
-
-#: ../plug-ins/gimpressionist/brush.c:616
-#: ../plug-ins/gimpressionist/paper.c:210
-msgid "Specifies the amount of embossing to apply to the image (in percent)"
-msgstr "Bestemmer graden av relieffeffekt (i %)"
-
-#: ../plug-ins/gimpressionist/color.c:60
-msgid "Co_lor"
-msgstr "_Farge"
-
-#: ../plug-ins/gimpressionist/color.c:70
-msgid "A_verage under brush"
-msgstr "_Gjennomsnitt under penselen"
-
-#: ../plug-ins/gimpressionist/color.c:72
-msgid "C_enter of brush"
-msgstr "_Midten av penselen"
-
-#: ../plug-ins/gimpressionist/color.c:79
-msgid "Color is computed from the average of all pixels under the brush"
-msgstr "Fargen blir bestemt som middelverdien av alle pikslane under penselen"
-
-#: ../plug-ins/gimpressionist/color.c:83
-msgid "Samples the color from the pixel in the center of the brush"
-msgstr "Fargen blir bestemt ut frå pikslane under midten av penselen"
-
-#: ../plug-ins/gimpressionist/color.c:94
-msgid "Color _noise:"
-msgstr "Farge_støy:"
-
-#: ../plug-ins/gimpressionist/color.c:98
-msgid "Adds random noise to the color"
-msgstr "Legg tilfeldig støy til fargen"
-
-#: ../plug-ins/gimpressionist/general.c:150
-msgid "Keep original"
-msgstr "Behald original"
-
-#: ../plug-ins/gimpressionist/general.c:151
-msgid "Preserve the original image as a background"
-msgstr "Behald originalbiletet som bakgrunn"
-
-#: ../plug-ins/gimpressionist/general.c:156
-msgid "From paper"
-msgstr "Frå papir"
-
-#: ../plug-ins/gimpressionist/general.c:157
-msgid "Copy the texture of the selected paper as a background"
-msgstr "Bruk kopi av teksturen i det valde papiret som bakgrunn"
-
-#: ../plug-ins/gimpressionist/general.c:167
-msgid "Solid colored background"
-msgstr "Einsfarga bakgrunn"
-
-#: ../plug-ins/gimpressionist/general.c:186
-msgid "Use a transparent background; Only the strokes painted will be visible"
-msgstr "Bruk gjennomsiktig bakgrunn. Bare penselstrøka blir synlege."
-
-#: ../plug-ins/gimpressionist/general.c:203
-msgid "Paint edges"
-msgstr "Teikna kantane"
-
-#: ../plug-ins/gimpressionist/general.c:208
-msgid "Selects if to place strokes all the way out to the edges of the image"
-msgstr "Penselstrøka skal halde fram til kanten av biletet"
-
-#. Tileable checkbox
-#: ../plug-ins/gimpressionist/general.c:213 ../plug-ins/maze/maze_face.c:284
-msgid "Tileable"
-msgstr "Saumlaus"
-
-#: ../plug-ins/gimpressionist/general.c:217
-msgid "Selects if the resulting image should be seamlessly tileable"
-msgstr "Bestemmer om det ferdige biletet skal ha saumlause overgangar."
-
-#: ../plug-ins/gimpressionist/general.c:222
-msgid "Drop shadow"
-msgstr "Slagskygge"
-
-#: ../plug-ins/gimpressionist/general.c:227
-msgid "Adds a shadow effect to each brush stroke"
-msgstr "Legg til ein skyggeeffekt på kvart penselstrøk"
-
-#: ../plug-ins/gimpressionist/general.c:240
-msgid "Edge darken:"
-msgstr "Formørk ved kanten:"
-
-#: ../plug-ins/gimpressionist/general.c:244
-msgid "How much to \"darken\" the edges of each brush stroke"
-msgstr "Mengda av «formørking» av kanten til kvart penselstrøk"
-
-#: ../plug-ins/gimpressionist/general.c:249
-msgid "Shadow darken:"
-msgstr "Skyggeformørking:"
-
-#: ../plug-ins/gimpressionist/general.c:253
-msgid "How much to \"darken\" the drop shadow"
-msgstr "Kor mykje skyggane skal «formørkast»"
-
-#: ../plug-ins/gimpressionist/general.c:258
-msgid "Shadow depth:"
-msgstr "Skyggedjupn:"
-
-#: ../plug-ins/gimpressionist/general.c:262
-msgid ""
-"The depth of the drop shadow, i.e. how far apart from the object it should be"
-msgstr "Djupna på skyggen, dvs. kor langt ut frå objektet skal skyggen gå"
-
-#: ../plug-ins/gimpressionist/general.c:267
-msgid "Shadow blur:"
-msgstr "Skyggesløring:"
-
-#: ../plug-ins/gimpressionist/general.c:271
-msgid "How much to blur the drop shadow"
-msgstr "Kor mykje skyggen skal slørast"
-
-#: ../plug-ins/gimpressionist/general.c:276
-msgid "Deviation threshold:"
-msgstr "Avviksgrense:"
-
-#: ../plug-ins/gimpressionist/general.c:280
-msgid "A bailout-value for adaptive selections"
-msgstr "Utløysingsverdi for avpassa utval"
-
-#: ../plug-ins/gimpressionist/gimp.c:90
-msgid "Performs various artistic operations"
-msgstr "Utfør ulike artistiske operasjonar"
-
-#: ../plug-ins/gimpressionist/gimp.c:95
-msgid "_GIMPressionist..."
-msgstr "_GIMPressionist..."
-
-#: ../plug-ins/gimpressionist/gimp.c:371
-msgid "Painting"
-msgstr "Teiknar"
-
-#: ../plug-ins/gimpressionist/gimpressionist.c:139
-msgid "GIMPressionist"
-msgstr "GIMPressionist"
-
-#: ../plug-ins/gimpressionist/orientation.c:92
-msgid "Or_ientation"
-msgstr "Or_ientering"
-
-#: ../plug-ins/gimpressionist/orientation.c:106
-msgid "Directions:"
-msgstr "Retningar:"
-
-#: ../plug-ins/gimpressionist/orientation.c:110
-msgid "The number of directions (i.e. brushes) to use"
-msgstr "Kor mange retningar, dvs. penslar, som skal brukast"
-
-#: ../plug-ins/gimpressionist/orientation.c:118
-msgid "Start angle:"
-msgstr "Startvinkel:"
-
-#: ../plug-ins/gimpressionist/orientation.c:122
-msgid "The starting angle of the first brush to create"
-msgstr "Startvinkelen til den første penselen som skal lagast"
-
-#: ../plug-ins/gimpressionist/orientation.c:130
-msgid "Angle span:"
-msgstr "Vinkelspenn:"
-
-#: ../plug-ins/gimpressionist/orientation.c:134
-msgid "The angle span of the first brush to create"
-msgstr "Vinkelspennet (storleiken) på den første penselen som skal lagast"
-
-#: ../plug-ins/gimpressionist/orientation.c:157
-msgid ""
-"Let the value (brightness) of the region determine the direction of the "
-"stroke"
-msgstr "La lysverdien til området bestemma retninga på penselstrøka"
-
-#: ../plug-ins/gimpressionist/orientation.c:160
-#: ../plug-ins/gimpressionist/size.c:163
-msgid "Radius"
-msgstr "Radius"
-
-#: ../plug-ins/gimpressionist/orientation.c:161
-msgid ""
-"The distance from the center of the image determines the direction of the "
-"stroke"
-msgstr "La avstanden frå biletsenteret bestemma retninga på penselstrøka"
-
-#: ../plug-ins/gimpressionist/orientation.c:165
-msgid "Selects a random direction of each stroke"
-msgstr "Lag ein tilfeldig retning for kvart penselstrøk"
-
-#: ../plug-ins/gimpressionist/orientation.c:168
-#: ../plug-ins/gimpressionist/size.c:171
-msgid "Radial"
-msgstr "Radial"
-
-#: ../plug-ins/gimpressionist/orientation.c:169
-msgid "Let the direction from the center determine the direction of the stroke"
-msgstr "La retningen frå biletsenteret bestemma retninga på penselstrøka"
-
-#: ../plug-ins/gimpressionist/orientation.c:176
-#: ../plug-ins/gimpressionist/size.c:179
-msgid "Flowing"
-msgstr "Flygande"
-
-#: ../plug-ins/gimpressionist/orientation.c:177
-#: ../plug-ins/gimpressionist/size.c:180
-msgid "The strokes follow a \"flowing\" pattern"
-msgstr "Penselstrøka følgjer eit «flygande» mønster"
-
-#: ../plug-ins/gimpressionist/orientation.c:181
-msgid "The hue of the region determines the direction of the stroke"
-msgstr "La kuløren på området bestemma retninga på penselstrøka"
-
-#: ../plug-ins/gimpressionist/orientation.c:184
-#: ../plug-ins/gimpressionist/size.c:187
-msgid "Adaptive"
-msgstr "Tilpassande"
-
-#: ../plug-ins/gimpressionist/orientation.c:185
-msgid "The direction that matches the original image the closest is selected"
-msgstr "Vel den retningen som kjem nærast originalbiletet"
-
-#: ../plug-ins/gimpressionist/orientation.c:192
-#: ../plug-ins/gimpressionist/size.c:196
-msgid "Manual"
-msgstr "Manuell"
-
-#: ../plug-ins/gimpressionist/orientation.c:193
-msgid "Manually specify the stroke orientation"
-msgstr "Bestem retninga på penselstrøka manuelt"
-
-#: ../plug-ins/gimpressionist/orientation.c:204
-msgid "Opens up the Orientation Map Editor"
-msgstr "Opnar behandlaren for retningsoversynet"
-
-#: ../plug-ins/gimpressionist/orientmap.c:526
-msgid "Orientation Map Editor"
-msgstr "Retningskartbehandlaren"
-
-#: ../plug-ins/gimpressionist/orientmap.c:555
-msgid "Vectors"
-msgstr "Vektorar"
-
-#: ../plug-ins/gimpressionist/orientmap.c:567
-msgid ""
-"The vector-field. Left-click to move selected vector, Right-click to point "
-"it towards mouse, Middle-click to add a new vector."
-msgstr ""
-"Vektorfeltet. Venstreklikk for å flytta vald vektor til musemarkøren. "
-"Høgreklikk for å snu vektoren i retning musemarkøren. Midtklikk for å leggja "
-"til ein vektor."
-
-#: ../plug-ins/gimpressionist/orientmap.c:590
-#: ../plug-ins/gimpressionist/sizemap.c:459
-msgid "Adjust the preview's brightness"
-msgstr "Juster lysverdien for førehandsvisinga"
-
-#: ../plug-ins/gimpressionist/orientmap.c:612
-msgid "Select previous vector"
-msgstr "Vel førre vektor"
-
-#: ../plug-ins/gimpressionist/orientmap.c:618
-msgid "Select next vector"
-msgstr "Vel neste vektor"
-
-#: ../plug-ins/gimpressionist/orientmap.c:620
-#: ../plug-ins/gimpressionist/sizemap.c:490
-msgid "A_dd"
-msgstr "Legg _til"
-
-#: ../plug-ins/gimpressionist/orientmap.c:624
-msgid "Add new vector"
-msgstr "Legg til ny vektor"
-
-#: ../plug-ins/gimpressionist/orientmap.c:626
-#: ../plug-ins/gimpressionist/sizemap.c:497
-msgid "_Kill"
-msgstr "_Fjern"
-
-#: ../plug-ins/gimpressionist/orientmap.c:630
-msgid "Delete selected vector"
-msgstr "Fjern den valde vektoren"
-
-#: ../plug-ins/gimpressionist/orientmap.c:641
-msgid "Type"
-msgstr "Type"
-
-#: ../plug-ins/gimpressionist/orientmap.c:645
-msgid "_Normal"
-msgstr "_Normal"
-
-#: ../plug-ins/gimpressionist/orientmap.c:646
-msgid "Vorte_x"
-msgstr "Vorte_x"
-
-#: ../plug-ins/gimpressionist/orientmap.c:647
-msgid "Vortex_2"
-msgstr "Vortex_2"
-
-#: ../plug-ins/gimpressionist/orientmap.c:648
-msgid "Vortex_3"
-msgstr "Vortex_3"
-
-#: ../plug-ins/gimpressionist/orientmap.c:654
-#: ../plug-ins/gimpressionist/sizemap.c:542
-msgid "_Voronoi"
-msgstr "_Voronoi"
-
-#: ../plug-ins/gimpressionist/orientmap.c:662
-msgid ""
-"Voronoi-mode makes only the vector closest to the given point have any "
-"influence"
-msgstr "Voronoi-Modus: Bare vektoren nærast det gjevne punktet har noe verknad"
-
-#: ../plug-ins/gimpressionist/orientmap.c:672
-msgid "A_ngle:"
-msgstr "Vi_nkel:"
-
-#: ../plug-ins/gimpressionist/orientmap.c:676
-msgid "Change the angle of the selected vector"
-msgstr "Endra vinkelen til den valde vektoren"
-
-#: ../plug-ins/gimpressionist/orientmap.c:683
-msgid "Ang_le offset:"
-msgstr "Vinke_l-forskyving:"
-
-#: ../plug-ins/gimpressionist/orientmap.c:687
-msgid "Offset all vectors with a given angle"
-msgstr "Forskyv alle vinklane med ein gjeven vinkel"
-
-#: ../plug-ins/gimpressionist/orientmap.c:698
-msgid "Change the strength of the selected vector"
-msgstr "Endra styrken til den valde vektoren"
-
-#: ../plug-ins/gimpressionist/orientmap.c:705
-msgid "S_trength exp.:"
-msgstr "S_tyrkeeksp.:"
-
-#: ../plug-ins/gimpressionist/orientmap.c:709
-#: ../plug-ins/gimpressionist/sizemap.c:537
-msgid "Change the exponent of the strength"
-msgstr "Endra styrkeeksponenten"
-
-#: ../plug-ins/gimpressionist/paper.c:138
-msgid "P_aper"
-msgstr "P_apir"
-
-#: ../plug-ins/gimpressionist/paper.c:173
-msgid "Inverts the Papers texture"
-msgstr "Inverterer papirteksturen"
-
-#: ../plug-ins/gimpressionist/paper.c:177
-msgid "O_verlay"
-msgstr "O_verlegg"
-
-#: ../plug-ins/gimpressionist/paper.c:182
-msgid "Applies the paper as it is (without embossing it)"
-msgstr "Bruk papiret som det er, utan bossering (relieffverknad)"
-
-#: ../plug-ins/gimpressionist/paper.c:198
-msgid "Specifies the scale of the texture (in percent of original file)"
-msgstr "Bestemmer storleiken på teksturen i % av originalfila"
-
-#: ../plug-ins/gimpressionist/placement.c:67
-msgid "Pl_acement"
-msgstr "Pl_asering"
-
-#: ../plug-ins/gimpressionist/placement.c:73
-msgid "Placement"
-msgstr "Plasering"
-
-#: ../plug-ins/gimpressionist/placement.c:77
-msgid "Randomly"
-msgstr "Tilfeldig"
-
-#: ../plug-ins/gimpressionist/placement.c:81
-msgid "Evenly distributed"
-msgstr "Likt fordelt"
-
-#: ../plug-ins/gimpressionist/placement.c:89
-msgid "Place strokes randomly around the image"
-msgstr "Plaser strøka tilfeldig rundt om på biletet"
-
-#: ../plug-ins/gimpressionist/placement.c:93
-msgid "The strokes are evenly distributed across the image"
-msgstr "Plasserer strøka jamnt utover biletet"
-
-#: ../plug-ins/gimpressionist/placement.c:102
-msgid "Centered"
-msgstr "Sentrert"
-
-#: ../plug-ins/gimpressionist/placement.c:108
-msgid "Focus the brush strokes around the center of the image"
-msgstr "Fokuser penselstrøka rundt midten av biletet"
-
-#: ../plug-ins/gimpressionist/placement.c:120
-msgid "Stroke _density:"
-msgstr "_Dekkevne:"
-
-#: ../plug-ins/gimpressionist/placement.c:124
-msgid "The relative density of the brush strokes"
-msgstr "Relativ dekkevne for penselstrøka"
-
-#.
-#. * gimp_filename_to_utf8 () and g_strerror () return temporary strings
-#. * that need not and should not be freed. So this call is OK.
-#. *
-#: ../plug-ins/gimpressionist/ppmtool.c:650
-#, c-format
-msgid "Failed to save PPM file '%s': %s"
-msgstr "Fekk ikkje lagra PPM-fila «%s»: %s"
-
-#: ../plug-ins/gimpressionist/presets.c:638
-msgid "Save Current"
-msgstr "Lagra innstillingane"
-
-#: ../plug-ins/gimpressionist/presets.c:892
-msgid "Gimpressionist Defaults"
-msgstr "Førehandsinnstillingane for Gimpressionisten"
-
-#: ../plug-ins/gimpressionist/presets.c:1013
-msgid "_Presets"
-msgstr "_Førehandsinnstillingar"
-
-#: ../plug-ins/gimpressionist/presets.c:1028
-msgid "Save Current..."
-msgstr "Lagra gjeldande..."
-
-#: ../plug-ins/gimpressionist/presets.c:1036
-msgid "Save the current settings to the specified file"
-msgstr "Lagra dei brukte innstillingane til den spesifiserte fila"
-
-#: ../plug-ins/gimpressionist/presets.c:1064
-msgid "Reads the selected Preset into memory"
-msgstr "Les dei valde innstillingane til minnet"
-
-#: ../plug-ins/gimpressionist/presets.c:1070
-msgid "Deletes the selected Preset"
-msgstr "Visk ut dei valde innstillingane"
-
-#: ../plug-ins/gimpressionist/presets.c:1076
-msgid "Reread the folder of Presets"
-msgstr "Les mappa med førehandsinnstillingar på nytt"
-
-#: ../plug-ins/gimpressionist/preview.c:180
-msgid "Refresh the Preview window"
-msgstr "Oppdater førehandsvisinga"
-
-#: ../plug-ins/gimpressionist/preview.c:188
-msgid "Revert to the original image"
-msgstr "Gå tilbake til originalbiletet"
-
-#: ../plug-ins/gimpressionist/size.c:95
-msgid "_Size"
-msgstr "_Storleik"
-
-#: ../plug-ins/gimpressionist/size.c:109
-msgid "Sizes:"
-msgstr "Storleikar:"
-
-#: ../plug-ins/gimpressionist/size.c:113
-msgid "The number of sizes of brushes to use"
-msgstr "Kor mange penselstorleikar som skal brukast"
-
-#: ../plug-ins/gimpressionist/size.c:121
-msgid "Minimum size:"
-msgstr "Min. storleik:"
-
-#: ../plug-ins/gimpressionist/size.c:125
-msgid "The smallest brush to create"
-msgstr "Den minste penselen som skal brukast"
-
-#: ../plug-ins/gimpressionist/size.c:133
-msgid "Maximum size:"
-msgstr "Maks storleik:"
-
-#: ../plug-ins/gimpressionist/size.c:137
-msgid "The largest brush to create"
-msgstr "Den største penselen som skal brukast"
-
-#: ../plug-ins/gimpressionist/size.c:151
-msgid "Size:"
-msgstr "Storleik:"
-
-#: ../plug-ins/gimpressionist/size.c:160
-msgid ""
-"Let the value (brightness) of the region determine the size of the stroke"
-msgstr "La lysverdien i området bestemma storleiken på penselstrøket"
-
-#: ../plug-ins/gimpressionist/size.c:164
-msgid ""
-"The distance from the center of the image determines the size of the stroke"
-msgstr "La avstanden frå biletsenteret bestemma storleiken på penselstrøket"
-
-#: ../plug-ins/gimpressionist/size.c:168
-msgid "Selects a random size for each stroke"
-msgstr "Vel ein tilfeldig storleik for penselstrøket"
-
-#: ../plug-ins/gimpressionist/size.c:172
-msgid "Let the direction from the center determine the size of the stroke"
-msgstr "La retninga frå biletsenteret bestemma storleiken på penselstrøket"
-
-#: ../plug-ins/gimpressionist/size.c:184
-msgid "The hue of the region determines the size of the stroke"
-msgstr "La kuløren i området bestemma storleiken på penselstrøket"
-
-#: ../plug-ins/gimpressionist/size.c:188
-msgid "The brush-size that matches the original image the closest is selected"
-msgstr "Vel den penselstorleiken som kjem nærast originalbiletet"
-
-#: ../plug-ins/gimpressionist/size.c:197
-msgid "Manually specify the stroke size"
-msgstr "Spesifiser penselstorleiken manuelt"
-
-#: ../plug-ins/gimpressionist/size.c:208
-msgid "Opens up the Size Map Editor"
-msgstr "Opnar storleiksbehandlaren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:401
-msgid "Size Map Editor"
-msgstr "Storleiksbehandlaren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:429
-msgid "Smvectors"
-msgstr "Sm-vektorar"
-
-#: ../plug-ins/gimpressionist/sizemap.c:439
-msgid ""
-"The smvector-field. Left-click to move selected smvector, Right-click to "
-"point it towards mouse, Middle-click to add a new smvector."
-msgstr ""
-"smVektorfeltet.\n"
-"Venstreklikk for å flytta vald smvektor til musemarkøren. Høgreklikk for å "
-"snu smvektoren i retning musemarkøren. Midtklikk for å leggja til ein vektor."
-"Das smvektor-Feld. Links-klicken, um den ausgewählten smvektor zu bewegen,\n"
-"Rechts-klicken um den Vektor zum Mauszeiger zeigen zu lassen, Mittel-"
-"klicken\n"
-"um einen neuen Vektor hinzuzufügen."
-
-#: ../plug-ins/gimpressionist/sizemap.c:481
-msgid "Select previous smvector"
-msgstr "Vel den førre smvektoren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:488
-msgid "Select next smvector"
-msgstr "Vel den neste smvektoren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:495
-msgid "Add new smvector"
-msgstr "Legg til ny smvektor"
-
-#: ../plug-ins/gimpressionist/sizemap.c:502
-msgid "Delete selected smvector"
-msgstr "Slett den valde smvektoren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:515
-msgid "Change the angle of the selected smvector"
-msgstr "Endra vinkelen for den valde smvektoren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:522
-msgid "S_trength:"
-msgstr "S_tyrke:"
-
-#: ../plug-ins/gimpressionist/sizemap.c:526
-msgid "Change the strength of the selected smvector"
-msgstr "Endra styrken for den valde smvektoren"
-
-#: ../plug-ins/gimpressionist/sizemap.c:533
-msgid "St_rength exp.:"
-msgstr "Sty_rkeeksp.:"
-
-#: ../plug-ins/gimpressionist/sizemap.c:549
-msgid ""
-"Voronoi-mode makes only the smvector closest to the given point have any "
-"influence"
-msgstr ""
-"Voronoi-Modus: Bare smvektoren nærast det gjevne punktet har noe verknad"
-
-#: ../plug-ins/help/gimphelpdomain.c:178
-msgid "The GIMP help files are not found."
-msgstr "Fann ikkje hjelpfilene for GIMP"
-
-#: ../plug-ins/help/gimphelpdomain.c:179
-msgid ""
-"Please install the additional help package or use the online user manual at "
-"http://docs.gimp.org/."
-msgstr ""
-"Installer den tilhøyrande hjelp-pakka, eller bruk den nettbaserte handboka "
-"på http://docs.gimp.org/."
-
-#: ../plug-ins/help/gimphelpdomain.c:185
-msgid "There is a problem with the GIMP help files."
-msgstr "Det er eitt eller anna problem med hjelpfilene for GIMP."
+#: ../plug-ins/help-browser/dialog.c:185
+#: ../plug-ins/help-browser/dialog.c:1133
+msgid "GIMP Help Browser"
+msgstr "Hjelplesaren for GIMP"
+
+#: ../plug-ins/help-browser/dialog.c:565
+msgid "Go back one page"
+msgstr "Tilbake ei side"
+
+#: ../plug-ins/help-browser/dialog.c:570
+msgid "Go forward one page"
+msgstr "Fram ei side"
+
+#: ../plug-ins/help-browser/dialog.c:575
+msgid "_Reload"
+msgstr "_Hent på nytt"
+
+#: ../plug-ins/help-browser/dialog.c:575
+msgid "Reload current page"
+msgstr "Last inn gjeldande side på nytt"
+
+#: ../plug-ins/help-browser/dialog.c:580
+msgid "_Stop"
+msgstr "_Stopp"
+
+#: ../plug-ins/help-browser/dialog.c:580
+msgid "Stop loading this page"
+msgstr "Stopp nedlastinga av denne sida"
+
+#: ../plug-ins/help-browser/dialog.c:585
+msgid "Go to the index page"
+msgstr "Gå til indekssida"
+
+#: ../plug-ins/help-browser/dialog.c:590
+msgid "C_opy location"
+msgstr "Kopier _adressa"
+
+#: ../plug-ins/help-browser/dialog.c:591
+msgid "Copy the location of this page to the clipboard"
+msgstr "Kopier adressa for denne sida til utklippstavla"
+
+#: ../plug-ins/help-browser/dialog.c:611
+msgid "Find text in current page"
+msgstr "Finn tekst på denne sida"
+
+#: ../plug-ins/help-browser/dialog.c:616
+msgid "Find _Again"
+msgstr "Finn _igjen"
+
+#: ../plug-ins/help-browser/dialog.c:635
+msgid "S_how Index"
+msgstr "Vis _indeks"
+
+#: ../plug-ins/help-browser/dialog.c:636
+msgid "Toggle the visibility of the sidebar"
+msgstr "Slå syninga av sidestolpane av/på"
+
+#: ../plug-ins/help-browser/dialog.c:657
+msgid "Visit the GIMP documentation website"
+msgstr "Besøk nettsida til GIMP-dokumentasjonen"
+
+#: ../plug-ins/help-browser/dialog.c:1174
+msgid "Find:"
+msgstr "Finn:"
+
+#: ../plug-ins/help-browser/dialog.c:1191
+msgctxt "search"
+msgid "_Previous"
+msgstr "_Førre"
+
+#: ../plug-ins/help-browser/dialog.c:1203
+msgctxt "search"
+msgid "_Next"
+msgstr "_Neste"
+
+#: ../plug-ins/help/gimphelpdomain.c:180
+msgid "The help pages for '%s' are not available."
+msgstr "Hjelpsidene for «%s» er ikkje tilgjengelege"
+
+#: ../plug-ins/help/gimphelpdomain.c:186
+msgid "The GIMP user manual is not available."
+msgstr "Handboka for GIMP er ikkje tilgjengeleg"
#: ../plug-ins/help/gimphelpdomain.c:187
-msgid "Please check your installation."
-msgstr "Kontroller installasjonen din."
+msgid "Please install the additional help package or use the online user manual at http://docs.gimp.org/."
+msgstr "Installer den tilhøyrande hjelp-pakka, eller bruk den nettbaserte handboka på http://docs.gimp.org/."
-#: ../plug-ins/help/gimphelpdomain.c:197
-#, c-format
+#: ../plug-ins/help/gimphelpdomain.c:196
+msgid "Perhaps you are missing GIO backends and need to install GVFS?"
+msgstr "Du manglar kan hende GIO oppbackinger og må installera GVFS?"
+
+#: ../plug-ins/help/gimphelpdomain.c:215
msgid "Help ID '%s' unknown"
msgstr "Hjelp-ID «%s» er ukjent"
-#: ../plug-ins/help/gimphelplocale.c:215
-#, c-format
+#: ../plug-ins/help/gimphelplocale.c:208
+msgid "Loading index from '%s'"
+msgstr "Les indeks frå «%s»"
+
+#: ../plug-ins/help/gimphelplocale.c:266
msgid ""
"Parse error in '%s':\n"
"%s"
msgstr ""
-"Omsettingsfeil i «%s»:\n"
+"Parsefeil i «%s»:\n"
"%s"
-#: ../plug-ins/helpbrowser/dialog.c:217
-msgid "GIMP Help Browser"
-msgstr "Hjelplesaren for GIMP"
-
-#: ../plug-ins/helpbrowser/dialog.c:312
-msgid "Drag and drop this icon to a web browser"
-msgstr "Dra og slepp dette ikonet til ein nettlesar"
-
-#: ../plug-ins/helpbrowser/dialog.c:703
-msgid "Go back one page"
-msgstr "Tilbake ei side"
-
-#: ../plug-ins/helpbrowser/dialog.c:708
-msgid "Go forward one page"
-msgstr "Fram ei side"
-
-#: ../plug-ins/helpbrowser/dialog.c:713
-msgid "Go to the index page"
-msgstr "Gå til indekssida"
-
-#: ../plug-ins/helpbrowser/dialog.c:748
-msgid "Visit the GIMP documentation website"
-msgstr "Besøk nettsida til GIMP-dokumentasjonen"
-
-#: ../plug-ins/helpbrowser/dialog.c:824
-msgid "Document not found"
-msgstr "Fann ikkje dokument"
-
-#: ../plug-ins/helpbrowser/dialog.c:826
-msgid "The requested URL could not be loaded:"
-msgstr "Kunne ikkje opna den oppgitte fila:"
-
-#: ../plug-ins/ifscompose/ifscompose.c:333
+#: ../plug-ins/ifs-compose/ifs-compose.c:333
msgid "Create an Iterated Function System (IFS) fractal"
msgstr "Opprett ein IFS-fraktal (Iterated Function System)"
-#: ../plug-ins/ifscompose/ifscompose.c:345
+#: ../plug-ins/ifs-compose/ifs-compose.c:345
msgid "_IFS Fractal..."
-msgstr "_IFS Fraktal..."
+msgstr "_IFS Fraktal …"
+
+#. X
+#: ../plug-ins/ifs-compose/ifs-compose.c:525
+#: ../plug-ins/lighting/lighting-ui.c:526
+#: ../plug-ins/map-object/map-object-ui.c:675
+#: ../plug-ins/map-object/map-object-ui.c:729
+#: ../plug-ins/map-object/map-object-ui.c:997
+#: ../plug-ins/map-object/map-object-ui.c:1046
+msgid "X:"
+msgstr "X:"
+
+#. Y
+#: ../plug-ins/ifs-compose/ifs-compose.c:539
+#: ../plug-ins/lighting/lighting-ui.c:540
+#: ../plug-ins/map-object/map-object-ui.c:689
+#: ../plug-ins/map-object/map-object-ui.c:742
+#: ../plug-ins/map-object/map-object-ui.c:1010
+#: ../plug-ins/map-object/map-object-ui.c:1057
+#: ../plug-ins/map-object/map-object-ui.c:1155
+msgid "Y:"
+msgstr "Y:"
#. Asym
-#: ../plug-ins/ifscompose/ifscompose.c:581
+#: ../plug-ins/ifs-compose/ifs-compose.c:581
msgid "Asymmetry:"
msgstr "Asymmetri:"
#. Shear
-#: ../plug-ins/ifscompose/ifscompose.c:595
+#: ../plug-ins/ifs-compose/ifs-compose.c:595
msgid "Shear:"
msgstr "Forskyv:"
#. Simple color control section
-#: ../plug-ins/ifscompose/ifscompose.c:640
+#: ../plug-ins/ifs-compose/ifs-compose.c:640
msgid "Simple"
msgstr "Enkel"
-#: ../plug-ins/ifscompose/ifscompose.c:649
+#: ../plug-ins/ifs-compose/ifs-compose.c:649
msgid "IFS Fractal: Target"
msgstr "IFS-fraktal: Mål"
-#: ../plug-ins/ifscompose/ifscompose.c:655
+#: ../plug-ins/ifs-compose/ifs-compose.c:655
msgid "Scale hue by:"
msgstr "Skaler kulør med:"
-#: ../plug-ins/ifscompose/ifscompose.c:670
+#: ../plug-ins/ifs-compose/ifs-compose.c:670
msgid "Scale value by:"
msgstr "Skaler lysverdi med:"
#. Full color control section
-#: ../plug-ins/ifscompose/ifscompose.c:687
+#: ../plug-ins/ifs-compose/ifs-compose.c:687
msgid "Full"
msgstr "Heile"
-#: ../plug-ins/ifscompose/ifscompose.c:695
+#: ../plug-ins/ifs-compose/ifs-compose.c:695
msgid "IFS Fractal: Red"
msgstr "IFS-fraktal: Raud"
-#: ../plug-ins/ifscompose/ifscompose.c:703
+#: ../plug-ins/ifs-compose/ifs-compose.c:703
msgid "IFS Fractal: Green"
msgstr "IFS-fraktal: Grøn"
-#: ../plug-ins/ifscompose/ifscompose.c:711
+#: ../plug-ins/ifs-compose/ifs-compose.c:711
msgid "IFS Fractal: Blue"
msgstr "IFS-fraktal: Blå"
-#: ../plug-ins/ifscompose/ifscompose.c:719
+#: ../plug-ins/ifs-compose/ifs-compose.c:719
msgid "IFS Fractal: Black"
msgstr "IFS-fraktal: Svart"
-#: ../plug-ins/ifscompose/ifscompose.c:769
+#: ../plug-ins/ifs-compose/ifs-compose.c:769
msgid "IFS Fractal"
msgstr "IFS-fraktal"
-#: ../plug-ins/ifscompose/ifscompose.c:867
+#: ../plug-ins/ifs-compose/ifs-compose.c:867
msgid "Spatial Transformation"
msgstr "Romtransformasjon"
-#: ../plug-ins/ifscompose/ifscompose.c:873
+#: ../plug-ins/ifs-compose/ifs-compose.c:873
msgid "Color Transformation"
msgstr "Fargetransformasjon"
-#: ../plug-ins/ifscompose/ifscompose.c:883
+#: ../plug-ins/ifs-compose/ifs-compose.c:883
msgid "Relative probability:"
msgstr "Relativ slump:"
-#: ../plug-ins/ifscompose/ifscompose.c:1058
-#: ../plug-ins/imagemap/imap_menu.c:163
+#: ../plug-ins/ifs-compose/ifs-compose.c:1058
+#: ../plug-ins/imagemap/imap_menu.c:162
msgid "Select _All"
-msgstr "Vel _alle"
+msgstr "Vel _alt"
-#: ../plug-ins/ifscompose/ifscompose.c:1062
+#: ../plug-ins/ifs-compose/ifs-compose.c:1062
msgid "Re_center"
msgstr "_Sentrer"
-#: ../plug-ins/ifscompose/ifscompose.c:1062
+#: ../plug-ins/ifs-compose/ifs-compose.c:1062
msgid "Recompute Center"
msgstr "Berekna senter på nytt"
-#: ../plug-ins/ifscompose/ifscompose.c:1066
+#: ../plug-ins/ifs-compose/ifs-compose.c:1066
msgid "Render Options"
msgstr "Teikneinnstillingar"
-#: ../plug-ins/ifscompose/ifscompose.c:1072
-#: ../plug-ins/imagemap/imap_cmd_move.c:86
-#: ../plug-ins/imagemap/imap_cmd_object_move.c:57
+#: ../plug-ins/ifs-compose/ifs-compose.c:1072
+#: ../plug-ins/imagemap/imap_cmd_move.c:85
+#: ../plug-ins/imagemap/imap_cmd_object_move.c:56
msgid "Move"
msgstr "Flytt"
-#: ../plug-ins/ifscompose/ifscompose.c:1075
+#: ../plug-ins/ifs-compose/ifs-compose.c:1075
msgid "Rotate"
msgstr "Rotér"
-#: ../plug-ins/ifscompose/ifscompose.c:1075
+#: ../plug-ins/ifs-compose/ifs-compose.c:1075
msgid "Rotate / Scale"
msgstr "Rotér/skalér"
-#: ../plug-ins/ifscompose/ifscompose.c:1078
+#: ../plug-ins/ifs-compose/ifs-compose.c:1078
msgid "Stretch"
msgstr "Strekk"
-#: ../plug-ins/ifscompose/ifscompose.c:1176
+#: ../plug-ins/ifs-compose/ifs-compose.c:1176
msgid "IFS Fractal Render Options"
msgstr "Innstillingar for IFS-fraktal"
-#: ../plug-ins/ifscompose/ifscompose.c:1197
+#: ../plug-ins/ifs-compose/ifs-compose.c:1198
msgid "Max. memory:"
msgstr "Maks minne:"
-#: ../plug-ins/ifscompose/ifscompose.c:1224
+#: ../plug-ins/ifs-compose/ifs-compose.c:1225
msgid "Subdivide:"
msgstr "Vidaredeling:"
-#: ../plug-ins/ifscompose/ifscompose.c:1237
+#: ../plug-ins/ifs-compose/ifs-compose.c:1238
msgid "Spot radius:"
msgstr "Punktradius:"
-#: ../plug-ins/ifscompose/ifscompose.c:1302
-#, c-format
+#: ../plug-ins/ifs-compose/ifs-compose.c:1303
msgid "Rendering IFS (%d/%d)"
-msgstr "Lager IFS (%d/%d)..."
+msgstr "Lager IFS (%d/%d)"
-#: ../plug-ins/ifscompose/ifscompose.c:1468
-#, c-format
+#: ../plug-ins/ifs-compose/ifs-compose.c:1469
msgid "Transformation %s"
msgstr "Transformasjon %s"
-#: ../plug-ins/ifscompose/ifscompose.c:2381
+#: ../plug-ins/ifs-compose/ifs-compose.c:2379
msgid "Save failed"
msgstr "Mislukka lagring"
-#: ../plug-ins/ifscompose/ifscompose.c:2462
-#: ../plug-ins/ifscompose/ifscompose.c:2475
+#: ../plug-ins/ifs-compose/ifs-compose.c:2460
+#: ../plug-ins/ifs-compose/ifs-compose.c:2473
msgid "Open failed"
msgstr "Kunne ikkje opna"
-#: ../plug-ins/ifscompose/ifscompose.c:2470
-#, c-format
+#: ../plug-ins/ifs-compose/ifs-compose.c:2468
msgid "File '%s' doesn't seem to be an IFS Fractal file."
msgstr "Fila «%s» ser ikkje ut til å vere ei IFS-fraktal-fil."
-#: ../plug-ins/ifscompose/ifscompose.c:2510
+#: ../plug-ins/ifs-compose/ifs-compose.c:2508
msgid "Save as IFS Fractal file"
msgstr "Lagra som IFS-fraktal-fil"
-#: ../plug-ins/ifscompose/ifscompose.c:2547
+#: ../plug-ins/ifs-compose/ifs-compose.c:2545
msgid "Open IFS Fractal file"
msgstr "Opna IFS-fraktal-fil"
-#: ../plug-ins/imagemap/imap_about.c:43
+#: ../plug-ins/imagemap/imap_about.c:42
msgid "Image Map Plug-In"
msgstr "Programtillegget biletkart"
-#: ../plug-ins/imagemap/imap_about.c:47
+#: ../plug-ins/imagemap/imap_about.c:46
msgid "Copyright © 1999-2005 by Maurits Rijk"
msgstr "Copyright(c) 1999-2005 by Maurits Rijk"
-#: ../plug-ins/imagemap/imap_about.c:49
+#: ../plug-ins/imagemap/imap_about.c:48
msgid "Released under the GNU General Public License"
msgstr "Offentleggjort under GNU General Public License"
-#: ../plug-ins/imagemap/imap_circle.c:64
+#: ../plug-ins/imagemap/imap_circle.c:63
msgid "C_ircle"
msgstr "S_irkel"
-#: ../plug-ins/imagemap/imap_circle.c:264
+#: ../plug-ins/imagemap/imap_circle.c:263
msgid "Center _x:"
msgstr "Senter _x:"
-#: ../plug-ins/imagemap/imap_circle.c:269
-#: ../plug-ins/imagemap/imap_circle.c:276
-#: ../plug-ins/imagemap/imap_circle.c:282 ../plug-ins/imagemap/imap_grid.c:250
-#: ../plug-ins/imagemap/imap_grid.c:256
-#: ../plug-ins/imagemap/imap_polygon.c:505
-#: ../plug-ins/imagemap/imap_polygon.c:513
-#: ../plug-ins/imagemap/imap_rectangle.c:394
-#: ../plug-ins/imagemap/imap_rectangle.c:401
-#: ../plug-ins/imagemap/imap_rectangle.c:408
-#: ../plug-ins/imagemap/imap_rectangle.c:415
+#: ../plug-ins/imagemap/imap_circle.c:268
+#: ../plug-ins/imagemap/imap_circle.c:275
+#: ../plug-ins/imagemap/imap_circle.c:281
+#: ../plug-ins/imagemap/imap_grid.c:249
+#: ../plug-ins/imagemap/imap_grid.c:255
+#: ../plug-ins/imagemap/imap_polygon.c:504
+#: ../plug-ins/imagemap/imap_polygon.c:512
+#: ../plug-ins/imagemap/imap_rectangle.c:393
+#: ../plug-ins/imagemap/imap_rectangle.c:400
+#: ../plug-ins/imagemap/imap_rectangle.c:407
+#: ../plug-ins/imagemap/imap_rectangle.c:414
msgid "pixels"
msgstr "Pikslar"
-#: ../plug-ins/imagemap/imap_circle.c:271
+#: ../plug-ins/imagemap/imap_circle.c:270
msgid "Center _y:"
msgstr "Senter _y:"
-#: ../plug-ins/imagemap/imap_cmd_clear.c:51
+#: ../plug-ins/imagemap/imap_cmd_clear.c:50
msgid "Clear"
msgstr "Tøm"
-#: ../plug-ins/imagemap/imap_cmd_create.c:58
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:151
+#: ../plug-ins/imagemap/imap_cmd_create.c:57
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:150
msgid "Create"
msgstr "Lag"
-#: ../plug-ins/imagemap/imap_cmd_cut.c:55
-#: ../plug-ins/imagemap/imap_cmd_cut_object.c:51
-#: ../plug-ins/imagemap/imap_menu.c:159
+#: ../plug-ins/imagemap/imap_cmd_cut.c:54
+#: ../plug-ins/imagemap/imap_cmd_cut_object.c:50
+#: ../plug-ins/imagemap/imap_menu.c:158
msgid "Cut"
msgstr "Klipp ut"
-#: ../plug-ins/imagemap/imap_cmd_delete.c:57
-#: ../plug-ins/imagemap/imap_menu.c:162
+#: ../plug-ins/imagemap/imap_cmd_delete.c:56
+#: ../plug-ins/imagemap/imap_menu.c:161
msgid "Delete"
msgstr "Fjern"
-#: ../plug-ins/imagemap/imap_cmd_delete_point.c:61
-#: ../plug-ins/imagemap/imap_menu.c:179
+#: ../plug-ins/imagemap/imap_cmd_delete_point.c:60
+#: ../plug-ins/imagemap/imap_menu.c:178
msgid "Delete Point"
msgstr "Fjern punkt"
-#: ../plug-ins/imagemap/imap_cmd_edit_object.c:54
+#: ../plug-ins/imagemap/imap_cmd_edit_object.c:53
msgid "Edit Object"
msgstr "Rediger objekt"
#. Create the areas
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:117
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:147
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:251
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:116
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:146
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:250
msgid "Use Gimp Guides"
-msgstr "Bruk hjelpelinjer"
+msgstr "Bruk GIMP hjelpelinjer"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:160
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:159
msgid "Al_ternate"
msgstr "Al_terner"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:165
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:164
msgid "A_ll"
msgstr "A_lle"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:169
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:168
msgid "Add Additional Guides"
msgstr "Legg til hjelpelinjer"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:177
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:176
msgid "L_eft border"
msgstr "_Venstre kant"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:181
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:180
msgid "_Right border"
msgstr "_Høgre kant"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:185
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:184
msgid "_Upper border"
msgstr "_Øvre kant"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:189
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:188
msgid "Lo_wer border"
msgstr "_Nedre kant"
-#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:197
+#: ../plug-ins/imagemap/imap_cmd_gimp_guides.c:196
msgid "_Base URL:"
msgstr "_Basis-URL:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:74
-#: ../plug-ins/imagemap/imap_cmd_guides.c:140
+#: ../plug-ins/imagemap/imap_cmd_guides.c:73
+#: ../plug-ins/imagemap/imap_cmd_guides.c:139
msgid "Create Guides"
-msgstr "Lag hjelpelinjene"
+msgstr "Lag hjelperutene"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:113
-#, c-format
+#: ../plug-ins/imagemap/imap_cmd_guides.c:112
msgid "Resulting Guide Bounds: %d,%d to %d,%d (%d areas)"
-msgstr "Rekkevidde for hjelperutene: %d,%d til %d,%d (%d område)"
+msgstr "Grensene for hjelperutene: %d,%d til %d,%d (%d område)"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:144
-msgid ""
-"Guides are pre-defined rectangles covering the image. You define them by "
-"their width, height, and spacing from each other. This allows you to rapidly "
-"create the most common image map type - image collection of \"thumbnails\", "
-"suitable for navigation bars."
-msgstr ""
-"Hjelpelinjene er førehandsdefinerte rektangel som dekker biletet. Du "
-"definerer dei ved å bestemma breidde, høgde og avstanden mellom linjene. "
-"Dette gjer at du raskt kan lage eit biletkart med miniatyrar. Kan t.d. "
-"brukast som menylinjer."
+#: ../plug-ins/imagemap/imap_cmd_guides.c:143
+msgid "Guides are pre-defined rectangles covering the image. You define them by their width, height, and spacing from each other. This allows you to rapidly create the most common image map type - image collection of \"thumbnails\", suitable for navigation bars."
+msgstr "Hjelperutene er ein tabell med rektangel som blir lagt over biletet for å definera klikkområda. Du definerer tabellen ved å bestemma breidde, høgde og avstanden mellom linjene. Dette gjer at du t.d. raskt og enkelt kan lage eit biletkart av «miniatyrar» som kan brukast til for eksempel menylinjer."
-#: ../plug-ins/imagemap/imap_cmd_guides.c:170
+#: ../plug-ins/imagemap/imap_cmd_guides.c:169
msgid "_Left start at:"
msgstr "Start _venstre ved:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:180
+#: ../plug-ins/imagemap/imap_cmd_guides.c:179
msgid "_Top start at:"
msgstr "Start _oppe ved:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:185
+#: ../plug-ins/imagemap/imap_cmd_guides.c:184
msgid "_Horz. spacing:"
-msgstr "_Hor. avstand:"
+msgstr "_Kolonneavstand:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:191
+#: ../plug-ins/imagemap/imap_cmd_guides.c:190
msgid "_No. across:"
msgstr "_Kolonner:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:197
+#: ../plug-ins/imagemap/imap_cmd_guides.c:196
msgid "_Vert. spacing:"
-msgstr "_Vert. avstand:"
+msgstr "_Linjeavstand:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:203
+#: ../plug-ins/imagemap/imap_cmd_guides.c:202
msgid "No. _down:"
msgstr "_Rader:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:212
+#: ../plug-ins/imagemap/imap_cmd_guides.c:211
msgid "Base _URL:"
msgstr "Basis-_URL:"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:237
+#: ../plug-ins/imagemap/imap_cmd_guides.c:236
msgid "Resulting Guide Bounds: 0,0 to 0,0 (0 areas)"
-msgstr "Resulterande hjelperutegrenser: 0,0 til 0,0 (0 område)"
+msgstr "Grensene for hjelperutene: 0,0 til 0,0 (0 område)"
-#: ../plug-ins/imagemap/imap_cmd_guides.c:272
+#: ../plug-ins/imagemap/imap_cmd_guides.c:271
msgid "Guides"
msgstr "Hjelpelinjer"
-#: ../plug-ins/imagemap/imap_cmd_insert_point.c:62
-#: ../plug-ins/imagemap/imap_menu.c:178
+#: ../plug-ins/imagemap/imap_cmd_insert_point.c:61
+#: ../plug-ins/imagemap/imap_menu.c:177
msgid "Insert Point"
msgstr "Set inn punkt"
-#: ../plug-ins/imagemap/imap_cmd_move_down.c:53
-#: ../plug-ins/imagemap/imap_cmd_object_down.c:55
-#: ../plug-ins/imagemap/imap_menu.c:176
+#: ../plug-ins/imagemap/imap_cmd_move_down.c:52
+#: ../plug-ins/imagemap/imap_cmd_object_down.c:54
+#: ../plug-ins/imagemap/imap_menu.c:175
msgid "Move Down"
msgstr "Flytt ned"
-#: ../plug-ins/imagemap/imap_cmd_move_sash.c:68
+#: ../plug-ins/imagemap/imap_cmd_move_sash.c:67
msgid "Move Sash"
msgstr "Flytt ramma"
-#: ../plug-ins/imagemap/imap_cmd_move_selected.c:56
+#: ../plug-ins/imagemap/imap_cmd_move_selected.c:55
msgid "Move Selected Objects"
msgstr "Flytt det valde objektet"
-#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:51
+#: ../plug-ins/imagemap/imap_cmd_move_to_front.c:50
msgid "Move To Front"
msgstr "Flytt til front"
-#: ../plug-ins/imagemap/imap_cmd_move_up.c:53
-#: ../plug-ins/imagemap/imap_cmd_object_up.c:55
-#: ../plug-ins/imagemap/imap_menu.c:175
+#: ../plug-ins/imagemap/imap_cmd_move_up.c:52
+#: ../plug-ins/imagemap/imap_cmd_object_up.c:54
+#: ../plug-ins/imagemap/imap_menu.c:174
msgid "Move Up"
msgstr "Flytt opp"
-#: ../plug-ins/imagemap/imap_cmd_paste.c:51
-#: ../plug-ins/imagemap/imap_menu.c:161
+#: ../plug-ins/imagemap/imap_cmd_paste.c:50
+#: ../plug-ins/imagemap/imap_menu.c:160
msgid "Paste"
msgstr "Lim inn"
-#: ../plug-ins/imagemap/imap_cmd_select.c:53
+#: ../plug-ins/imagemap/imap_cmd_select.c:52
msgid "Select"
msgstr "Vel"
-#: ../plug-ins/imagemap/imap_cmd_select_all.c:51
-#: ../plug-ins/rcm/rcm_stock.c:41
-msgid "Select All"
-msgstr "Vel alle"
-
-#: ../plug-ins/imagemap/imap_cmd_select_next.c:51
+#: ../plug-ins/imagemap/imap_cmd_select_next.c:50
msgid "Select Next"
msgstr "Vel neste"
-#: ../plug-ins/imagemap/imap_cmd_select_prev.c:51
+#: ../plug-ins/imagemap/imap_cmd_select_prev.c:50
msgid "Select Previous"
msgstr "Vel førre"
-#: ../plug-ins/imagemap/imap_cmd_select_region.c:64
+#: ../plug-ins/imagemap/imap_cmd_select_region.c:63
msgid "Select Region"
msgstr "Vel område"
-#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:51
+#: ../plug-ins/imagemap/imap_cmd_send_to_back.c:50
msgid "Send To Back"
msgstr "Flytt bakover"
-#: ../plug-ins/imagemap/imap_cmd_unselect.c:53
+#: ../plug-ins/imagemap/imap_cmd_unselect.c:52
msgid "Unselect"
msgstr "Avmarker"
-#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:56
+#: ../plug-ins/imagemap/imap_cmd_unselect_all.c:55
msgid "Unselect All"
msgstr "Avmarker alle"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:196
+#: ../plug-ins/imagemap/imap_edit_area_info.c:195
msgid "Link Type"
-msgstr "Linktypre"
+msgstr "Lenketype"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:205
+#: ../plug-ins/imagemap/imap_edit_area_info.c:204
msgid "_Web Site"
msgstr "_Nettside"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:211
+#: ../plug-ins/imagemap/imap_edit_area_info.c:210
msgid "_Ftp Site"
-msgstr "_FTP-Side"
+msgstr "FT_P-Side"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:217
+#: ../plug-ins/imagemap/imap_edit_area_info.c:216
msgid "_Gopher"
msgstr "_Gopher"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:223
+#: ../plug-ins/imagemap/imap_edit_area_info.c:222
msgid "Ot_her"
-msgstr "A_ndre"
+msgstr "_Andre"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:229
+#: ../plug-ins/imagemap/imap_edit_area_info.c:228
msgid "F_ile"
-msgstr "F_il"
+msgstr "_Fil"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:235
+#: ../plug-ins/imagemap/imap_edit_area_info.c:234
msgid "WAI_S"
-msgstr "WAI_S"
+msgstr "_WAIS"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:241
+#: ../plug-ins/imagemap/imap_edit_area_info.c:240
msgid "Tel_net"
-msgstr "Tel_net"
+msgstr "_Telnet"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:247
+#: ../plug-ins/imagemap/imap_edit_area_info.c:246
msgid "e-_mail"
-msgstr "e-_post"
+msgstr "_e-post"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:253
+#: ../plug-ins/imagemap/imap_edit_area_info.c:252
msgid "_URL to activate when this area is clicked: (required)"
msgstr "_URL som skal aktiverast ved klikk i dette området (nødvendig):"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:255
+#: ../plug-ins/imagemap/imap_edit_area_info.c:254
msgid "Select HTML file"
msgstr "Vel HTML-fil"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:264
+#: ../plug-ins/imagemap/imap_edit_area_info.c:263
msgid "Relati_ve link"
-msgstr "Relati_v link"
+msgstr "_Relativ lenke"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:270
+#: ../plug-ins/imagemap/imap_edit_area_info.c:269
msgid "_Target frame name/ID: (optional - used for FRAMES only)"
-msgstr "Namn på må_lramma/ID: (valfri - bare brukt i FRAMES)"
+msgstr "Namn på _målramma/ID: (valfri – blir brukt i FRAMES)"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:273
+#: ../plug-ins/imagemap/imap_edit_area_info.c:272
msgid "ALT te_xt: (optional)"
msgstr "ALT-Te_kst (valfri):"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:276
+#: ../plug-ins/imagemap/imap_edit_area_info.c:275
msgid "_Link"
-msgstr "_Link"
+msgstr "_Lenke"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:310
+#: ../plug-ins/imagemap/imap_edit_area_info.c:309
msgid "Dimensions"
msgstr "Dimensjonar"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:314
+#: ../plug-ins/imagemap/imap_edit_area_info.c:313
msgid "Pre_view"
msgstr "_Førehandsvising"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:352
+#: ../plug-ins/imagemap/imap_edit_area_info.c:351
msgid "_JavaScript"
msgstr "_JavaScript"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:451
+#: ../plug-ins/imagemap/imap_edit_area_info.c:450
msgid "Area Settings"
msgstr "Områdeinnstillingar"
-#: ../plug-ins/imagemap/imap_edit_area_info.c:493
-#, c-format
+#: ../plug-ins/imagemap/imap_edit_area_info.c:492
msgid "Area #%d Settings"
-msgstr "Område #%d-innstillingar"
+msgstr "Innstillingar for område nr %d"
-#: ../plug-ins/imagemap/imap_file.c:48 ../plug-ins/imagemap/imap_menu.c:71
+#: ../plug-ins/imagemap/imap_file.c:47
+#: ../plug-ins/imagemap/imap_menu.c:70
msgid "Error opening file"
msgstr "Feil ved opning av fil"
-#: ../plug-ins/imagemap/imap_file.c:68
+#: ../plug-ins/imagemap/imap_file.c:67
msgid "Load Image Map"
msgstr "Hent biletkartet"
-#: ../plug-ins/imagemap/imap_file.c:123
+#: ../plug-ins/imagemap/imap_file.c:122
msgid "Save Image Map"
msgstr "Lagra biletkartet"
-#: ../plug-ins/imagemap/imap_grid.c:197
+#: ../plug-ins/imagemap/imap_grid.c:196
msgid "Grid Settings"
msgstr "Innstillingar for rutenettet"
-#: ../plug-ins/imagemap/imap_grid.c:201
+#: ../plug-ins/imagemap/imap_grid.c:200
msgid "_Snap-to grid enabled"
-msgstr "_Fest til rutenettet"
+msgstr "Fest til _rutenettet"
-#: ../plug-ins/imagemap/imap_grid.c:207
+#: ../plug-ins/imagemap/imap_grid.c:206
msgid "Grid Visibility and Type"
-msgstr "Type og utsjånad på rutenettet"
+msgstr "Type og utsjånad"
-#: ../plug-ins/imagemap/imap_grid.c:214
+#: ../plug-ins/imagemap/imap_grid.c:213
msgid "_Hidden"
msgstr "_Skjult"
-#: ../plug-ins/imagemap/imap_grid.c:222
+#: ../plug-ins/imagemap/imap_grid.c:221
msgid "_Lines"
msgstr "_Linjer"
-#: ../plug-ins/imagemap/imap_grid.c:231
+#: ../plug-ins/imagemap/imap_grid.c:230
msgid "C_rosses"
-msgstr "K_rysspunkt"
+msgstr "_Krysspunkt"
-#: ../plug-ins/imagemap/imap_grid.c:239
+#: ../plug-ins/imagemap/imap_grid.c:238
msgid "Grid Granularity"
-msgstr "Korning for rutenettet"
+msgstr "Rutestorleik"
-#: ../plug-ins/imagemap/imap_grid.c:246
+#: ../plug-ins/imagemap/imap_grid.c:245
msgid "_Width"
msgstr "_Breidde"
-#: ../plug-ins/imagemap/imap_grid.c:252
+#: ../plug-ins/imagemap/imap_grid.c:251
msgid "_Height"
msgstr "_Høgde"
-#: ../plug-ins/imagemap/imap_grid.c:266
+#: ../plug-ins/imagemap/imap_grid.c:265
msgid "Grid Offset"
msgstr "Forskyving"
-#: ../plug-ins/imagemap/imap_grid.c:273
+#: ../plug-ins/imagemap/imap_grid.c:272
msgid "pixels from l_eft"
msgstr "Pikslar frå _venstre"
-#: ../plug-ins/imagemap/imap_grid.c:278
+#: ../plug-ins/imagemap/imap_grid.c:277
msgid "pixels from _top"
msgstr "Pikslar _ovanfrå"
-#: ../plug-ins/imagemap/imap_grid.c:289
+#: ../plug-ins/imagemap/imap_grid.c:288
msgid "_Preview"
msgstr "_Førehandsvising"
-#: ../plug-ins/imagemap/imap_main.c:124
+#: ../plug-ins/imagemap/imap_main.c:121
msgid "Create a clickable imagemap"
msgstr "Lag eit klikkbart biletkart"
-#: ../plug-ins/imagemap/imap_main.c:129
+#: ../plug-ins/imagemap/imap_main.c:126
msgid "_Image Map..."
-msgstr "_Biletkart..."
+msgstr "_Biletkart …"
-#: ../plug-ins/imagemap/imap_main.c:519
-#: ../plug-ins/imagemap/imap_settings.c:171
+#: ../plug-ins/imagemap/imap_main.c:516
+#: ../plug-ins/imagemap/imap_settings.c:170
msgid ""
msgstr ""
-#: ../plug-ins/imagemap/imap_main.c:662
+#: ../plug-ins/imagemap/imap_main.c:659
msgid "Some data has been changed!"
-msgstr "Du har endra data i biletet!"
+msgstr "Noen data er endra!"
-#: ../plug-ins/imagemap/imap_main.c:665
+#: ../plug-ins/imagemap/imap_main.c:662
msgid "Do you really want to discard your changes?"
-msgstr "Er det OK å forkasta desse endringane?"
+msgstr "Vil du verkeleg forkaste desse endringane?"
-#: ../plug-ins/imagemap/imap_main.c:875
-#, c-format
+#: ../plug-ins/imagemap/imap_main.c:876
msgid "File \"%s\" saved."
msgstr "Fila «%s» er lagra."
-#: ../plug-ins/imagemap/imap_main.c:879
+#: ../plug-ins/imagemap/imap_main.c:880
msgid "Couldn't save file:"
msgstr "Kunne ikjke lagra fila:"
-#: ../plug-ins/imagemap/imap_main.c:892
+#: ../plug-ins/imagemap/imap_main.c:893
msgid "Image size has changed."
msgstr "Biletstorleiken er endra."
-#: ../plug-ins/imagemap/imap_main.c:893
+#: ../plug-ins/imagemap/imap_main.c:894
msgid "Resize area's?"
-msgstr "Endra arealet?"
+msgstr "Endra storleiken på areala?"
-#: ../plug-ins/imagemap/imap_main.c:927
+#: ../plug-ins/imagemap/imap_main.c:928
msgid "Couldn't read file:"
-msgstr "Kunne ikkje lesa fila:"
+msgstr "Kunne ikkje lese fila:"
-#: ../plug-ins/imagemap/imap_main.c:974
-#, c-format
+#: ../plug-ins/imagemap/imap_main.c:975
msgid "URL: %s"
msgstr "URL: %s"
-#: ../plug-ins/imagemap/imap_menu.c:110
-#, c-format
+#: ../plug-ins/imagemap/imap_menu.c:109
msgid "_Undo %s"
msgstr "_Angra %s"
-#: ../plug-ins/imagemap/imap_menu.c:123
-#, c-format
+#: ../plug-ins/imagemap/imap_menu.c:122
msgid "_Redo %s"
msgstr "_Gjenta %s"
-#: ../plug-ins/imagemap/imap_menu.c:146
+#: ../plug-ins/imagemap/imap_menu.c:145
msgid "_File"
msgstr "_Fil"
-#: ../plug-ins/imagemap/imap_menu.c:147
+#: ../plug-ins/imagemap/imap_menu.c:146
msgid "_Open..."
-msgstr "_Opna..."
+msgstr "_Opna …"
-#: ../plug-ins/imagemap/imap_menu.c:147
+#: ../plug-ins/imagemap/imap_menu.c:146
msgid "Open"
msgstr "Opna"
-#: ../plug-ins/imagemap/imap_menu.c:149
+#: ../plug-ins/imagemap/imap_menu.c:148
msgid "_Save..."
-msgstr "Lagra"
+msgstr "Lagra …"
-#: ../plug-ins/imagemap/imap_menu.c:149
+#: ../plug-ins/imagemap/imap_menu.c:148
msgid "Save"
msgstr "Lagra"
-#: ../plug-ins/imagemap/imap_menu.c:151
+#: ../plug-ins/imagemap/imap_menu.c:150
msgid "Save _As..."
-msgstr "L_agra som..."
+msgstr "L_agra som …"
-#: ../plug-ins/imagemap/imap_menu.c:156
+#: ../plug-ins/imagemap/imap_menu.c:155
msgid "_Edit"
msgstr "R_ediger"
-#: ../plug-ins/imagemap/imap_menu.c:157
+#: ../plug-ins/imagemap/imap_menu.c:156
msgid "Undo"
msgstr "Angre"
-#: ../plug-ins/imagemap/imap_menu.c:158
+#: ../plug-ins/imagemap/imap_menu.c:157
msgid "Redo"
msgstr "Gjenopprett"
-#: ../plug-ins/imagemap/imap_menu.c:164
+#: ../plug-ins/imagemap/imap_menu.c:163
msgid "D_eselect All"
-msgstr "Alle JNG"
+msgstr "Vel _ingen"
+
+#: ../plug-ins/imagemap/imap_menu.c:165
+msgid "Edit Area _Info..."
+msgstr "Rediger områdeinformasjon …"
#: ../plug-ins/imagemap/imap_menu.c:166
-msgid "Edit Area _Info..."
-msgstr "Rediger områdeinformasjon..."
+msgid "Edit selected area info"
+msgstr "Rediger info for vald område"
#: ../plug-ins/imagemap/imap_menu.c:167
-msgid "Edit selected area info"
-msgstr "Rediger områdeinfo"
-
-#: ../plug-ins/imagemap/imap_menu.c:168
msgid "Preferences"
msgstr "Innstillingar"
-#: ../plug-ins/imagemap/imap_menu.c:170
+#: ../plug-ins/imagemap/imap_menu.c:169
msgid "Move to Front"
-msgstr "Flytt til front"
+msgstr "Flytt opp"
-#: ../plug-ins/imagemap/imap_menu.c:172
+#: ../plug-ins/imagemap/imap_menu.c:171
msgid "Send to Back"
-msgstr "Flytt bakover"
+msgstr "Flytt ned"
-#: ../plug-ins/imagemap/imap_menu.c:174
+#: ../plug-ins/imagemap/imap_menu.c:173
msgid "Delete Area"
msgstr "Slett området"
-#: ../plug-ins/imagemap/imap_menu.c:181
+#: ../plug-ins/imagemap/imap_menu.c:180
msgid "_View"
msgstr "V_is"
-#: ../plug-ins/imagemap/imap_menu.c:182
+#: ../plug-ins/imagemap/imap_menu.c:181
msgid "Source..."
-msgstr "Kjelde..."
+msgstr "Resultatkode …"
-#: ../plug-ins/imagemap/imap_menu.c:183
+#: ../plug-ins/imagemap/imap_menu.c:182
msgid "Zoom in"
msgstr "Forstørr"
-#: ../plug-ins/imagemap/imap_menu.c:184
+#: ../plug-ins/imagemap/imap_menu.c:183
msgid "Zoom out"
msgstr "Forminsk"
-#: ../plug-ins/imagemap/imap_menu.c:185
+#: ../plug-ins/imagemap/imap_menu.c:184
msgid "_Zoom To"
msgstr "_Forstørr til"
-#: ../plug-ins/imagemap/imap_menu.c:187
+#: ../plug-ins/imagemap/imap_menu.c:186
msgid "_Mapping"
-msgstr "A_vbilding"
+msgstr "_Kartografi"
+
+#: ../plug-ins/imagemap/imap_menu.c:187
+msgid "Edit Map Info..."
+msgstr "Rediger biletkart-info …"
#: ../plug-ins/imagemap/imap_menu.c:188
-msgid "Edit Map Info..."
-msgstr "Rediger map-info..."
-
-#: ../plug-ins/imagemap/imap_menu.c:189
msgid "Edit Map Info"
-msgstr "Rediger map-info..."
+msgstr "Rediger informasjonen i biletkartet"
-#: ../plug-ins/imagemap/imap_menu.c:191
+#: ../plug-ins/imagemap/imap_menu.c:190
msgid "_Tools"
msgstr "Verk_tøy"
-#: ../plug-ins/imagemap/imap_menu.c:192
+#: ../plug-ins/imagemap/imap_menu.c:191
msgid "Grid Settings..."
-msgstr "Instillinger for rutenett..."
+msgstr "Innstillingar for rutenettet …"
-#: ../plug-ins/imagemap/imap_menu.c:194
+#: ../plug-ins/imagemap/imap_menu.c:193
msgid "Use GIMP Guides..."
-msgstr "Bruk hjelpelinjer"
+msgstr "Bruk hjelpelinjer …"
-#: ../plug-ins/imagemap/imap_menu.c:196
+#: ../plug-ins/imagemap/imap_menu.c:195
msgid "Create Guides..."
-msgstr "Lag hjelpelinjene"
+msgstr "Lag hjelperuter …"
-#: ../plug-ins/imagemap/imap_menu.c:199
+#: ../plug-ins/imagemap/imap_menu.c:198
msgid "_Help"
msgstr "_Hjelp"
-#: ../plug-ins/imagemap/imap_menu.c:200
+#: ../plug-ins/imagemap/imap_menu.c:199
msgid "_Contents"
msgstr "_Innhald"
-#: ../plug-ins/imagemap/imap_menu.c:208
+#: ../plug-ins/imagemap/imap_menu.c:202
+msgid "_Zoom"
+msgstr "_Zoom"
+
+#: ../plug-ins/imagemap/imap_menu.c:207
msgid "Area List"
msgstr "Områdeliste"
-#: ../plug-ins/imagemap/imap_menu.c:218
+#: ../plug-ins/imagemap/imap_menu.c:217
msgid "Arrow"
msgstr "Pil"
-#: ../plug-ins/imagemap/imap_menu.c:219
+#: ../plug-ins/imagemap/imap_menu.c:218
msgid "Select existing area"
-msgstr "Velg eksisterende område"
+msgstr "Vel eksisterande område"
-#: ../plug-ins/imagemap/imap_menu.c:221
+#: ../plug-ins/imagemap/imap_menu.c:220
msgid "Define Rectangle area"
msgstr "Definer rektangulært område"
-#: ../plug-ins/imagemap/imap_menu.c:223
+#: ../plug-ins/imagemap/imap_menu.c:222
msgid "Define Circle/Oval area"
-msgstr "Definer sirkelforma/ovalt område"
+msgstr "Definer sirkelforma område"
-#: ../plug-ins/imagemap/imap_menu.c:225
+#: ../plug-ins/imagemap/imap_menu.c:224
msgid "Define Polygon area"
-msgstr "Definer polygonområde"
+msgstr "Definer mangekanta område"
-#: ../plug-ins/imagemap/imap_polygon.c:72
+#: ../plug-ins/imagemap/imap_polygon.c:71
msgid "_Polygon"
msgstr "_Polygon"
-#: ../plug-ins/imagemap/imap_polygon.c:474
+#: ../plug-ins/imagemap/imap_polygon.c:473
msgid "x (pixels)"
msgstr "x (Pikslar)"
-#: ../plug-ins/imagemap/imap_polygon.c:483
+#: ../plug-ins/imagemap/imap_polygon.c:482
msgid "y (pixels)"
msgstr "y (Pikslar)"
-#: ../plug-ins/imagemap/imap_polygon.c:521
+#: ../plug-ins/imagemap/imap_polygon.c:520
msgid "_Insert"
msgstr "Sett _inn"
-#: ../plug-ins/imagemap/imap_polygon.c:527
+#: ../plug-ins/imagemap/imap_polygon.c:526
msgid "A_ppend"
msgstr "Legg _til"
-#: ../plug-ins/imagemap/imap_polygon.c:533
+#: ../plug-ins/imagemap/imap_polygon.c:532
msgid "_Remove"
msgstr "_Fjern"
-#: ../plug-ins/imagemap/imap_preferences.c:236
+#: ../plug-ins/imagemap/imap_preferences.c:235
msgid "Couldn't save resource file:"
msgstr "Kunne ikkje lagra resursfila:"
-#: ../plug-ins/imagemap/imap_preferences.c:350
+#: ../plug-ins/imagemap/imap_preferences.c:349
msgid "General"
msgstr "Generell"
-#: ../plug-ins/imagemap/imap_preferences.c:354
+#: ../plug-ins/imagemap/imap_preferences.c:353
msgid "Default Map Type"
msgstr "Standard mappetype"
-#: ../plug-ins/imagemap/imap_preferences.c:373
+#: ../plug-ins/imagemap/imap_preferences.c:372
msgid "_Prompt for area info"
-msgstr "_Bed om info om området"
+msgstr "_Bed om områdeinfo"
-#: ../plug-ins/imagemap/imap_preferences.c:375
+#: ../plug-ins/imagemap/imap_preferences.c:374
msgid "_Require default URL"
msgstr "_Krev standard-URL"
-#: ../plug-ins/imagemap/imap_preferences.c:377
+#: ../plug-ins/imagemap/imap_preferences.c:376
msgid "Show area _handles"
msgstr "Vis område_handtaka"
-#: ../plug-ins/imagemap/imap_preferences.c:379
+#: ../plug-ins/imagemap/imap_preferences.c:378
msgid "_Keep NCSA circles true"
msgstr "_Behald NCSA-sirklar"
-#: ../plug-ins/imagemap/imap_preferences.c:381
+#: ../plug-ins/imagemap/imap_preferences.c:380
msgid "Show area URL _tip"
msgstr "Vis URL-_tips for området"
-#: ../plug-ins/imagemap/imap_preferences.c:384
+#: ../plug-ins/imagemap/imap_preferences.c:383
msgid "_Use double-sized grab handles"
msgstr "Bruk store _handtak"
-#: ../plug-ins/imagemap/imap_preferences.c:391
+#: ../plug-ins/imagemap/imap_preferences.c:390
msgid "Menu"
msgstr "Meny"
-#: ../plug-ins/imagemap/imap_preferences.c:395
+#: ../plug-ins/imagemap/imap_preferences.c:394
msgid "Number of _undo levels (1 - 99):"
msgstr "Talet på _angringar (1 - 99):"
-#: ../plug-ins/imagemap/imap_preferences.c:400
+#: ../plug-ins/imagemap/imap_preferences.c:399
msgid "Number of M_RU entries (1 - 16):"
msgstr "Talet på M_RU-innskrivingar (1 - 16):"
-#: ../plug-ins/imagemap/imap_preferences.c:409
+#: ../plug-ins/imagemap/imap_preferences.c:408
msgid "Select Color"
msgstr "Vel farge"
-#: ../plug-ins/imagemap/imap_preferences.c:424
+#: ../plug-ins/imagemap/imap_preferences.c:423
msgid "Normal:"
msgstr "Normal:"
-#: ../plug-ins/imagemap/imap_preferences.c:428
+#: ../plug-ins/imagemap/imap_preferences.c:427
msgid "Selected:"
msgstr "Markert:"
-#: ../plug-ins/imagemap/imap_preferences.c:437
+#: ../plug-ins/imagemap/imap_preferences.c:436
msgid "Co_ntiguous Region"
msgstr "Tilstøytande _område"
-#: ../plug-ins/imagemap/imap_preferences.c:443
+#: ../plug-ins/imagemap/imap_preferences.c:442
msgid "_Automatically convert"
msgstr "_Automatisk konvertering"
-#: ../plug-ins/imagemap/imap_preferences.c:454
+#: ../plug-ins/imagemap/imap_preferences.c:453
msgid "General Preferences"
msgstr "Generelle innstillingar"
-#: ../plug-ins/imagemap/imap_rectangle.c:69
+#: ../plug-ins/imagemap/imap_rectangle.c:68
msgid "_Rectangle"
msgstr "_Rektangel"
-#: ../plug-ins/imagemap/imap_rectangle.c:389
+#: ../plug-ins/imagemap/imap_rectangle.c:388
msgid "Upper left _x:"
msgstr "Øvre, venstre _x:"
-#: ../plug-ins/imagemap/imap_rectangle.c:396
+#: ../plug-ins/imagemap/imap_rectangle.c:395
msgid "Upper left _y:"
msgstr "Øvre, venstre _y:"
-#: ../plug-ins/imagemap/imap_selection.c:377
+#: ../plug-ins/imagemap/imap_selection.c:376
msgid "#"
msgstr "Nr. "
-#: ../plug-ins/imagemap/imap_selection.c:388
+#: ../plug-ins/imagemap/imap_selection.c:387
msgid "URL"
msgstr "URL"
-#: ../plug-ins/imagemap/imap_selection.c:406
+#: ../plug-ins/imagemap/imap_selection.c:405
msgid "ALT Text"
msgstr "ALT-Tekst"
-#: ../plug-ins/imagemap/imap_selection.c:416
+#: ../plug-ins/imagemap/imap_selection.c:415
msgid "Target"
msgstr "Mål"
-#: ../plug-ins/imagemap/imap_settings.c:90
+#: ../plug-ins/imagemap/imap_settings.c:89
msgid "Settings for this Mapfile"
-msgstr "Innstillingar for denne map-fila"
+msgstr "Innstillingar for biletkartet"
-#: ../plug-ins/imagemap/imap_settings.c:94
+#: ../plug-ins/imagemap/imap_settings.c:93
msgid "Filename:"
msgstr "Filnamn:"
-#: ../plug-ins/imagemap/imap_settings.c:97
+#: ../plug-ins/imagemap/imap_settings.c:96
msgid "Image name:"
msgstr "Biletnamn:"
-#: ../plug-ins/imagemap/imap_settings.c:98
+#: ../plug-ins/imagemap/imap_settings.c:97
msgid "Select Image File"
msgstr "Vel biletfil"
-#: ../plug-ins/imagemap/imap_settings.c:102
+#: ../plug-ins/imagemap/imap_settings.c:101
msgid "_Title:"
msgstr "_Tittel:"
-#: ../plug-ins/imagemap/imap_settings.c:104
+#: ../plug-ins/imagemap/imap_settings.c:103
msgid "Aut_hor:"
-msgstr "_Forfattar:"
+msgstr "_Utviklar:"
-#: ../plug-ins/imagemap/imap_settings.c:106
+#: ../plug-ins/imagemap/imap_settings.c:105
msgid "Default _URL:"
msgstr "Standard-_URL:"
-#: ../plug-ins/imagemap/imap_settings.c:108
+#: ../plug-ins/imagemap/imap_settings.c:107
msgid "_Description:"
msgstr "_Beskriving:"
-#: ../plug-ins/imagemap/imap_settings.c:130
+#: ../plug-ins/imagemap/imap_settings.c:129
msgid "Map File Format"
-msgstr "Format for kartfila"
+msgstr "Format for biletkartfila"
-#: ../plug-ins/imagemap/imap_source.c:63
+#: ../plug-ins/imagemap/imap_source.c:66
msgid "View Source"
msgstr "Vis kjelde"
-#: ../plug-ins/jpeg/jpeg-exif.c:288
-msgid "Rotate Image?"
-msgstr "Rotere biletet?"
+#: ../plug-ins/lighting/lighting-apply.c:105
+#: ../plug-ins/lighting/lighting-ui.c:1018
+msgid "Lighting Effects"
+msgstr "Lyseffektar"
-#: ../plug-ins/jpeg/jpeg-exif.c:291
-msgid "_Keep Orientation"
-msgstr "_Behald orienteringa"
+#: ../plug-ins/lighting/lighting-main.c:191
+msgid "Apply various lighting effects to an image"
+msgstr "Bruk fleire lyseffektar i biletet"
-#: ../plug-ins/jpeg/jpeg-exif.c:347
-msgid "According to the EXIF data, this image is rotated."
-msgstr "I følgje EXIF-data er biletet rotert."
+#: ../plug-ins/lighting/lighting-main.c:196
+msgid "_Lighting Effects..."
+msgstr "L_yseffektar …"
-#: ../plug-ins/jpeg/jpeg-exif.c:362
-msgid "Would you like GIMP to rotate it into the standard orientation?"
-msgstr "Skal GIMP rotere biletet i standardretningen?"
+#. General options
+#: ../plug-ins/lighting/lighting-ui.c:294
+#: ../plug-ins/map-object/map-object-ui.c:472
+msgid "General Options"
+msgstr "Generelle innstillingar"
-#: ../plug-ins/jpeg/jpeg-load.c:241
-msgid "JPEG preview"
-msgstr "JPEG førehandsvising"
+#: ../plug-ins/lighting/lighting-ui.c:302
+msgid "T_ransparent background"
+msgstr "_Gjennomsiktig bakgrunn"
-#: ../plug-ins/jpeg/jpeg-load.c:626 ../plug-ins/psd/psd-thumb-load.c:83
-#: ../plug-ins/winicon/icoload.c:722
-#, c-format
-msgid "Opening thumbnail for '%s'"
-msgstr "Opnar miniatyr for «%s»..."
+#: ../plug-ins/lighting/lighting-ui.c:312
+msgid "Make destination image transparent where bump height is zero"
+msgstr "Gjer målbiletet gennemsigtig når humphøgda er null"
-#: ../plug-ins/jpeg/jpeg-save.c:198
-#, c-format
-msgid "File size: %02.01f kB"
-msgstr "Filstorleik: %02.01f kB"
+#: ../plug-ins/lighting/lighting-ui.c:315
+msgid "Cre_ate new image"
+msgstr "Lag n_ytt bilete"
-#: ../plug-ins/jpeg/jpeg-save.c:673
-msgid "Calculating file size..."
-msgstr "Reknar ut filstorleik"
+#: ../plug-ins/lighting/lighting-ui.c:325
+#: ../plug-ins/map-object/map-object-ui.c:541
+msgid "Create a new image when applying filter"
+msgstr "Lager eit nytt bilete og bruker filteret i dette. Originalbiletet er uforandra"
-#: ../plug-ins/jpeg/jpeg-save.c:764 ../plug-ins/jpeg/jpeg-save.c:868
-msgid "File size: unknown"
-msgstr "Filstorleik: ukjent"
+#: ../plug-ins/lighting/lighting-ui.c:327
+msgid "High _quality preview"
+msgstr "Førehandsvising i høg _kvalitet"
-#: ../plug-ins/jpeg/jpeg-save.c:819
-msgid "Save as JPEG"
-msgstr "Lagre som JPEG"
+#: ../plug-ins/lighting/lighting-ui.c:337
+msgid "Enable/disable high quality preview"
+msgstr "Slå førehandsvising i høg _kvalitet av/på"
-#: ../plug-ins/jpeg/jpeg-save.c:854
-msgid "_Quality:"
-msgstr "_Kvalitet:"
+#: ../plug-ins/lighting/lighting-ui.c:344
+msgid "Distance:"
+msgstr "Avstand:"
-#: ../plug-ins/jpeg/jpeg-save.c:858
-msgid "JPEG quality parameter"
-msgstr "JPEG-kvalitetsinnstillingane"
+#: ../plug-ins/lighting/lighting-ui.c:377
+#: ../plug-ins/map-object/map-object-ui.c:619
+msgid "Light Settings"
+msgstr "Lyssettingar"
-#: ../plug-ins/jpeg/jpeg-save.c:877
-msgid "Enable preview to obtain the file size."
-msgstr "Sett førehandsvisinga til å oppdaga fillengda."
+#: ../plug-ins/lighting/lighting-ui.c:390
+msgid "Light 1"
+msgstr "Lys 1"
-#: ../plug-ins/jpeg/jpeg-save.c:880
-msgid "Show _preview in image window"
-msgstr "_Vis førehandsvisinga i biletvindauget"
+#: ../plug-ins/lighting/lighting-ui.c:391
+msgid "Light 2"
+msgstr "Lys 2"
-#: ../plug-ins/jpeg/jpeg-save.c:921
-msgid "_Smoothing:"
-msgstr "_Utjamning:"
+#: ../plug-ins/lighting/lighting-ui.c:392
+msgid "Light 3"
+msgstr "Lys 3"
-#: ../plug-ins/jpeg/jpeg-save.c:934
-msgid "Frequency (rows):"
-msgstr "Frekvens (rader):"
+#: ../plug-ins/lighting/lighting-ui.c:393
+msgid "Light 4"
+msgstr "Lys 4"
-#: ../plug-ins/jpeg/jpeg-save.c:950
-msgid "Use restart markers"
-msgstr "Bruk omstartmarkeringar"
+#: ../plug-ins/lighting/lighting-ui.c:394
+msgid "Light 5"
+msgstr "Lys 5"
-#: ../plug-ins/jpeg/jpeg-save.c:966 ../plug-ins/xjt/xjt.c:877
-msgid "Optimize"
-msgstr "Optimaliser"
+#: ../plug-ins/lighting/lighting-ui.c:395
+msgid "Light 6"
+msgstr "Lys 6"
-#: ../plug-ins/jpeg/jpeg-save.c:979
-msgid "Progressive"
-msgstr "Progressiv"
+#: ../plug-ins/lighting/lighting-ui.c:409
+msgid "Color:"
+msgstr "Farge:"
-#: ../plug-ins/jpeg/jpeg-save.c:994
-msgid "Save EXIF data"
-msgstr "Lagra EXIF-data"
+#: ../plug-ins/lighting/lighting-ui.c:416
+msgid "Directional"
+msgstr "Retta"
-#: ../plug-ins/jpeg/jpeg-save.c:1011
-msgid "Save thumbnail"
-msgstr "Lagra miniatyr"
+#: ../plug-ins/lighting/lighting-ui.c:417
+msgid "Point"
+msgstr "Punkt"
-#. XMP metadata
-#: ../plug-ins/jpeg/jpeg-save.c:1027
-msgid "Save XMP data"
-msgstr "Lagra XMP-data"
+#: ../plug-ins/lighting/lighting-ui.c:431
+#: ../plug-ins/map-object/map-object-ui.c:642
+msgid "Type of light source to apply"
+msgstr "Lyskjeldetype som skal brukast"
-#: ../plug-ins/jpeg/jpeg-save.c:1042
-msgid "Use quality settings from original image"
-msgstr "Bruk kvalitetsinnstillingane frå originalbiletet"
+#: ../plug-ins/lighting/lighting-ui.c:433
+#: ../plug-ins/map-object/map-object-ui.c:644
+msgid "Select lightsource color"
+msgstr "Vel lysfarge for lyskjelda"
-#: ../plug-ins/jpeg/jpeg-save.c:1048
-msgid ""
-"If the original image was loaded from a JPEG file using non-standard quality "
-"settings (quantization tables), enable this option to get almost the same "
-"quality and file size."
-msgstr ""
-"Dersom originalbiletet blei henta frå ei JPEG-fil med ustandard "
-"kvalitetsinnstilling (kvantiseringstabellar), bruk denne innstillinga for å "
-"få tilnærma same kvalitet og fillengded."
+#: ../plug-ins/lighting/lighting-ui.c:447
+#: ../plug-ins/map-object/map-object-ui.c:657
+msgid "Set light source color"
+msgstr "Sett farge for lyskjelde"
-#. Subsampling
-#: ../plug-ins/jpeg/jpeg-save.c:1072
-msgid "Subsampling:"
-msgstr "Mellomsteg:"
+#: ../plug-ins/lighting/lighting-ui.c:455
+msgid "_Intensity:"
+msgstr "_Intensitet:"
-#: ../plug-ins/jpeg/jpeg-save.c:1079
-msgid "1x1,1x1,1x1 (best quality)"
-msgstr "1x1,1x1,1x1 (best kvalitet)"
+#: ../plug-ins/lighting/lighting-ui.c:463
+msgid "Light intensity"
+msgstr "Lysintensitet"
-#: ../plug-ins/jpeg/jpeg-save.c:1080
-msgid "2x1,1x1,1x1 (4:2:2)"
-msgstr "2x1,1x1,1x1 (4:2:2)"
+#: ../plug-ins/lighting/lighting-ui.c:466
+#: ../plug-ins/map-object/map-object-ui.c:659
+#: ../plug-ins/map-object/map-object-ui.c:986
+#: ../plug-ins/print/print-page-layout.c:355
+msgid "Position"
+msgstr "Posisjon"
-#: ../plug-ins/jpeg/jpeg-save.c:1081
-msgid "1x2,1x1,1x1"
-msgstr "1x2,1x1,1x1"
+#: ../plug-ins/lighting/lighting-ui.c:484
+#: ../plug-ins/map-object/map-object-ui.c:683
+msgid "Light source X position in XYZ space"
+msgstr "X-koordinata for lyskjelda i XYZ-rommet"
-#: ../plug-ins/jpeg/jpeg-save.c:1082
-msgid "2x2,1x1,1x1 (smallest file)"
-msgstr "2x2,1x1,1x1 (minst fil)"
+#: ../plug-ins/lighting/lighting-ui.c:499
+#: ../plug-ins/map-object/map-object-ui.c:697
+msgid "Light source Y position in XYZ space"
+msgstr "Y-koordinata for lyskjelda i XYZ-rommet"
-#. DCT method
-#: ../plug-ins/jpeg/jpeg-save.c:1106
-msgid "DCT method:"
-msgstr "DCT-metode:"
+#: ../plug-ins/lighting/lighting-ui.c:506
+msgid "_Z:"
+msgstr "_Z:"
-#: ../plug-ins/jpeg/jpeg-save.c:1112
-msgid "Fast Integer"
-msgstr "Raske heiltal"
+#: ../plug-ins/lighting/lighting-ui.c:514
+#: ../plug-ins/map-object/map-object-ui.c:711
+msgid "Light source Z position in XYZ space"
+msgstr "Z-koordinata for lyskjelda i XYZ-rommet"
-#: ../plug-ins/jpeg/jpeg-save.c:1113
-msgid "Integer"
-msgstr "Heiltal"
+#: ../plug-ins/lighting/lighting-ui.c:534
+#: ../plug-ins/map-object/map-object-ui.c:737
+msgid "Light source X direction in XYZ space"
+msgstr "X-retningskomponenten for lyskjelda i XYZ-rommet"
-#: ../plug-ins/jpeg/jpeg-save.c:1114
-msgid "Floating-Point"
-msgstr "Desimaltal"
+#: ../plug-ins/lighting/lighting-ui.c:548
+#: ../plug-ins/map-object/map-object-ui.c:750
+msgid "Light source Y direction in XYZ space"
+msgstr "Y-retningskomponenten for lyskjelda i XYZ-rommet"
-#: ../plug-ins/jpeg/jpeg-save.c:1128
-msgid "Comment"
-msgstr "Kommentar"
+#: ../plug-ins/lighting/lighting-ui.c:554
+#: ../plug-ins/map-object/map-object-ui.c:703
+#: ../plug-ins/map-object/map-object-ui.c:755
+#: ../plug-ins/map-object/map-object-ui.c:1023
+#: ../plug-ins/map-object/map-object-ui.c:1068
+#: ../plug-ins/map-object/map-object-ui.c:1167
+msgid "Z:"
+msgstr "Z:"
-#: ../plug-ins/jpeg/jpeg.c:137 ../plug-ins/jpeg/jpeg.c:175
-msgid "JPEG image"
-msgstr "JPEG-bilete"
+#: ../plug-ins/lighting/lighting-ui.c:562
+#: ../plug-ins/map-object/map-object-ui.c:763
+msgid "Light source Z direction in XYZ space"
+msgstr "Z-retningskomponenten for lyskjelda i XYZ-rommet"
-#: ../plug-ins/jpeg/jpeg.c:301
-msgid "Export Preview"
-msgstr "Export førehandsvising"
+#: ../plug-ins/lighting/lighting-ui.c:565
+msgid "I_solate"
+msgstr "I_soler"
-#: ../plug-ins/maze/algorithms.c:289
+#: ../plug-ins/lighting/lighting-ui.c:574
+msgid "Lighting preset:"
+msgstr "Førevalde lyssettingar:"
+
+#: ../plug-ins/lighting/lighting-ui.c:620
+msgid "Material Properties"
+msgstr "Overflatelinnstillingar"
+
+#: ../plug-ins/lighting/lighting-ui.c:638
+msgid "_Glowing:"
+msgstr "_Glød:"
+
+#: ../plug-ins/lighting/lighting-ui.c:657
+#: ../plug-ins/map-object/map-object-ui.c:824
+msgid "Amount of original color to show where no direct light falls"
+msgstr "Kor mykje av originalfargen som skal synast der det ikkje er direktelys"
+
+#: ../plug-ins/lighting/lighting-ui.c:671
+msgid "_Bright:"
+msgstr "_Lysmengd:"
+
+#: ../plug-ins/lighting/lighting-ui.c:690
+#: ../plug-ins/map-object/map-object-ui.c:853
+msgid "Intensity of original color when lit by a light source"
+msgstr "Intensiteten på originalfargen når han blir opplyst av ei lyskjelde"
+
+#: ../plug-ins/lighting/lighting-ui.c:704
+msgid "_Shiny:"
+msgstr "_Glans:"
+
+#: ../plug-ins/lighting/lighting-ui.c:723
+#: ../plug-ins/map-object/map-object-ui.c:925
+msgid "Controls how intense the highlights will be"
+msgstr "Kontrollerar intensiteten til høglysa"
+
+#: ../plug-ins/lighting/lighting-ui.c:736
+msgid "_Polished:"
+msgstr "_Polert:"
+
+#: ../plug-ins/lighting/lighting-ui.c:755
+#: ../plug-ins/map-object/map-object-ui.c:954
+msgid "Higher values makes the highlights more focused"
+msgstr "Dess høgare verdi dess høgare glans i høglysa"
+
+#. Metallic
+#: ../plug-ins/lighting/lighting-ui.c:765
+msgid "_Metallic"
+msgstr "_Metallisk"
+
+#: ../plug-ins/lighting/lighting-ui.c:802
+msgid "E_nable bump mapping"
+msgstr "_aktiver avbildinga"
+
+#: ../plug-ins/lighting/lighting-ui.c:816
+msgid "Enable/disable bump-mapping (image depth)"
+msgstr "Slå biletpunktkopling av/på (biletdjupn)"
+
+#: ../plug-ins/lighting/lighting-ui.c:838
+msgid "Bumpm_ap image:"
+msgstr "Mønsterbiletet:"
+
+#: ../plug-ins/lighting/lighting-ui.c:842
+msgid "Logarithmic"
+msgstr "Logarithmisk"
+
+#: ../plug-ins/lighting/lighting-ui.c:854
+msgid "Cu_rve:"
+msgstr "Ku_rve:"
+
+#: ../plug-ins/lighting/lighting-ui.c:859
+msgid "Ma_ximum height:"
+msgstr "Ma_ksimal høgde:"
+
+#: ../plug-ins/lighting/lighting-ui.c:869
+msgid "Maximum height for bumps"
+msgstr "Maksimal høgde for humpane"
+
+#: ../plug-ins/lighting/lighting-ui.c:893
+msgid "E_nable environment mapping"
+msgstr "_Aktiver kopling til omgivnadane"
+
+#: ../plug-ins/lighting/lighting-ui.c:907
+msgid "Enable/disable environment-mapping (reflection)"
+msgstr "Slå kopling til omgivnadane av/på (refleksjon)"
+
+#: ../plug-ins/lighting/lighting-ui.c:924
+msgid "En_vironment image:"
+msgstr "_Omgivnadsbilete:"
+
+#: ../plug-ins/lighting/lighting-ui.c:927
+msgid "Environment image to use"
+msgstr "Omgivnadsbilete som skal brukast"
+
+#: ../plug-ins/lighting/lighting-ui.c:949
+msgid "Op_tions"
+msgstr "Inn_stillingar"
+
+#: ../plug-ins/lighting/lighting-ui.c:953
+#: ../plug-ins/map-object/map-object-ui.c:1291
+msgid "_Light"
+msgstr "_Lys"
+
+#: ../plug-ins/lighting/lighting-ui.c:957
+#: ../plug-ins/map-object/map-object-ui.c:1295
+msgid "_Material"
+msgstr "_Materiale"
+
+#: ../plug-ins/lighting/lighting-ui.c:961
+msgid "_Bump Map"
+msgstr "_Avbilding"
+
+#: ../plug-ins/lighting/lighting-ui.c:965
+msgid "_Environment Map"
+msgstr "_Omgivnadskopling"
+
+#: ../plug-ins/lighting/lighting-ui.c:1081
+#: ../plug-ins/map-object/map-object-ui.c:1397
+msgid "Recompute preview image"
+msgstr "Oppdater førehandsvisinga"
+
+#: ../plug-ins/lighting/lighting-ui.c:1083
+msgid "I_nteractive"
+msgstr "I_nteraktiv"
+
+#: ../plug-ins/lighting/lighting-ui.c:1097
+msgid "Enable/disable real time preview of changes"
+msgstr "Sanntidsoppdatering av førehandsvising av/på"
+
+#: ../plug-ins/lighting/lighting-ui.c:1136
+msgid "Save Lighting Preset"
+msgstr "Lagra førehandsinnstillingane for lys"
+
+#: ../plug-ins/lighting/lighting-ui.c:1280
+msgid "Load Lighting Preset"
+msgstr "Opna førehandsinnstillingane for lys"
+
+#: ../plug-ins/map-object/map-object-apply.c:276
+msgid "Map to plane"
+msgstr "Avbild på plan"
+
+#: ../plug-ins/map-object/map-object-apply.c:279
+msgid "Map to sphere"
+msgstr "Avbild på kule"
+
+#: ../plug-ins/map-object/map-object-apply.c:282
+msgid "Map to box"
+msgstr "Avbild på boks"
+
+#: ../plug-ins/map-object/map-object-apply.c:285
+msgid "Map to cylinder"
+msgstr "Avbildt på sylinder"
+
+#: ../plug-ins/map-object/map-object-main.c:192
+msgid "Map the image to an object (plane, sphere, box or cylinder)"
+msgstr "Overfør biletet til eit objekt (plan, kule, boks eller sylinder)."
+
+#: ../plug-ins/map-object/map-object-main.c:197
+msgid "Map _Object..."
+msgstr "Avbild på _objekt …"
+
+#: ../plug-ins/map-object/map-object-ui.c:248
+#: ../plug-ins/map-object/map-object-ui.c:1305
+msgid "_Box"
+msgstr "_Boks"
+
+#: ../plug-ins/map-object/map-object-ui.c:266
+#: ../plug-ins/map-object/map-object-ui.c:1311
+msgid "C_ylinder"
+msgstr "S_ylinder"
+
+#: ../plug-ins/map-object/map-object-ui.c:484
+msgid "Map to:"
+msgstr "Avbild på:"
+
+#: ../plug-ins/map-object/map-object-ui.c:488
+msgid "Plane"
+msgstr "Plan"
+
+#: ../plug-ins/map-object/map-object-ui.c:489
+msgid "Sphere"
+msgstr "Kule"
+
+#: ../plug-ins/map-object/map-object-ui.c:490
+msgid "Box"
+msgstr "Boks"
+
+#: ../plug-ins/map-object/map-object-ui.c:501
+msgid "Type of object to map to"
+msgstr "Type objekt å avbilda på"
+
+#: ../plug-ins/map-object/map-object-ui.c:503
+msgid "Transparent background"
+msgstr "Gjennomsiktig bakgrunn"
+
+#: ../plug-ins/map-object/map-object-ui.c:514
+msgid "Make image transparent outside object"
+msgstr "Lag biletet gjennomsiktig utanfor objektet"
+
+#: ../plug-ins/map-object/map-object-ui.c:516
+msgid "Tile source image"
+msgstr "Flislegg kjeldebiletet"
+
+#: ../plug-ins/map-object/map-object-ui.c:527
+msgid "Tile source image: useful for infinite planes"
+msgstr "Flislegg kjeldebiletet: Nyttig for store flater"
+
+#: ../plug-ins/map-object/map-object-ui.c:530
+msgid "Create new image"
+msgstr "Lag nytt bilete "
+
+#: ../plug-ins/map-object/map-object-ui.c:549
+msgid "Enable _antialiasing"
+msgstr "Aktiver _kantutjamning"
+
+#: ../plug-ins/map-object/map-object-ui.c:560
+msgid "Enable/disable jagged edges removal (antialiasing)"
+msgstr "Slå fjerning av trappekant av/på (kantutglatting)"
+
+#: ../plug-ins/map-object/map-object-ui.c:576
+msgid "Antialiasing quality. Higher is better, but slower"
+msgstr "Kvaliteten på kantutjamninga. Høg er best, men seinast"
+
+#: ../plug-ins/map-object/map-object-ui.c:593
+msgid "Stop when pixel differences are smaller than this value"
+msgstr "Stopp når pikseldifferansen er mindre enn denne verdien"
+
+#: ../plug-ins/map-object/map-object-ui.c:628
+msgid "Point light"
+msgstr "Punktlys"
+
+#: ../plug-ins/map-object/map-object-ui.c:629
+msgid "Directional light"
+msgstr "Retningsbestemt lys"
+
+#: ../plug-ins/map-object/map-object-ui.c:630
+msgid "No light"
+msgstr "Ikkje lys"
+
+#: ../plug-ins/map-object/map-object-ui.c:635
+msgid "Lightsource type:"
+msgstr "Type lyskjelde:"
+
+#: ../plug-ins/map-object/map-object-ui.c:649
+msgid "Lightsource color:"
+msgstr "Lyskjeldefarge:"
+
+#: ../plug-ins/map-object/map-object-ui.c:714
+msgid "Direction Vector"
+msgstr "Retningsvektor"
+
+#: ../plug-ins/map-object/map-object-ui.c:790
+msgid "Intensity Levels"
+msgstr "Intensitetsnivå"
+
+#: ../plug-ins/map-object/map-object-ui.c:809
+msgid "Ambient:"
+msgstr "Bakgrunnslys:"
+
+#: ../plug-ins/map-object/map-object-ui.c:838
+#: ../plug-ins/map-object/map-object-ui.c:881
+msgid "Diffuse:"
+msgstr "Diffusjon:"
+
+#: ../plug-ins/map-object/map-object-ui.c:862
+msgid "Reflectivity"
+msgstr "Reflektivitet"
+
+#: ../plug-ins/map-object/map-object-ui.c:896
+msgid "Higher values makes the object reflect more light (appear lighter)"
+msgstr "Dess høgare verdi dess meir lys blir reflektert frå objektet og gjer at det ser lysare ut"
+
+#: ../plug-ins/map-object/map-object-ui.c:910
+msgid "Specular:"
+msgstr "Spegling:"
+
+#: ../plug-ins/map-object/map-object-ui.c:939
+msgid "Highlight:"
+msgstr "Høgglans:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1000
+msgid "Object X position in XYZ space"
+msgstr "X-koordinata for objektet i XYZ-rommet"
+
+#: ../plug-ins/map-object/map-object-ui.c:1013
+msgid "Object Y position in XYZ space"
+msgstr "Y-koordinata for objektet i XYZ-rommet"
+
+#: ../plug-ins/map-object/map-object-ui.c:1026
+msgid "Object Z position in XYZ space"
+msgstr "Z-koordinata for objektet i XYZ-rommet"
+
+#: ../plug-ins/map-object/map-object-ui.c:1049
+msgid "Rotation angle about X axis"
+msgstr "Rotasjonsvinkel om X-aksen"
+
+#: ../plug-ins/map-object/map-object-ui.c:1060
+msgid "Rotation angle about Y axis"
+msgstr "Rotasjonsvinkel om Y-aksen"
+
+#: ../plug-ins/map-object/map-object-ui.c:1071
+msgid "Rotation angle about Z axis"
+msgstr "Rotasjonsvinkel om Z-aksen"
+
+#: ../plug-ins/map-object/map-object-ui.c:1097
+msgid "Front:"
+msgstr "Front:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1097
+msgid "Back:"
+msgstr "Bak:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1105
+msgid "Map Images to Box Faces"
+msgstr "Bilete til bokssidene"
+
+#: ../plug-ins/map-object/map-object-ui.c:1146
+msgid "X scale (size)"
+msgstr "X-skalering (storleik)"
+
+#: ../plug-ins/map-object/map-object-ui.c:1158
+msgid "Y scale (size)"
+msgstr "Y-skalering (storleik)"
+
+#: ../plug-ins/map-object/map-object-ui.c:1170
+msgid "Z scale (size)"
+msgstr "Z-skalering (storleik)"
+
+#: ../plug-ins/map-object/map-object-ui.c:1193
+#: ../plug-ins/print/print-page-layout.c:414
+msgid "_Top:"
+msgstr "_Topp:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1193
+#: ../plug-ins/print/print-page-layout.c:433
+msgid "_Bottom:"
+msgstr "_Botn:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1198
+msgid "Images for the Cap Faces"
+msgstr "Bilete for endeflatene"
+
+#: ../plug-ins/map-object/map-object-ui.c:1227
+#: ../plug-ins/print/print-page-layout.c:231
+msgid "Size"
+msgstr "Storleik"
+
+#: ../plug-ins/map-object/map-object-ui.c:1238
+msgid "R_adius:"
+msgstr "R_adius:"
+
+#: ../plug-ins/map-object/map-object-ui.c:1242
+msgid "Cylinder radius"
+msgstr "Sylinderradius"
+
+#: ../plug-ins/map-object/map-object-ui.c:1256
+msgid "Cylinder length"
+msgstr "Sylinderlengd"
+
+#: ../plug-ins/map-object/map-object-ui.c:1287
+msgid "O_ptions"
+msgstr "_Innstillingar"
+
+#: ../plug-ins/map-object/map-object-ui.c:1299
+msgid "O_rientation"
+msgstr "O_rientiering"
+
+#: ../plug-ins/map-object/map-object-ui.c:1335
+msgid "Map to Object"
+msgstr "Avbild på objektet"
+
+#: ../plug-ins/map-object/map-object-ui.c:1415
+msgid "Show preview _wireframe"
+msgstr "Vis _rutenett"
+
+#: ../plug-ins/maze/maze-algorithms.c:278
msgid "Constructing maze using Prim's Algorithm"
msgstr "Lager labyrint v.h.a. Prims algoritme"
-#: ../plug-ins/maze/algorithms.c:465
+#: ../plug-ins/maze/maze-algorithms.c:487
msgid "Constructing tileable maze using Prim's Algorithm"
msgstr "Lager saumlaus labyrint v.h.a. Prims algoritme"
-#: ../plug-ins/maze/maze.c:153
-msgid "Draw a labyrinth"
-msgstr "Teikna ein labyrint"
-
-#: ../plug-ins/maze/maze.c:160
-msgid "_Maze..."
-msgstr "_Labyrint..."
-
-#: ../plug-ins/maze/maze.c:449
-msgid "Drawing maze"
-msgstr "Teiknar labyrinten..."
-
-#: ../plug-ins/maze/maze.h:22
+#: ../plug-ins/maze/maze-dialog.c:171
msgid "Maze"
msgstr "Labyrint"
#. The maze size frame
-#: ../plug-ins/maze/maze_face.c:200
+#: ../plug-ins/maze/maze-dialog.c:193
msgid "Maze Size"
msgstr "Labyrintstorleik"
#. entscale == Entry and Scale pair function found in pixelize.c
-#: ../plug-ins/maze/maze_face.c:214
+#: ../plug-ins/maze/maze-dialog.c:207
msgid "Width (pixels):"
msgstr "Breidde (pikslar):"
-#: ../plug-ins/maze/maze_face.c:226 ../plug-ins/maze/maze_face.c:242
+#: ../plug-ins/maze/maze-dialog.c:219
+#: ../plug-ins/maze/maze-dialog.c:235
msgid "Pieces:"
msgstr "Bitar:"
-#: ../plug-ins/maze/maze_face.c:231
+#: ../plug-ins/maze/maze-dialog.c:224
msgid "Height (pixels):"
msgstr "Høgde (pikslar):"
#. The maze algorithm frame
-#: ../plug-ins/maze/maze_face.c:250
+#: ../plug-ins/maze/maze-dialog.c:243
msgid "Algorithm"
msgstr "Algoritme"
-#: ../plug-ins/maze/maze_face.c:276
+#: ../plug-ins/maze/maze-dialog.c:269
msgid "Depth first"
msgstr "Først djupn"
-#: ../plug-ins/maze/maze_face.c:277
+#: ../plug-ins/maze/maze-dialog.c:270
msgid "Prim's algorithm"
msgstr "Prims algoritme"
-#: ../plug-ins/maze/maze_face.c:396
+#: ../plug-ins/maze/maze-dialog.c:389
msgid ""
"Selection size is not even.\n"
"Tileable maze won't work perfectly."
@@ -11525,785 +12142,262 @@ msgstr ""
"Storleiken på markeringa er odde.\n"
"Saumlaus labyrint vil ikkje bli perfekt."
-#: ../plug-ins/metadata/xmp-parse.c:240
-#, c-format
+#: ../plug-ins/maze/maze.c:122
+msgid "Draw a labyrinth"
+msgstr "Teikna ein labyrint"
+
+#: ../plug-ins/maze/maze.c:129
+msgid "_Maze..."
+msgstr "_Labyrint..."
+
+#: ../plug-ins/maze/maze.c:425
+msgid "Drawing maze"
+msgstr "Teiknar labyrinten"
+
+#: ../plug-ins/metadata/xmp-parse.c:238
msgid "Error: No XMP packet found"
msgstr "Feil: Fann inga XMP-pakke"
-#: ../plug-ins/metadata/xmp-parse.c:255
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:254
msgid "Error on line %d char %d: %s"
msgstr "Feil i linje %d teiken %d: %s"
-#: ../plug-ins/metadata/xmp-parse.c:277
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:276
msgid "Expected text or optional element <%s>, found <%s> instead"
msgstr "Venta ein tekst eller det valfrie elementet <%s>, fann i staden <%s>"
-#: ../plug-ins/metadata/xmp-parse.c:281
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:280
msgid "Expected element <%s>, found <%s> instead"
msgstr "Venta elementet <%s>, fann i staden <%s>"
-#: ../plug-ins/metadata/xmp-parse.c:296
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:295
msgid "Unknown element <%s>"
msgstr "Ukjent element <%s>"
-#: ../plug-ins/metadata/xmp-parse.c:325
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:324
msgid "Unknown attribute \"%s\"=\"%s\" in element <%s>"
msgstr "Ukjent eigenskap «%s»=«%s» i elementet <%s>"
-#: ../plug-ins/metadata/xmp-parse.c:655
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:677
msgid "Required attribute rdf:about missing in <%s>"
msgstr "Den nødvendige eigenskapen «rdf:about» manglar i <%s>"
-#: ../plug-ins/metadata/xmp-parse.c:881
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:903
msgid "Nested elements (<%s>) are not allowed in this context"
msgstr "Det er ikkje lov å bruka nøsta element (<%s>) i denne samanhengen"
-#: ../plug-ins/metadata/xmp-parse.c:1005
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:1027
msgid "End of element <%s> not expected in this context"
msgstr "Slutten på elementet <%s> er ikkje venta i denne samanhengen"
-#: ../plug-ins/metadata/xmp-parse.c:1107
-#, c-format
+#: ../plug-ins/metadata/xmp-parse.c:1129
msgid "The current element (<%s>) cannot contain text"
msgstr "Det aktuelle elementet (<%s>) kan ikkje innehalde tekst"
-#: ../plug-ins/metadata/xmp-parse.c:1132
+#: ../plug-ins/metadata/xmp-parse.c:1154
msgid "XMP packets must start with "
msgstr "XMP-pakker må byrja med "
-#: ../plug-ins/metadata/xmp-parse.c:1146
+#: ../plug-ins/metadata/xmp-parse.c:1168
msgid "XMP packets must end with "
msgstr "XMP-pakker må slutta med "
-#: ../plug-ins/metadata/xmp-parse.c:1159
+#: ../plug-ins/metadata/xmp-parse.c:1181
msgid "XMP cannot contain XML comments or processing instructions"
msgstr "XMP kan ikkje innehalde XML-kommentarar eller arbeidsinstruksjonar"
-#: ../plug-ins/pagecurl/pagecurl.c:216
+#: ../plug-ins/pagecurl/pagecurl.c:215
msgid "Curl up one of the image corners"
msgstr "Ruller inn eit av bilethjørna"
-#: ../plug-ins/pagecurl/pagecurl.c:221
+#: ../plug-ins/pagecurl/pagecurl.c:220
msgid "_Pagecurl..."
-msgstr "Innr_ulling..."
+msgstr "Innr_ulling …"
-#: ../plug-ins/pagecurl/pagecurl.c:440
+#: ../plug-ins/pagecurl/pagecurl.c:439
msgid "Pagecurl Effect"
msgstr "Innrulling av hjørne"
-#: ../plug-ins/pagecurl/pagecurl.c:462
+#: ../plug-ins/pagecurl/pagecurl.c:461
msgid "Curl Location"
msgstr "Posisjon"
-#: ../plug-ins/pagecurl/pagecurl.c:481
+#: ../plug-ins/pagecurl/pagecurl.c:480
msgid "Lower right"
msgstr "Nedre, høgre"
-#: ../plug-ins/pagecurl/pagecurl.c:482
+#: ../plug-ins/pagecurl/pagecurl.c:481
msgid "Lower left"
msgstr "Nedre, venstre"
-#: ../plug-ins/pagecurl/pagecurl.c:483
+#: ../plug-ins/pagecurl/pagecurl.c:482
msgid "Upper left"
msgstr "Øvre, venstre"
-#: ../plug-ins/pagecurl/pagecurl.c:484
+#: ../plug-ins/pagecurl/pagecurl.c:483
msgid "Upper right"
msgstr "Øvre, høgre"
-#: ../plug-ins/pagecurl/pagecurl.c:524
+#: ../plug-ins/pagecurl/pagecurl.c:523
msgid "Curl Orientation"
msgstr "Orientiering"
-#: ../plug-ins/pagecurl/pagecurl.c:568
+#: ../plug-ins/pagecurl/pagecurl.c:567
msgid "_Shade under curl"
msgstr "_Skygge under bretten"
-#: ../plug-ins/pagecurl/pagecurl.c:581
+#: ../plug-ins/pagecurl/pagecurl.c:580
msgid "Current gradient (reversed)"
msgstr "Gjeldande fargeovergang (reversert)"
-#: ../plug-ins/pagecurl/pagecurl.c:586
+#: ../plug-ins/pagecurl/pagecurl.c:585
msgid "Current gradient"
msgstr "Gjeldande fargeovergang"
-#: ../plug-ins/pagecurl/pagecurl.c:591
+#: ../plug-ins/pagecurl/pagecurl.c:590
msgid "Foreground / background colors"
msgstr "Forgrunn/bakgrunnfarger"
-#: ../plug-ins/pagecurl/pagecurl.c:611
+#: ../plug-ins/pagecurl/pagecurl.c:610
msgid "_Opacity:"
msgstr "_Dekkevne:"
-#: ../plug-ins/pagecurl/pagecurl.c:734
+#: ../plug-ins/pagecurl/pagecurl.c:733
msgid "Curl Layer"
msgstr "Innrulla lag"
-#: ../plug-ins/pagecurl/pagecurl.c:1022
+#: ../plug-ins/pagecurl/pagecurl.c:1021
msgid "Page Curl"
msgstr "Sideinnrulling"
-#: ../plug-ins/print/print-page-layout.c:148
+#: ../plug-ins/print/print-page-layout.c:149
msgid "Ignore Page _Margins"
msgstr "Ignorer margane"
-#: ../plug-ins/print/print-page-layout.c:294
+#. crop marks toggle
+#: ../plug-ins/print/print-page-layout.c:160
+msgid "_Draw Crop Marks"
+msgstr "Beskjer til resultatet"
+
+#: ../plug-ins/print/print-page-layout.c:306
msgid "_X resolution:"
msgstr "_X-oppløysing:"
-#: ../plug-ins/print/print-page-layout.c:298
+#: ../plug-ins/print/print-page-layout.c:310
msgid "_Y resolution:"
msgstr "_Y-oppløysing:"
-#: ../plug-ins/print/print-page-layout.c:369
+#: ../plug-ins/print/print-page-layout.c:381
msgid "_Left:"
msgstr "_Venstre:"
-#: ../plug-ins/print/print-page-layout.c:388
+#: ../plug-ins/print/print-page-layout.c:400
msgid "_Right:"
msgstr "_Høgre:"
-#: ../plug-ins/print/print-page-layout.c:442
+#: ../plug-ins/print/print-page-layout.c:454
msgid "C_enter:"
-msgstr "S_enter:"
+msgstr "_Senter:"
-#: ../plug-ins/print/print-page-layout.c:450
+#: ../plug-ins/print/print-page-layout.c:462
msgid "Horizontally"
msgstr "Horisontalt"
-#: ../plug-ins/print/print-page-layout.c:451
+#: ../plug-ins/print/print-page-layout.c:463
msgid "Vertically"
msgstr "Vertikal"
-#: ../plug-ins/print/print-page-layout.c:452
+#: ../plug-ins/print/print-page-layout.c:464
msgid "Both"
msgstr "Begge"
-#: ../plug-ins/print/print.c:102
+#: ../plug-ins/print/print.c:101
msgid "Print the image"
msgstr "Skriv ut biletet"
-#: ../plug-ins/print/print.c:107
+#: ../plug-ins/print/print.c:106
msgid "_Print..."
-msgstr "_Skriv ut..."
+msgstr "_Skriv ut …"
-#: ../plug-ins/print/print.c:118
-#, fuzzy
+#: ../plug-ins/print/print.c:117
msgid "Adjust page size and orientation for printing"
msgstr "Bestem sideformat og sideorientering for utskrift"
-#: ../plug-ins/print/print.c:124
+#: ../plug-ins/print/print.c:123
msgid "Page Set_up"
-msgstr "Side_oppsett..."
+msgstr "Side_oppsett"
-#: ../plug-ins/print/print.c:261
+#: ../plug-ins/print/print.c:262
msgid "Image Settings"
msgstr "Biletinnstillingar"
-#: ../plug-ins/print/print.c:341
+#: ../plug-ins/print/print.c:346
msgid "An error occurred while trying to print:"
msgstr "Feil ved utskrift:"
-#: ../plug-ins/print/print.c:371
+#: ../plug-ins/print/print.c:373
msgid "Printing"
msgstr "Skriv ut"
-#: ../plug-ins/psd/psd-load.c:208
-#, c-format
-msgid ""
-"Error loading PSD file:\n"
-"\n"
-"%s"
-msgstr ""
-"Feil ved opninga av PSD-fila:\n"
-"\n"
-"%s"
-
-#: ../plug-ins/psd/psd-load.c:263
-#, c-format
-msgid "Not a valid photoshop document file"
-msgstr "Ugyldig photoshop dokumentfil"
-
-#: ../plug-ins/psd/psd-load.c:270
-#, c-format
-msgid "Unsupported file format version: %d"
-msgstr "Har ikkje støtte for filformatversjonen: %d"
-
-#: ../plug-ins/psd/psd-load.c:277
-#, c-format
-msgid "Too many channels in file: %d"
-msgstr "For mange kanalar i fila %d"
-
-#: ../plug-ins/psd/psd-load.c:307
-#, c-format
-msgid "Unsupported color mode: %s"
-msgstr "Har ikkje støtte for fargemodellen %s"
-
-#: ../plug-ins/psd/psd-load.c:334
-#, c-format
-msgid "Unsupported bit depth: %d"
-msgstr "Har ikkje støtte for bitdjupna %d"
-
-#: ../plug-ins/psd/psd-load.c:368 ../plug-ins/psd/psd-load.c:378
-#: ../plug-ins/psd/psd-load.c:597 ../plug-ins/psd/psd-load.c:778
-#, c-format
-msgid "The file is corrupt!"
-msgstr "Fila er øydelagt"
-
-#: ../plug-ins/psd/psd-load.c:538
-#, c-format
-msgid "Too many channels in layer: %d"
-msgstr "For mange kanalar i laget %d"
-
-#: ../plug-ins/psd/psd-load.c:545
-#, c-format
-msgid "Unsupported or invalid layer height: %d"
-msgstr "Ustøtta eller ugyldig laghøgde: %d"
-
-#: ../plug-ins/psd/psd-load.c:552
-#, c-format
-msgid "Unsupported or invalid layer width: %d"
-msgstr "Ustøtta eller ugyldig lagbreidde: %d"
-
-#: ../plug-ins/psd/psd-load.c:1138 ../plug-ins/psd/psd-load.c:1486
-#, c-format
-msgid "Unsupported compression mode: %d"
-msgstr "Har ikkje støtte for kompresjonsmodus %d"
-
-#: ../plug-ins/psd/psd-load.c:1575
-msgid "Extra"
-msgstr "Ekstra"
-
-#: ../plug-ins/psd/psd-util.c:53
-#, c-format
-msgid "Unexpected end of file"
-msgstr "Uventa filslutt."
-
-#: ../plug-ins/rcm/rcm.c:99
-msgid "Replace a range of colors with another"
-msgstr "Flytter fargane på fargesirkelen"
-
-#: ../plug-ins/rcm/rcm.c:106
-msgid "_Rotate Colors..."
-msgstr "_Roter fargane"
-
-#: ../plug-ins/rcm/rcm.c:140
-msgid "Rotating the colors"
-msgstr "Roterer fargane"
-
-#: ../plug-ins/rcm/rcm_dialog.c:119
-msgid "Original"
-msgstr "Original"
-
-#: ../plug-ins/rcm/rcm_dialog.c:137
-msgid "Rotated"
-msgstr "Rotert"
-
-#: ../plug-ins/rcm/rcm_dialog.c:155
-msgid "Continuous update"
-msgstr "Oppdater kontinuerleg"
-
-#: ../plug-ins/rcm/rcm_dialog.c:168
-msgid "Area:"
-msgstr "Område:"
-
-#: ../plug-ins/rcm/rcm_dialog.c:172
-msgid "Entire Layer"
-msgstr "Heile laget"
-
-#: ../plug-ins/rcm/rcm_dialog.c:174
-msgid "Context"
-msgstr "Samanhang"
-
-#. Gray: Circle: Spinbutton 1
-#: ../plug-ins/rcm/rcm_dialog.c:467
-msgid "Hue:"
-msgstr "Kulør:"
-
-#. Gray: Circle: Spinbutton 2
-#: ../plug-ins/rcm/rcm_dialog.c:494 ../plug-ins/rcm/rcm_dialog.c:556
-msgid "Saturation:"
-msgstr "Metning:"
-
-#. * Gray: Operation-Mode *
-#: ../plug-ins/rcm/rcm_dialog.c:514
-msgid "Gray Mode"
-msgstr "Gråmodus:"
-
-#. Gray: Operation-Mode: two radio buttons
-#: ../plug-ins/rcm/rcm_dialog.c:523
-msgid "Treat as this"
-msgstr "Behandla som denne"
-
-#: ../plug-ins/rcm/rcm_dialog.c:535
-msgid "Change to this"
-msgstr "Endra til denne"
-
-#. * Gray: What is gray? *
-#: ../plug-ins/rcm/rcm_dialog.c:548
-msgid "Gray Threshold"
-msgstr "Grågrense"
-
-#. * Misc: Used unit selection *
-#: ../plug-ins/rcm/rcm_dialog.c:588 ../plug-ins/rcm/rcm_dialog.c:698
-msgid "Units"
-msgstr "Einingar"
-
-#. Misc: Used unit selection: 3 radio buttons
-#: ../plug-ins/rcm/rcm_dialog.c:597
-msgid "Radians"
-msgstr "Radian"
-
-#: ../plug-ins/rcm/rcm_dialog.c:609
-msgid "Radians/Pi"
-msgstr "Radian/Pi"
-
-#: ../plug-ins/rcm/rcm_dialog.c:621
-msgid "Degrees"
-msgstr "Grader"
-
-#: ../plug-ins/rcm/rcm_dialog.c:652
-msgid "Rotate Colors"
-msgstr "Roter fargane"
-
-#: ../plug-ins/rcm/rcm_dialog.c:692
-msgid "Main Options"
-msgstr "Hovudinnstillingar"
-
-#: ../plug-ins/rcm/rcm_dialog.c:695
-msgid "Gray Options"
-msgstr "Gråinnstillingar"
-
-#: ../plug-ins/rcm/rcm_stock.c:35
-msgid "Switch to Clockwise"
-msgstr "Bytt til medsols"
-
-#: ../plug-ins/rcm/rcm_stock.c:37
-msgid "Switch to C/Clockwise"
-msgstr "Bytt til motsols"
-
-#: ../plug-ins/rcm/rcm_stock.c:39
-msgid "Change Order of Arrows"
-msgstr "Endra rekkefølgja for pilene"
-
#. printf("width = %d, height = %d\n",BITMAP_WIDTH(marked),BITMAP_HEIGHT(marked));
-#: ../plug-ins/sel2path/pxl-outline.c:84
+#: ../plug-ins/selection-to-path/pxl-outline.c:81
msgid "Selection to Path"
msgstr "Utval til bane"
-#: ../plug-ins/sel2path/sel2path.c:183
+#: ../plug-ins/selection-to-path/selection-to-path.c:184
msgid "No selection to convert"
msgstr "Ingen markeringar å omforma"
-#: ../plug-ins/sel2path/sel2path.c:300
+#: ../plug-ins/selection-to-path/selection-to-path.c:301
msgid "Selection to Path Advanced Settings"
msgstr "Utval til bane. Avanserte innstillingar"
-#: ../plug-ins/sgi/sgi.c:119 ../plug-ins/sgi/sgi.c:139
-msgid "Silicon Graphics IRIS image"
-msgstr "Silicon-Graphics-IRIS-bilete"
-
-#: ../plug-ins/sgi/sgi.c:313
-#, c-format
-msgid "Could not open '%s' for reading."
-msgstr "Kunne ikkje opna for lesing frå «%s»."
-
-#: ../plug-ins/sgi/sgi.c:532
-#, c-format
-msgid "Could not open '%s' for writing."
-msgstr "Kunne ikkje opna «%s» for skriving."
-
-#: ../plug-ins/sgi/sgi.c:612
-msgid "Save as SGI"
-msgstr "Lagra som SGI"
-
-#: ../plug-ins/sgi/sgi.c:628
-msgid "Compression type"
-msgstr "Kompressjonstype"
-
-#: ../plug-ins/sgi/sgi.c:632
-msgid "No compression"
-msgstr "Ingen kompresjon"
-
-#: ../plug-ins/sgi/sgi.c:634
-msgid "RLE compression"
-msgstr "RLE kompresjon"
-
-#: ../plug-ins/sgi/sgi.c:636
-msgid ""
-"Aggressive RLE\n"
-"(not supported by SGI)"
-msgstr ""
-"Agressiv RLE\n"
-"(ikkje støtta av SGI)"
-
-#: ../plug-ins/twain/twain.c:87
+#: ../plug-ins/twain/twain.c:86
msgid "Capture an image from a TWAIN datasource"
-msgstr "Hent eit bilete frå TWAIN datakjelde"
+msgstr "Hent eit bilete frå ei TWAIN datakjelde"
-#: ../plug-ins/twain/twain.c:354
+#: ../plug-ins/twain/twain.c:351
msgid "_Scanner/Camera..."
-msgstr "_Skannar/kamera..."
+msgstr "frå sk_annar/kamera …"
#. Initialize our progress dialog
-#: ../plug-ins/twain/twain.c:489
+#: ../plug-ins/twain/twain.c:485
msgid "Transferring data from scanner/camera"
msgstr "Overfører data frå skannar/kamera"
-#: ../plug-ins/uri/uri-backend-gio.c:187
-#, fuzzy, c-format
-msgid "Downloading image (%s of %s)"
-msgstr "Lastar ned %s av biletdata"
-
-#: ../plug-ins/uri/uri-backend-gio.c:190
-#, c-format
-msgid "Uploading image (%s of %s)"
-msgstr ""
-
-#: ../plug-ins/uri/uri-backend-gio.c:210
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:163
-#: ../plug-ins/uri/uri-backend-libcurl.c:133
-#: ../plug-ins/uri/uri-backend-wget.c:345
-#, c-format
-msgid "Downloaded %s of image data"
-msgstr "%s av biletdata er lasta ned"
-
-#: ../plug-ins/uri/uri-backend-gio.c:213
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:182
-#, c-format
-msgid "Uploaded %s of image data"
-msgstr "%s av biletdata er lasta opp"
-
-#: ../plug-ins/uri/uri-backend-gio.c:248
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:252
-#: ../plug-ins/uri/uri-backend-libcurl.c:155
-#: ../plug-ins/uri/uri-backend-wget.c:194
-msgid "Connecting to server"
-msgstr "Koplar til tenaren"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:162
-#: ../plug-ins/uri/uri-backend-libcurl.c:126
-#: ../plug-ins/uri/uri-backend-wget.c:302
-#, c-format
-msgid "Downloading %s of image data"
-msgstr "Lastar ned %s av biletdata"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:181
-#, fuzzy, c-format
-msgid "Uploading %s of image data"
-msgstr "Lastar opp %s av biletdata..."
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:311
-#, c-format
-msgid "Failed to read %s from '%s': %s"
-msgstr "Kunne ikkje lesa %s frå «%s»: %s"
-
-#: ../plug-ins/uri/uri-backend-gnomevfs.c:360
-#, c-format
-msgid "Failed to write %s to '%s': %s"
-msgstr "Kunne ikkje skriva %s til «%s»: %s"
-
-#: ../plug-ins/uri/uri-backend-libcurl.c:57
-#, c-format
-msgid "Could not initialize libcurl"
-msgstr "Kunne ikkje initiere libcurl"
-
-#: ../plug-ins/uri/uri-backend-libcurl.c:160
-#, c-format
-msgid "Could not open output file for writing"
-msgstr "Kan ikkje opne utfila for skriving"
-
-#: ../plug-ins/uri/uri-backend-libcurl.c:198
-#, c-format
-msgid "Opening '%s' for reading resulted in HTTP response code: %d"
-msgstr "Oninga av «%s» for lesing gav denne HTTP responskoden: %d"
-
-#: ../plug-ins/uri/uri-backend-wget.c:161
-#: ../plug-ins/uri/uri-backend-wget.c:181
-#: ../plug-ins/uri/uri-backend-wget.c:200
-#: ../plug-ins/uri/uri-backend-wget.c:223
-#: ../plug-ins/uri/uri-backend-wget.c:252
-#, c-format
-msgid "wget exited abnormally on URI '%s'"
-msgstr "wget blei avbroten i URI «%s»"
-
-#. The third line is "Connecting to..."
-#: ../plug-ins/uri/uri-backend-wget.c:189
-#, c-format
-msgid "(timeout is %d second)"
-msgid_plural "(timeout is %d seconds)"
-msgstr[0] "(Tida er ute etter %d sekund)"
-msgstr[1] "(Tida er ute etter %d sekund)"
-
-#. The fourth line is either the network request or an error
-#: ../plug-ins/uri/uri-backend-wget.c:218
-msgid "Opening URI"
-msgstr "Opnar URI..."
-
-#: ../plug-ins/uri/uri-backend-wget.c:229
-#: ../plug-ins/uri/uri-backend-wget.c:262
-#, c-format
-msgid "A network error occurred: %s"
-msgstr "Nettverksfeil: %s"
-
-#: ../plug-ins/uri/uri-backend-wget.c:307
-msgid "Downloading unknown amount of image data"
-msgstr "Lastar ned ei ukjent mengde biletdata"
-
-#: ../plug-ins/uri/uri.c:117 ../plug-ins/uri/uri.c:138
-msgid "URI"
-msgstr "URI"
-
-#: ../plug-ins/winicon/icodialog.c:54
-msgid "Save as Windows Icon"
-msgstr "Lagra som Microsoft icon"
-
-#: ../plug-ins/winicon/icodialog.c:86
-msgid "Icon Details"
-msgstr "Ikondetaljar"
-
-#: ../plug-ins/winicon/icodialog.c:106
-msgid ""
-"Large icons and compression are not supported by all programs. Older "
-"applications may not open this file correctly."
-msgstr ""
-"Store ikon og komprimering blir ikkje støtta av alle program. Eldre utgåver "
-"kan kanskje ikkje opna desse filene rett."
-
-#: ../plug-ins/winicon/icodialog.c:178
-msgid "1 bpp, 1-bit alpha, 2-slot palette"
-msgstr "1 bpp, 1-bit alfa, 2-slot palett"
-
-#: ../plug-ins/winicon/icodialog.c:179
-msgid "4 bpp, 1-bit alpha, 16-slot palette"
-msgstr "4 bpp, 1-bit alfa, 16-slot palett"
-
-#: ../plug-ins/winicon/icodialog.c:180
-msgid "8 bpp, 1-bit alpha, 256-slot palette"
-msgstr "8 bpp, 1-bit alfa, 256-slot palett"
-
-#: ../plug-ins/winicon/icodialog.c:181
-msgid "24 bpp, 1-bit alpha, no palette"
-msgstr "32 bpp, 8-bit alfa, ingen palett"
-
-#: ../plug-ins/winicon/icodialog.c:182
-msgid "32 bpp, 8-bit alpha, no palette"
-msgstr "32 bpp, 8-bit Alfa, ingen palett"
-
-#: ../plug-ins/winicon/icodialog.c:196
-msgid "Compressed (PNG)"
-msgstr "Komprimert (PNG)"
-
-#. read successfully. add to image
-#: ../plug-ins/winicon/icoload.c:616
-#, c-format
-msgid "Icon #%i"
-msgstr "Ikon Nr. %i"
-
-#: ../plug-ins/winicon/main.c:103 ../plug-ins/winicon/main.c:137
-msgid "Microsoft Windows icon"
-msgstr "Microsoft-Windows-ikon"
-
-#: ../plug-ins/winsnap/winsnap.c:864
+#: ../plug-ins/win-snap/winsnap.c:864
msgid "Grab"
msgstr "Hent"
-#: ../plug-ins/winsnap/winsnap.c:880
+#: ../plug-ins/win-snap/winsnap.c:880
msgid "Grab a single window"
msgstr "Hent eitt vindauge"
-#: ../plug-ins/winsnap/winsnap.c:894
+#: ../plug-ins/win-snap/winsnap.c:894
msgid "Grab the whole screen"
msgstr "Hent heile skjermen"
-#: ../plug-ins/winsnap/winsnap.c:910
+#: ../plug-ins/win-snap/winsnap.c:910
msgid "after"
msgstr "etter"
-#: ../plug-ins/winsnap/winsnap.c:922
+#: ../plug-ins/win-snap/winsnap.c:922
msgid "Seconds delay"
msgstr "sekund pause"
-#: ../plug-ins/winsnap/winsnap.c:929
+#: ../plug-ins/win-snap/winsnap.c:929
msgid "Include decorations"
msgstr "Med ramme"
-#: ../plug-ins/winsnap/winsnap.c:988
+#: ../plug-ins/win-snap/winsnap.c:988
msgid "Capture a window or desktop image"
-msgstr "Hent eit vindauge eller eitskrivebordsbilete"
+msgstr "Knips eit bilete av skrivebordet eller eit vindauge på det"
-#: ../plug-ins/winsnap/winsnap.c:993
+#: ../plug-ins/win-snap/winsnap.c:993
msgid "_Screen Shot..."
-msgstr "_Skjermdump..."
+msgstr "_skjermbilete …"
-#: ../plug-ins/winsnap/winsnap.c:1142
+#: ../plug-ins/win-snap/winsnap.c:1141
msgid "No data captured"
msgstr "Ingen data henta"
-#: ../plug-ins/xjt/xjt.c:485 ../plug-ins/xjt/xjt.c:503
-msgid "GIMP compressed XJT image"
-msgstr "XJT-bilete komprimert med GIMP"
-
-#: ../plug-ins/xjt/xjt.c:724
-#, c-format
-msgid "XJT file contains unknown layermode %d"
-msgstr "XJT-fila inneheld ukjent lagmodus %d"
-
-#: ../plug-ins/xjt/xjt.c:761
-#, c-format
-msgid "Warning: unsupported layermode %d saved to XJT"
-msgstr "Åtvaring: Ustøtta lagmodus %d lagra i XJT"
-
-#: ../plug-ins/xjt/xjt.c:777
-#, c-format
-msgid "XJT file contains unknown pathtype %d"
-msgstr "XJT-fila inneheld ukjent stigtype %d"
-
-#: ../plug-ins/xjt/xjt.c:793
-#, c-format
-msgid "Warning: unsupported pathtype %d saved to XJT"
-msgstr "Åtvaring: Ustøtta stigtype %d lagra i XJT"
-
-#: ../plug-ins/xjt/xjt.c:812
-#, c-format
-msgid "XJT file contains unknown unittype %d"
-msgstr "XJT-fila inneheld ukjent eining %d"
-
-#: ../plug-ins/xjt/xjt.c:833
-#, c-format
-msgid "Warning: unsupported unittype %d saved to XJT"
-msgstr "Åtvaring: Ustøtta eining %d lagra i XJT"
-
-#: ../plug-ins/xjt/xjt.c:854
-msgid "Save as XJT"
-msgstr "Lagra som XJT"
-
-#: ../plug-ins/xjt/xjt.c:887
-msgid "Clear transparent"
-msgstr "Tøm gjennomsiktig"
-
-#: ../plug-ins/xjt/xjt.c:899
-msgid "Quality:"
-msgstr "Kvalitet:"
-
-#: ../plug-ins/xjt/xjt.c:908
-msgid "Smoothing:"
-msgstr "Utjamning:"
-
-#: ../plug-ins/xjt/xjt.c:1705 ../plug-ins/xjt/xjt.c:3353
-#, c-format
-msgid "Could not create working folder '%s': %s"
-msgstr "Kunne ikkje lage arbeidsmappa «%s»: %s"
-
-#: ../plug-ins/xjt/xjt.c:3222
-#, c-format
-msgid "Error: Could not read XJT property file '%s'."
-msgstr "Feil: Kunne ikkje lese fila «%s» med XJT-eigenskapane."
-
-#: ../plug-ins/xjt/xjt.c:3228
-#, c-format
-msgid "Error: XJT property file '%s' is empty."
-msgstr "Feil: Fila «%s» med XJT-eigenskapane er tom."
-
-#, fuzzy
-#~ msgid "Email the image"
-#~ msgstr "Skriv ut biletet"
-
-#, fuzzy
-#~ msgid "_Mail Image..."
-#~ msgstr "_Biletkart..."
-
-#, fuzzy
-#~ msgid "Send as Mail"
-#~ msgstr "Send som e-post"
-
-#, fuzzy
-#~ msgid "Encapsulation:"
-#~ msgstr "_Elevasjon:"
-
-#, fuzzy
-#~ msgid "_Recipient:"
-#~ msgstr "_Beskriving:"
-
-#, fuzzy
-#~ msgid "_Sender:"
-#~ msgstr "_Send"
-
-#, fuzzy
-#~ msgid "Comm_ent:"
-#~ msgstr "Kommentar:"
-
-#, fuzzy
-#~ msgid "First Source Color"
-#~ msgstr "Første farge"
-
-#, fuzzy
-#~ msgid "Second Source Color"
-#~ msgstr "Andre farge"
-
-#, fuzzy
-#~ msgid "First Destination Color"
-#~ msgstr "Farge på krysspunktet"
-
-#, fuzzy
-#~ msgid "Second Destination Color"
-#~ msgstr "Vel målprofilen"
-
-#, fuzzy
-#~ msgid "Adjust _Foreground & Background"
-#~ msgstr "_Forgrunn og bakgrunn"
-
-#, fuzzy
-#~ msgid "Color Range _Mapping..."
-#~ msgstr "Bytt _farge..."
-
-#, fuzzy
-#~ msgid "Cannot operate on gray or indexed color images."
-#~ msgstr "Kan ikkje arbeida på indekserte bilete."
-
-#, fuzzy
-#~ msgid "Adjusting foreground and background colors"
-#~ msgstr "Forgrunn/bakgrunnfarger"
-
-#, fuzzy
-#~ msgid "Mapping colors"
-#~ msgstr "Roterer fargane"
-
-#, fuzzy
-#~ msgid "Map Color Range"
-#~ msgstr "Byter ut ein farge med ein annan"
-
-#, fuzzy
-#~ msgid "Source Color Range"
-#~ msgstr "Byter ut ein farge med ein annan"
-
-#, fuzzy
-#~ msgid "Destination Color Range"
-#~ msgstr "Målkanal:"
-
-#, fuzzy
-#~ msgid "Invalid UTF-8 string in PSD file"
-#~ msgstr "Ugyldig UTF-8-kode i penselfila «%s»"
-
-#, fuzzy
-#~ msgid "Cannot handle PSD file with more than %d channels"
-#~ msgstr "Kan ikkje lagra bilete med alfakanalar."
-
-#, fuzzy
-#~ msgid "This is not an Adobe Photoshop PSD file"
-#~ msgstr "Dette er ikkje ei GIF-fil"
-
-#, fuzzy
-#~ msgid "Printable area:"
-#~ msgstr "Ho_risontal basis:"
-
-#~ msgid "Downloading %s of image data..."
-#~ msgstr "Lastar ned %s av biletdata..."
diff --git a/po-plug-ins/ro.po b/po-plug-ins/ro.po
index a238222df7..db961c4222 100644
--- a/po-plug-ins/ro.po
+++ b/po-plug-ins/ro.po
@@ -1,14 +1,14 @@
-# gimp ro translation
+# Romanian GIMP translation
# Copyright (C) YEAR Free Software Foundation, Inc.
# Robert Claudiu Gheorghe , 2001.
-# Cristian Secară