1 /* xsane -- a graphical (X11, gtk) scanner-oriented SANE frontend
2 
3    xsane-text.h
4 
5    Oliver Rauch <Oliver.Rauch@rauch-domain.de>
6    Copyright (C) 1998-2007 Oliver Rauch
7    This file is part of the XSANE package.
8 
9    This program is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 2 of the License, or
12    (at your option) any later version.
13 
14    This program is distributed in the hope that it will be useful,
15    but WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17    GNU General Public License for more details.
18 
19    You should have received a copy of the GNU General Public License
20    along with this program; if not, write to the Free Software
21    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
22 
23 /* ------------------------------------------------------------------------ */
24 
25 #ifndef XSANE_TEXT_H
26 #define XSANE_TEXT_H
27 
28 /* Please translate this to the correct directory name (eg. german=>de) */
29 #define XSANE_LANGUAGE_DIR				_("language_dir")
30 
31 #define XSANE_STRSTATUS(status)				_(sane_strstatus(status))
32 #define _BGT(text)					dgettext(xsane.backend_translation, text)
33 
34 #define XSANE_COPYRIGHT_SIGN				_("(c)") /* can be translated with \251 */
35 
36 #define FILENAME_PREFIX_CLONE_OF			_("clone-of-")
37 
38 #define WINDOW_ABOUT_XSANE				_("About")
39 #define WINDOW_ABOUT_TRANSLATION			_("About translation")
40 #define WINDOW_AUTHORIZE				_("authorization")
41 #define WINDOW_GPL					_("GPL - the license")
42 #define WINDOW_EULA					_("End User License Agreement")
43 #define WINDOW_INFO					_("info")
44 #define WINDOW_LOAD_BATCH_LIST				_("load batch list")
45 #define WINDOW_SAVE_BATCH_LIST				_("save batch list")
46 #define WINDOW_BATCH_SCAN				_("batch scan")
47 #define WINDOW_BATCH_RENAME				_("rename batch area")
48 #define WINDOW_FAX_PROJECT				_("fax project")
49 #define WINDOW_FAX_PROJECT_BROWSE			_("browse for fax project")
50 #define WINDOW_FAX_RENAME				_("rename fax page")
51 #define WINDOW_FAX_INSERT				_("insert PS-file into fax")
52 #define WINDOW_EMAIL_PROJECT				_("E-mail project")
53 #define WINDOW_EMAIL_PROJECT_BROWSE			_("browse for email project")
54 #define WINDOW_EMAIL_RENAME				_("rename e-mail image")
55 #define WINDOW_EMAIL_INSERT				_("insert file into e-mail")
56 #define WINDOW_MULTIPAGE_PROJECT			_("multipage project")
57 #define WINDOW_MULTIPAGE_PROJECT_BROWSE			_("browse for multipage project")
58 #define WINDOW_PRESET_AREA_RENAME			_("rename preset area")
59 #define WINDOW_PRESET_AREA_ADD				_("add preset area")
60 #define WINDOW_MEDIUM_RENAME				_("rename medium")
61 #define WINDOW_MEDIUM_ADD				_("add new medium")
62 #define WINDOW_SETUP					_("setup")
63 #define WINDOW_HISTOGRAM				_("Histogram")
64 #define WINDOW_GAMMA					_("Gamma curve")
65 #define WINDOW_STANDARD_OPTIONS				_("Standard options")
66 #define WINDOW_ADVANCED_OPTIONS				_("Advanced options")
67 #define WINDOW_DEVICE_SELECTION				_("device selection")
68 #define WINDOW_PREVIEW					_("Preview")
69 #define WINDOW_VIEWER					_("Viewer")
70 #define WINDOW_VIEWER_OUTPUT_FILENAME			_("Viewer: select output filename")
71 #define WINDOW_OCR_OUTPUT_FILENAME			_("Select output filename for OCR text file")
72 #define WINDOW_OUTPUT_FILENAME				_("select output filename")
73 #define WINDOW_SAVE_SETTINGS				_("save device settings")
74 #define WINDOW_LOAD_SETTINGS				_("load device settings")
75 #define WINDOW_CHANGE_WORKING_DIR			_("change working directory")
76 #define WINDOW_TMP_PATH					_("select temporary directory")
77 #define WINDOW_SCALE					_("Scale image")
78 #define WINDOW_DESPECKLE				_("Despeckle image")
79 #define WINDOW_BLUR					_("Blur image")
80 #define WINDOW_STORE_MEDIUM				_("Store medium definition")
81 #define WINDOW_NO_DEVICES				_("No devices available")
82 #define WINDOW_SCANNER_DEFAULT_COLOR_ICM_PROFILE	_("select scanner default color ICM-profile")
83 #define WINDOW_SCANNER_DEFAULT_GRAY_ICM_PROFILE		_("select scanner default gray ICM-profile")
84 #define WINDOW_DISPLAY_ICM_PROFILE			_("select display ICM-profile")
85 #define WINDOW_CUSTOM_PROOFING_ICM_PROFILE		_("select custom proofing ICM-profile")
86 #define WINDOW_WORKING_COLOR_SPACE_ICM_PROFILE		_("select working color space ICM-profile")
87 #define WINDOW_PRINTER_ICM_PROFILE			_("select printer ICM-profile")
88 
89 #define MENU_FILE					_("File")
90 #define MENU_PREFERENCES				_("Preferences")
91 #define MENU_VIEW					_("View")
92 #define MENU_WINDOW					_("Window")
93 #define MENU_HELP					_("Help")
94 #define MENU_EDIT					_("Edit")
95 #define MENU_FILTERS					_("Filters")
96 #define MENU_GEOMETRY					_("Geometry")
97 #define MENU_COLOR_MANAGEMENT				_("Color management")
98 
99 #define MENU_ITEM_ABOUT_XSANE				_("About XSane")
100 #define MENU_ITEM_ABOUT_TRANSLATION			_("About translation")
101 #define MENU_ITEM_INFO					_("Info")
102 #define MENU_ITEM_QUIT					_("Quit")
103 
104 #define MENU_ITEM_SAVE_IMAGE				_("Save image")
105 #define MENU_ITEM_OCR					_("OCR - save as text")
106 #define MENU_ITEM_CLONE					_("Clone")
107 #define MENU_ITEM_SCALE					_("Scale")
108 #define MENU_ITEM_CLOSE					_("Close")
109 
110 #define MENU_ITEM_UNDO					_("Undo")
111 
112 #define MENU_ITEM_DESPECKLE				_("Despeckle")
113 #define MENU_ITEM_BLUR					_("Blur")
114 
115 #define MENU_ITEM_ROTATE90				_("Rotate 90")
116 #define MENU_ITEM_ROTATE180				_("Rotate 180")
117 #define MENU_ITEM_ROTATE270				_("Rotate 270")
118 #define MENU_ITEM_MIRROR_X				_("Mirror |")
119 #define MENU_ITEM_MIRROR_Y				_("Mirror -")
120 
121 #define FRAME_RAW_IMAGE					_("Raw image")
122 #define FRAME_ENHANCED_IMAGE				_("Enhanced image")
123 
124 #define BUTTON_SCAN					_("Scan")
125 #define BUTTON_OK					_("Ok")
126 #define BUTTON_ACCEPT					_("Accept")
127 #define BUTTON_NOT_ACCEPT				_("Not accept")
128 #define BUTTON_APPLY					_("Apply")
129 #define BUTTON_CANCEL					_("Cancel")
130 #define BUTTON_REDUCE					_("Reduce")
131 #define BUTTON_CONT_AT_OWN_RISK				_("Continue at your own risk")
132 #define BUTTON_BROWSE					_("Browse")
133 #define BUTTON_CLOSE					_("Close")
134 #define BUTTON_HELP					_("Help")
135 #define BUTTON_OVERWRITE				_("Overwrite")
136 #define BUTTON_BATCH_LIST_SCAN				_("Scan batch list")
137 #define BUTTON_BATCH_AREA_SCAN				_("Scan selected area")
138 #define BUTTON_PAGE_DELETE				_("Delete page")
139 #define BUTTON_PAGE_SHOW				_("Show page")
140 #define BUTTON_PAGE_RENAME				_("Rename page")
141 #define BUTTON_IMAGE_DELETE				_("Delete image")
142 #define BUTTON_IMAGE_SHOW				_("Show image")
143 #define BUTTON_IMAGE_EDIT				_("Edit image")
144 #define BUTTON_IMAGE_RENAME				_("Rename image")
145 #define BUTTON_FILE_INSERT				_("Insert file")
146 #define BUTTON_CREATE_PROJECT				_("Create project")
147 #define BUTTON_SEND_PROJECT				_("Send project")
148 #define BUTTON_SAVE_MULTIPAGE				_("Save multipage file")
149 #define BUTTON_DELETE_PROJECT				_("Delete project")
150 #define BUTTON_ADD_PRINTER				_("Add printer")
151 #define BUTTON_DELETE_PRINTER				_("Delete printer")
152 #define BUTTON_PREVIEW_ACQUIRE				_("Acquire preview")
153 #define BUTTON_PREVIEW_CANCEL				_("Cancel preview")
154 #define BUTTON_DISCARD_IMAGE				_("Discard image")
155 #define BUTTON_DISCARD_ALL_IMAGES			_("Discard all images")
156 #define BUTTON_DO_NOT_CLOSE				_("Do not close")
157 #define BUTTON_SCALE_BIND				_("Bind scale")
158 
159 #define RADIO_BUTTON_FINE_MODE				_("Fine mode")
160 #define RADIO_BUTTON_HTML_EMAIL				_("HTML e-mail")
161 #define RADIO_BUTTON_SAVE_DEVPREFS_AT_EXIT		_("Save device preferences at exit")
162 #define RADIO_BUTTON_OVERWRITE_WARNING			_("Overwrite warning")
163 #define RADIO_BUTTON_SKIP_EXISTING_NRS			_("Skip existing filenames")
164 #define RADIO_BUTTON_SAVE_PS_FLATEDECODED		_("Save postscript zlib compressed (PS level 3)")
165 #define RADIO_BUTTON_SAVE_PDF_FLATEDECODED		_("Save PDF zlib compressed")
166 #define RADIO_BUTTON_SAVE_PNM16_AS_ASCII		_("Save 16bit PNM in ASCII format")
167 #define RADIO_BUTTON_REDUCE_16BIT_TO_8BIT		_("Reduce 16 bit image to 8 bit")
168 #define RADIO_BUTTON_WINDOW_FIXED			_("Main window size fixed")
169 #define RADIO_BUTTON_DISABLE_GIMP_PREVIEW_GAMMA		_("Disable GIMP preview gamma")
170 #define RADIO_BUTTON_PRIVATE_COLORMAP			_("Use private colormap")
171 #define RADIO_BUTTON_AUTOENHANCE_GAMMA  		_("Autoenhance gamma")
172 #define RADIO_BUTTON_PRESELECT_SCAN_AREA 		_("Preselect scan area")
173 #define RADIO_BUTTON_AUTOCORRECT_COLORS 		_("Autocorrect colors")
174 #define RADIO_BUTTON_OCR_USE_GUI_PIPE			_("Use GUI progress pipe")
175 #define RADIO_BUTTON_CMS_BPC				_("Black point compensation")
176 
177 #define TEXT_SCANNING_DEVICES				_("scanning for devices")
178 #define TEXT_AVAILABLE_DEVICES				_("Available devices:")
179 #define TEXT_FILETYPE					_("Type")
180 #define TEXT_CMS_FUNCTION				_("Color management function")
181 #define TEXT_SCANNER_BACKEND				_("Scanner and backend:")
182 #define TEXT_VENDOR					_("Vendor:")
183 #define TEXT_MODEL					_("Model:")
184 #define TEXT_TYPE					_("Type:")
185 #define TEXT_DEVICE					_("Device:")
186 #define TEXT_LOADED_BACKEND				_("Loaded backend:")
187 #define TEXT_SANE_VERSION				_("Sane version:")
188 #define TEXT_RECENT_VALUES				_("Recent values:")
189 #define TEXT_GAMMA_CORR_BY				_("Gamma correction by:")
190 #define TEXT_SCANNER					_("scanner")
191 #define TEXT_SOFTWARE_XSANE				_("software (XSane)")
192 #define TEXT_NONE					_("none")
193 #define TEXT_GAMMA_INPUT_DEPTH				_("Gamma input depth:")
194 #define TEXT_GAMMA_OUTPUT_DEPTH				_("Gamma output depth:")
195 #define TEXT_SCANNER_OUTPUT_DEPTH			_("Scanner output depth:")
196 #define TEXT_OUTPUT_FORMATS				_("XSane output formats:")
197 #define TEXT_8BIT_FORMATS				_("8 bit output formats:")
198 #define TEXT_16BIT_FORMATS				_("16 bit output formats:")
199 #define TEXT_REDUCE_16BIT_TO_8BIT			_("Bit depth 16 bits/channel is not supported for this output format.\n" \
200                                         		  "Do you want to reduce the depth to 8 bits/channel?")
201 #define TEXT_AUTHORIZATION_REQ				_("Authorization required for")
202 #define TEXT_AUTHORIZATION_SECURE			_("Password transmission is secure")
203 #define TEXT_AUTHORIZATION_INSECURE			_("Backend requests plain-text password")
204 #define TEXT_USERNAME					_("Username :")
205 #define TEXT_PASSWORD					_("Password :")
206 #define TEXT_INVALID_PARAMS				_("Invalid parameters.")
207 #define TEXT_VERSION					_("version:")
208 #define TEXT_PACKAGE					_("package")
209 #define TEXT_WITH_CMS_FUNCTION				_("with color management function")
210 #define TEXT_WITH_GIMP_SUPPORT				_("with GIMP support")
211 #define TEXT_WITHOUT_GIMP_SUPPORT			_("without GIMP support")
212 #define TEXT_GTK_VERSION				_("compiled with GTK-")
213 #define TEXT_GIMP_VERSION				_("compiled with GIMP-")
214 #define TEXT_UNKNOWN					_("unknown")
215 #define TEXT_EULA			_( "XSane is distributed under the terms of the GNU General Public License\n" \
216                                           "as published by the Free Software Foundation; either version 2 of the\n" \
217                                           "License, or (at your option) any later version.\n" \
218                                           "\n" \
219                                           "This program is distributed in the hope that it will be useful, but\n" \
220                                           "WITHOUT ANY WARRANTY; without even the implied warranty of\n" \
221                                           "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" \
222                                           "Should the program prove defective, you assume the cost of all\n" \
223                                           "necessary servicing, repair or correction. To use this program you\n" \
224                                           "have to read, understand and accept the following\n" \
225                                           "\"NO WARRANTY\" agreement.\n")
226 #define TEXT_GPL			_("XSane is distributed under the terms of the GNU General Public License\n" \
227                                           "as published by the Free Software Foundation; either version 2 of the\n" \
228                                           "License, or (at your option) any later version.\n" \
229                                           "\n" \
230                                           "This program is distributed in the hope that it will be useful, but\n" \
231                                           "WITHOUT ANY WARRANTY; without even the implied warranty of\n" \
232                                           "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n")
233 #define TEXT_EMAIL_ADR					_("E-mail:")
234 #define TEXT_HOMEPAGE					_("Homepage:")
235 #define TEXT_FILE					_("File:")
236 #define TEXT_TRANSLATION				_("Translation:")
237 
238 /* Please translate this to something like */
239 /* translation to YOUR LANGUAGE\n */
240 /* by YOUR NAME\n */
241 /* E-mail: your.name@yourdomain.com\n */
242 #define TEXT_TRANSLATION_INFO				_("untranslated original english text\n" \
243 							  "by Oliver Rauch\n" \
244 							  "E-mail: Oliver.Rauch@rauch-domain.de\n")
245 
246 #define TEXT_INFO_BOX					_("0x0: 0KB")
247 
248 #define TEXT_ADF_PAGES_SCANNED				_("Scanned pages: ")
249 
250 #define TEXT_EMAIL_TEXT					_("E-mail text:")
251 #define TEXT_ATTACHMENTS				_("Attachments:")
252 #define TEXT_EMAIL_STATUS				_("Project status:")
253 #define TEXT_EMAIL_FILETYPE				_("E-mail image filetype:")
254 
255 #define TEXT_PAGES					_("Pages:")
256 #define TEXT_MULTIPAGE_FILETYPE				_("Multipage document filetype:")
257 
258 #define TEXT_MEDIUM_DEFINITION_NAME			_("Medium Name:")
259 
260 #define TEXT_VIEWER_IMAGE_INFO				_("Size %d x %d pixel, %d bits/channel, %d channels, %1.0f dpi x %1.0f dpi, %1.1f %s")
261 #define TEXT_DESPECKLE_RADIUS				_("Despeckle radius:")
262 #define TEXT_BLUR_RADIUS				_("Blur radius:")
263 #define TEXT_BATCH_AREA_DEFAULT_NAME			_("(no name)")
264 #define TEXT_BATCH_LIST_AREANAME			_("Area name:")
265 #define TEXT_BATCH_LIST_SCANMODE			_("Scanmode:")
266 #define TEXT_BATCH_LIST_GEOMETRY_TL			_("Top left:")
267 #define TEXT_BATCH_LIST_GEOMETRY_SIZE			_("Size:")
268 #define TEXT_BATCH_LIST_RESOLUTION			_("Resolution:")
269 #define TEXT_BATCH_LIST_BIT_DEPTH			_("Bit depth:")
270 #define TEXT_BATCH_LIST_BY_GUI				_("as selected")
271 
272 #define TEXT_SETUP_PRINTER_SEL				_("Printer selection:")
273 #define TEXT_SETUP_PRINTER_NAME				_("Name:")
274 #define TEXT_SETUP_PRINTER_CMD				_("Command:")
275 #define TEXT_SETUP_COPY_NR_OPT				_("Copy number option:")
276 #define TEXT_SETUP_SCAN_RESOLUTION_PRINTER		_("Scan resolution:")
277 #define TEXT_SETUP_PRINTER_LINEART_RES			_("lineart [dpi]")
278 #define TEXT_SETUP_PRINTER_GRAYSCALE_RES		_("grayscale [dpi]")
279 #define TEXT_SETUP_PRINTER_COLOR_RES			_("color [dpi]")
280 #define TEXT_SETUP_PRINTER_PAPER_GEOMETRIE		_("Paper geometrie:")
281 #define TEXT_SETUP_PRINTER_WIDTH			_("width")
282 #define TEXT_SETUP_PRINTER_HEIGHT			_("height")
283 #define TEXT_SETUP_PRINTER_LEFT				_("left offset")
284 #define TEXT_SETUP_PRINTER_BOTTOM			_("bottom offset")
285 #define TEXT_SETUP_PRINTER_GAMMA_CORRECTION		_("Printer gamma:")
286 #define TEXT_SETUP_PRINTER_GAMMA			_("common value")
287 #define TEXT_SETUP_PRINTER_GAMMA_RED			_("red")
288 #define TEXT_SETUP_PRINTER_GAMMA_GREEN			_("green")
289 #define TEXT_SETUP_PRINTER_GAMMA_BLUE			_("blue")
290 #define TEXT_SETUP_PRINTER_EMBED_CSA			_("Embed scanner ICM profile as CSA")
291 #define TEXT_SETUP_PRINTER_EMBED_CRD			_("Embed printer ICM profile as CRD")
292 #define TEXT_SETUP_PRINTER_CMS_BPC			_("Apply black point compensation")
293 #define TEXT_SETUP_PRINTER_PS_FLATEDECODED		_("Create zlib compressed postscript image (PS level 3) for printing")
294 #define TEXT_SETUP_TMP_PATH				_("Temporary directory")
295 #define TEXT_SETUP_IMAGE_PERMISSION			_("Image-file permissions")
296 #define TEXT_SETUP_DIR_PERMISSION			_("Directory permissions")
297 #define TEXT_SETUP_JPEG_QUALITY				_("JPEG image quality")
298 #define TEXT_SETUP_PNG_COMPRESSION			_("PNG image compression")
299 #define TEXT_SETUP_FILENAME_COUNTER_LEN			_("Filename counter length")
300 #define TEXT_SETUP_TIFF_ZIP_COMPRESSION			_("TIFF zip compression rate")
301 #define TEXT_SETUP_TIFF_COMPRESSION_16			_("TIFF 16 bit image compression")
302 #define TEXT_SETUP_TIFF_COMPRESSION_8			_("TIFF 8 bit image compression")
303 #define TEXT_SETUP_TIFF_COMPRESSION_1			_("TIFF lineart image compression")
304 #define TEXT_SETUP_SHOW_RANGE_MODE			_("Show range as:")
305 #define TEXT_SETUP_PREVIEW_OVERSAMPLING			_("Preview oversampling:")
306 #define TEXT_SETUP_PREVIEW_GAMMA			_("Preview gamma:")
307 #define TEXT_SETUP_PREVIEW_GAMMA_RED			_("Preview gamma red:")
308 #define TEXT_SETUP_PREVIEW_GAMMA_GREEN			_("Preview gamma green:")
309 #define TEXT_SETUP_PREVIEW_GAMMA_BLUE			_("Preview gamma blue:")
310 #define TEXT_SETUP_LINEART_MODE         		_("Threshold option:")
311 #define TEXT_SETUP_PREVIEW_PIPETTE_RANGE		 _("Preview pipette range")
312 #define TEXT_SETUP_THRESHOLD_MIN        		_("Threshold minimum:")
313 #define TEXT_SETUP_THRESHOLD_MAX        		_("Threshold maximum:")
314 #define TEXT_SETUP_THRESHOLD_MUL        		_("Threshold multiplier:")
315 #define TEXT_SETUP_THRESHOLD_OFF        		_("Threshold offset:")
316 #define TEXT_SETUP_GRAYSCALE_SCANMODE			_("Name of grayscale scanmode:")
317 #define TEXT_SETUP_HELPFILE_VIEWER			_("Helpfile viewer (HTML):")
318 #define TEXT_SETUP_FAX_COMMAND				_("Command:")
319 #define TEXT_SETUP_FAX_RECEIVER_OPTION			_("Receiver option:")
320 #define TEXT_SETUP_FAX_POSTSCRIPT_OPT			_("Postscriptfile option:")
321 #define TEXT_SETUP_FAX_NORMAL_MODE_OPT			_("Normal mode option:")
322 #define TEXT_SETUP_FAX_FINE_MODE_OPT			_("Fine mode option:")
323 #define TEXT_SETUP_FAX_PROGRAM_DEFAULTS 		_("Set program defaults for:")
324 #define TEXT_SETUP_FAX_VIEWER				_("Viewer (Postscript):")
325 #define TEXT_SETUP_FAX_WIDTH				_("Width")
326 #define TEXT_SETUP_FAX_HEIGHT				_("Height")
327 #define TEXT_SETUP_FAX_LEFT				_("Left offset")
328 #define TEXT_SETUP_FAX_BOTTOM				_("Bottom offset")
329 #define TEXT_SETUP_FAX_PS_FLATEDECODED			_("Create zlib compressed postscript image (PS level 3) for fax")
330 #define TEXT_SETUP_SMTP_SERVER				_("SMTP server:")
331 #define TEXT_SETUP_SMTP_PORT				_("SMTP port:")
332 #define TEXT_SETUP_EMAIL_FROM				_("From:")
333 #define TEXT_SETUP_EMAIL_REPLY_TO			_("Reply to:")
334 #define TEXT_SETUP_EMAIL_AUTHENTICATION			_("E-mail authentication")
335 #define TEXT_SETUP_EMAIL_AUTH_USER			_("User:")
336 #define TEXT_SETUP_EMAIL_AUTH_PASS			_("Password:")
337 #define TEXT_SETUP_POP3_SERVER				_("POP3 server:")
338 #define TEXT_SETUP_POP3_PORT				_("POP3 port:")
339 #define TEXT_SETUP_OCR_COMMAND				_("OCR Command:")
340 #define TEXT_SETUP_OCR_INPUTFILE_OPT			_("Inputfile option:")
341 #define TEXT_SETUP_OCR_OUTPUTFILE_OPT			_("Outputfile option:")
342 #define TEXT_SETUP_OCR_USE_GUI_PIPE_OPT			_("Use GUI progress pipe:")
343 #define TEXT_SETUP_OCR_OUTFD_OPT			_("GUI output-fd option:")
344 #define TEXT_SETUP_OCR_PROGRESS_KEYWORD			_("Progress keyword:")
345 #define TEXT_SETUP_PERMISSION_USER			_("user")
346 #define TEXT_SETUP_PERMISSION_GROUP			_("group")
347 #define TEXT_SETUP_PERMISSION_ALL			_("all")
348 #define TEXT_SETUP_SCANNER_DEFAULT_COLOR_ICM_PROFILE	_("Scanner default color ICM-profile")
349 #define TEXT_SETUP_SCANNER_DEFAULT_GRAY_ICM_PROFILE	_("Scanner default gray ICM-profile")
350 #define TEXT_SETUP_DISPLAY_ICM_PROFILE			_("Display ICM-profile")
351 #define TEXT_SETUP_CUSTOM_PROOFING_ICM_PROFILE		_("Custom proofing ICM-profile")
352 #define TEXT_SETUP_WORKING_COLOR_SPACE_ICM_PROFILE	_("Working color space ICM-profile")
353 #define TEXT_SETUP_PRINTER_ICM_PROFILE			_("Printer ICM-profile")
354 #define	TEXT_NEW_MEDIA_NAME				_("new media")
355 
356 #define NOTEBOOK_SAVING_OPTIONS				_("Save")
357 #define NOTEBOOK_FILETYPE_OPTIONS			_("Filetype")
358 #define NOTEBOOK_COPY_OPTIONS				_("Copy")
359 #define NOTEBOOK_FAX_OPTIONS				_("Fax")
360 #define NOTEBOOK_EMAIL_OPTIONS				_("E-mail")
361 #define NOTEBOOK_OCR_OPTIONS				_("OCR")
362 #define NOTEBOOK_DISPLAY_OPTIONS			_("Display")
363 #define NOTEBOOK_ENHANCE_OPTIONS			_("Enhancement")
364 #define NOTEBOOK_COLOR_MANAGEMENT_OPTIONS		_("Color management")
365 
366 #define MENU_ITEM_SAVE					_("Save")
367 #define MENU_ITEM_VIEWER				_("Viewer")
368 #define MENU_ITEM_COPY					_("Copy")
369 #define MENU_ITEM_MULTIPAGE				_("Multipage")
370 #define MENU_ITEM_FAX					_("Fax")
371 #define MENU_ITEM_EMAIL					_("E-mail")
372 
373 #define MENU_ITEM_SHOW_TOOLTIPS				_("Show tooltips")
374 #define MENU_ITEM_SHOW_PREVIEW				_("Show preview")
375 #define MENU_ITEM_SHOW_HISTOGRAM			_("Show histogram")
376 #define MENU_ITEM_SHOW_GAMMA				_("Show gamma curve")
377 #define MENU_ITEM_SHOW_BATCH_SCAN			_("Show batch scan")
378 #define MENU_ITEM_SHOW_STANDARDOPTIONS			_("Show standard options")
379 #define MENU_ITEM_SHOW_ADVANCEDOPTIONS			_("Show advanced options")
380 
381 #define MENU_ITEM_SETUP					_("Setup")
382 #define MENU_ITEM_LENGTH_UNIT				_("Length unit")
383 #define SUBMENU_ITEM_LENGTH_MILLIMETERS			_("millimeters")
384 #define SUBMENU_ITEM_LENGTH_CENTIMETERS			_("centimeters")
385 #define SUBMENU_ITEM_LENGTH_INCHES			_("inches")
386 #define MENU_ITEM_UPDATE_POLICY				_("Update policy")
387 #define SUBMENU_ITEM_POLICY_CONTINUOUS			_("continuous")
388 #define SUBMENU_ITEM_POLICY_DISCONTINU			_("discontinuous")
389 #define SUBMENU_ITEM_POLICY_DELAYED			_("delayed")
390 #define MENU_ITEM_SHOW_RESOLUTIONLIST			_("Show resolution list")
391 #define MENU_ITEM_PAGE_ROTATE				_("Rotate postscript")
392 #define MENU_ITEM_ENABLE_COLOR_MANAGEMENT		_("Enable color management")
393 #define MENU_ITEM_EDIT_MEDIUM_DEF			_("Edit medium definition")
394 #define MENU_ITEM_SAVE_DEVICE_SETTINGS			_("Save device settings")
395 #define MENU_ITEM_LOAD_DEVICE_SETTINGS			_("Load device settings")
396 #define MENU_ITEM_CHANGE_WORKING_DIR			_("Change directory")
397 
398 #define MENU_ITEM_XSANE_EULA				_("Show EULA")
399 #define MENU_ITEM_XSANE_GPL				_("Show license (GPL)")
400 #define MENU_ITEM_XSANE_DOC				_("XSane doc")
401 #define MENU_ITEM_BACKEND_DOC				_("Backend doc")
402 #define MENU_ITEM_AVAILABLE_BACKENDS			_("Available backends")
403 #define MENU_ITEM_SCANTIPS				_("Scantips")
404 #define MENU_ITEM_PROBLEMS				_("Problems?")
405 
406 
407 #define MENU_ITEM_CMS_ENABLE_COLOR_MANAGEMENT		_("Enable color management")
408 #define MENU_ITEM_CMS_BLACK_POINT_COMPENSATION		_("Black point compensation")
409 #define MENU_ITEM_CMS_PROOFING				_("Proofing")
410 #define SUBMENU_ITEM_CMS_PROOF_OFF			_("no proofing (Display)")
411 #define SUBMENU_ITEM_CMS_PROOF_PRINTER			_("Proof printer")
412 #define SUBMENU_ITEM_CMS_PROOF_CUSTOM			_("Proof custom device")
413 #define MENU_ITEM_CMS_RENDERING_INTENT			_("Rendering intent")
414 #define MENU_ITEM_CMS_PROOFING_INTENT			_("Proofing rendering intent")
415 #define SUBMENU_ITEM_CMS_INTENT_PERCEPTUAL		_("Perceptual")
416 #define SUBMENU_ITEM_CMS_INTENT_RELATIVE_COLORIMETRIC	_("Relative colorimetric")
417 #define SUBMENU_ITEM_CMS_INTENT_ABSOLUTE_COLORIMETRIC	_("Absolute colorimentric")
418 #define SUBMENU_ITEM_CMS_INTENT_SATURATION		_("Saturation")
419 #define MENU_ITEM_CMS_GAMUT_CHECK			_("Gamut check")
420 #define MENU_ITEM_CMS_GAMUT_ALARM_COLOR			_("Gamut alarm color")
421 #define SUBMENU_ITEM_CMS_COLOR_BLACK			_("Black")
422 #define SUBMENU_ITEM_CMS_COLOR_GRAY			_("Gray")
423 #define SUBMENU_ITEM_CMS_COLOR_WHITE			_("White")
424 #define SUBMENU_ITEM_CMS_COLOR_RED			_("Red")
425 #define SUBMENU_ITEM_CMS_COLOR_GREEN			_("Green")
426 #define SUBMENU_ITEM_CMS_COLOR_BLUE			_("Blue")
427 
428 #define MENU_ITEM_COUNTER_LEN_INACTIVE	_("inactive")
429 #define MENU_ITEM_TIFF_COMP_NONE	_("no compression")
430 #define MENU_ITEM_TIFF_COMP_CCITTRLE	_("CCITT 1D Huffman compression")
431 #define MENU_ITEM_TIFF_COMP_CCITFAX3	_("CCITT Group 3 fax compression")
432 #define MENU_ITEM_TIFF_COMP_CCITFAX4	_("CCITT Group 4 fax compression")
433 #define MENU_ITEM_TIFF_COMP_JPEG	_("JPEG DCT compression")
434 #define MENU_ITEM_TIFF_COMP_PACKBITS	_("pack bits")
435 #define MENU_ITEM_TIFF_COMP_DEFLATE	_("deflate")
436 
437 #define MENU_ITEM_RANGE_SCALE		_("Slider (Scale)")
438 #define MENU_ITEM_RANGE_SCROLLBAR	_("Slider (Scrollbar)")
439 #define MENU_ITEM_RANGE_SPINBUTTON	_("Spinbutton")
440 #define MENU_ITEM_RANGE_SCALE_SPIN	_("Scale and Spinbutton")
441 #define MENU_ITEM_RANGE_SCROLL_SPIN	_("Scrollbar and Spinbutton")
442 
443 #define MENU_ITEM_LINEART_MODE_STANDARD	_("Standard options window (lineart)")
444 #define MENU_ITEM_LINEART_MODE_XSANE	_("XSane main window (lineart)")
445 #define MENU_ITEM_LINEART_MODE_GRAY	_("XSane main window (grayscale->lineart)")
446 #define MENU_ITEM_SELECTION_NONE	_("(none)")
447 
448 #define MENU_ITEM_FILETYPE_BY_EXT	_("by ext")
449 
450 #define MENU_ITEM_PRESET_AREA_ADD_SEL	_("Add selection to list")
451 #define MENU_ITEM_MEDIUM_ADD		_("Add medium definition")
452 
453 #define MENU_ITEM_RENAME		_("Rename item")
454 #define MENU_ITEM_DELETE		_("Delete item")
455 #define MENU_ITEM_MOVE_UP		_("Move item up")
456 #define MENU_ITEM_MOVE_DWN		_("Move item down")
457 
458 #define MENU_ITEM_AUTH_NONE		_("no authentication")
459 #define MENU_ITEM_AUTH_POP3		_("POP3 before SMTP")
460 #define MENU_ITEM_AUTH_ASMTP_PLAIN	_("ASMTP Plain")
461 #define MENU_ITEM_AUTH_ASMTP_LOGIN	_("ASMTP Login")
462 #define MENU_ITEM_AUTH_ASMTP_CRAM_MD5	_("ASMTP CRAM-MD5")
463 
464 #define MENU_ITEM_CMS_FUNCTION_EMBED_SCANNER_ICM_PROFILE	_("Embed scanner ICM profile")
465 #define MENU_ITEM_CMS_FUNCTION_CONVERT_TO_SRGB			_("Convert to sRGB")
466 #define MENU_ITEM_FUNCTION_CONVERT_TO_WORKING_CS		_("Convert to working color space")
467 
468 #define PROGRESS_SCANNING		_("Scanning")
469 #define PROGRESS_RECEIVING_FRAME_DATA	_("Receiving %s data")
470 #define PROGRESS_PAGE			_("page")
471 
472 #define PROGRESS_TRANSFERRING_DATA	_("Transferring image")
473 #define PROGRESS_ROTATING_DATA		_("Rotating image")
474 #define PROGRESS_MIRRORING_DATA		_("Mirroring image")
475 #define PROGRESS_PACKING_DATA		_("Packing image")
476 #define PROGRESS_CONVERTING_DATA	_("Converting image")
477 #define PROGRESS_SAVING_DATA		_("Saving image")
478 #define PROGRESS_CLONING_DATA		_("Cloning image")
479 #define PROGRESS_SCALING_DATA		_("Scaling image")
480 #define PROGRESS_DESPECKLING_DATA	_("Despeckling image")
481 #define PROGRESS_BLURING_DATA		_("Bluring image")
482 #define PROGRESS_OCR			_("OCR in progress")
483 #define PROGRESS_ICM_CONVERSION		_("converting colors")
484 
485 #define DESC_SCAN_START			_("Start scan <Ctrl-Enter>")
486 #define DESC_SCAN_CANCEL		_("Cancel scan <ESC>")
487 #define DESC_PREVIEW_ACQUIRE		_("Acquire preview scan <Alt-p>")
488 #define DESC_PREVIEW_CANCEL		_("Cancel preview scan <Alt-ESC>")
489 #define DESC_XSANE_MODE			_("viewer-<Ctrl-v>, save-<Ctrl-s>, photocopy-<Ctrl-c>, " \
490 					  "multipage-<Ctrl-m>, fax-<Ctrl-f> or e-mail-<Ctrl-e>")
491 #define DESC_XSANE_MEDIUM		_("Select source medium type.\n" \
492 					  "To rename, reorder or delete an entry use context menu (alternate mouse button).\n"\
493 					  "To create a medium enable the option edit medium definition in preferences menu.")
494 
495 #define DESC_FILENAME_COUNTER_STEP	_("Value that is added to filenamecounter after scan")
496 #define DESC_BROWSE_FILENAME		_("Browse for image filename")
497 #define DESC_FILENAME			_("Filename for scanned image")
498 #define DESC_FILETYPE			_("Type of image format, the suitable filename extension is automatically added to the filename")
499 #define DESC_FAXPROJECT			_("Enter fax project directory name")
500 #define DESC_FAXPAGENAME		_("Enter new name for faxpage")
501 #define DESC_FAXRECEIVER		_("Enter receiver phone number or address")
502 #define DESC_FAX_PROJECT_BROWSE		_("Browse for fax project directory")
503 #define DESC_EMAIL_PROJECT		_("Enter e-mail project directory name")
504 #define DESC_EMAIL_IMAGENAME		_("Enter new name for e-mail image")
505 #define DESC_EMAIL_RECEIVER		_("Enter e-mail address")
506 #define DESC_EMAIL_PROJECT_BROWSE	_("Browse for email project directory")
507 #define DESC_EMAIL_SUBJECT		_("Enter subject of e-mail")
508 #define DESC_EMAIL_FILETYPE		_("Select filetype for image attachments")
509 #define DESC_MULTIPAGE_PROJECT		_("Enter multipage project directory name")
510 #define DESC_MULTIPAGE_PROJECT_BROWSE	_("Browse for multipage project directory")
511 #define DESC_MULTIPAGE_FILETYPE		_("Select filetype for multipage file")
512 #define DESC_PRESET_AREA_RENAME		_("Enter new name for preset area")
513 #define DESC_PRESET_AREA_ADD		_("Enter name for new preset area")
514 #define DESC_MEDIUM_RENAME		_("Enter new name for medium definition")
515 #define DESC_MEDIUM_ADD			_("Enter name for new medium definition")
516 
517 #define DESC_PRINTER_SELECT		_("Select printerdefinition <Shift-F1/F2/...>")
518 
519 #define DESC_RESOLUTION			_("Set scan resolution")
520 #define DESC_RESOLUTION_X		_("Set scan resolution for x direction")
521 #define DESC_RESOLUTION_Y		_("Set scan resolution for y direction")
522 #define DESC_ZOOM			_("Set zoomfactor")
523 #define DESC_ZOOM_X			_("Set zoomfactor for x direction")
524 #define DESC_ZOOM_Y			_("Set zoomfactor for y direction")
525 #define DESC_COPY_NUMBER		_("Set number of copies")
526 
527 #define DESC_NEGATIVE			_("Negative: Invert colors for scanning negatives <Ctrl-n>")
528 
529 #define DESC_GAMMA			_("Set gamma value")
530 #define DESC_GAMMA_R			_("Set gamma value for red component")
531 #define DESC_GAMMA_G			_("Set gamma value for green component")
532 #define DESC_GAMMA_B			_("Set gamma value for blue component")
533 
534 #define DESC_BRIGHTNESS			_("Set brightness")
535 #define DESC_BRIGHTNESS_R		_("Set brightness for red component")
536 #define DESC_BRIGHTNESS_G		_("Set brightness for green component")
537 #define DESC_BRIGHTNESS_B		_("Set brightness for blue component")
538 
539 #define DESC_CONTRAST			_("Set contrast")
540 #define DESC_CONTRAST_R			_("Set contrast for red component")
541 #define DESC_CONTRAST_G			_("Set contrast for green component")
542 #define DESC_CONTRAST_B			_("Set contrast for blue component")
543 
544 #define DESC_THRESHOLD			_("Set threshold")
545 
546 #define DESC_RGB_DEFAULT		_("RGB default: Set enhancement values for red, " \
547                                           "green and blue to default values <Ctrl-b>:\n" \
548 						" gamma = 1.0\n" \
549 						" brightness = 0\n" \
550 						" contrast = 0")
551 
552 #define DESC_ENH_AUTO			_("Autoadjust gamma, brightness and contrast <Ctrl-a>")
553 #define DESC_ENH_DEFAULT		_("Set default enhancement values <Ctrl-0>:\n" \
554 						"gamma = 1.0\n" \
555 						"brightness = 0\n" \
556 						"contrast = 0")
557 #define DESC_ENH_RESTORE		_("Restore enhancement values from preferences <Ctrl-r>")
558 #define DESC_ENH_STORE			_("Store active enhancement values to preferences <Ctrl-+>")
559 
560 #define DESC_HIST_INTENSITY		_("Show histogram of intensity/gray <Alt-i>")
561 #define DESC_HIST_RED			_("Show histogram of red component <Alt-r>")
562 #define DESC_HIST_GREEN			_("Show histogram of green component <Alt-g>")
563 #define DESC_HIST_BLUE			_("Show histogram of blue component <Alt-b>")
564 #define DESC_HIST_PIXEL			_("Display mode: show histogram with lines instead of pixels <Alt-m>")
565 #define DESC_HIST_LOG			_("Show logarithm of pixelcount <Alt-l>")
566 
567 #define DESC_PRINTER_SETUP		_("Select definition to change")
568 #define DESC_PRINTER_NAME		_("Define a name for the selection of this definition")
569 #define DESC_PRINTER_COMMAND		_("Enter command to be executed in copy mode (e.g. \"lpr\")")
570 #define DESC_COPY_NUMBER_OPTION		_("Enter option for copy numbers")
571 #define DESC_PRINTER_LINEART_RESOLUTION	_("Resolution with which lineart images are printed and saved in postscript")
572 #define DESC_PRINTER_GRAYSCALE_RESOLUTION	_("Resolution with which grayscale images are printed and saved in postscript")
573 #define DESC_PRINTER_COLOR_RESOLUTION	_("Resolution with which color images are printed and saved in postscript")
574 #define DESC_PRINTER_WIDTH		_("Width of printable area")
575 #define DESC_PRINTER_HEIGHT		_("Height of printable area")
576 #define DESC_PRINTER_LEFTOFFSET		_("Left offset from the edge of the paper to the printable area")
577 #define DESC_PRINTER_BOTTOMOFFSET	_("Bottom offset from the edge of the paper to the printable area")
578 #define DESC_PRINTER_GAMMA		_("Additional gamma value for photocopy")
579 #define DESC_PRINTER_GAMMA_RED		_("Additional gamma value for red component for photocopy")
580 #define DESC_PRINTER_GAMMA_GREEN	_("Additional gamma value for green component for photocopy")
581 #define DESC_PRINTER_GAMMA_BLUE		_("Additional gamma value for blue component for photocopy")
582 #define DESC_PRINTER_EMBED_CSA		_("Creates a postsciptfile that contains the ICM profile of the scanner")
583 #define DESC_PRINTER_EMBED_CRD		_("Creates a postsciptfile that contains the ICM profile of the printer")
584 #define DESC_PRINTER_CMS_BPC		_("Applies black point compensation")
585 #define DESC_PRINTER_PS_FLATEDECODED	_("Create zlib compressed postscript image for printer (flatedecode).\n" \
586                                           "The printer has to understand postscript level 3!")
587 #define DESC_TMP_PATH			_("Path to temp directory")
588 #define DESC_BUTTON_TMP_PATH_BROWSE	_("Browse for temporary directory")
589 #define DESC_JPEG_QUALITY		_("Quality in percent if image is saved as JPEG or TIFF with JPEG compression")
590 #define DESC_PNG_COMPRESSION		_("Compression if image is saved as PNG")
591 #define DESC_FILENAME_COUNTER_LEN	_("Minimum length of counter in filename")
592 #define DESC_TIFF_ZIP_COMPRESSION	_("Compression rate for zip compressed TIFF (deflate)")
593 #define DESC_TIFF_COMPRESSION_16	_("Compression type if 16 bit image is saved as TIFF")
594 #define DESC_TIFF_COMPRESSION_8		_("Compression type if 8 bit image is saved as TIFF")
595 #define DESC_TIFF_COMPRESSION_1		_("Compression type if lineart image is saved as TIFF")
596 #define DESC_SAVE_DEVPREFS_AT_EXIT	_("Save device dependant preferences in default file at exit of xsane")
597 #define DESC_OVERWRITE_WARNING		_("Warn before overwriting an existing file")
598 #define DESC_SKIP_EXISTING		_("If filename counter is automatically increased, used numbers are skipped")
599 #define DESC_SAVE_PS_FLATEDECODED	_("compress postscript image with zlib algorithm (flatedecode). " \
600                                           "When you want to print such a file your printer has to understand postscript level 3")
601 #define DESC_SAVE_PDF_FLATEDECODED	_("compress PDF image with zlib algorithm (flatedecode).")
602 #define DESC_SAVE_PNM16_AS_ASCII	_("When a 16 bit image shall be saved in PNM format then use ASCII format " \
603                                           "instead of binary format. The binary format is a new format that is not " \
604                                           "supported by all programs. The ASCII format is supported by more programs " \
605                                           "but it produces really huge files!!!")
606 #define DESC_REDUCE_16BIT_TO_8BIT	_("If scanner sends image with 16 bits/channel save image with 8 bits/channel")
607 #define DESC_PSFILE_WIDTH		_("Width of paper for postscript files")
608 #define DESC_PSFILE_HEIGHT		_("Height of paper for postscript files")
609 #define DESC_PSFILE_LEFTOFFSET		_("Left offset from the edge of the paper to the usable area for postscript files")
610 #define DESC_PSFILE_BOTTOMOFFSET	_("Bottom offset from the edge of the paper to the usable area for postscript files")
611 #define DESC_MAIN_WINDOW_FIXED		_("Use fixed main window size or scrolled, resizable main window")
612 #define DESC_DISABLE_GIMP_PREVIEW_GAMMA	_("Disable preview gamma when XSane runs as GIMP plugin")
613 #define DESC_PREVIEW_COLORMAP		_("Use an own colormap for preview if display depth is 8 bpp")
614 #define DESC_SHOW_RANGE_MODE		_("Select how a range is displayed")
615 #define DESC_PREVIEW_OVERSAMPLING	_("Value with which the calculated preview resolution is multiplied")
616 #define DESC_PREVIEW_GAMMA		_("Set gamma correction value for preview image")
617 #define DESC_PREVIEW_GAMMA_RED		_("Set gamma correction value for red component of preview image")
618 #define DESC_PREVIEW_GAMMA_GREEN	_("Set gamma correction value for green component of preview image")
619 #define DESC_PREVIEW_GAMMA_BLUE		_("Set gamma correction value for blue component of preview image")
620 #define DESC_LINEART_MODE               _("Define the way XSane shall handle the threshold option")
621 #define DESC_GRAYSCALE_SCANMODE         _("Select grayscale scanmode. " \
622                                           "This scanmode is used for lineart preview scan when transformation " \
623                                           "from grayscale to lineart is enabled")
624 #define DESC_PREVIEW_THRESHOLD_MIN      _("The scanner's minimum threshold level in %")
625 #define DESC_PREVIEW_THRESHOLD_MAX      _("The scanner's maximum threshold level in %")
626 #define DESC_PREVIEW_THRESHOLD_MUL      _("Multiplier to make XSane threshold range and scanner threshold range the same")
627 #define DESC_PREVIEW_THRESHOLD_OFF      _("Offset to make XSane threshold range and scanner threshold range the same")
628 #define DESC_ADF_PAGES_MAX		_("Number of pages to scan")
629 #define DESC_PREVIEW_PIPETTE_RANGE	_("dimension of square that is used to average color for pipette function")
630 #define DESC_DOC_VIEWER			_("Enter command to be executed to display helpfiles, must be a HTML-viewer!")
631 #define DESC_AUTOENHANCE_GAMMA		_("Change gamma value when autoenhancement button is pressed")
632 #define DESC_PRESELECT_SCAN_AREA	_("Select scan area after preview scan has finished")
633 #define DESC_AUTOCORRECT_COLORS		_("Do color correction after preview scan has finished")
634 
635 #define DESC_RENDERING_INTENT		_("Select rendering intent for preview and saving")
636 #define DESC_CMS_BPC			_("Apply black point compensation when color transformation is done")
637 
638 #define DESC_FAX_COMMAND		_("Enter command to be executed in fax mode")
639 #define DESC_FAX_RECEIVER_OPT		_("Enter option to specify receiver")
640 #define DESC_FAX_POSTSCRIPT_OPT		_("Enter option to specify postscript files following")
641 #define DESC_FAX_NORMAL_OPT		_("Enter option to specify normal mode (low resolution)")
642 #define DESC_FAX_FINE_OPT		_("Enter option to specify fine mode (high resolution)")
643 #define DESC_FAX_VIEWER			_("Enter command to be executed to view a fax")
644 #define DESC_FAX_FINE_MODE		_("Send fax with high vertical resolution (196 lpi instead of 98 lpi)")
645 #define DESC_FAX_WIDTH			_("Width of printable area")
646 #define DESC_FAX_HEIGHT			_("Height of printable area")
647 #define DESC_FAX_LEFTOFFSET		_("Left offset from the edge of the paper to the printable area")
648 #define DESC_FAX_BOTTOMOFFSET		_("Bottom offset from the edge of the paper to the printable area")
649 #define DESC_FAX_PS_FLATEDECODED	_("Create zlib compressed postscript image for fax (flatedecode)")
650 #define DESC_SMTP_SERVER		_("IP Address or Domain name of SMTP server")
651 #define DESC_SMTP_PORT			_("port to connect to SMTP server")
652 #define DESC_EMAIL_FROM			_("enter your e-mail address")
653 #define DESC_EMAIL_REPLY_TO		_("enter e-mail address for replied e-mails")
654 #define DESC_EMAIL_AUTHENTICATION	_("Type of authentication before sending e-mail")
655 #define DESC_EMAIL_AUTH_USER		_("user name for e-mail server")
656 #define DESC_EMAIL_AUTH_PASS		_("password for e-mail server")
657 #define DESC_POP3_SERVER		_("IP Address or Domain name of POP3 server")
658 #define DESC_POP3_PORT			_("port to connect to POP3 server")
659 #define DESC_HTML_EMAIL			_("E-mail is sent in HTML mode, place image with: <IMAGE>")
660 #define DESC_OCR_COMMAND		_("Enter command to start OCR program")
661 #define DESC_OCR_INPUTFILE_OPT		_("Enter option of the OCR program to define input file")
662 #define DESC_OCR_OUTPUTFILE_OPT		_("Enter option of the OCR program to define output file")
663 #define DESC_OCR_USE_GUI_PIPE_OPT	_("Define if the OCR program supports gui progress pipe")
664 #define DESC_OCR_OUTFD_OPT		_("Enter option of the OCR program to define output filedescripor in GUI mode")
665 #define DESC_OCR_PROGRESS_KEYWORD	_("Define Keyword that is used to mark progress information")
666 
667 #define DESC_PERMISSION_READ		_("read")
668 #define DESC_PERMISSION_WRITE		_("write")
669 #define DESC_PERMISSION_SEARCH		_("search")
670 
671 #define DESC_ADD_BATCH			_("Add selection for batch scan")
672 #define DESC_PIPETTE_WHITE		_("Pick white point")
673 #define DESC_PIPETTE_GRAY		_("Pick gray point")
674 #define DESC_PIPETTE_BLACK		_("Pick black point")
675 
676 #define DESC_ZOOM_FULL			_("Use full scan area")
677 #define DESC_ZOOM_OUT			_("Zoom 20% out")
678 #define DESC_ZOOM_IN			_("Click at position to zoom to")
679 #define DESC_ZOOM_AREA			_("Zoom into selected area")
680 #define DESC_ZOOM_UNDO			_("Undo last zoom")
681 
682 #define DESC_FULL_PREVIEW_AREA		_("Select visible area")
683 #define DESC_AUTOSELECT_SCAN_AREA	_("Autoselect scan area")
684 #define DESC_AUTORAISE_SCAN_AREA	_("Autoraise scan area")
685 #define DESC_DELETE_IMAGES		_("Delete preview image cache")
686 
687 #define DESC_PRESET_AREA		_("Preset area:\n" \
688 					  "To add new area or edit an existing area use context menu (alternate mouse button).")
689 #define DESC_ROTATION			_("Rotate preview and scan")
690 #define DESC_RATIO			_("Aspect ratio of selection")
691 #define DESC_PAPER_ORIENTATION		_("Define image position for printing")
692 
693 #define DESC_VIEWER_SAVE		_("Save image")
694 #define DESC_VIEWER_OCR			_("Optical Character Recognition")
695 #define DESC_VIEWER_UNDO		_("Undo last change")
696 #define DESC_VIEWER_CLONE		_("Clone image")
697 #define DESC_VIEWER_SCALE		_("Scale image")
698 #define DESC_VIEWER_DESPECKLE		_("Despeckle image")
699 #define DESC_VIEWER_BLUR		_("Blur image")
700 #define DESC_ROTATE90			_("Rotate image 90 degrees")
701 #define DESC_ROTATE180			_("Rotate image 180 degrees")
702 #define DESC_ROTATE270			_("Rotate image 270 degrees")
703 #define DESC_MIRROR_X			_("Mirror image at vertical axis")
704 #define DESC_MIRROR_Y			_("Mirror image at horizontal axis")
705 #define DESC_VIEWER_ZOOM		_("Zoom image")
706 #define DESC_STORE_MEDIUM		_("Store medium")
707 #define DESC_DELETE_MEDIUM		_("Delete active medium")
708 #define DESC_SCALE_FACTOR		_("Scale factor")
709 #define DESC_X_SCALE_FACTOR		_("X-Scale factor")
710 #define DESC_Y_SCALE_FACTOR		_("Y-Scale factor")
711 #define DESC_SCALE_WIDTH		_("Scale image to width [pixels]")
712 #define DESC_SCALE_HEIGHT		_("Scale image to height [pixels]")
713 #define DESC_BATCH_LIST_EMPTY		_("Empty batch list")
714 #define DESC_BATCH_LIST_SAVE		_("Save batch list")
715 #define DESC_BATCH_LIST_LOAD		_("Load batch list")
716 #define DESC_BATCH_RENAME		_("Rename area")
717 #define DESC_BATCH_ADD			_("Add selected preview area to batch list")
718 #define DESC_BATCH_DEL			_("Delete selected area from batch list")
719 #define DESC_AUTOMATIC			_("Turns on automatic mode")
720 
721 #define DESC_SCANNER_DEFAULT_COLOR_ICM_PROFILE			_("Scanner default color ICM-profile")
722 #define DESC_BUTTON_SCANNER_DEFAULT_COLOR_ICM_PROFILE_BROWSE	_("Browse for scanner default color ICM-profile")
723 #define DESC_SCANNER_DEFAULT_GRAY_ICM_PROFILE			_("Scanner default gray ICM-profile")
724 #define DESC_BUTTON_SCANNER_DEFAULT_GRAY_ICM_PROFILE_BROWSE	_("Browse for scanner default gray ICM-profile")
725 #define DESC_DISPLAY_ICM_PROFILE			_("Display ICM-profile")
726 #define DESC_BUTTON_DISPLAY_ICM_PROFILE_BROWSE		_("Browse for display ICM-profile")
727 #define DESC_PRINTER_ICM_PROFILE			_("Printer ICM-profile")
728 #define DESC_BUTTON_PRINTER_ICM_PROFILE_BROWSE		_("Browse for printer ICM-profile")
729 #define DESC_CUSTOM_PROOFING_ICM_PROFILE		_("Custom proofing ICM-profile")
730 #define DESC_BUTTON_CUSTOM_PROOFING_ICM_PROFILE_BROWSE	_("Browse for custom proofing ICM-profile")
731 #define DESC_WORKING_COLOR_SPACE_ICM_PROFILE		_("Working color space ICM-profile")
732 #define DESC_BUTTON_WORKING_COLOR_SPACE_ICM_PROFILE_BROWSE	_("Browse for working color space ICM-profile")
733 
734 #define DESC_CMS_FUNCTION		_("Color management function")
735 
736 #define ERR_HOME_DIR			_("Failed to determine home directory:")
737 #define ERR_CHANGE_WORKING_DIR		_("Failed to change working directory to")
738 #define ERR_FILENAME_TOO_LONG		_("Filename too long")
739 #define ERR_CREATE_TEMP_FILE		_("Could not create temporary file.\n\
740 Open Menue Preferences->Setup Tab Save and\n\
741 select a temporary directory where you have\n\
742 write permissions." )
743 #define ERR_SET_OPTION			_("Failed to set value of option")
744 #define ERR_GET_OPTION			_("Failed to obtain value of option")
745 #define ERR_OPTION_COUNT		_("Error obtaining option count")
746 #define ERR_DEVICE_OPEN_FAILED		_("Failed to open device")
747 #define ERR_NO_DEVICES			_("no devices available")
748 #define ERR_DURING_READ			_("Error during read:")
749 #define ERR_DURING_SAVE			_("Error during save:")
750 #define ERR_BAD_DEPTH			_("Can't handle depth")
751 #define ERR_UNKNOWN_SAVING_FORMAT	_("Unknown file format for saving")
752 #define ERR_OPEN_FAILED			_("Failed to open")
753 #define ERR_CREATE_SECURE_FILE		_("Could not create secure file (maybe a link does exist):")
754 #define ERR_FAILED_PRINTER_PIPE		_("Failed to open pipe for executing printercommand")
755 #define ERR_FAILED_EXEC_PRINTER_CMD	_("Failed to execute printercommand:")
756 #define ERR_FAILED_START_SCANNER	_("Failed to start scanner:")
757 #define ERR_FAILED_GET_PARAMS		_("Failed to get parameters:")
758 #define ERR_NO_OUTPUT_FORMAT		_("No output format given")
759 #define ERR_NO_MEM			_("out of memory")
760 #define ERR_TOO_MUCH_DATA		_("Backend sends more image data than it defined in parameters")
761 #define ERR_LIBTIFF			_("LIBTIFF reports error")
762 #define ERR_LIBPNG			_("LIBPNG reports error")
763 #define ERR_LIBJPEG			_("LIBJPEG reports error")
764 #define ERR_ZLIB                        _("ZLIB error or memory allocation problem")
765 #define ERR_UNKNOWN_TYPE		_("unknown type")
766 #define ERR_UNKNOWN_CONSTRAINT_TYPE	_("unknown constraint type")
767 #define ERR_OPTION_NAME_NULL		_("Option has empty name (NULL).")
768 #define ERR_OPTION_ZERO_SIZE		_("Option has zero size.")
769 #define ERR_BACKEND_BUG			_("This is a backend bug. Please inform the author of the backend!")
770 #define ERR_FAILED_EXEC_DOC_VIEWER	_("Failed to execute documentation viewer:")
771 #define ERR_FAILED_EXEC_FAX_VIEWER	_("Failed to execute fax viewer:")
772 #define ERR_FAILED_EXEC_FAX_CMD		_("Failed to execute fax command:")
773 #define ERR_FAILED_EXEC_OCR_CMD		_("Failed to execute OCR command:")
774 #define ERR_BAD_FRAME_FORMAT		_("bad frame format")
775 #define ERR_FAILED_SET_RESOLUTION	_("unable to set resolution")
776 #define ERR_PASSWORD_FILE_INSECURE	_("Password file (%s) is insecure, use permission x00\n")
777 
778 #define ERR_ERROR			_("error")
779 #define ERR_MAJOR_VERSION_NR_CONFLICT	_("Sane major version number mismatch!")
780 #define ERR_XSANE_MAJOR_VERSION		_("XSane major version =")
781 #define ERR_BACKEND_MAJOR_VERSION	_("backend major version =")
782 #define ERR_PROGRAM_ABORTED		_("*** PROGRAM ABORTED ***")
783 
784 #define ERR_FAILED_ALLOCATE_IMAGE	_("Failed to allocate image memory:")
785 #define ERR_PREVIEW_BAD_DEPTH		_("Preview cannot handle bit depth")
786 #define ERR_GIMP_SUPPORT_MISSING	_("GIMP support missing")
787 
788 #define ERR_CREATE_FAX_PROJECT		_("Could not create faxproject")
789 
790 #define WARN_COUNTER_UNDERRUN		_("Filename counter underrun")
791 #define WARN_NO_VALUE_CONSTRAINT	_("warning: option has no value constraint")
792 #define WARN_XSANE_AS_ROOT		_("You try to run XSane as ROOT, that really is DANGEROUS!\n\n\
793 Do not send any bug reports when you\n\
794 have any problems while running XSane as root:\n\
795 YOU ARE ALONE!\
796 ")
797 
798 #define ERR_HEADER_ERROR		_("Error")
799 #define ERR_HEADER_WARNING		_("Warning")
800 #define ERR_HEADER_INFO			_("Information")
801 #define ERR_HEADER_CHILD_PROCESS_ERROR	_("Child process error")
802 
803 #define ERR_FAILED_CREATE_FILE		_("Failed to create file:")
804 #define ERR_LOAD_DEVICE_SETTINGS	_("Error while loading device settings:")
805 #define ERR_NO_DRC_FILE			_("is not a device-rc-file !!!")
806 #define ERR_NETSCAPE_EXECUTE_FAIL	_("Failed to execute netscape!")
807 #define ERR_SENDFAX_RECEIVER_MISSING	_("Send fax: no receiver defined")
808 
809 #define ERR_CREATED_FOR_DEVICE		_("has been created for device")
810 #define ERR_USED_FOR_DEVICE		_("you want to use it for device")
811 #define ERR_MAY_CAUSE_PROBLEMS		_("this may cause problems!")
812 
813 #define WARN_UNSAVED_IMAGES		_("There are %d unsaved images")
814 #define WARN_FILE_EXISTS		_("File %s already exists")
815 #define ERR_FILE_NOT_EXISTS		_("File %s does not exist")
816 #define ERR_FILE_NOT_POSTSCRIPT		_("File %s is not a postscript file")
817 #define ERR_UNSUPPORTED_OUTPUT_FORMAT	_("Unsupported %d-bit output format: %s")
818 
819 #define ERR_CMS_CONVERSION		_("Error during CMS conversion:")
820 #define ERR_CMS_OPEN_ICM_FILE		_("Could not open")
821 #define CMS_SCANNER_ICM			_("scanner ICM profile")
822 #define CMS_DISPLAY_ICM			_("display ICM profile")
823 #define CMS_PROOF_ICM			_("proofing ICM profile")
824 #define ERR_CMS_CREATE_TRANSFORM	_("Could not create transform")
825 
826 #define WARN_VIEWER_IMAGE_NOT_SAVED	_("viewer image is not saved")
827 
828 #define FILE_FILTER_ALL_FILES			_("All files")
829 #define FILE_FILTER_IMAGES			_("Images")
830 #define FILE_FILTER_XBL				_("XSane batch list")
831 #define FILE_FILTER_ICM				_("ICC/ICM Profiles")
832 #define FILE_FILTER_DRC				_("XSane device preferences")
833 #define FILE_FILTER_RC				_("XSane preferences")
834 
835 #define TEXT_USAGE			_("Usage:")
836 #define TEXT_USAGE_OPTIONS		_("[OPTION]... [DEVICE]")
837 #define TEXT_HELP			_(\
838 "Start up graphical user interface to access SANE (Scanner Access Now Easy) devices.\n\
839 \n\
840 The format of [DEVICE] is backendname:devicefile (e.g. umax:/dev/scanner).\n\
841 [OPTION]... can be a combination of the following items:\n\
842  -h, --help                   display this help message and exit\n\
843  -v, --version                print version information\n\
844  -l, --license                print license information\n\
845 \n\
846  -d, --device-settings file   load device settings from file (without \".drc\")\n\
847 \n\
848  -V, --viewer                 start with viewer-mode active (default)\n\
849  -s, --save                   start with save-mode active\n\
850  -c, --copy                   start with copy-mode active\n\
851  -m, --multipage              start with multipage-mode active\n\
852  -f, --fax                    start with fax-mode active\n\
853  -e, --email                  start with e-mail-mode active\n\
854  -n, --no-mode-selection      disable menu for XSane mode selection\n\
855 \n\
856  -F, --Fixed                  fixed main window size (overwrite preferences value)\n\
857  -R, --Resizeable             resizable, scrolled main window (overwrite preferences value)\n\
858 \n\
859  -p, --print-filenames        print image filenames created by XSane\n\
860  -N, --force-filename name    force filename and disable user filename selection\n\
861 \n\
862  --display X11-display        redirect output to X11-display\n\
863  --no-xshm                    do not use shared memory images\n\
864  --sync                       request a synchronous connection with the X11 server\
865 ")
866 
867 /* strings for gimp plugin */
868 
869 #define XSANE_GIMP_INSTALL_BLURB	_("Front-end to the SANE interface")
870 #define XSANE_GIMP_INSTALL_HELP		_("This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface.")
871 
872 /* Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" */
873 #define XSANE_GIMP_MENU_DIALOG		_("<Toolbox>/File/Acquire/XSane: Device dialog...")
874 #define XSANE_GIMP_MENU			_("<Toolbox>/File/Acquire/XSane: ")
875 #define XSANE_GIMP_MENU_DIALOG_OLD	_("<Toolbox>/Xtns/XSane/Device dialog...")
876 #define XSANE_GIMP_MENU_OLD		_("<Toolbox>/Xtns/XSane/")
877 
878 #define HELP_NO_DEVICES	      _("Possible reasons:\n" \
879 				"1) There really is no device that is supported by SANE\n" \
880 				"2) Supported devices are busy\n" \
881 				"3) The permissions for the device file do not allow you to use it - try as root\n" \
882 				"4) The backend is not loaded by SANE (man sane-dll)\n" \
883 				"5) The backend is not configured correctly (man sane-\"backendname\")\n" \
884 				"6) Possibly there is more than one SANE version installed" )
885 
886 /* strings that are used in structures, so it is not allowed to use _()/gettext() here */
887 /* gettext_noop does mark these texts but does not change the string */
888 
889 #define MENU_ITEM_SURFACE_FULL_SIZE		N_("full size")
890 #define MENU_ITEM_SURFACE_DIN_A3P		N_("DIN A3 port.")
891 #define MENU_ITEM_SURFACE_DIN_A3L		N_("DIN A3 land.")
892 #define MENU_ITEM_SURFACE_DIN_A4P		N_("DIN A4 port.")
893 #define MENU_ITEM_SURFACE_DIN_A4L		N_("DIN A4 land.")
894 #define MENU_ITEM_SURFACE_DIN_A5P		N_("DIN A5 port.")
895 #define MENU_ITEM_SURFACE_DIN_A5L		N_("DIN A5 land.")
896 #define MENU_ITEM_SURFACE_13cmx18cm		N_("13cm x 18cm")
897 #define MENU_ITEM_SURFACE_18cmx13cm		N_("18cm x 13cm")
898 #define MENU_ITEM_SURFACE_10cmx15cm		N_("10cm x 15cm")
899 #define MENU_ITEM_SURFACE_15cmx10cm		N_("15cm x 10cm")
900 #define MENU_ITEM_SURFACE_9cmx13cm		N_("9cm x 13cm")
901 #define MENU_ITEM_SURFACE_13cmx9cm		N_("13cm x 9cm")
902 #define MENU_ITEM_SURFACE_legal_P		N_("legal port.")
903 #define MENU_ITEM_SURFACE_legal_L		N_("legal land.")
904 #define MENU_ITEM_SURFACE_letter_P		N_("letter port.")
905 #define MENU_ITEM_SURFACE_letter_L		N_("letter land.")
906 
907 #define MENU_ITEM_MEDIUM_FULL_COLOR_RANGE	N_("Full color range")
908 #define MENU_ITEM_MEDIUM_SLIDE			N_("Slide")
909 #define MENU_ITEM_MEDIUM_STANDARD_NEG		N_("Standard negative")
910 #define MENU_ITEM_MEDIUM_AGFA_NEG		N_("Agfa negative")
911 #define MENU_ITEM_MEDIUM_AGFA_NEG_XRG200_4	N_("Agfa negative XRG 200-4")
912 #define MENU_ITEM_MEDIUM_AGFA_NEG_HDC_100	N_("Agfa negative HDC 100")
913 #define MENU_ITEM_MEDIUM_FUJI_NEG		N_("Fuji negative")
914 #define MENU_ITEM_MEDIUM_KODAK_NEG		N_("Kodak negative")
915 #define MENU_ITEM_MEDIUM_KONICA_NEG		N_("Konica negative")
916 #define MENU_ITEM_MEDIUM_KONICA_NEG_VX_100	N_("Konica negative VX 100")
917 #define MENU_ITEM_MEDIUM_ROSSMANN_NEG_HR_100	N_("Rossmann negative HR 100")
918 
919 #define TEXT_PROJECT_STATUS_NOT_CREATED		N_("Project not created")
920 #define TEXT_PROJECT_STATUS_CREATED		N_("Project created")
921 #define TEXT_PROJECT_STATUS_CHANGED		N_("Project changed")
922 #define TEXT_PROJECT_STATUS_ERR_READ_PROJECT	N_("Error reading project")
923 
924 #define TEXT_PROJECT_STATUS_FILE_SAVING_ERROR	N_("Error saving file")
925 #define TEXT_PROJECT_STATUS_FILE_SAVING		N_("Saving file")
926 #define TEXT_PROJECT_STATUS_FILE_SAVING_ABORTED	N_("Aborted saving file")
927 #define TEXT_PROJECT_STATUS_FILE_SAVED		N_("File has been saved")
928 
929 #define TEXT_EMAIL_STATUS_POP3_CONNECTION_FAILED N_("POP3 connection failed")
930 #define TEXT_EMAIL_STATUS_POP3_LOGIN_FAILED	N_("POP3 login failed")
931 #define TEXT_EMAIL_STATUS_ASMTP_AUTH_FAILED	N_("ASMTP authentication failed")
932 #define TEXT_EMAIL_STATUS_SMTP_CONNECTION_FAILED N_("SMTP connection failed")
933 #define TEXT_EMAIL_STATUS_SMTP_ERR_FROM		N_("From entry not accepted")
934 #define TEXT_EMAIL_STATUS_SMTP_ERR_RCPT		N_("Receiver entry not accepted")
935 #define TEXT_EMAIL_STATUS_SMTP_ERR_DATA		N_("E-mail data not accepted")
936 #define TEXT_EMAIL_STATUS_SENDING		N_("Sending e-mail")
937 #define TEXT_EMAIL_STATUS_SENT			N_("E-mail has been sent")
938 
939 #define TEXT_FAX_STATUS_QUEUEING_FAX		N_("Queueing fax")
940 #define TEXT_FAX_STATUS_FAX_QUEUED		N_("Fax is queued")
941 
942 #endif
943