summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-04-04 21:01:18 +0200
committerAlessio Treglia <alessio@debian.org>2012-04-04 21:01:18 +0200
commit3423cc86f86a823a318ea72981dc8eb889fc7987 (patch)
tree01c27814a7d75d2b39c9ad1df8a730993496e3ec /help
parent7249c8ed3cb0da5185af4ecd2031c483bfc0258a (diff)
Imported Upstream version 3.4.0upstream/3.4.0
Diffstat (limited to 'help')
-rw-r--r--help/C/legal.xml9
-rw-r--r--help/Makefile.am60
-rw-r--r--help/Makefile.in678
-rw-r--r--help/POT/POT.po228
-rw-r--r--help/POT/adf.page17
-rw-r--r--help/POT/crop.page23
-rw-r--r--help/POT/dpi.page14
-rw-r--r--help/POT/email.page20
-rw-r--r--help/POT/index.page25
-rw-r--r--help/POT/legal.xml9
-rw-r--r--help/POT/print.page13
-rw-r--r--help/POT/reorder.page16
-rw-r--r--help/POT/rotate.page14
-rw-r--r--help/POT/save.page31
-rw-r--r--help/POT/scanner.page18
-rw-r--r--help/POT/scanning.page49
-rw-r--r--help/de/adf.page2
-rw-r--r--help/de/crop.page15
-rw-r--r--help/de/de.po479
-rw-r--r--help/de/de.stamp (renamed from help/po.stamp)0
-rw-r--r--help/de/dpi.page2
-rw-r--r--help/de/email.page10
-rw-r--r--help/de/index.page8
-rw-r--r--help/de/legal.xml9
-rw-r--r--help/de/print.page2
-rw-r--r--help/de/reorder.page2
-rw-r--r--help/de/rotate.page2
-rw-r--r--help/de/save.page14
-rw-r--r--help/de/scanner.page2
-rw-r--r--help/de/scanning.page14
-rw-r--r--help/translations/de.po449
31 files changed, 449 insertions, 1785 deletions
diff --git a/help/C/legal.xml b/help/C/legal.xml
deleted file mode 100644
index 86d6173..0000000
--- a/help/C/legal.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<license xmlns="http://projectmallard.org/1.0/"
- href="http://creativecommons.org/licenses/by-sa/3.0/">
-<p>This work is licensed under a
-<link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
-Attribution-Share Alike 3.0 Unported License</link>.</p>
-<p>As a special exception, the copyright holders give you permission to copy,
-modify, and distribute the example code contained in this document under the
-terms of your choosing, without restriction.</p>
-</license>
diff --git a/help/Makefile.am b/help/Makefile.am
index 135913d..9cba84d 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,47 +1,19 @@
-include $(top_srcdir)/gnome-doc-utils.make
-
-dist-hook: doc-dist-hook
-
-DOC_ID = simple-scan
-DOC_INCLUDES = legal.xml
-DOC_FIGURES =
-DOC_PAGES = index.page \
- adf.page \
- crop.page \
- dpi.page \
- email.page \
- print.page \
- reorder.page \
- rotate.page \
- save.page \
- scanner.page \
- scanning.page
-
-DOC_LINGUAS =
+@YELP_HELP_RULES@
+
+HELP_ID = simple-scan
+HELP_FILES = index.page \
+ adf.page \
+ crop.page \
+ dpi.page \
+ email.page \
+ print.page \
+ reorder.page \
+ rotate.page \
+ save.page \
+ scanner.page \
+ scanning.page
+
+HELP_LINGUAS = de
DISTCLEANFILES = \
Makefile.in
-
-REAL_LINGUAS = de
-
-DOC_LINGUAS = POT $(REAL_LINGUAS)
-
-$(_DOC_LC_DOCS) : po.stamp
-
-po.stamp: $(wildcard translations/*.po)
- for p in $?; do $(mkdir_p) $$(basename $$p .po)/; \
- cp -a $$p $$(basename $$p .po)/; done
- touch $@
-
-update-pot: translations/simple-scan-help.pot
-POT/POT.po: $(foreach page,$(DOC_PAGES),C/$(page))
-translations/simple-scan-help.pot: POT/POT.po
- $(mkdir_p) $(dir $@)
- sed 's|^#: /.*/\(.*\)|#: \1|g' $^ > $@
-
-dist-hook: doc-dist-hook
-
-EXTRA_DIST = translations po.stamp
-DISTCLEANFILES = translations/simple-scan-help.pot
-
-.PHONY: update-pot
diff --git a/help/Makefile.in b/help/Makefile.in
index b9a239a..4371892 100644
--- a/help/Makefile.in
+++ b/help/Makefile.in
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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.
@@ -14,30 +14,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
-
-# gnome-doc-utils.make - make magic for building documentation
-# Copyright (C) 2004-2005 Shaun McCance <shaunm@gnome.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-################################################################################
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
@@ -55,9 +31,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
- $(top_srcdir)/gnome-doc-utils.make
subdir = help
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -66,11 +41,11 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
+AM_V_GEN = $(am__v_GEN_@AM_V@)
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
+AM_V_at = $(am__v_at_@AM_V@)
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
SOURCES =
DIST_SOURCES =
@@ -95,8 +70,6 @@ DATADIRNAME = @DATADIRNAME@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
-DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
-DOC_USER_FORMATS = @DOC_USER_FORMATS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -117,6 +90,11 @@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
INTLTOOL_MERGE = @INTLTOOL_MERGE@
INTLTOOL_PERL = @INTLTOOL_PERL@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
+INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
+INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
+INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
+ITSTOOL = @ITSTOOL@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
@@ -128,7 +106,6 @@ MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
MSGMERGE = @MSGMERGE@
OBJEXT = @OBJEXT@
-OMF_DIR = @OMF_DIR@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -148,8 +125,8 @@ STRIP = @STRIP@
USE_NLS = @USE_NLS@
VALAC = @VALAC@
VERSION = @VERSION@
-WARN_CFLAGS = @WARN_CFLAGS@
XGETTEXT = @XGETTEXT@
+XMLLINT = @XMLLINT@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
@@ -174,6 +151,8 @@ htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
+intltool__v_merge_options_ = @intltool__v_merge_options_@
+intltool__v_merge_options_0 = @intltool__v_merge_options_0@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
@@ -193,139 +172,27 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-_clean_doc_header = $(if $(DOC_H_FILE),clean-doc-header)
-_DOC_REAL_FORMATS = $(if $(DOC_USER_FORMATS),$(DOC_USER_FORMATS),$(DOC_FORMATS))
-_DOC_REAL_LINGUAS = $(if $(filter environment,$(origin LINGUAS)), \
- $(filter $(LINGUAS),$(DOC_LINGUAS)), \
- $(DOC_LINGUAS))
-
-_DOC_ABS_SRCDIR = @abs_srcdir@
-_xml2po_mode = $(if $(DOC_ID),mallard,docbook)
-@ENABLE_SK_TRUE@_ENABLE_SK = true
-
-################################################################################
-db2omf_args = \
- --stringparam db2omf.basename $(DOC_MODULE) \
- --stringparam db2omf.format $(3) \
- --stringparam db2omf.dtd \
- $(shell xmllint --format $(2) | grep -h PUBLIC | head -n 1 \
- | sed -e 's/.*PUBLIC \(\"[^\"]*\"\).*/\1/') \
- --stringparam db2omf.lang $(notdir $(patsubst %/$(notdir $(2)),%,$(2))) \
- --stringparam db2omf.omf_dir "$(OMF_DIR)" \
- --stringparam db2omf.help_dir "$(HELP_DIR)" \
- --stringparam db2omf.omf_in "$(_DOC_OMF_IN)" \
- $(if $(_ENABLE_SK), \
- --stringparam db2omf.scrollkeeper_cl "$(_skcontentslist)") \
- $(_db2omf) $(2)
-
-_DOC_OMF_IN = $(if $(DOC_MODULE),$(wildcard $(_DOC_ABS_SRCDIR)/$(DOC_MODULE).omf.in))
-_DOC_OMF_DB = $(if $(_DOC_OMF_IN), \
- $(foreach lc,C $(_DOC_REAL_LINGUAS),$(DOC_MODULE)-$(lc).omf))
-
-_DOC_OMF_HTML = $(if $(_DOC_OMF_IN), \
- $(foreach lc,C $(_DOC_REAL_LINGUAS),$(DOC_MODULE)-html-$(lc).omf))
-
-
-# FIXME
-_DOC_OMF_ALL = \
- $(if $(filter docbook,$(_DOC_REAL_FORMATS)),$(_DOC_OMF_DB)) \
- $(if $(filter html HTML,$(_DOC_REAL_FORMATS)),$(_DOC_OMF_HTML))
-
-
-################################################################################
-_DOC_C_MODULE = $(if $(DOC_MODULE),C/$(DOC_MODULE).xml)
-_DOC_C_PAGES = $(foreach page,$(DOC_PAGES),C/$(page))
-_DOC_C_ENTITIES = $(foreach ent,$(DOC_ENTITIES),C/$(ent))
-_DOC_C_INCLUDES = $(foreach inc,$(DOC_INCLUDES),C/$(inc))
-_DOC_C_DOCS = \
- $(_DOC_C_ENTITIES) $(_DOC_C_INCLUDES) \
- $(_DOC_C_PAGES) $(_DOC_C_MODULE)
-
-_DOC_C_DOCS_NOENT = \
- $(_DOC_C_MODULE) $(_DOC_C_INCLUDES) \
- $(_DOC_C_PAGES)
-
-_DOC_C_FIGURES = $(if $(DOC_FIGURES), \
- $(foreach fig,$(DOC_FIGURES),C/$(fig)), \
- $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/C/figures/*.png)))
-
-
-# FIXME: probably have to shell escape to determine the file names
-_DOC_C_HTML = $(foreach f, \
- $(shell xsltproc --xinclude \
- --stringparam db.chunk.basename "$(DOC_MODULE)" \
- $(_chunks) "C/$(DOC_MODULE).xml"), \
- C/$(f).xhtml)
-
-
-###############################################################################
-_DOC_POFILES = $(if $(DOC_MODULE)$(DOC_ID), \
- $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(lc).po))
-
-_DOC_MOFILES = $(patsubst %.po,%.mo,$(_DOC_POFILES))
-_DOC_LC_MODULES = $(if $(DOC_MODULE), \
- $(foreach lc,$(_DOC_REAL_LINGUAS),$(lc)/$(DOC_MODULE).xml))
-
-_DOC_LC_PAGES = \
- $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach page,$(_DOC_C_PAGES), \
- $(lc)/$(notdir $(page)) ))
-
-_DOC_LC_INCLUDES = \
- $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach inc,$(_DOC_C_INCLUDES), \
- $(lc)/$(notdir $(inc)) ))
-
-
-# FIXME: probably have to shell escape to determine the file names
-_DOC_LC_HTML = \
- $(foreach lc,$(_DOC_REAL_LINGUAS),$(foreach doc,$(_DOC_C_HTML), \
- $(lc)/$(notdir $(doc)) ))
-
-_DOC_LC_DOCS = \
- $(_DOC_LC_MODULES) $(_DOC_LC_INCLUDES) $(_DOC_LC_PAGES) \
- $(if $(filter html HTML,$(_DOC_REAL_FORMATS)),$(_DOC_LC_HTML))
-
-_DOC_LC_FIGURES = $(foreach lc,$(_DOC_REAL_LINGUAS), \
- $(patsubst C/%,$(lc)/%,$(_DOC_C_FIGURES)) )
-
-_DOC_SRC_FIGURES = \
- $(foreach fig,$(_DOC_C_FIGURES), $(foreach lc,C $(_DOC_REAL_LINGUAS), \
- $(wildcard $(srcdir)/$(lc)/$(patsubst C/%,%,$(fig))) ))
-
-_DOC_POT = $(if $(DOC_MODULE),$(DOC_MODULE).pot,$(if $(DOC_ID),$(DOC_ID).pot))
-
-################################################################################
-_DOC_HTML_ALL = $(if $(filter html HTML,$(_DOC_REAL_FORMATS)), \
- $(_DOC_C_HTML) $(_DOC_LC_HTML))
-
-_DOC_HTML_TOPS = $(foreach lc,C $(_DOC_REAL_LINGUAS),$(lc)/$(DOC_MODULE).xhtml)
-_clean_omf = $(if $(_DOC_OMF_IN),clean-doc-omf)
-_clean_dsk = $(if $(_DOC_DSK_IN),clean-doc-dsk)
-_clean_lc = $(if $(_DOC_REAL_LINGUAS),clean-doc-lc)
-_clean_dir = $(if $(DOC_MODULE)$(DOC_ID),clean-doc-dir)
-_doc_install_dir = $(if $(DOC_ID),$(DOC_ID),$(DOC_MODULE))
-DOC_ID = simple-scan
-DOC_INCLUDES = legal.xml
-DOC_FIGURES =
-DOC_PAGES = index.page \
- adf.page \
- crop.page \
- dpi.page \
- email.page \
- print.page \
- reorder.page \
- rotate.page \
- save.page \
- scanner.page \
- scanning.page
-
-DOC_LINGUAS = POT $(REAL_LINGUAS)
-DISTCLEANFILES = translations/simple-scan-help.pot
-REAL_LINGUAS = de
-EXTRA_DIST = translations po.stamp
+HELP_ID = simple-scan
+HELP_FILES = index.page \
+ adf.page \
+ crop.page \
+ dpi.page \
+ email.page \
+ print.page \
+ reorder.page \
+ rotate.page \
+ save.page \
+ scanner.page \
+ scanning.page
+
+HELP_LINGUAS = de
+DISTCLEANFILES = \
+ Makefile.in
+
all: all-am
.SUFFIXES:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -392,9 +259,6 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$(top_distdir)" distdir="$(distdir)" \
- dist-hook
check-am: all-am
check: check-am
all-am: Makefile
@@ -409,10 +273,15 @@ install-am: all-am
installcheck: installcheck-am
install-strip:
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- `test -z '$(STRIP)' || \
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+ if test -z '$(STRIP)'; then \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ install; \
+ else \
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
+ fi
mostlyclean-generic:
clean-generic:
@@ -427,11 +296,11 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
-clean-am: clean-generic clean-local mostlyclean-am
+clean-am: clean-generic mostlyclean-am
distclean: distclean-am
-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-local
+distclean-am: clean-am distclean-generic
dvi: dvi-am
@@ -445,7 +314,7 @@ info: info-am
info-am:
-install-data-am: install-data-local
+install-data-am:
install-dvi: install-dvi-am
@@ -475,12 +344,11 @@ installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic \
- maintainer-clean-local
+maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
-mostlyclean-am: mostlyclean-generic mostlyclean-local
+mostlyclean-am: mostlyclean-generic
pdf: pdf-am
@@ -490,457 +358,21 @@ ps: ps-am
ps-am:
-uninstall-am: uninstall-local
+uninstall-am:
.MAKE: install-am install-strip
-.PHONY: all all-am check check-am clean clean-generic clean-local \
- dist-hook distclean distclean-generic distclean-local distdir \
- dvi dvi-am html html-am info info-am install install-am \
- install-data install-data-am install-data-local install-dvi \
+.PHONY: all all-am check check-am clean clean-generic distclean \
+ distclean-generic distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-pdf install-pdf-am install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
- maintainer-clean maintainer-clean-generic \
- maintainer-clean-local mostlyclean mostlyclean-generic \
- mostlyclean-local pdf pdf-am ps ps-am uninstall uninstall-am \
- uninstall-local
-
-
-DOC_H_FILE ?=
-
-DOC_H_DOCS ?=
-
-$(DOC_H_FILE): $(DOC_H_DOCS);
- @rm -f $@.tmp; touch $@.tmp;
- echo 'const gchar* documentation_credits[] = {' >> $@.tmp
- list='$(DOC_H_DOCS)'; for doc in $$list; do \
- xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
- if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
- xsltproc --path "$$xmlpath" $(_credits) $$doc; \
- done | sort | uniq \
- | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \
- | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp
- echo ' NULL' >> $@.tmp
- echo '};' >> $@.tmp
- echo >> $@.tmp
- list='$(DOC_H_DOCS)'; for doc in $$list; do \
- xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
- if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
- docid=`echo "$$doc" | sed -e 's/.*\/\([^/]*\)\.xml/\1/' \
- | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`; \
- echo $$xmlpath; \
- ids=`xsltproc --xinclude --path "$$xmlpath" $(_ids) $$doc`; \
- for id in $$ids; do \
- echo '#define HELP_'`echo $$docid`'_'`echo $$id \
- | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`' "'$$id'"' >> $@.tmp; \
- done; \
- echo >> $@.tmp; \
- done;
- cp $@.tmp $@ && rm -f $@.tmp
-
-dist-check-gdu:
-@HAVE_GNOME_DOC_UTILS_FALSE@ @echo "*** GNOME Doc Utils must be installed in order to make dist"
-@HAVE_GNOME_DOC_UTILS_FALSE@ @false
-
-.PHONY: dist-doc-header
-dist-doc-header: $(DOC_H_FILE)
- @if test -f "$(DOC_H_FILE)"; then d=; else d="$(srcdir)/"; fi; \
- echo "$(INSTALL_DATA) $${d}$(DOC_H_FILE) $(distdir)/$(DOC_H_FILE)"; \
- $(INSTALL_DATA) "$${d}$(DOC_H_FILE)" "$(distdir)/$(DOC_H_FILE)";
-
-doc-dist-hook: dist-check-gdu $(if $(DOC_H_FILE),dist-doc-header)
-
-.PHONY: clean-doc-header
-clean-local: $(_clean_doc_header)
-distclean-local: $(_clean_doc_header)
-mostlyclean-local: $(_clean_doc_header)
-maintainer-clean-local: $(_clean_doc_header)
-clean-doc-header:
- rm -f $(DOC_H_FILE)
-
-all: $(DOC_H_FILE)
-
-################################################################################
-
-DOC_MODULE ?=
-
-DOC_ID ?=
-
-DOC_PAGES ?=
-
-DOC_ENTITIES ?=
-
-DOC_INCLUDES ?=
-
-DOC_FIGURES ?=
-
-DOC_FORMATS ?= docbook
-
-DOC_LINGUAS ?=
-
-################################################################################
-
-_xml2po ?= `which xml2po`
-
-_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
-_db2omf ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
-_malrng ?= `$(PKG_CONFIG) --variable malrng gnome-doc-utils`
-_chunks ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
-_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
-_ids ?= $(shell $(PKG_CONFIG) --variable xmldir gnome-doc-utils)/gnome/xslt/docbook/utils/ids.xsl
-@ENABLE_SK_TRUE@_skpkgdatadir ?= `scrollkeeper-config --pkgdatadir`
-@ENABLE_SK_TRUE@_sklocalstatedir ?= `scrollkeeper-config --pkglocalstatedir`
-@ENABLE_SK_TRUE@_skcontentslist ?= $(_skpkgdatadir)/Templates/C/scrollkeeper_cl.xml
-
-$(_DOC_OMF_DB) : $(_DOC_OMF_IN)
-$(_DOC_OMF_DB) : $(DOC_MODULE)-%.omf : %/$(DOC_MODULE).xml
- @test "x$(_ENABLE_SK)" != "xtrue" -o -f "$(_skcontentslist)" || { \
- echo "The file '$(_skcontentslist)' does not exist." >&2; \
- echo "Please check your ScrollKeeper installation." >&2; \
- exit 1; }
- xsltproc -o $@ $(call db2omf_args,$@,$<,'docbook') || { rm -f "$@"; exit 1; }
-
-$(_DOC_OMF_HTML) : $(_DOC_OMF_IN)
-$(_DOC_OMF_HTML) : $(DOC_MODULE)-html-%.omf : %/$(DOC_MODULE).xml
-@ENABLE_SK_TRUE@ @test "x$(_ENABLE_SK)" != "xtrue" -o -f "$(_skcontentslist)" || { \
-@ENABLE_SK_TRUE@ echo "The file '$(_skcontentslist)' does not exist" >&2; \
-@ENABLE_SK_TRUE@ echo "Please check your ScrollKeeper installation." >&2; \
-@ENABLE_SK_TRUE@ exit 1; }
- xsltproc -o $@ $(call db2omf_args,$@,$<,'xhtml') || { rm -f "$@"; exit 1; }
-
-.PHONY: omf
-omf: $(_DOC_OMF_ALL)
-
-.PHONY: po
-po: $(_DOC_POFILES)
-
-.PHONY: mo
-mo: $(_DOC_MOFILES)
-
-$(_DOC_POFILES):
- @if ! test -d $(dir $@); then \
- echo "mkdir $(dir $@)"; \
- mkdir "$(dir $@)"; \
- fi
- @if test ! -f $@ -a -f $(srcdir)/$@; then \
- echo "cp $(srcdir)/$@ $@"; \
- cp "$(srcdir)/$@" "$@"; \
- fi;
- @docs=; \
- list='$(_DOC_C_DOCS_NOENT)'; for doc in $$list; do \
- docs="$$docs $(_DOC_ABS_SRCDIR)/$$doc"; \
- done; \
- if ! test -f $@; then \
- echo "(cd $(dir $@) && \
- $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
- cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)"; \
- (cd $(dir $@) && \
- $(_xml2po) -m $(_xml2po_mode) -e $$docs > $(notdir $@).tmp && \
- cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp); \
- else \
- echo "(cd $(dir $@) && \
- $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs)"; \
- (cd $(dir $@) && \
- $(_xml2po) -m $(_xml2po_mode) -e -u $(notdir $@) $$docs); \
- fi
-
-$(_DOC_MOFILES): %.mo: %.po
- @if ! test -d $(dir $@); then \
- echo "mkdir $(dir $@)"; \
- mkdir "$(dir $@)"; \
- fi
- msgfmt -o $@ $<
-
-# FIXME: fix the dependancy
-# FIXME: hook xml2po up
-$(_DOC_LC_DOCS) : $(_DOC_MOFILES)
-$(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
- if ! test -d $(dir $@); then mkdir $(dir $@); fi
- if [ -f "C/$(notdir $@)" ]; then d="../"; else d="$(_DOC_ABS_SRCDIR)/"; fi; \
- mo="$(dir $@)$(patsubst %/$(notdir $@),%,$@).mo"; \
- if [ -f "$${mo}" ]; then mo="../$${mo}"; else mo="$(_DOC_ABS_SRCDIR)/$${mo}"; fi; \
- (cd $(dir $@) && \
- $(_xml2po) -m $(_xml2po_mode) -e -t "$${mo}" \
- "$${d}C/$(notdir $@)" > $(notdir $@).tmp && \
- cp $(notdir $@).tmp $(notdir $@) && rm -f $(notdir $@).tmp)
-.PHONY: pot
-pot: $(_DOC_POT)
-$(_DOC_POT): $(_DOC_C_DOCS_NOENT)
- $(_xml2po) -m $(_xml2po_mode) -e -o $@ $^
-
-$(_DOC_HTML_TOPS): $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
- xsltproc -o $@ --xinclude --param db.chunk.chunk_top "false()" --stringparam db.chunk.basename "$(DOC_MODULE)" --stringparam db.chunk.extension ".xhtml" $(_db2html) $(patsubst %.xhtml,%.xml,$@)
-
-################################################################################
-
-all: \
- $(_DOC_C_DOCS) $(_DOC_LC_DOCS) \
- $(_DOC_OMF_ALL) $(_DOC_DSK_ALL) \
- $(_DOC_HTML_ALL) $(_DOC_POFILES)
-
-################################################################################
-
-.PHONY: clean-doc-omf clean-doc-dsk clean-doc-lc clean-doc-dir
-
-clean-doc-omf: ; rm -f $(_DOC_OMF_DB) $(_DOC_OMF_HTML)
-clean-doc-dsk: ; rm -f $(_DOC_DSK_DB) $(_DOC_DSK_HTML)
-clean-doc-lc:
- rm -f $(_DOC_LC_DOCS)
- rm -f $(_DOC_MOFILES)
- @list='$(_DOC_POFILES)'; for po in $$list; do \
- if ! test "$$po" -ef "$(srcdir)/$$po"; then \
- echo "rm -f $$po"; \
- rm -f "$$po"; \
- fi; \
- done
-# .xml2.po.mo cleaning is obsolete as of 0.18.1 and could be removed in 0.20.x
- @for lc in C $(_DOC_REAL_LINGUAS); do \
- if test -f "$$lc/.xml2po.mo"; then \
- echo "rm -f $$lc/.xml2po.mo"; \
- rm -f "$$lc/.xml2po.mo"; \
- fi; \
- done
-clean-doc-dir: clean-doc-lc
- @for lc in C $(_DOC_REAL_LINGUAS); do \
- for dir in `find $$lc -depth -type d`; do \
- if ! test $$dir -ef $(srcdir)/$$dir; then \
- echo "rmdir $$dir"; \
- rmdir "$$dir"; \
- fi; \
- done; \
- done
-
-clean-local: \
- $(_clean_omf) $(_clean_dsk) \
- $(_clean_lc) $(_clean_dir)
-distclean-local: \
- $(_clean_omf) $(_clean_dsk) \
- $(_clean_lc) $(_clean_dir)
-mostlyclean-local: \
- $(_clean_omf) $(_clean_dsk) \
- $(_clean_lc) $(_clean_dir)
-maintainer-clean-local: \
- $(_clean_omf) $(_clean_dsk) \
- $(_clean_lc) $(_clean_dir)
-
-################################################################################
-
-.PHONY: dist-doc-docs dist-doc-pages dist-doc-figs dist-doc-omf dist-doc-dsk
-doc-dist-hook: \
- $(if $(DOC_MODULE)$(DOC_ID),dist-doc-docs) \
- $(if $(_DOC_C_FIGURES),dist-doc-figs) \
- $(if $(_DOC_OMF_IN),dist-doc-omf)
-# $(if $(_DOC_DSK_IN),dist-doc-dsk)
-
-dist-doc-docs: $(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)
- @for lc in C $(_DOC_REAL_LINGUAS); do \
- echo " $(mkinstalldirs) $(distdir)/$$lc"; \
- $(mkinstalldirs) "$(distdir)/$$lc"; \
- done
- @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS) $(_DOC_POFILES)'; \
- for doc in $$list; do \
- if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
- docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
- if ! test -d "$(distdir)/$$docdir"; then \
- echo "$(mkinstalldirs) $(distdir)/$$docdir"; \
- $(mkinstalldirs) "$(distdir)/$$docdir"; \
- fi; \
- echo "$(INSTALL_DATA) $$d$$doc $(distdir)/$$doc"; \
- $(INSTALL_DATA) "$$d$$doc" "$(distdir)/$$doc"; \
- done
-
-dist-doc-figs: $(_DOC_SRC_FIGURES)
- @list='$(_DOC_C_FIGURES) $(_DOC_LC_FIGURES)'; \
- for fig in $$list; do \
- if test -f "$$fig"; then d=; else d="$(srcdir)/"; fi; \
- if test -f "$$d$$fig"; then \
- figdir=`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
- if ! test -d "$(distdir)/$$figdir"; then \
- echo "$(mkinstalldirs) $(distdir)/$$figdir"; \
- $(mkinstalldirs) "$(distdir)/$$figdir"; \
- fi; \
- echo "$(INSTALL_DATA) $$d$$fig $(distdir)/$$fig"; \
- $(INSTALL_DATA) "$$d$$fig" "$(distdir)/$$fig"; \
- fi; \
- done;
-
-dist-doc-omf:
- @if test -f "$(_DOC_OMF_IN)"; then d=; else d="$(srcdir)/"; fi; \
- echo "$(INSTALL_DATA) $$d$(_DOC_OMF_IN) $(distdir)/$(notdir $(_DOC_OMF_IN))"; \
- $(INSTALL_DATA) "$$d$(_DOC_OMF_IN)" "$(distdir)/$(notdir $(_DOC_OMF_IN))"
-
-dist-doc-dsk:
- @if test -f "$(_DOC_DSK_IN)"; then d=; else d="$(srcdir)/"; fi; \
- echo "$(INSTALL_DATA) $$d$(_DOC_DSK_IN) $(distdir)/$(notdir $(_DOC_DSK_IN))"; \
- $(INSTALL_DATA) "$$d$(_DOC_DSK_IN)" "$(distdir)/$(notdir $(_DOC_DSK_IN))"
-
-################################################################################
-
-.PHONY: check-doc-docs check-doc-omf
-check: \
- $(if $(DOC_MODULE),check-doc-docs) \
- $(if $(DOC_ID),check-doc-pages) \
- $(if $(_DOC_OMF_IN),check-doc-omf)
-
-check-doc-docs: $(_DOC_C_DOCS) $(_DOC_LC_DOCS)
- @for lc in C $(_DOC_REAL_LINGUAS); do \
- if test -f "$$lc"; \
- then d=; \
- xmlpath="$$lc"; \
- else \
- d="$(srcdir)/"; \
- xmlpath="$$lc:$(srcdir)/$$lc"; \
- fi; \
- echo "xmllint --noout --noent --path $$xmlpath --xinclude --postvalid $$d$$lc/$(DOC_MODULE).xml"; \
- xmllint --noout --noent --path "$$xmlpath" --xinclude --postvalid "$$d$$lc/$(DOC_MODULE).xml"; \
- done
-
-check-doc-pages: $(_DOC_C_PAGES) $(_DOC_LC_PAGES)
- for lc in C $(_DOC_REAL_LINGUAS); do \
- if test -f "$$lc"; \
- then d=; \
- xmlpath="$$lc"; \
- else \
- d="$(srcdir)/"; \
- xmlpath="$$lc:$(srcdir)/$$lc"; \
- fi; \
- for page in $(DOC_PAGES); do \
- echo "xmllint --noout --noent --path $$xmlpath --xinclude --relaxng $(_malrng) $$d$$lc/$$page"; \
- xmllint --noout --noent --path "$$xmlpath" --xinclude --relaxng "$(_malrng)" "$$d$$lc/$$page"; \
- done; \
- done
-
-check-doc-omf: $(_DOC_OMF_ALL)
- @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
- echo "xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf"; \
- xmllint --noout --xinclude --dtdvalid 'http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd' $$omf; \
- done
-
-################################################################################
-
-.PHONY: install-doc-docs install-doc-html install-doc-figs install-doc-omf install-doc-dsk
-
-install-data-local: \
- $(if $(DOC_MODULE)$(DOC_ID),install-doc-docs) \
- $(if $(_DOC_HTML_ALL),install-doc-html) \
- $(if $(_DOC_C_FIGURES),install-doc-figs) \
- $(if $(_DOC_OMF_IN),install-doc-omf)
-# $(if $(_DOC_DSK_IN),install-doc-dsk)
-
-install-doc-docs:
- @for lc in C $(_DOC_REAL_LINGUAS); do \
- echo "$(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc"; \
- $(mkinstalldirs) $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$lc; \
- done
- @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
- if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
- docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
- docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
- if ! test -d "$$docdir"; then \
- echo "$(mkinstalldirs) $$docdir"; \
- $(mkinstalldirs) "$$docdir"; \
- fi; \
- echo "$(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
- $(INSTALL_DATA) $$d$$doc $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc; \
- done
-
-install-doc-figs:
- @list='$(patsubst C/%,%,$(_DOC_C_FIGURES))'; for fig in $$list; do \
- for lc in C $(_DOC_REAL_LINGUAS); do \
- figsymlink=false; \
- if test -f "$$lc/$$fig"; then \
- figfile="$$lc/$$fig"; \
- elif test -f "$(srcdir)/$$lc/$$fig"; then \
- figfile="$(srcdir)/$$lc/$$fig"; \
- else \
- figsymlink=true; \
- fi; \
- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
- figdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$figdir"; \
- if ! test -d "$$figdir"; then \
- echo "$(mkinstalldirs) $$figdir"; \
- $(mkinstalldirs) "$$figdir"; \
- fi; \
- figbase=`echo $$fig | sed -e 's/^.*\///'`; \
- if $$figsymlink; then \
- echo "cd $$figdir && $(LN_S) -f ../../C/$$fig $$figbase"; \
- ( cd "$$figdir" && $(LN_S) -f "../../C/$$fig" "$$figbase" ); \
- else \
- echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \
- $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \
- fi; \
- done; \
- done
-
-install-doc-html:
- echo install-html
-
-install-doc-omf:
- $(mkinstalldirs) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)
- @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
- echo "$(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
- $(INSTALL_DATA) $$omf $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf; \
- done
- @if test "x$(_ENABLE_SK)" = "xtrue"; then \
- echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
- scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
- fi;
-
-install-doc-dsk:
- echo install-dsk
-
-################################################################################
-
-.PHONY: uninstall-doc-docs uninstall-doc-html uninstall-doc-figs uninstall-doc-omf uninstall-doc-dsk
-uninstall-local: \
- $(if $(DOC_MODULE)$(DOC_ID),uninstall-doc-docs) \
- $(if $(_DOC_HTML_ALL),uninstall-doc-html) \
- $(if $(_DOC_C_FIGURES),uninstall-doc-figs) \
- $(if $(_DOC_OMF_IN),uninstall-doc-omf)
-# $(if $(_DOC_DSK_IN),uninstall-doc-dsk)
-
-uninstall-doc-docs:
- @list='$(_DOC_C_DOCS) $(_DOC_LC_DOCS)'; for doc in $$list; do \
- echo " rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
- rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$doc"; \
- done
-
-uninstall-doc-figs:
- @list='$(_DOC_C_FIGURES) $(_DOC_LC_FIGURES)'; for fig in $$list; do \
- echo "rm -f $(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
- rm -f "$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$fig"; \
- done;
-
-uninstall-doc-omf:
- @list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
- if test "x$(_ENABLE_SK)" = "xtrue"; then \
- echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
- scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
- fi; \
- echo "rm -f $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
- rm -f "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
- done
-
-dist-hook: doc-dist-hook
-
-$(_DOC_LC_DOCS) : po.stamp
-
-po.stamp: $(wildcard translations/*.po)
- for p in $?; do $(mkdir_p) $$(basename $$p .po)/; \
- cp -a $$p $$(basename $$p .po)/; done
- touch $@
-
-update-pot: translations/simple-scan-help.pot
-POT/POT.po: $(foreach page,$(DOC_PAGES),C/$(page))
-translations/simple-scan-help.pot: POT/POT.po
- $(mkdir_p) $(dir $@)
- sed 's|^#: /.*/\(.*\)|#: \1|g' $^ > $@
-
-dist-hook: doc-dist-hook
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
-.PHONY: update-pot
+@YELP_HELP_RULES@
# 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.
diff --git a/help/POT/POT.po b/help/POT/POT.po
deleted file mode 100644
index 9a2bebb..0000000
--- a/help/POT/POT.po
+++ /dev/null
@@ -1,228 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-06-12 20:11+1000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:6(title)
-msgid "0"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:10(title)
-msgid "Scanning a Page"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:12(p)
-msgid "To scan a document from your scanner:"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:17(p)
-msgid "Connect the scanner to your computer."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:22(p)
-msgid "Open <app>Simple Scan</app>."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:27(p)
-msgid "Press the scan button in the toolbar (or <keyseq><key>Ctrl</key><key>1</key></keyseq>)."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:33(p)
-msgid "The page will be shown as it is scanned."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:37(p)
-msgid "Each page you scan is added to the end of your document. To start a new document select <guiseq><gui>Document</gui><gui>New</gui></guiseq>. Individual pages can be deleted by right clicking a page or pressing the <key>Delete</key> key."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:42(p)
-msgid "The type of scan can be changed from the <guiseq><gui>Document</gui><gui>Scan</gui></guiseq> menu. Choose <gui>Text</gui> if you want the document to be quickly scanned in black and white or <gui>Photo</gui> for a high resolution color scan."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:47(p)
-msgid "To stop the scan at any time press <key>Escape</key>."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanner.page:9(title)
-msgid "Selecting a Scanner"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanner.page:11(p)
-msgid "If you have multiple scanners you can change which scanner is selected from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/scanner.page:15(p)
-msgid "Your local scanners are automatically detected each time you start <app>Simple Scan</app> and each time you plug in USB scanner. If you have a network scanner you will need to restart <app>Simple Scan</app> for it to be detected."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:9(title)
-msgid "Saving to a File"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:11(p)
-msgid "To save the current document to a file use the <guiseq><gui>Document</gui><gui>Save</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>S</key></keyseq>). When you save, there is a choice of three file types."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:17(title)
-msgid "Portable Document Format (PDF)"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:18(p)
-msgid "A PDF can contain multiple pages (like a book) and is easy to distribute to other people. Most people do not have software to modify PDF documents so this format is best used for archiving."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:19(p)
-msgid "Use this type if you have scanned multiple pages of text."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:22(title)
-msgid "JPEG"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:23(p)
-msgid "JPEG file is the file format used by digital cameras and is very small and so easy to distribute. Most people have software to modify JPEG photos and this format is suitable for uploading to social networking sites. If you have scanned multiple pages then a JPEG file will be written for each page."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:24(p)
-msgid "Use this type if you want to modify or upload the scanned images."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:27(title)
-msgid "PNG"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:28(p)
-msgid "PNG files contain the raw data from the scanner. This makes them much larger than JPEG files and not suitable for distributing. If you have scanned multiple pages then a PNG file will be written for each page."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:29(p)
-msgid "Use this type if you need high resolution files for editing"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/rotate.page:9(title)
-msgid "Rotating Pages"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/rotate.page:11(p)
-msgid "To rotate a page use the rotation buttons in the toolbar or the <key>[</key> and <key>]</key> keys. Each new page that is scanned will use the previous rotation."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/reorder.page:9(title)
-msgid "Reordering Pages"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/reorder.page:11(p)
-msgid "To move a page, select it and move the page left or right using the <key>&lt;</key> and <key>&gt;</key> keys."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/reorder.page:14(p)
-msgid "To remove the selected page use the <key>Delete</key> key."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/print.page:9(title)
-msgid "Printing"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/print.page:11(p)
-msgid "To print the current document use the <guiseq><gui>Document</gui><gui>Print</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>P</key></keyseq>)."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/email.page:9(title)
-msgid "Sending via Email"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/email.page:11(p)
-msgid "To email the current document use the <guiseq><gui>Document</gui><gui>Email</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>E</key></keyseq>). Your email program will be opened with a new message containing the scanned document as an attachment."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/email.page:15(p)
-msgid "If the document type is set to text the email will have a PDF attachment otherwise the email will have a JPEG attachment for each page."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/email.page:18(p)
-msgid "See <link xref=\"save\"/> for more information about file formats."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/dpi.page:9(title)
-msgid "Setting the Scan Resolution"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/dpi.page:11(p)
-msgid "By default text documents will be scanned at 200 dots per inch (dpi) and photos at 400 dpi. To change these settings open the preferences from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/crop.page:9(title)
-msgid "Cropping"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/crop.page:11(p)
-msgid "To use only part of the scanned page enable crop by selecting the crop button in the toolbar. A mask will be shown over the current page with the area not being used shown in gray."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/crop.page:15(p)
-msgid "The crop area can be adjusted by clicking on the inside of the crop area border and dragging the mouse."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/crop.page:18(p)
-msgid "Fixed crop sizes can be chosen from the <guiseq><gui>Page</gui><gui>Crop</gui></guiseq> menu that match commonly used paper sizes."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/crop.page:21(p)
-msgid "Each new page that is scanned will use the previous crop."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/adf.page:9(title)
-msgid "Using an Automatic Document Feeder"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/adf.page:11(p)
-msgid "If your scanner has an Automatic Document Feeder (ADF) you can scan all the pages by selecting the <guiseq><gui>Document</gui><gui>Scan</gui><gui>All Pages From Feeder</gui></guiseq> menu."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/adf.page:14(p)
-msgid "By default both sides of the paper will be scanned if your scanned supports this. Single side scanning can be configured from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/index.page:7(name)
-msgid "Robert Ancell"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/index.page:8(email)
-msgid "robert.ancell@gmail.com"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/index.page:13(title)
-msgid "Simple Scan Help"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/index.page:16(title)
-msgid "Scanning Pages"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/index.page:20(title)
-msgid "Modifying the Document"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/index.page:24(title)
-msgid "Using the Document"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/legal.xml:3(p)
-msgid "This work is licensed under a <link href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-Share Alike 3.0 Unported License</link>."
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/legal.xml:6(p)
-msgid "As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction."
-msgstr ""
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: /home/bob/bzr/simple-scan/help/C/legal.xml:0(None)
-msgid "translator-credits"
-msgstr ""
-
diff --git a/help/POT/adf.page b/help/POT/adf.page
deleted file mode 100644
index 3b4880f..0000000
--- a/help/POT/adf.page
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="adf" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#acquire"/>
- </info>
-
- <title>Using an Automatic Document Feeder</title>
-
- <p>
- If your scanner has an Automatic Document Feeder (ADF) you can scan all the pages by selecting the <guiseq><gui>Document</gui><gui>Scan</gui><gui>All Pages From Feeder</gui></guiseq> menu.
- </p>
- <p>
- By default both sides of the paper will be scanned if your scanned supports this.
- Single side scanning can be configured from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu.
- </p>
-</page>
diff --git a/help/POT/crop.page b/help/POT/crop.page
deleted file mode 100644
index ed89567..0000000
--- a/help/POT/crop.page
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="crop" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#modify"/>
- </info>
-
- <title>Cropping</title>
-
- <p>
- To use only part of the scanned page enable crop by selecting the crop button in the toolbar.
- A mask will be shown over the current page with the area not being used shown in gray.
- </p>
- <p>
- The crop area can be adjusted by clicking on the inside of the crop area border and dragging the mouse.
- </p>
- <p>
- Fixed crop sizes can be chosen from the <guiseq><gui>Page</gui><gui>Crop</gui></guiseq> menu that match commonly used paper sizes.
- </p>
- <p>
- Each new page that is scanned will use the previous crop.
- </p>
-</page>
diff --git a/help/POT/dpi.page b/help/POT/dpi.page
deleted file mode 100644
index ef4594b..0000000
--- a/help/POT/dpi.page
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="dpi" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#acquire"/>
- </info>
-
- <title>Setting the Scan Resolution</title>
-
- <p>
- By default text documents will be scanned at 200 dots per inch (dpi) and photos at 400 dpi.
- To change these settings open the preferences from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu.
- </p>
-</page>
diff --git a/help/POT/email.page b/help/POT/email.page
deleted file mode 100644
index 6432fad..0000000
--- a/help/POT/email.page
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="email" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#use"/>
- </info>
-
- <title>Sending via Email</title>
-
- <p>
- To email the current document use the <guiseq><gui>Document</gui><gui>Email</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>E</key></keyseq>).
- Your email program will be opened with a new message containing the scanned document as an attachment.
- </p>
- <p>
- If the document type is set to text the email will have a PDF attachment otherwise the email will have a JPEG attachment for each page.
- </p>
- <p>
- See <link xref="save"/> for more information about file formats.
- </p>
-</page>
diff --git a/help/POT/index.page b/help/POT/index.page
deleted file mode 100644
index cd52c54..0000000
--- a/help/POT/index.page
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="index" xml:lang="POT">
-
- <info>
- <credit type="author">
- <name>Robert Ancell</name>
- <email>robert.ancell@gmail.com</email>
- </credit>
- <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
- </info>
-
- <title>Simple Scan Help</title>
-
- <section id="acquire" style="2column">
- <title>Scanning Pages</title>
- </section>
-
- <section id="modify" style="2column">
- <title>Modifying the Document</title>
- </section>
-
- <section id="use" style="2column">
- <title>Using the Document</title>
- </section>
-</page>
diff --git a/help/POT/legal.xml b/help/POT/legal.xml
deleted file mode 100644
index 46a7e88..0000000
--- a/help/POT/legal.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<license xmlns="http://projectmallard.org/1.0/" href="http://creativecommons.org/licenses/by-sa/3.0/">
-<p>This work is licensed under a
-<link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
-Attribution-Share Alike 3.0 Unported License</link>.</p>
-<p>As a special exception, the copyright holders give you permission to copy,
-modify, and distribute the example code contained in this document under the
-terms of your choosing, without restriction.</p>
-</license>
diff --git a/help/POT/print.page b/help/POT/print.page
deleted file mode 100644
index 78c5f43..0000000
--- a/help/POT/print.page
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="print" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#use"/>
- </info>
-
- <title>Printing</title>
-
- <p>
- To print the current document use the <guiseq><gui>Document</gui><gui>Print</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>P</key></keyseq>).
- </p>
-</page>
diff --git a/help/POT/reorder.page b/help/POT/reorder.page
deleted file mode 100644
index 6b93169..0000000
--- a/help/POT/reorder.page
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="reorder" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#modify"/>
- </info>
-
- <title>Reordering Pages</title>
-
- <p>
- To move a page, select it and move the page left or right using the <key>&lt;</key> and <key>&gt;</key> keys.
- </p>
- <p>
- To remove the selected page use the <key>Delete</key> key.
- </p>
-</page>
diff --git a/help/POT/rotate.page b/help/POT/rotate.page
deleted file mode 100644
index 22b3843..0000000
--- a/help/POT/rotate.page
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="rotate" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#modify"/>
- </info>
-
- <title>Rotating Pages</title>
-
- <p>
- To rotate a page use the rotation buttons in the toolbar or the <key>[</key> and <key>]</key> keys.
- Each new page that is scanned will use the previous rotation.
- </p>
-</page>
diff --git a/help/POT/save.page b/help/POT/save.page
deleted file mode 100644
index e5a1e0c..0000000
--- a/help/POT/save.page
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="save" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#use"/>
- </info>
-
- <title>Saving to a File</title>
-
- <p>
- To save the current document to a file use the <guiseq><gui>Document</gui><gui>Save</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>S</key></keyseq>).
- When you save, there is a choice of three file types.
- </p>
- <terms>
- <item>
- <title>Portable Document Format (PDF)</title>
- <p>A PDF can contain multiple pages (like a book) and is easy to distribute to other people. Most people do not have software to modify PDF documents so this format is best used for archiving.</p>
- <p>Use this type if you have scanned multiple pages of text.</p>
- </item>
- <item>
- <title>JPEG</title>
- <p>JPEG file is the file format used by digital cameras and is very small and so easy to distribute. Most people have software to modify JPEG photos and this format is suitable for uploading to social networking sites. If you have scanned multiple pages then a JPEG file will be written for each page.</p>
- <p>Use this type if you want to modify or upload the scanned images.</p>
- </item>
- <item>
- <title>PNG</title>
- <p>PNG files contain the raw data from the scanner. This makes them much larger than JPEG files and not suitable for distributing. If you have scanned multiple pages then a PNG file will be written for each page.</p>
- <p>Use this type if you need high resolution files for editing</p>
- </item>
- </terms>
-</page>
diff --git a/help/POT/scanner.page b/help/POT/scanner.page
deleted file mode 100644
index 59820aa..0000000
--- a/help/POT/scanner.page
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="scanner" xml:lang="POT">
-
- <info>
- <link type="guide" xref="index#acquire"/>
- </info>
-
- <title>Selecting a Scanner</title>
-
- <p>
- If you have multiple scanners you can change which scanner is selected from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu.
- </p>
-
- <p>
- Your local scanners are automatically detected each time you start <app>Simple Scan</app> and each time you plug in USB scanner.
- If you have a network scanner you will need to restart <app>Simple Scan</app> for it to be detected.
- </p>
-</page>
diff --git a/help/POT/scanning.page b/help/POT/scanning.page
deleted file mode 100644
index ba34430..0000000
--- a/help/POT/scanning.page
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<page xmlns="http://projectmallard.org/1.0/" type="guide" id="scanning" xml:lang="POT">
-
- <info>
- <title type="sort">0</title>
- <link type="guide" xref="index#acquire"/>
- </info>
-
- <title>Scanning a Page</title>
-
- <p>
- To scan a document from your scanner:
- </p>
- <steps>
- <item>
- <p>
- Connect the scanner to your computer.
- </p>
- </item>
- <item>
- <p>
- Open <app>Simple Scan</app>.
- </p>
- </item>
- <item>
- <p>
- Press the scan button in the toolbar (or <keyseq><key>Ctrl</key><key>1</key></keyseq>).
- </p>
- </item>
- </steps>
-
- <p>
- The page will be shown as it is scanned.
- </p>
-
- <p>
- Each page you scan is added to the end of your document. To start a new document select <guiseq><gui>Document</gui><gui>New</gui></guiseq>.
- Individual pages can be deleted by right clicking a page or pressing the <key>Delete</key> key.
- </p>
-
- <p>
- The type of scan can be changed from the <guiseq><gui>Document</gui><gui>Scan</gui></guiseq> menu.
- Choose <gui>Text</gui> if you want the document to be quickly scanned in black and white or <gui>Photo</gui> for a high resolution color scan.
- </p>
-
- <p>
- To stop the scan at any time press <key>Escape</key>.
- </p>
-</page>
diff --git a/help/de/adf.page b/help/de/adf.page
index f8aebb5..ebd609b 100644
--- a/help/de/adf.page
+++ b/help/de/adf.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#acquire"/>
</info>
- <title>Using an Automatic Document Feeder</title>
+ <title>Verwendung eines automatischen Dokumenteneinzugs</title>
<p>
If your scanner has an Automatic Document Feeder (ADF) you can scan all the pages by selecting the <guiseq><gui>Document</gui><gui>Scan</gui><gui>All Pages From Feeder</gui></guiseq> menu.
diff --git a/help/de/crop.page b/help/de/crop.page
index 0ba09c7..16af258 100644
--- a/help/de/crop.page
+++ b/help/de/crop.page
@@ -5,19 +5,12 @@
<link type="guide" xref="index#modify"/>
</info>
- <title>Cropping</title>
+ <title>Zuschneiden</title>
- <p>
- To use only part of the scanned page enable crop by selecting the crop button in the toolbar.
- A mask will be shown over the current page with the area not being used shown in gray.
- </p>
- <p>
- The crop area can be adjusted by clicking on the inside of the crop area border and dragging the mouse.
- </p>
+ <p>Um nur einen Teil der eingescannten Seite zu verwenden, können Sie mit dem Zuschneiden-Knopf in der Werkzeugleiste diese auf die gewünschte Größe zuschneiden. Eine Maske wird über der aktuellen Seite angezeigt, wobei der nicht zu verwendende Teil in Grau dargestellt wird.</p>
+ <p>Sie können den Zuschnittbereich anpassen, indem Sie innerhalb der Umrandung dieses Bereichs mit der Maus klicken und die Maus dann ziehen.</p>
<p>
Fixed crop sizes can be chosen from the <guiseq><gui>Page</gui><gui>Crop</gui></guiseq> menu that match commonly used paper sizes.
</p>
- <p>
- Each new page that is scanned will use the previous crop.
- </p>
+ <p>Jede neu eingescannte Seite verwendet den Zuschnitt der vorherigen Seite.</p>
</page>
diff --git a/help/de/de.po b/help/de/de.po
index 9a2bebb..40b36d7 100644
--- a/help/de/de.po
+++ b/help/de/de.po
@@ -1,228 +1,449 @@
+# German translation of the Simple Scan manual.
+# Mario Blättermann <mariobl@gnome.org>, 2010.
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-06-12 20:11+1000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Project-Id-Version: simple scan docs\n"
+"POT-Creation-Date: 2010-10-10 21:55+0200\n"
+"PO-Revision-Date: 2010-10-11 20:17+0100\n"
+"Last-Translator: Mario Blättermann <mariobl@gnome.org>\n"
+"Language-Team: German <gnome-de@gnome.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: German\n"
+"X-Poedit-Country: GERMANY\n"
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:6(title)
+#: scanning.page:6(title)
msgid "0"
-msgstr ""
+msgstr "0"
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:10(title)
+#: scanning.page:10(title)
msgid "Scanning a Page"
-msgstr ""
+msgstr "Scannen einer Seite"
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:12(p)
+#: scanning.page:12(p)
msgid "To scan a document from your scanner:"
-msgstr ""
+msgstr "So scannen Sie ein Dokument mit ihrem Scanner ein:"
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:17(p)
+#: scanning.page:17(p)
msgid "Connect the scanner to your computer."
-msgstr ""
+msgstr "Schließen Sie den Scanner an Ihren Rechner an."
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:22(p)
-msgid "Open <app>Simple Scan</app>."
-msgstr ""
+#: scanning.page:23(app) scanner.page:16(app) scanner.page:17(app)
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#: scanning.page:22(p)
+msgid "Open <placeholder-1/>."
+msgstr "Öffnen Sie <placeholder-1/>."
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:27(p)
-msgid "Press the scan button in the toolbar (or <keyseq><key>Ctrl</key><key>1</key></keyseq>)."
+#: scanning.page:28(key) save.page:12(key) print.page:12(key)
+#: email.page:12(key)
+msgid "Ctrl"
+msgstr "Strg"
+
+#: scanning.page:28(key)
+msgid "1"
+msgstr "1"
+
+#: scanning.page:27(p)
+msgid ""
+"Press the scan button in the toolbar (or <keyseq><placeholder-1/"
+"><placeholder-2/></keyseq>)."
msgstr ""
+"Klicken Sie auf den Scannen-Knopf in der Werkzeugleiste (oder "
+"<keyseq><placeholder-1/><placeholder-2/></keyseq>)."
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:33(p)
+#: scanning.page:33(p)
msgid "The page will be shown as it is scanned."
-msgstr ""
+msgstr "Jede Seite wird so angezeigt, wie sie gescannt wurde."
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:37(p)
-msgid "Each page you scan is added to the end of your document. To start a new document select <guiseq><gui>Document</gui><gui>New</gui></guiseq>. Individual pages can be deleted by right clicking a page or pressing the <key>Delete</key> key."
-msgstr ""
+#: scanning.page:38(gui) scanning.page:43(gui) scanner.page:12(gui)
+#: save.page:12(gui) print.page:12(gui) email.page:12(gui) dpi.page:13(gui)
+#: adf.page:12(gui) adf.page:16(gui)
+msgid "Document"
+msgstr "Dokument"
+
+#: scanning.page:38(gui)
+msgid "New"
+msgstr "Neu"
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:42(p)
-msgid "The type of scan can be changed from the <guiseq><gui>Document</gui><gui>Scan</gui></guiseq> menu. Choose <gui>Text</gui> if you want the document to be quickly scanned in black and white or <gui>Photo</gui> for a high resolution color scan."
+#: scanning.page:39(key) reorder.page:15(key)
+msgid "Delete"
+msgstr "Löschen"
+
+#: scanning.page:37(p)
+msgid ""
+"Each page you scan is added to the end of your document. To start a new "
+"document select <guiseq><placeholder-1/><placeholder-2/></guiseq>. Individual "
+"pages can be deleted by right clicking a page or pressing the <placeholder-3/"
+"> key."
msgstr ""
+"Jede eingescannte Seite wird an das Ende Ihres Dokuments angefügt. Um ein "
+"neues Dokument zu beginnen, wählen Sie <guiseq><placeholder-1/><placeholder-2/"
+"></guiseq>. Seiten können einzeln entfernt werden, indem Sie mit der rechten "
+"Maustaste auf eine Seite klicken oder die <placeholder-3/>-Taste drücken."
+
+#: scanning.page:43(gui) adf.page:12(gui)
+msgid "Scan"
+msgstr "Scannen"
-#: /home/bob/bzr/simple-scan/help/C/scanning.page:47(p)
-msgid "To stop the scan at any time press <key>Escape</key>."
+#: scanning.page:44(gui)
+msgid "Text"
+msgstr "Text"
+
+#: scanning.page:44(gui)
+msgid "Photo"
+msgstr "Foto"
+
+#: scanning.page:42(p)
+msgid ""
+"The type of scan can be changed from the <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq> menu. Choose <placeholder-3/> if you want the "
+"document to be quickly scanned in black and white or <placeholder-4/> for a "
+"high resolution color scan."
msgstr ""
+"Der Scantyp kann im Menü <guiseq><placeholder-1/><placeholder-2/></guiseq> "
+"geändert werden. Wählen Sie <placeholder-3/>, wenn das Dokument schnell in "
+"Schwarzweiß eingescannt werden soll oder <placeholder-4/> für einen "
+"hochauflösenden Farbscan."
-#: /home/bob/bzr/simple-scan/help/C/scanner.page:9(title)
+#: scanning.page:48(key)
+msgid "Escape"
+msgstr "Esc"
+
+#: scanning.page:47(p)
+msgid "To stop the scan at any time press <placeholder-1/>."
+msgstr "Um den Scanvorgang abzubrechen, drücken Sie <placeholder-1/>."
+
+#: scanner.page:9(title)
msgid "Selecting a Scanner"
-msgstr ""
+msgstr "Einen Scanner auswählen"
-#: /home/bob/bzr/simple-scan/help/C/scanner.page:11(p)
-msgid "If you have multiple scanners you can change which scanner is selected from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu."
+#: scanner.page:12(gui) dpi.page:13(gui) adf.page:16(gui)
+msgid "Preferences"
+msgstr "Einstellungen"
+
+#: scanner.page:11(p)
+msgid ""
+"If you have multiple scanners you can change which scanner is selected from "
+"the <guiseq><placeholder-1/><placeholder-2/></guiseq> menu."
msgstr ""
+"Falls Sie über mehrere Scanner verfügen, können Sie im Menü "
+"<guiseq><placeholder-1/><placeholder-2/></guiseq> wählen, welcher davon "
+"verwendet werden soll."
-#: /home/bob/bzr/simple-scan/help/C/scanner.page:15(p)
-msgid "Your local scanners are automatically detected each time you start <app>Simple Scan</app> and each time you plug in USB scanner. If you have a network scanner you will need to restart <app>Simple Scan</app> for it to be detected."
+#: scanner.page:15(p)
+msgid ""
+"Your local scanners are automatically detected each time you start "
+"<placeholder-1/> and each time you plug in USB scanner. If you have a network "
+"scanner you will need to restart <placeholder-2/> for it to be detected."
msgstr ""
+"Ihre lokalen Scanner werden jedes Mal beim Start von <placeholder-1/> und bei "
+"jedem Anschließen eines USB-Scanners automatisch erkannt. Wenn Sie einen "
+"Netzwerkscanner haben, müssen Sie <placeholder-2/> neu starten, damit dieser "
+"erkannt werden kann."
-#: /home/bob/bzr/simple-scan/help/C/save.page:9(title)
+#: save.page:9(title)
msgid "Saving to a File"
-msgstr ""
+msgstr "Speichern in einer Datei"
+
+#: save.page:12(gui)
+msgid "Save"
+msgstr "Speichern "
+
+#: save.page:12(key)
+msgid "S"
+msgstr "S"
-#: /home/bob/bzr/simple-scan/help/C/save.page:11(p)
-msgid "To save the current document to a file use the <guiseq><gui>Document</gui><gui>Save</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>S</key></keyseq>). When you save, there is a choice of three file types."
+#: save.page:11(p)
+msgid ""
+"To save the current document to a file use the <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq> menu (<keyseq><placeholder-3/><placeholder-4/></"
+"keyseq>). When you save, there is a choice of three file types."
msgstr ""
+"Um das aktuelle Dokument zu speichern, wählen Sie <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq> (<keyseq><placeholder-3/><placeholder-4/></"
+"keyseq>). Beim Speichern können Sie aus drei Dateitypen wählen."
-#: /home/bob/bzr/simple-scan/help/C/save.page:17(title)
+#: save.page:17(title)
msgid "Portable Document Format (PDF)"
-msgstr ""
+msgstr "Portable Document Format (PDF)"
-#: /home/bob/bzr/simple-scan/help/C/save.page:18(p)
-msgid "A PDF can contain multiple pages (like a book) and is easy to distribute to other people. Most people do not have software to modify PDF documents so this format is best used for archiving."
+#: save.page:18(p)
+msgid ""
+"A PDF can contain multiple pages (like a book) and is easy to distribute to "
+"other people. Most people do not have software to modify PDF documents so "
+"this format is best used for archiving."
msgstr ""
+"Ein PDF kann mehrere Seiten enthalten (wie ein Buch) und lässt sich auf "
+"einfache Art und Weise an Andere weitergeben. Die meisten Benutzer verfügen "
+"nicht über Software zum Bearbeiten von PDF-Dokumenten, so dass sich dieses "
+"Format bestens zur Archivierung eignet."
-#: /home/bob/bzr/simple-scan/help/C/save.page:19(p)
+#: save.page:19(p)
msgid "Use this type if you have scanned multiple pages of text."
msgstr ""
+"Verwenden Sie diesen Typ, wenn Sie mehrere Textseiten eingescannt haben."
-#: /home/bob/bzr/simple-scan/help/C/save.page:22(title)
+#: save.page:22(title)
msgid "JPEG"
-msgstr ""
-
-#: /home/bob/bzr/simple-scan/help/C/save.page:23(p)
-msgid "JPEG file is the file format used by digital cameras and is very small and so easy to distribute. Most people have software to modify JPEG photos and this format is suitable for uploading to social networking sites. If you have scanned multiple pages then a JPEG file will be written for each page."
-msgstr ""
+msgstr "JPEG"
-#: /home/bob/bzr/simple-scan/help/C/save.page:24(p)
+#: save.page:23(p)
+msgid ""
+"JPEG file is the file format used by digital cameras and is very small and so "
+"easy to distribute. Most people have software to modify JPEG photos and this "
+"format is suitable for uploading to social networking sites. If you have "
+"scanned multiple pages then a JPEG file will be written for each page."
+msgstr ""
+"JPEG ist das von Digitalkameras verwendete Dateiformat. Es ist recht klein "
+"und bestens für die Weitergabe geeignet. Die meisten Benutzer verfügen über "
+"Software zum Bearbeiten von JPEG-Fotos, außerdem lässt es sich einfach auf "
+"Webseiten sozialer Netzwerke hochladen. Falls Sie mehrere Seiten eingescannt "
+"haben, wird für jede Seite eine JPEG-Datei erzeugt."
+
+#: save.page:24(p)
msgid "Use this type if you want to modify or upload the scanned images."
msgstr ""
+"Verwenden Sie diesen Typ, wenn Sie die eingescannten Bilder bearbeiten oder "
+"hochladen wollen."
-#: /home/bob/bzr/simple-scan/help/C/save.page:27(title)
+#: save.page:27(title)
msgid "PNG"
-msgstr ""
+msgstr "PNG"
-#: /home/bob/bzr/simple-scan/help/C/save.page:28(p)
-msgid "PNG files contain the raw data from the scanner. This makes them much larger than JPEG files and not suitable for distributing. If you have scanned multiple pages then a PNG file will be written for each page."
+#: save.page:28(p)
+msgid ""
+"PNG files contain the raw data from the scanner. This makes them much larger "
+"than JPEG files and not suitable for distributing. If you have scanned "
+"multiple pages then a PNG file will be written for each page."
msgstr ""
+"PNG-Dateien enthalten die Rohdaten aus dem Scanner. Dadurch sind sie "
+"wesentlich größer als JPEG-Dateien und für die Weitergabe ungeeignet. Wenn "
+"Sie mehrere Seiten einscannen, wird für jede Seite eine PNG-Datei erzeugt."
-#: /home/bob/bzr/simple-scan/help/C/save.page:29(p)
+#: save.page:29(p)
msgid "Use this type if you need high resolution files for editing"
msgstr ""
+"Verwenden Sie diesen Typ, wenn sie hochauflösende Dateien zur "
+"Weiterverarbeitung benötigen."
-#: /home/bob/bzr/simple-scan/help/C/rotate.page:9(title)
+#: rotate.page:9(title)
msgid "Rotating Pages"
-msgstr ""
+msgstr "Seiten drehen"
+
+#: rotate.page:12(key)
+msgid "["
+msgstr "["
+
+#: rotate.page:12(key)
+msgid "]"
+msgstr "]"
-#: /home/bob/bzr/simple-scan/help/C/rotate.page:11(p)
-msgid "To rotate a page use the rotation buttons in the toolbar or the <key>[</key> and <key>]</key> keys. Each new page that is scanned will use the previous rotation."
+#: rotate.page:11(p)
+msgid ""
+"To rotate a page use the rotation buttons in the toolbar or the "
+"<placeholder-1/> and <placeholder-2/> keys. Each new page that is scanned "
+"will use the previous rotation."
msgstr ""
+"Um eine Seite zu drehen, verwenden Sie die Drehknöpfe in der Werkzeugleiste "
+"oder die Tasten <placeholder-1/> und <placeholder-2/>. Jede neu eingescannte "
+"Seite übernimmt dann die gewählte Drehung."
-#: /home/bob/bzr/simple-scan/help/C/reorder.page:9(title)
+#: reorder.page:9(title)
msgid "Reordering Pages"
-msgstr ""
+msgstr "Seiten neu anordnen"
+
+#: reorder.page:12(key)
+msgid "&lt;"
+msgstr "&lt;"
-#: /home/bob/bzr/simple-scan/help/C/reorder.page:11(p)
-msgid "To move a page, select it and move the page left or right using the <key>&lt;</key> and <key>&gt;</key> keys."
+#: reorder.page:12(key)
+msgid "&gt;"
+msgstr "&gt;"
+
+#: reorder.page:11(p)
+msgid ""
+"To move a page, select it and move the page left or right using the "
+"<placeholder-1/> and <placeholder-2/> keys."
msgstr ""
+"Um eine Seite zu verschieben, wählen Sie sie aus und verschieben Sie sie mit "
+"den Tasten <placeholder-1/> und <placeholder-2/> nach rechts oder links."
-#: /home/bob/bzr/simple-scan/help/C/reorder.page:14(p)
-msgid "To remove the selected page use the <key>Delete</key> key."
+#: reorder.page:14(p)
+msgid "To remove the selected page use the <placeholder-1/> key."
msgstr ""
+"Um die ausgewählte Seite zu entfernen, verwenden Sie die <placeholder-1/>-"
+"Taste."
-#: /home/bob/bzr/simple-scan/help/C/print.page:9(title)
+#: print.page:9(title)
msgid "Printing"
-msgstr ""
+msgstr "Drucken"
-#: /home/bob/bzr/simple-scan/help/C/print.page:11(p)
-msgid "To print the current document use the <guiseq><gui>Document</gui><gui>Print</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>P</key></keyseq>)."
-msgstr ""
+#: print.page:12(gui)
+msgid "Print"
+msgstr "Drucken"
-#: /home/bob/bzr/simple-scan/help/C/email.page:9(title)
-msgid "Sending via Email"
-msgstr ""
+#: print.page:12(key)
+msgid "P"
+msgstr "P"
-#: /home/bob/bzr/simple-scan/help/C/email.page:11(p)
-msgid "To email the current document use the <guiseq><gui>Document</gui><gui>Email</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>E</key></keyseq>). Your email program will be opened with a new message containing the scanned document as an attachment."
+#: print.page:11(p)
+msgid ""
+"To print the current document use the <guiseq><placeholder-1/><placeholder-2/"
+"></guiseq> menu (<keyseq><placeholder-3/><placeholder-4/></keyseq>)."
msgstr ""
+"Um das aktuelle Dokument zu drucken, wählen Sie <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq> (<keyseq><placeholder-3/><placeholder-4/></"
+"keyseq>)."
-#: /home/bob/bzr/simple-scan/help/C/email.page:15(p)
-msgid "If the document type is set to text the email will have a PDF attachment otherwise the email will have a JPEG attachment for each page."
-msgstr ""
+#: index.page:7(name)
+msgid "Robert Ancell"
+msgstr "Robert Ancell"
-#: /home/bob/bzr/simple-scan/help/C/email.page:18(p)
-msgid "See <link xref=\"save\"/> for more information about file formats."
-msgstr ""
+#: index.page:8(email)
+msgid "robert.ancell@gmail.com"
+msgstr "robert.ancell@gmail.com"
-#: /home/bob/bzr/simple-scan/help/C/dpi.page:9(title)
-msgid "Setting the Scan Resolution"
-msgstr ""
+#: index.page:13(title)
+msgid "Simple Scan Help"
+msgstr "Hilfe zu Simple Scan"
-#: /home/bob/bzr/simple-scan/help/C/dpi.page:11(p)
-msgid "By default text documents will be scanned at 200 dots per inch (dpi) and photos at 400 dpi. To change these settings open the preferences from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu."
-msgstr ""
+#: index.page:16(title)
+msgid "Scanning Pages"
+msgstr "Scannen von Seiten"
-#: /home/bob/bzr/simple-scan/help/C/crop.page:9(title)
-msgid "Cropping"
-msgstr ""
+#: index.page:20(title)
+msgid "Modifying the Document"
+msgstr "Bearbeiten des Dokuments"
-#: /home/bob/bzr/simple-scan/help/C/crop.page:11(p)
-msgid "To use only part of the scanned page enable crop by selecting the crop button in the toolbar. A mask will be shown over the current page with the area not being used shown in gray."
-msgstr ""
+#: index.page:24(title)
+msgid "Using the Document"
+msgstr "Das Dokument verwenden"
-#: /home/bob/bzr/simple-scan/help/C/crop.page:15(p)
-msgid "The crop area can be adjusted by clicking on the inside of the crop area border and dragging the mouse."
-msgstr ""
+#: email.page:9(title)
+msgid "Sending via Email"
+msgstr "Per E-Mail versenden"
-#: /home/bob/bzr/simple-scan/help/C/crop.page:18(p)
-msgid "Fixed crop sizes can be chosen from the <guiseq><gui>Page</gui><gui>Crop</gui></guiseq> menu that match commonly used paper sizes."
-msgstr ""
+#: email.page:12(gui)
+msgid "Email"
+msgstr "E-Mail"
-#: /home/bob/bzr/simple-scan/help/C/crop.page:21(p)
-msgid "Each new page that is scanned will use the previous crop."
-msgstr ""
+#: email.page:12(key)
+msgid "E"
+msgstr "E"
-#: /home/bob/bzr/simple-scan/help/C/adf.page:9(title)
-msgid "Using an Automatic Document Feeder"
+#: email.page:11(p)
+msgid ""
+"To email the current document use the <guiseq><placeholder-1/><placeholder-2/"
+"></guiseq> menu (<keyseq><placeholder-3/><placeholder-4/></keyseq>). Your "
+"email program will be opened with a new message containing the scanned "
+"document as an attachment."
msgstr ""
+"Um das aktuelle Dokument per E-Mail zu versenden, wählen Sie "
+"<guiseq><placeholder-1/><placeholder-2/></guiseq> (<keyseq><placeholder-3/"
+"><placeholder-4/></keyseq>). Ihr E-Mail-Programm wird mit einer neuen "
+"Nachricht geöffnet, die das eingescannte Dokument als Anhang enthält."
-#: /home/bob/bzr/simple-scan/help/C/adf.page:11(p)
-msgid "If your scanner has an Automatic Document Feeder (ADF) you can scan all the pages by selecting the <guiseq><gui>Document</gui><gui>Scan</gui><gui>All Pages From Feeder</gui></guiseq> menu."
+#: email.page:15(p)
+msgid ""
+"If the document type is set to text the email will have a PDF attachment "
+"otherwise the email will have a JPEG attachment for each page."
msgstr ""
+"Falls der Dokumenttyp auf Text gesetzt ist, dann wird der E-Mail-Anhang im "
+"PDF-Format versendet, anderenfalls wird für jede Seite ein separater JPEG-"
+"Anhang erzeugt."
-#: /home/bob/bzr/simple-scan/help/C/adf.page:14(p)
-msgid "By default both sides of the paper will be scanned if your scanned supports this. Single side scanning can be configured from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu."
+#: email.page:18(p)
+msgid "See <link xref=\"save\"/> for more information about file formats."
msgstr ""
+"In <link xref=\"save\"/> finden Sie weitere Informationen über Dateiformate."
-#: /home/bob/bzr/simple-scan/help/C/index.page:7(name)
-msgid "Robert Ancell"
-msgstr ""
+#: dpi.page:9(title)
+msgid "Setting the Scan Resolution"
+msgstr "Festlegen der Auflösung"
-#: /home/bob/bzr/simple-scan/help/C/index.page:8(email)
-msgid "robert.ancell@gmail.com"
+#: dpi.page:11(p)
+msgid ""
+"By default text documents will be scanned at 200 dots per inch (dpi) and "
+"photos at 400 dpi. To change these settings open the preferences from the "
+"<guiseq><placeholder-1/><placeholder-2/></guiseq> menu."
msgstr ""
+"Standardmäßig werden Dokumente mit 200 dpi (Punkte pro Zoll) eingescannt und "
+"Fotos mit 400 dpi. Um diese Einstellungen zu ändern, öffnen Sie die "
+"Einstellungen mit <guiseq><placeholder-1/><placeholder-2/></guiseq>."
-#: /home/bob/bzr/simple-scan/help/C/index.page:13(title)
-msgid "Simple Scan Help"
-msgstr ""
+#: crop.page:9(title)
+msgid "Cropping"
+msgstr "Zuschneiden"
-#: /home/bob/bzr/simple-scan/help/C/index.page:16(title)
-msgid "Scanning Pages"
+#: crop.page:11(p)
+msgid ""
+"To use only part of the scanned page enable crop by selecting the crop button "
+"in the toolbar. A mask will be shown over the current page with the area not "
+"being used shown in gray."
msgstr ""
+"Um nur einen Teil der eingescannten Seite zu verwenden, können Sie mit dem "
+"Zuschneiden-Knopf in der Werkzeugleiste diese auf die gewünschte Größe "
+"zuschneiden. Eine Maske wird über der aktuellen Seite angezeigt, wobei der "
+"nicht zu verwendende Teil in Grau dargestellt wird."
-#: /home/bob/bzr/simple-scan/help/C/index.page:20(title)
-msgid "Modifying the Document"
+#: crop.page:15(p)
+msgid ""
+"The crop area can be adjusted by clicking on the inside of the crop area "
+"border and dragging the mouse."
msgstr ""
+"Sie können den Zuschnittbereich anpassen, indem Sie innerhalb der Umrandung "
+"dieses Bereichs mit der Maus klicken und die Maus dann ziehen."
-#: /home/bob/bzr/simple-scan/help/C/index.page:24(title)
-msgid "Using the Document"
-msgstr ""
+#: crop.page:19(gui)
+msgid "Page"
+msgstr "Seite"
-#: /home/bob/bzr/simple-scan/help/C/legal.xml:3(p)
-msgid "This work is licensed under a <link href=\"http://creativecommons.org/licenses/by-sa/3.0/\">Creative Commons Attribution-Share Alike 3.0 Unported License</link>."
+#: crop.page:19(gui)
+msgid "Crop"
+msgstr "Zuschneiden"
+
+#: crop.page:18(p)
+msgid ""
+"Fixed crop sizes can be chosen from the <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq> menu that match commonly used paper sizes."
msgstr ""
+"Voreingestellte Zuschnittgrößen wählen Sie im Menü <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq>, das Ihnen häufig verwendete Papiergrößen zur "
+"Auswahl anbietet."
-#: /home/bob/bzr/simple-scan/help/C/legal.xml:6(p)
-msgid "As a special exception, the copyright holders give you permission to copy, modify, and distribute the example code contained in this document under the terms of your choosing, without restriction."
+#: crop.page:21(p)
+msgid "Each new page that is scanned will use the previous crop."
msgstr ""
+"Jede neu eingescannte Seite verwendet den Zuschnitt der vorherigen Seite."
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: /home/bob/bzr/simple-scan/help/C/legal.xml:0(None)
-msgid "translator-credits"
+#: adf.page:9(title)
+msgid "Using an Automatic Document Feeder"
+msgstr "Verwendung eines automatischen Dokumenteneinzugs"
+
+#: adf.page:12(gui)
+msgid "All Pages From Feeder"
+msgstr "Alle Seiten aus dem Papiereinzug"
+
+#: adf.page:11(p)
+msgid ""
+"If your scanner has an Automatic Document Feeder (ADF) you can scan all the "
+"pages by selecting the <guiseq><placeholder-1/><placeholder-2/><placeholder-3/"
+"></guiseq> menu."
msgstr ""
+"Falls Ihr Scanner mit einem automatischen Dokumenteneinzug ausgestattet ist, "
+"wählen Sie im Menü <guiseq><placeholder-1/><placeholder-2/><placeholder-3/></"
+"guiseq>, um alle Seiten einzuscannen."
+#: adf.page:14(p)
+msgid ""
+"By default both sides of the paper will be scanned if your scanned supports "
+"this. Single side scanning can be configured from the <guiseq><placeholder-1/"
+"><placeholder-2/></guiseq> menu."
+msgstr ""
+"Standardmäßig werden beide Seiten des Papiers eingescannt, sofern Ihr Scanner "
+"dies unterstützt. Einseitiges Scannen kann über das Menü "
+"<guiseq><placeholder-1/><placeholder-2/></guiseq> konfiguriert werden."
diff --git a/help/po.stamp b/help/de/de.stamp
index e69de29..e69de29 100644
--- a/help/po.stamp
+++ b/help/de/de.stamp
diff --git a/help/de/dpi.page b/help/de/dpi.page
index 2168252..e0f14b1 100644
--- a/help/de/dpi.page
+++ b/help/de/dpi.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#acquire"/>
</info>
- <title>Setting the Scan Resolution</title>
+ <title>Festlegen der Auflösung</title>
<p>
By default text documents will be scanned at 200 dots per inch (dpi) and photos at 400 dpi.
diff --git a/help/de/email.page b/help/de/email.page
index d2d5b91..a182243 100644
--- a/help/de/email.page
+++ b/help/de/email.page
@@ -5,16 +5,12 @@
<link type="guide" xref="index#use"/>
</info>
- <title>Sending via Email</title>
+ <title>Per E-Mail versenden</title>
<p>
To email the current document use the <guiseq><gui>Document</gui><gui>Email</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>E</key></keyseq>).
Your email program will be opened with a new message containing the scanned document as an attachment.
</p>
- <p>
- If the document type is set to text the email will have a PDF attachment otherwise the email will have a JPEG attachment for each page.
- </p>
- <p>
- See <link xref="save"/> for more information about file formats.
- </p>
+ <p>Falls der Dokumenttyp auf Text gesetzt ist, dann wird der E-Mail-Anhang im PDF-Format versendet, anderenfalls wird für jede Seite ein separater JPEG-Anhang erzeugt.</p>
+ <p>In <link xref="save"/> finden Sie weitere Informationen über Dateiformate.</p>
</page>
diff --git a/help/de/index.page b/help/de/index.page
index 474c9cb..9ccc1ca 100644
--- a/help/de/index.page
+++ b/help/de/index.page
@@ -9,17 +9,17 @@
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
</info>
- <title>Simple Scan Help</title>
+ <title>Hilfe zu Simple Scan</title>
<section id="acquire" style="2column">
- <title>Scanning Pages</title>
+ <title>Scannen von Seiten</title>
</section>
<section id="modify" style="2column">
- <title>Modifying the Document</title>
+ <title>Bearbeiten des Dokuments</title>
</section>
<section id="use" style="2column">
- <title>Using the Document</title>
+ <title>Das Dokument verwenden</title>
</section>
</page>
diff --git a/help/de/legal.xml b/help/de/legal.xml
deleted file mode 100644
index 46a7e88..0000000
--- a/help/de/legal.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<license xmlns="http://projectmallard.org/1.0/" href="http://creativecommons.org/licenses/by-sa/3.0/">
-<p>This work is licensed under a
-<link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
-Attribution-Share Alike 3.0 Unported License</link>.</p>
-<p>As a special exception, the copyright holders give you permission to copy,
-modify, and distribute the example code contained in this document under the
-terms of your choosing, without restriction.</p>
-</license>
diff --git a/help/de/print.page b/help/de/print.page
index 544804c..1d93167 100644
--- a/help/de/print.page
+++ b/help/de/print.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#use"/>
</info>
- <title>Printing</title>
+ <title>Drucken</title>
<p>
To print the current document use the <guiseq><gui>Document</gui><gui>Print</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>P</key></keyseq>).
diff --git a/help/de/reorder.page b/help/de/reorder.page
index 0a5b80e..9963860 100644
--- a/help/de/reorder.page
+++ b/help/de/reorder.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#modify"/>
</info>
- <title>Reordering Pages</title>
+ <title>Seiten neu anordnen</title>
<p>
To move a page, select it and move the page left or right using the <key>&lt;</key> and <key>&gt;</key> keys.
diff --git a/help/de/rotate.page b/help/de/rotate.page
index 3ca035e..6b8a65d 100644
--- a/help/de/rotate.page
+++ b/help/de/rotate.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#modify"/>
</info>
- <title>Rotating Pages</title>
+ <title>Seiten drehen</title>
<p>
To rotate a page use the rotation buttons in the toolbar or the <key>[</key> and <key>]</key> keys.
diff --git a/help/de/save.page b/help/de/save.page
index 648453d..ab8e6a3 100644
--- a/help/de/save.page
+++ b/help/de/save.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#use"/>
</info>
- <title>Saving to a File</title>
+ <title>Speichern in einer Datei</title>
<p>
To save the current document to a file use the <guiseq><gui>Document</gui><gui>Save</gui></guiseq> menu (<keyseq><key>Ctrl</key><key>S</key></keyseq>).
@@ -14,18 +14,18 @@
<terms>
<item>
<title>Portable Document Format (PDF)</title>
- <p>A PDF can contain multiple pages (like a book) and is easy to distribute to other people. Most people do not have software to modify PDF documents so this format is best used for archiving.</p>
- <p>Use this type if you have scanned multiple pages of text.</p>
+ <p>Ein PDF kann mehrere Seiten enthalten (wie ein Buch) und lässt sich auf einfache Art und Weise an Andere weitergeben. Die meisten Benutzer verfügen nicht über Software zum Bearbeiten von PDF-Dokumenten, so dass sich dieses Format bestens zur Archivierung eignet.</p>
+ <p>Verwenden Sie diesen Typ, wenn Sie mehrere Textseiten eingescannt haben.</p>
</item>
<item>
<title>JPEG</title>
- <p>JPEG file is the file format used by digital cameras and is very small and so easy to distribute. Most people have software to modify JPEG photos and this format is suitable for uploading to social networking sites. If you have scanned multiple pages then a JPEG file will be written for each page.</p>
- <p>Use this type if you want to modify or upload the scanned images.</p>
+ <p>JPEG ist das von Digitalkameras verwendete Dateiformat. Es ist recht klein und bestens für die Weitergabe geeignet. Die meisten Benutzer verfügen über Software zum Bearbeiten von JPEG-Fotos, außerdem lässt es sich einfach auf Webseiten sozialer Netzwerke hochladen. Falls Sie mehrere Seiten eingescannt haben, wird für jede Seite eine JPEG-Datei erzeugt.</p>
+ <p>Verwenden Sie diesen Typ, wenn Sie die eingescannten Bilder bearbeiten oder hochladen wollen.</p>
</item>
<item>
<title>PNG</title>
- <p>PNG files contain the raw data from the scanner. This makes them much larger than JPEG files and not suitable for distributing. If you have scanned multiple pages then a PNG file will be written for each page.</p>
- <p>Use this type if you need high resolution files for editing</p>
+ <p>PNG-Dateien enthalten die Rohdaten aus dem Scanner. Dadurch sind sie wesentlich größer als JPEG-Dateien und für die Weitergabe ungeeignet. Wenn Sie mehrere Seiten einscannen, wird für jede Seite eine PNG-Datei erzeugt.</p>
+ <p>Verwenden Sie diesen Typ, wenn sie hochauflösende Dateien zur Weiterverarbeitung benötigen.</p>
</item>
</terms>
</page>
diff --git a/help/de/scanner.page b/help/de/scanner.page
index cfda8d8..dc6764b 100644
--- a/help/de/scanner.page
+++ b/help/de/scanner.page
@@ -5,7 +5,7 @@
<link type="guide" xref="index#acquire"/>
</info>
- <title>Selecting a Scanner</title>
+ <title>Einen Scanner auswählen</title>
<p>
If you have multiple scanners you can change which scanner is selected from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu.
diff --git a/help/de/scanning.page b/help/de/scanning.page
index c91c49e..601c818 100644
--- a/help/de/scanning.page
+++ b/help/de/scanning.page
@@ -6,16 +6,12 @@
<link type="guide" xref="index#acquire"/>
</info>
- <title>Scanning a Page</title>
+ <title>Scannen einer Seite</title>
- <p>
- To scan a document from your scanner:
- </p>
+ <p>So scannen Sie ein Dokument mit ihrem Scanner ein:</p>
<steps>
<item>
- <p>
- Connect the scanner to your computer.
- </p>
+ <p>Schließen Sie den Scanner an Ihren Rechner an.</p>
</item>
<item>
<p>
@@ -29,9 +25,7 @@
</item>
</steps>
- <p>
- The page will be shown as it is scanned.
- </p>
+ <p>Jede Seite wird so angezeigt, wie sie gescannt wurde.</p>
<p>
Each page you scan is added to the end of your document. To start a new document select <guiseq><gui>Document</gui><gui>New</gui></guiseq>.
diff --git a/help/translations/de.po b/help/translations/de.po
deleted file mode 100644
index 40b36d7..0000000
--- a/help/translations/de.po
+++ /dev/null
@@ -1,449 +0,0 @@
-# German translation of the Simple Scan manual.
-# Mario Blättermann <mariobl@gnome.org>, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: simple scan docs\n"
-"POT-Creation-Date: 2010-10-10 21:55+0200\n"
-"PO-Revision-Date: 2010-10-11 20:17+0100\n"
-"Last-Translator: Mario Blättermann <mariobl@gnome.org>\n"
-"Language-Team: German <gnome-de@gnome.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-
-#: scanning.page:6(title)
-msgid "0"
-msgstr "0"
-
-#: scanning.page:10(title)
-msgid "Scanning a Page"
-msgstr "Scannen einer Seite"
-
-#: scanning.page:12(p)
-msgid "To scan a document from your scanner:"
-msgstr "So scannen Sie ein Dokument mit ihrem Scanner ein:"
-
-#: scanning.page:17(p)
-msgid "Connect the scanner to your computer."
-msgstr "Schließen Sie den Scanner an Ihren Rechner an."
-
-#: scanning.page:23(app) scanner.page:16(app) scanner.page:17(app)
-msgid "Simple Scan"
-msgstr "Simple Scan"
-
-#: scanning.page:22(p)
-msgid "Open <placeholder-1/>."
-msgstr "Öffnen Sie <placeholder-1/>."
-
-#: scanning.page:28(key) save.page:12(key) print.page:12(key)
-#: email.page:12(key)
-msgid "Ctrl"
-msgstr "Strg"
-
-#: scanning.page:28(key)
-msgid "1"
-msgstr "1"
-
-#: scanning.page:27(p)
-msgid ""
-"Press the scan button in the toolbar (or <keyseq><placeholder-1/"
-"><placeholder-2/></keyseq>)."
-msgstr ""
-"Klicken Sie auf den Scannen-Knopf in der Werkzeugleiste (oder "
-"<keyseq><placeholder-1/><placeholder-2/></keyseq>)."
-
-#: scanning.page:33(p)
-msgid "The page will be shown as it is scanned."
-msgstr "Jede Seite wird so angezeigt, wie sie gescannt wurde."
-
-#: scanning.page:38(gui) scanning.page:43(gui) scanner.page:12(gui)
-#: save.page:12(gui) print.page:12(gui) email.page:12(gui) dpi.page:13(gui)
-#: adf.page:12(gui) adf.page:16(gui)
-msgid "Document"
-msgstr "Dokument"
-
-#: scanning.page:38(gui)
-msgid "New"
-msgstr "Neu"
-
-#: scanning.page:39(key) reorder.page:15(key)
-msgid "Delete"
-msgstr "Löschen"
-
-#: scanning.page:37(p)
-msgid ""
-"Each page you scan is added to the end of your document. To start a new "
-"document select <guiseq><placeholder-1/><placeholder-2/></guiseq>. Individual "
-"pages can be deleted by right clicking a page or pressing the <placeholder-3/"
-"> key."
-msgstr ""
-"Jede eingescannte Seite wird an das Ende Ihres Dokuments angefügt. Um ein "
-"neues Dokument zu beginnen, wählen Sie <guiseq><placeholder-1/><placeholder-2/"
-"></guiseq>. Seiten können einzeln entfernt werden, indem Sie mit der rechten "
-"Maustaste auf eine Seite klicken oder die <placeholder-3/>-Taste drücken."
-
-#: scanning.page:43(gui) adf.page:12(gui)
-msgid "Scan"
-msgstr "Scannen"
-
-#: scanning.page:44(gui)
-msgid "Text"
-msgstr "Text"
-
-#: scanning.page:44(gui)
-msgid "Photo"
-msgstr "Foto"
-
-#: scanning.page:42(p)
-msgid ""
-"The type of scan can be changed from the <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq> menu. Choose <placeholder-3/> if you want the "
-"document to be quickly scanned in black and white or <placeholder-4/> for a "
-"high resolution color scan."
-msgstr ""
-"Der Scantyp kann im Menü <guiseq><placeholder-1/><placeholder-2/></guiseq> "
-"geändert werden. Wählen Sie <placeholder-3/>, wenn das Dokument schnell in "
-"Schwarzweiß eingescannt werden soll oder <placeholder-4/> für einen "
-"hochauflösenden Farbscan."
-
-#: scanning.page:48(key)
-msgid "Escape"
-msgstr "Esc"
-
-#: scanning.page:47(p)
-msgid "To stop the scan at any time press <placeholder-1/>."
-msgstr "Um den Scanvorgang abzubrechen, drücken Sie <placeholder-1/>."
-
-#: scanner.page:9(title)
-msgid "Selecting a Scanner"
-msgstr "Einen Scanner auswählen"
-
-#: scanner.page:12(gui) dpi.page:13(gui) adf.page:16(gui)
-msgid "Preferences"
-msgstr "Einstellungen"
-
-#: scanner.page:11(p)
-msgid ""
-"If you have multiple scanners you can change which scanner is selected from "
-"the <guiseq><placeholder-1/><placeholder-2/></guiseq> menu."
-msgstr ""
-"Falls Sie über mehrere Scanner verfügen, können Sie im Menü "
-"<guiseq><placeholder-1/><placeholder-2/></guiseq> wählen, welcher davon "
-"verwendet werden soll."
-
-#: scanner.page:15(p)
-msgid ""
-"Your local scanners are automatically detected each time you start "
-"<placeholder-1/> and each time you plug in USB scanner. If you have a network "
-"scanner you will need to restart <placeholder-2/> for it to be detected."
-msgstr ""
-"Ihre lokalen Scanner werden jedes Mal beim Start von <placeholder-1/> und bei "
-"jedem Anschließen eines USB-Scanners automatisch erkannt. Wenn Sie einen "
-"Netzwerkscanner haben, müssen Sie <placeholder-2/> neu starten, damit dieser "
-"erkannt werden kann."
-
-#: save.page:9(title)
-msgid "Saving to a File"
-msgstr "Speichern in einer Datei"
-
-#: save.page:12(gui)
-msgid "Save"
-msgstr "Speichern "
-
-#: save.page:12(key)
-msgid "S"
-msgstr "S"
-
-#: save.page:11(p)
-msgid ""
-"To save the current document to a file use the <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq> menu (<keyseq><placeholder-3/><placeholder-4/></"
-"keyseq>). When you save, there is a choice of three file types."
-msgstr ""
-"Um das aktuelle Dokument zu speichern, wählen Sie <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq> (<keyseq><placeholder-3/><placeholder-4/></"
-"keyseq>). Beim Speichern können Sie aus drei Dateitypen wählen."
-
-#: save.page:17(title)
-msgid "Portable Document Format (PDF)"
-msgstr "Portable Document Format (PDF)"
-
-#: save.page:18(p)
-msgid ""
-"A PDF can contain multiple pages (like a book) and is easy to distribute to "
-"other people. Most people do not have software to modify PDF documents so "
-"this format is best used for archiving."
-msgstr ""
-"Ein PDF kann mehrere Seiten enthalten (wie ein Buch) und lässt sich auf "
-"einfache Art und Weise an Andere weitergeben. Die meisten Benutzer verfügen "
-"nicht über Software zum Bearbeiten von PDF-Dokumenten, so dass sich dieses "
-"Format bestens zur Archivierung eignet."
-
-#: save.page:19(p)
-msgid "Use this type if you have scanned multiple pages of text."
-msgstr ""
-"Verwenden Sie diesen Typ, wenn Sie mehrere Textseiten eingescannt haben."
-
-#: save.page:22(title)
-msgid "JPEG"
-msgstr "JPEG"
-
-#: save.page:23(p)
-msgid ""
-"JPEG file is the file format used by digital cameras and is very small and so "
-"easy to distribute. Most people have software to modify JPEG photos and this "
-"format is suitable for uploading to social networking sites. If you have "
-"scanned multiple pages then a JPEG file will be written for each page."
-msgstr ""
-"JPEG ist das von Digitalkameras verwendete Dateiformat. Es ist recht klein "
-"und bestens für die Weitergabe geeignet. Die meisten Benutzer verfügen über "
-"Software zum Bearbeiten von JPEG-Fotos, außerdem lässt es sich einfach auf "
-"Webseiten sozialer Netzwerke hochladen. Falls Sie mehrere Seiten eingescannt "
-"haben, wird für jede Seite eine JPEG-Datei erzeugt."
-
-#: save.page:24(p)
-msgid "Use this type if you want to modify or upload the scanned images."
-msgstr ""
-"Verwenden Sie diesen Typ, wenn Sie die eingescannten Bilder bearbeiten oder "
-"hochladen wollen."
-
-#: save.page:27(title)
-msgid "PNG"
-msgstr "PNG"
-
-#: save.page:28(p)
-msgid ""
-"PNG files contain the raw data from the scanner. This makes them much larger "
-"than JPEG files and not suitable for distributing. If you have scanned "
-"multiple pages then a PNG file will be written for each page."
-msgstr ""
-"PNG-Dateien enthalten die Rohdaten aus dem Scanner. Dadurch sind sie "
-"wesentlich größer als JPEG-Dateien und für die Weitergabe ungeeignet. Wenn "
-"Sie mehrere Seiten einscannen, wird für jede Seite eine PNG-Datei erzeugt."
-
-#: save.page:29(p)
-msgid "Use this type if you need high resolution files for editing"
-msgstr ""
-"Verwenden Sie diesen Typ, wenn sie hochauflösende Dateien zur "
-"Weiterverarbeitung benötigen."
-
-#: rotate.page:9(title)
-msgid "Rotating Pages"
-msgstr "Seiten drehen"
-
-#: rotate.page:12(key)
-msgid "["
-msgstr "["
-
-#: rotate.page:12(key)
-msgid "]"
-msgstr "]"
-
-#: rotate.page:11(p)
-msgid ""
-"To rotate a page use the rotation buttons in the toolbar or the "
-"<placeholder-1/> and <placeholder-2/> keys. Each new page that is scanned "
-"will use the previous rotation."
-msgstr ""
-"Um eine Seite zu drehen, verwenden Sie die Drehknöpfe in der Werkzeugleiste "
-"oder die Tasten <placeholder-1/> und <placeholder-2/>. Jede neu eingescannte "
-"Seite übernimmt dann die gewählte Drehung."
-
-#: reorder.page:9(title)
-msgid "Reordering Pages"
-msgstr "Seiten neu anordnen"
-
-#: reorder.page:12(key)
-msgid "&lt;"
-msgstr "&lt;"
-
-#: reorder.page:12(key)
-msgid "&gt;"
-msgstr "&gt;"
-
-#: reorder.page:11(p)
-msgid ""
-"To move a page, select it and move the page left or right using the "
-"<placeholder-1/> and <placeholder-2/> keys."
-msgstr ""
-"Um eine Seite zu verschieben, wählen Sie sie aus und verschieben Sie sie mit "
-"den Tasten <placeholder-1/> und <placeholder-2/> nach rechts oder links."
-
-#: reorder.page:14(p)
-msgid "To remove the selected page use the <placeholder-1/> key."
-msgstr ""
-"Um die ausgewählte Seite zu entfernen, verwenden Sie die <placeholder-1/>-"
-"Taste."
-
-#: print.page:9(title)
-msgid "Printing"
-msgstr "Drucken"
-
-#: print.page:12(gui)
-msgid "Print"
-msgstr "Drucken"
-
-#: print.page:12(key)
-msgid "P"
-msgstr "P"
-
-#: print.page:11(p)
-msgid ""
-"To print the current document use the <guiseq><placeholder-1/><placeholder-2/"
-"></guiseq> menu (<keyseq><placeholder-3/><placeholder-4/></keyseq>)."
-msgstr ""
-"Um das aktuelle Dokument zu drucken, wählen Sie <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq> (<keyseq><placeholder-3/><placeholder-4/></"
-"keyseq>)."
-
-#: index.page:7(name)
-msgid "Robert Ancell"
-msgstr "Robert Ancell"
-
-#: index.page:8(email)
-msgid "robert.ancell@gmail.com"
-msgstr "robert.ancell@gmail.com"
-
-#: index.page:13(title)
-msgid "Simple Scan Help"
-msgstr "Hilfe zu Simple Scan"
-
-#: index.page:16(title)
-msgid "Scanning Pages"
-msgstr "Scannen von Seiten"
-
-#: index.page:20(title)
-msgid "Modifying the Document"
-msgstr "Bearbeiten des Dokuments"
-
-#: index.page:24(title)
-msgid "Using the Document"
-msgstr "Das Dokument verwenden"
-
-#: email.page:9(title)
-msgid "Sending via Email"
-msgstr "Per E-Mail versenden"
-
-#: email.page:12(gui)
-msgid "Email"
-msgstr "E-Mail"
-
-#: email.page:12(key)
-msgid "E"
-msgstr "E"
-
-#: email.page:11(p)
-msgid ""
-"To email the current document use the <guiseq><placeholder-1/><placeholder-2/"
-"></guiseq> menu (<keyseq><placeholder-3/><placeholder-4/></keyseq>). Your "
-"email program will be opened with a new message containing the scanned "
-"document as an attachment."
-msgstr ""
-"Um das aktuelle Dokument per E-Mail zu versenden, wählen Sie "
-"<guiseq><placeholder-1/><placeholder-2/></guiseq> (<keyseq><placeholder-3/"
-"><placeholder-4/></keyseq>). Ihr E-Mail-Programm wird mit einer neuen "
-"Nachricht geöffnet, die das eingescannte Dokument als Anhang enthält."
-
-#: email.page:15(p)
-msgid ""
-"If the document type is set to text the email will have a PDF attachment "
-"otherwise the email will have a JPEG attachment for each page."
-msgstr ""
-"Falls der Dokumenttyp auf Text gesetzt ist, dann wird der E-Mail-Anhang im "
-"PDF-Format versendet, anderenfalls wird für jede Seite ein separater JPEG-"
-"Anhang erzeugt."
-
-#: email.page:18(p)
-msgid "See <link xref=\"save\"/> for more information about file formats."
-msgstr ""
-"In <link xref=\"save\"/> finden Sie weitere Informationen über Dateiformate."
-
-#: dpi.page:9(title)
-msgid "Setting the Scan Resolution"
-msgstr "Festlegen der Auflösung"
-
-#: dpi.page:11(p)
-msgid ""
-"By default text documents will be scanned at 200 dots per inch (dpi) and "
-"photos at 400 dpi. To change these settings open the preferences from the "
-"<guiseq><placeholder-1/><placeholder-2/></guiseq> menu."
-msgstr ""
-"Standardmäßig werden Dokumente mit 200 dpi (Punkte pro Zoll) eingescannt und "
-"Fotos mit 400 dpi. Um diese Einstellungen zu ändern, öffnen Sie die "
-"Einstellungen mit <guiseq><placeholder-1/><placeholder-2/></guiseq>."
-
-#: crop.page:9(title)
-msgid "Cropping"
-msgstr "Zuschneiden"
-
-#: crop.page:11(p)
-msgid ""
-"To use only part of the scanned page enable crop by selecting the crop button "
-"in the toolbar. A mask will be shown over the current page with the area not "
-"being used shown in gray."
-msgstr ""
-"Um nur einen Teil der eingescannten Seite zu verwenden, können Sie mit dem "
-"Zuschneiden-Knopf in der Werkzeugleiste diese auf die gewünschte Größe "
-"zuschneiden. Eine Maske wird über der aktuellen Seite angezeigt, wobei der "
-"nicht zu verwendende Teil in Grau dargestellt wird."
-
-#: crop.page:15(p)
-msgid ""
-"The crop area can be adjusted by clicking on the inside of the crop area "
-"border and dragging the mouse."
-msgstr ""
-"Sie können den Zuschnittbereich anpassen, indem Sie innerhalb der Umrandung "
-"dieses Bereichs mit der Maus klicken und die Maus dann ziehen."
-
-#: crop.page:19(gui)
-msgid "Page"
-msgstr "Seite"
-
-#: crop.page:19(gui)
-msgid "Crop"
-msgstr "Zuschneiden"
-
-#: crop.page:18(p)
-msgid ""
-"Fixed crop sizes can be chosen from the <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq> menu that match commonly used paper sizes."
-msgstr ""
-"Voreingestellte Zuschnittgrößen wählen Sie im Menü <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq>, das Ihnen häufig verwendete Papiergrößen zur "
-"Auswahl anbietet."
-
-#: crop.page:21(p)
-msgid "Each new page that is scanned will use the previous crop."
-msgstr ""
-"Jede neu eingescannte Seite verwendet den Zuschnitt der vorherigen Seite."
-
-#: adf.page:9(title)
-msgid "Using an Automatic Document Feeder"
-msgstr "Verwendung eines automatischen Dokumenteneinzugs"
-
-#: adf.page:12(gui)
-msgid "All Pages From Feeder"
-msgstr "Alle Seiten aus dem Papiereinzug"
-
-#: adf.page:11(p)
-msgid ""
-"If your scanner has an Automatic Document Feeder (ADF) you can scan all the "
-"pages by selecting the <guiseq><placeholder-1/><placeholder-2/><placeholder-3/"
-"></guiseq> menu."
-msgstr ""
-"Falls Ihr Scanner mit einem automatischen Dokumenteneinzug ausgestattet ist, "
-"wählen Sie im Menü <guiseq><placeholder-1/><placeholder-2/><placeholder-3/></"
-"guiseq>, um alle Seiten einzuscannen."
-
-#: adf.page:14(p)
-msgid ""
-"By default both sides of the paper will be scanned if your scanned supports "
-"this. Single side scanning can be configured from the <guiseq><placeholder-1/"
-"><placeholder-2/></guiseq> menu."
-msgstr ""
-"Standardmäßig werden beide Seiten des Papiers eingescannt, sofern Ihr Scanner "
-"dies unterstützt. Einseitiges Scannen kann über das Menü "
-"<guiseq><placeholder-1/><placeholder-2/></guiseq> konfiguriert werden."