diff options
Diffstat (limited to 'templates/man5/sane-dll.5.pot')
-rw-r--r-- | templates/man5/sane-dll.5.pot | 480 |
1 files changed, 480 insertions, 0 deletions
diff --git a/templates/man5/sane-dll.5.pot b/templates/man5/sane-dll.5.pot new file mode 100644 index 00000000..d0364958 --- /dev/null +++ b/templates/man5/sane-dll.5.pot @@ -0,0 +1,480 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-02-15 18:09+0100\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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: IX +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "sane-dll" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "13 Jul 2008" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SANE Scanner Access Now Easy" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sane-dll - SANE dynamic backend loader" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux +msgid "" +"The B<sane-dll> library implements a SANE (Scanner Access Now Easy) backend " +"that provides access to an arbitrary number of other SANE backends. These " +"backends may either be pre-loaded at the time the B<sane-dll> library is " +"built or, on systems that support dynamic loading of shared libraries, the " +"backends may be loaded at runtime. In the latter case, adding support for a " +"new backend simply involves installing the relevant library in I</usr/lib/" +"sane> and adding an entry to the I<dll.conf> configuration file. In other " +"words, no applications need to be modified or recompiled to add support for " +"new devices." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DEVICE NAMES" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This backend expects device names of the form:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I<backend>:I<device>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Where I<backend> is the name of the backend and I<device> is the name of the " +"device in this backend that should be addressed. If the device name does " +"not contain a colon (:), then the entire string is treated as the I<device> " +"string for the default backend. The default backend is the backend listed " +"last in the configuration file (see below) or the first pre-loaded backend " +"(if any)." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CONFIGURATION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The contents of the I<dll.conf> file is a list of backend names that may be " +"loaded dynamically upon demand. Empty lines are ignored, also everything " +"after a hash mark (#). A sample configuration file is shown below:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "net" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "# this is a comment" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "pnm" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "mustek" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"It is also possible to add a file in I</etc/sane.d/dll.d> that contains the " +"list of backends to be added. Backends mentioned in a file included in this " +"directory will be added before any backends listed in I<dll.conf.> Files in " +"I</etc/sane.d/dll.d> can be freely named. They shall follow the format " +"conventions as apply for I<dll.conf.>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that backends that were pre-loaded when building this library do not " +"have to be listed in this configuration file. That is, if a backend was " +"preloaded, then that backend will always be present, regardless of whether " +"it's listed in the configuration file or not." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The list of preloaded backends is determined by macro " +"B<PRELOADABLE_BACKENDS> in file backend/Makefile.in of the SANE source code " +"distribution. After changing the value of this macro, it is necessary to " +"reconfigure, rebuild, and reinstall SANE for the change to take effect." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Aliases are defined in the config file I<dll.aliases>. It can contain " +"entries of the form" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alias SomeName SaneDeviceName" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alias \"Some Name\" SaneDeviceName" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hide SaneDeviceName" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "For example:" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alias Epson net:somehost:epson:/dev/sgX" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alias \"Siemens ST400\" st400:/dev/sgY" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hide net:somehost:pnm:0" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hide net:somehost:pnm:1" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "alias \"Read from file\" pnm:0" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "hide pnm:1" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Aliased device names are automatically hidden." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The idea is that users don't have to deal with complicated device names " +"(especially for networked devices), and to hide other exported devices which " +"might confuse them. Note that a hidden device can still be accessed if the " +"device name is known, it just doesn't appear on the list." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/sane.d/dll.aliases>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The list of aliased or hidden backends." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/sane.d/dll.conf>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The backend configuration file (see also description of B<SANE_CONFIG_DIR> " +"below)." +msgstr "" + +#. type: TP +#: archlinux +#, no-wrap +msgid "I</usr/lib/sane/libsane-dll.a>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The static library implementing this backend." +msgstr "" + +#. type: TP +#: archlinux +#, no-wrap +msgid "I</usr/lib/sane/libsane-dll.so>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The shared library implementing this backend (present on systems that " +"support dynamic loading)." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "ENVIRONMENT" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SANE_CONFIG_DIR>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"This environment variable specifies the list of directories that may contain " +"the configuration file. On *NIX systems, the directories are separated by a " +"colon (`:'), under OS/2, they are separated by a semi-colon (`;'). If this " +"variable is not set, the configuration file is searched in two default " +"directories: first, the current working directory (\".\") and then in I</etc/" +"sane.d>. If the value of the environment variable ends with the directory " +"separator character, then the default directories are searched after the " +"explicitly specified directories. For example, setting B<SANE_CONFIG_DIR> " +"to \"/tmp/config:\" would result in directories I<tmp/config>, I<.>, and I</" +"etc/sane.d> being searched (in this order)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<SANE_DEBUG_DLL>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the library was compiled with debug support enabled, this environment " +"variable controls the debug level for this backend. E.g., a value of 128 " +"requests all debug output to be printed. Smaller levels reduce verbosity." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"\\f(CRValue Description\n" +"0 print severe errors only\n" +"1 print normal errors and important messages\n" +"2 print normal messages\n" +"3 print debugging messages\n" +"4 print everything\\fR\n" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Example: export SANE_DEBUG_DLL=3" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<sane>(7), B<scanimage>(1), B<sane-\"backendname\">(5)" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "David Mosberger" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"The B<sane-dll> library implements a SANE (Scanner Access Now Easy) backend " +"that provides access to an arbitrary number of other SANE backends. These " +"backends may either be pre-loaded at the time the B<sane-dll> library is " +"built or, on systems that support dynamic loading of shared libraries, the " +"backends may be loaded at runtime. In the latter case, adding support for a " +"new backend simply involves installing the relevant library in I</usr/lib/" +"x86_64-linux-gnu/sane> and adding an entry to the I<dll.conf> configuration " +"file. In other words, no applications need to be modified or recompiled to " +"add support for new devices." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "I</usr/lib/x86_64-linux-gnu/sane/libsane-dll.a>" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable +#, no-wrap +msgid "I</usr/lib/x86_64-linux-gnu/sane/libsane-dll.so>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The B<sane-dll> library implements a SANE (Scanner Access Now Easy) backend " +"that provides access to an arbitrary number of other SANE backends. These " +"backends may either be pre-loaded at the time the B<sane-dll> library is " +"built or, on systems that support dynamic loading of shared libraries, the " +"backends may be loaded at runtime. In the latter case, adding support for a " +"new backend simply involves installing the relevant library in I</usr/lib64/" +"sane> and adding an entry to the I<dll.conf> configuration file. In other " +"words, no applications need to be modified or recompiled to add support for " +"new devices." +msgstr "" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "I</usr/lib64/sane/libsane-dll.a>" +msgstr "" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "I</usr/lib64/sane/libsane-dll.so>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"This environment variable specifies the list of directories that may contain " +"the configuration file. Under UNIX, the directories are separated by a " +"colon (`:'), under OS/2, they are separated by a semi-colon (`;'). If this " +"variable is not set, the configuration file is searched in two default " +"directories: first, the current working directory (\".\") and then in I</etc/" +"sane.d>. If the value of the environment variable ends with the directory " +"separator character, then the default directories are searched after the " +"explicitly specified directories. For example, setting B<SANE_CONFIG_DIR> " +"to \"/tmp/config:\" would result in directories I<tmp/config>, I<.>, and I</" +"etc/sane.d> being searched (in this order)." +msgstr "" |