1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
|
# 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: 2023-06-27 19:48+0200\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
#: debian-bookworm debian-unstable
#, no-wrap
msgid "sane-pnm"
msgstr ""
#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "14 Jul 2008"
msgstr ""
#. type: TH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "SANE Scanner Access Now Easy"
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "sane-pnm - SANE PNM image reader pseudo-backend"
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The B<sane-pnm> library implements a SANE (Scanner Access Now Easy) backend "
"that provides access to PNM (Portable aNyMap files, which covers PBM bitmap "
"files, PGM grayscale files, and PPM pixmap files). The purpose of this "
"backend is primarily to aid in debugging of SANE frontends. It also serves "
"as an illustrative example of a minimal SANE backend."
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "DEVICE NAMES"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "This backend provides two devices called B<0> and B<1.>"
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "CONFIGURATION"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "No configuration required."
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "FILES"
msgstr ""
#. type: TP
#: debian-bookworm debian-unstable
#, no-wrap
msgid "I</usr/lib/x86_64-linux-gnu/sane/libsane-pnm.a>"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "The static library implementing this backend."
msgstr ""
#. type: TP
#: debian-bookworm debian-unstable
#, no-wrap
msgid "I</usr/lib/x86_64-linux-gnu/sane/libsane-pnm.so>"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"The shared library implementing this backend (present on systems that "
"support dynamic loading)."
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "ENVIRONMENT"
msgstr ""
#. type: TP
#: debian-bookworm debian-unstable
#, no-wrap
msgid "B<SANE_DEBUG_PNM>"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
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: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"If the B<sane-pnm> backend is installed and B<saned>(8) is used to allow "
"users on remote computers to scan on the local machine, PNM files can be "
"read by the remote user. This is limited to the files B<saned>(8) can "
"access (usually it's running as user \"sane\"). All PNM files can be read if "
"B<saned>(8) runs as root which isn't recommended anyway. The B<sane-pnm> "
"backend is disabled by default. If you want to use it, enable it with "
"configure (see I<configure --help> for details). Be sure that only trusted "
"users can access the B<sane-pnm> backend over B<saned>(8)."
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "Andreas Beck, Gordon Matzigkeit, and David Mosberger"
msgstr ""
#. type: SH
#: debian-bookworm debian-unstable
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: debian-bookworm debian-unstable
msgid "B<sane>(7), B<saned>(8)"
msgstr ""
|