1 /*  gimprc-blurbs.h  --  descriptions for gimprc properties  */
2 
3 #ifndef __GIMP_RC_BLURBS_H__
4 #define __GIMP_RC_BLURBS_H__
5 
6 
7 /*  Not all strings defined here are used in the user interface
8  *  (the preferences dialog mainly) and only those that are should
9  *  be marked for translation.
10  */
11 
12 #define ACTIVATE_ON_FOCUS_BLURB \
13 _("When enabled, an image will become the active image when its image " \
14   "window receives the focus. This is useful for window managers using " \
15   "\"click to focus\".")
16 
17 #define BRUSH_PATH_BLURB \
18 "Sets the brush search path."
19 
20 #define BRUSH_PATH_WRITABLE_BLURB ""
21 
22 #define DYNAMICS_PATH_BLURB \
23 _("Sets the dynamics search path.")
24 
25 #define DYNAMICS_PATH_WRITABLE_BLURB ""
26 
27 #define TOOL_PRESET_PATH_BLURB \
28 _("Sets the dynamics search path.")
29 
30 #define TOOL_PRESET_PATH_WRITABLE_BLURB ""
31 
32 #define CANVAS_PADDING_COLOR_BLURB \
33 _("Sets the canvas padding color used if the padding mode is set to " \
34   "custom color.")
35 
36 #define CANVAS_PADDING_IN_SHOW_ALL_BLURB \
37 _("Specifies whether to keep the canvas padding when \"View -> Show All\" " \
38   "is enabled.")
39 
40 #define CANVAS_PADDING_MODE_BLURB \
41 _("Specifies how the area around the image should be drawn.")
42 
43 #define CHECK_UPDATES_BLURB \
44 _("Check for availability of GIMP updates through background internet queries.")
45 
46 #define CHECK_UPDATE_TIMESTAMP_BLURB \
47 _("Timestamp of the last update check.")
48 
49 #define COLOR_MANAGEMENT_BLURB \
50 "Defines the color management behavior."
51 
52 #define COLOR_PROFILE_POLICY_BLURB \
53 _("How to handle embedded color profiles when opening a file.")
54 
55 #define COLOR_PROFILE_PATH_BLURB \
56 _("Sets the default folder path for all color profile file dialogs.")
57 
58 #define COMPACT_SLIDERS_BLURB \
59 _("Use compact style for sliders.")
60 
61 #define CURSOR_MODE_BLURB \
62 _("Sets the type of mouse pointers to use.")
63 
64 #define CURSOR_HANDEDNESS_BLURB \
65 _("Sets the handedness for cursor positioning.")
66 
67 #define CURSOR_UPDATING_BLURB \
68 _("Context-dependent mouse pointers are helpful.  They are enabled by " \
69   "default.  However, they require overhead that you may want to do without.")
70 
71 #define DEFAULT_BRUSH_BLURB \
72 "Specify a default brush.  The brush is searched for in the " \
73 "specified brush path."
74 
75 #define DEFAULT_DYNAMICS_BLURB \
76 "Specify a default dynamics.  The dynamics is searched for in the " \
77 "specified dynamics path."
78 
79 #define DEFAULT_TOOL_PRESET_BLURB \
80 "Specify a default tool preset.  The tool preset is searched for in the " \
81 "specified tool prests path."
82 
83 #define DEFAULT_SHOW_ALL_BLURB \
84 _("Show full image content by default.")
85 
86 #define DEFAULT_DOT_FOR_DOT_BLURB \
87 _("When enabled, this will ensure that each pixel of an image gets " \
88   "mapped to a pixel on the screen.")
89 
90 #define DEFAULT_FONT_BLURB \
91 "Specify a default font."
92 
93 #define DEFAULT_GRADIENT_BLURB \
94 "Specify a default gradient."
95 
96 #define DEFAULT_GRID_BLURB \
97 "Specify a default image grid."
98 
99 #define DEFAULT_IMAGE_BLURB \
100 "Sets the default image in the \"File/New\" dialog."
101 
102 #define DEFAULT_MYPAINT_BRUSH_BLURB \
103 "Specify a default MyPaint brush."
104 
105 #define DEFAULT_PATTERN_BLURB \
106 "Specify a default pattern."
107 
108 #define DEFAULT_PALETTE_BLURB \
109 "Specify a default palette."
110 
111 #define DEFAULT_SNAP_DISTANCE_BLURB \
112 _("This is the distance in pixels where Guide and Grid snapping " \
113   "activates.")
114 
115 #define SNAP_TO_GUIDES_BLURB \
116 _("Snap to guides by default in new image windows.")
117 
118 #define SNAP_TO_GRID_BLURB \
119 _("Snap to the grid by default in new image windows.")
120 
121 #define SNAP_TO_CANVAS_BLURB \
122 _("Snap to the canvas edges by default in new image windows.")
123 
124 #define SNAP_TO_PATH_BLURB \
125 _("Snap to the active path by default in new image windows.")
126 
127 #define DEFAULT_THRESHOLD_BLURB \
128 _("Tools such as fuzzy-select and bucket fill find regions based on a " \
129   "seed-fill algorithm.  The seed fill starts at the initially selected " \
130   "pixel and progresses in all directions until the difference of pixel " \
131   "intensity from the original is greater than a specified threshold. " \
132   "This value represents the default threshold.")
133 
134 #define DEFAULT_VIEW_BLURB \
135 "Sets the default settings for the image view."
136 
137 #define DEFAULT_FULLSCREEN_VIEW_BLURB \
138 "Sets the default settings used when an image is viewed in fullscreen mode."
139 
140 #define DOCK_WINDOW_HINT_BLURB \
141 _("The window type hint that is set on dock windows and the toolbox " \
142   "window. This may affect the way your window manager decorates and " \
143   "handles these windows.")
144 
145 #define ENVIRON_PATH_BLURB \
146 "Sets the environ search path."
147 
148 #define FRACTALEXPLORER_PATH_BLURB \
149 "Where to search for fractals used by the Fractal Explorer plug-in."
150 
151 #define GFIG_PATH_BLURB \
152 "Where to search for Gfig figures used by the Gfig plug-in."
153 
154 #define GFLARE_PATH_BLURB \
155 "Where to search for gflares used by the GFlare plug-in."
156 
157 #define GIMPRESSIONIST_PATH_BLURB \
158 "Where to search for data used by the Gimpressionist plug-in."
159 
160 #define GLOBAL_BRUSH_BLURB \
161 _("When enabled, the selected brush will be used for all tools.")
162 
163 #define GLOBAL_DYNAMICS_BLURB \
164 _("When enabled, the selected dynamics will be used for all tools.")
165 
166 #define GLOBAL_FONT_BLURB \
167 "When enabled, the selected font will be used for all tools."
168 
169 #define GLOBAL_GRADIENT_BLURB \
170 _("When enabled, the selected gradient will be used for all tools.")
171 
172 #define GLOBAL_PATTERN_BLURB \
173 _("When enabled, the selected pattern will be used for all tools.")
174 
175 #define GLOBAL_PALETTE_BLURB \
176 "When enabled, the selected palette will be used for all tools."
177 
178 #define GRADIENT_PATH_BLURB \
179 "Sets the gradient search path."
180 
181 #define GRADIENT_PATH_WRITABLE_BLURB ""
182 
183 #define FONT_PATH_BLURB \
184 "Where to look for fonts in addition to the system-wide installed fonts."
185 
186 #define HELP_BROWSER_BLURB \
187 _("Sets the browser used by the help system.")
188 
189 #define HELP_LOCALES_BLURB \
190 "Specifies the language preferences used by the help system. This is a " \
191 "colon-separated list of language identifiers with decreasing priority. " \
192 "If empty, the language is taken from the user's locale setting."
193 
194 #define FILTER_TOOL_MAX_RECENT_BLURB \
195 _("How many recent settings to keep around in filter tools.")
196 
197 #define FILTER_TOOL_USE_LAST_SETTINGS_BLURB \
198 _("Default to the last used settings in filter tools.")
199 
200 #define FILTER_TOOL_SHOW_COLOR_OPTIONS_BLURB \
201 _("Show advanced color options in filter tools.")
202 
203 #define IMAGE_STATUS_FORMAT_BLURB \
204 _("Sets the text to appear in image window status bars.")
205 
206 #define IMAGE_TITLE_FORMAT_BLURB \
207 _("Sets the text to appear in image window titles.")
208 
209 #define IMPORT_PROMOTE_FLOAT_BLURB \
210 _("Promote imported images to floating point precision. Does not apply " \
211   "to indexed images.")
212 
213 #define IMPORT_PROMOTE_DITHER_BLURB \
214 _("When promoting imported images to floating point precision, also add " \
215   "minimal noise in order to distribute color values a bit.")
216 
217 #define IMPORT_ADD_ALPHA_BLURB \
218 _("Add an alpha channel to all layers of imported images.")
219 
220 #define IMPORT_RAW_PLUG_IN_BLURB \
221 _("Which plug-in to use for importing raw digital camera files.")
222 
223 #define EXPORT_FILE_TYPE_BLURB \
224 _("Export file type used by default.")
225 
226 #define EXPORT_COLOR_PROFILE_BLURB \
227 _("Export the image's color profile by default.")
228 
229 /* Translators: tooltip for configuration option (checkbox).
230  * It determines how file export plug-ins handle Exif by default.
231  */
232 #define EXPORT_METADATA_EXIF_BLURB \
233 _("Export Exif metadata by default.")
234 
235 /* Translators: tooltip for configuration option (checkbox).
236  * It determines how file export plug-ins handle XMP by default.
237  */
238 #define EXPORT_METADATA_XMP_BLURB \
239 _("Export XMP metadata by default.")
240 
241 /* Translators: tooltip for configuration option (checkbox).
242  * It determines how file export plug-ins handle IPTC by default.
243  */
244 #define EXPORT_METADATA_IPTC_BLURB \
245 _("Export IPTC metadata by default.")
246 
247 #define GENERATE_BACKTRACE_BLURB \
248 _("Try generating debug data for bug reporting when appropriate.")
249 
250 #define INITIAL_ZOOM_TO_FIT_BLURB \
251 _("When enabled, this will ensure that the full image is visible after a " \
252   "file is opened, otherwise it will be displayed with a scale of 1:1.")
253 
254 #define INTERPOLATION_TYPE_BLURB \
255 _("Sets the level of interpolation used for scaling and other " \
256   "transformations.")
257 
258 #define INTERPRETER_PATH_BLURB \
259 "Sets the interpreter search path."
260 
261 #define LANGUAGE_BLURB \
262 _("Specifies the language to use for the user interface.")
263 
264 #define LAST_KNOWN_RELEASE_BLURB \
265 _("The last known release version of GIMP as queried from official website.")
266 
267 #define LAST_OPENED_SIZE_BLURB \
268 _("How many recently opened image filenames to keep on the File menu.")
269 
270 #define LAST_RELEASE_TIMESTAMP_BLURB \
271 _("The timestamp for the last known release date.")
272 
273 #define LAST_REVISION_BLURB \
274 _("The last revision number for the release.")
275 
276 #define MARCHING_ANTS_SPEED_BLURB \
277 _("Speed of marching ants in the selection outline.  This value is in " \
278   "milliseconds (less time indicates faster marching).")
279 
280 #define MAX_NEW_IMAGE_SIZE_BLURB  \
281 _("GIMP will warn the user if an attempt is made to create an image that " \
282   "would take more memory than the size specified here.")
283 
284 #define MODULE_PATH_BLURB \
285 "Sets the module search path."
286 
287 #define MONITOR_RES_FROM_GDK_BLURB \
288 "When enabled, GIMP will use the monitor resolution from the windowing system."
289 
290 #define MONITOR_XRESOLUTION_BLURB \
291 _("Sets the monitor's horizontal resolution, in dots per inch.  If set to " \
292   "0, forces the X server to be queried for both horizontal and vertical " \
293   "resolution information.")
294 
295 #define MONITOR_YRESOLUTION_BLURB \
296 _("Sets the monitor's vertical resolution, in dots per inch.  If set to " \
297   "0, forces the X server to be queried for both horizontal and vertical " \
298   "resolution information.")
299 
300 #define EDIT_NON_VISIBLE_BLURB \
301 _("When enabled, non-visible layers can be edited as normal.")
302 
303 #define MOVE_TOOL_CHANGES_ACTIVE_BLURB \
304 _("If enabled, the move tool sets the edited layer or path as active.  " \
305   "This used to be the default behaviour in older versions.")
306 
307 #define MYPAINT_BRUSH_PATH_BLURB \
308 "Sets the brush search path."
309 
310 #define MYPAINT_BRUSH_PATH_WRITABLE_BLURB ""
311 
312 #define NAVIGATION_PREVIEW_SIZE_BLURB \
313 _("Sets the size of the navigation preview available in the lower right " \
314   "corner of the image window.")
315 
316 #define NUM_PROCESSORS_BLURB \
317 _("Sets how many threads GIMP should use for operations that support it.")
318 
319 #define PALETTE_PATH_BLURB \
320 "Sets the palette search path."
321 
322 #define PALETTE_PATH_WRITABLE_BLURB ""
323 
324 #define PATTERN_PATH_BLURB \
325 "Sets the pattern search path."
326 
327 #define PATTERN_PATH_WRITABLE_BLURB ""
328 
329 #define FILTER_HISTORY_SIZE_BLURB \
330 "How many recently used filters and plug-ins to keep on the Filters menu."
331 
332 #define PLUG_IN_PATH_BLURB \
333 "Sets the plug-in search path."
334 
335 #define PLUGINRC_PATH_BLURB \
336 "Sets the pluginrc search path."
337 
338 #define LAYER_PREVIEWS_BLURB \
339 _("Sets whether GIMP should create previews of layers and channels. " \
340   "Previews in the layers and channels dialog are nice to have but they " \
341   "can slow things down when working with large images.")
342 
343 #define GROUP_LAYER_PREVIEWS_BLURB \
344 _("Sets whether GIMP should create previews of layer groups. " \
345   "Layer group previews are more expensive than ordinary layer previews.")
346 
347 #define LAYER_PREVIEW_SIZE_BLURB \
348 _("Sets the preview size used for layers and channel previews in newly " \
349   "created dialogs.")
350 
351 #define QUICK_MASK_COLOR_BLURB \
352 _("Sets the default quick mask color.")
353 
354 #define RESIZE_WINDOWS_ON_RESIZE_BLURB \
355 _("When enabled, the image window will automatically resize itself " \
356   "whenever the physical image size changes. This setting only takes " \
357   "effect in multi-window mode.")
358 
359 #define RESIZE_WINDOWS_ON_ZOOM_BLURB \
360 _("When enabled, the image window will automatically resize itself " \
361   "when zooming into and out of images. This setting only takes " \
362   "effect in multi-window mode.")
363 
364 #define RESTORE_SESSION_BLURB \
365 _("Let GIMP try to restore your last saved session on each startup.")
366 
367 #define RESTORE_MONITOR_BLURB \
368 _("When enabled, GIMP will try to restore windows on the monitor they " \
369   "were open before.  When disabled, windows will appear on the currently " \
370   "used monitor.")
371 
372 #define SAVE_DEVICE_STATUS_BLURB \
373 _("Remember the current tool, pattern, color, and brush across GIMP " \
374   "sessions.")
375 
376 #define DEVICES_SHARE_TOOL_BLURB \
377 _("When enabled, the same tool and tool options will be used for all " \
378   "input devices. No tool switching will occur when the input device " \
379   "changes.")
380 
381 #define SAVE_DOCUMENT_HISTORY_BLURB \
382 _("Keep a permanent record of all opened and saved files in the Recent " \
383   "Documents list.")
384 
385 #define SAVE_SESSION_INFO_BLURB \
386 _("Save the positions and sizes of the main dialogs when GIMP exits.")
387 
388 #define SAVE_TOOL_OPTIONS_BLURB \
389 _("Save the tool options when GIMP exits.")
390 
391 #define SCRIPT_FU_PATH_BLURB \
392 "This path will be searched for scripts when the Script-Fu plug-in is run."
393 
394 #define SHOW_BRUSH_OUTLINE_BLURB \
395 _("When enabled, all paint tools will show a preview of the current " \
396   "brush's outline.")
397 
398 #define SNAP_BRUSH_OUTLINE_BLURB \
399 _("When enabled, the brush outline will snap to individual dabs while " \
400   "painting.")
401 
402 #define SHOW_HELP_BUTTON_BLURB \
403 _("When enabled, dialogs will show a help button that gives access to " \
404   "the related help page.  Without this button, the help page can still " \
405   "be reached by pressing F1.")
406 
407 #define SHOW_PAINT_TOOL_CURSOR_BLURB \
408 _("When enabled, the mouse pointer will be shown over the image while " \
409   "using a paint tool.")
410 
411 #define SHOW_MENUBAR_BLURB \
412 _("When enabled, the menubar is visible by default. This can also be " \
413   "toggled with the \"View->Show Menubar\" command.")
414 
415 #define SHOW_RULERS_BLURB \
416 _("When enabled, the rulers are visible by default. This can also be " \
417   "toggled with the \"View->Show Rulers\" command.")
418 
419 #define SHOW_SCROLLBARS_BLURB \
420 _("When enabled, the scrollbars are visible by default. This can also be " \
421   "toggled with the \"View->Show Scrollbars\" command.")
422 
423 #define SHOW_STATUSBAR_BLURB \
424 _("When enabled, the statusbar is visible by default. This can also be " \
425   "toggled with the \"View->Show Statusbar\" command.")
426 
427 #define SHOW_SELECTION_BLURB \
428 _("When enabled, the selection is visible by default. This can also be " \
429   "toggled with the \"View->Show Selection\" command.")
430 
431 #define SHOW_LAYER_BOUNDARY_BLURB \
432 _("When enabled, the layer boundary is visible by default. This can also " \
433   "be toggled with the \"View->Show Layer Boundary\" command.")
434 
435 #define SHOW_CANVAS_BOUNDARY_BLURB \
436 _("When enabled, the canvas boundary is visible by default. This can also " \
437   "be toggled with the \"View->Show Canvas Boundary\" command.")
438 
439 #define SHOW_GUIDES_BLURB \
440 _("When enabled, the guides are visible by default. This can also be " \
441   "toggled with the \"View->Show Guides\" command.")
442 
443 #define SHOW_GRID_BLURB \
444 _("When enabled, the grid is visible by default. This can also be toggled " \
445   "with the \"View->Show Grid\" command.")
446 
447 #define SHOW_SAMPLE_POINTS_BLURB \
448 _("When enabled, the sample points are visible by default. This can also be " \
449   "toggled with the \"View->Show Sample Points\" command.")
450 
451 #define SHOW_TOOLTIPS_BLURB \
452 _("Show a tooltip when the pointer hovers over an item.")
453 
454 #define SINGLE_WINDOW_MODE_BLURB \
455 _("Use GIMP in a single-window mode.")
456 
457 #define HIDE_DOCKS_BLURB \
458 _("Hide docks and other windows, leaving only image windows.")
459 
460 #define SHOW_TABS_BLURB \
461 _("Show the image tabs bar in single window mode.")
462 
463 #define PLAYGROUND_NPD_TOOL_BLURB \
464 _("Enable the N-Point Deformation tool.")
465 
466 #define PLAYGROUND_HANDLE_TRANSFORM_TOOL_BLURB \
467 _("Enable the Handle Transform tool.")
468 
469 #define PLAYGROUND_SYMMETRY_BLURB \
470 _("Enable symmetry on painting.")
471 
472 #define PLAYGROUND_MYBRUSH_TOOL_BLURB \
473 _("Enable the MyPaint Brush tool.")
474 
475 #define PLAYGROUND_SEAMLESS_CLONE_TOOL_BLURB \
476 _("Enable the Seamless Clone tool.")
477 
478 #define SPACE_BAR_ACTION_BLURB \
479 _("What to do when the space bar is pressed in the image window.")
480 
481 #define SWAP_COMPRESSION_BLURB \
482 _("The compression method used for tile data stored in the swap file.")
483 
484 #define SWAP_PATH_BLURB \
485 _("Sets the swap file location. GIMP uses a tile based memory allocation " \
486   "scheme. The swap file is used to quickly and easily swap tiles out to " \
487   "disk and back in. Be aware that the swap file can easily get very large " \
488   "if GIMP is used with large images. " \
489   "Also, things can get horribly slow if the swap file is created on " \
490   "a folder that is mounted over NFS.  For these reasons, it may be " \
491   "desirable to put your swap file in \"/tmp\".")
492 
493 #define TEAROFF_MENUS_BLURB \
494 _("When enabled, menus can be torn off.")
495 
496 #define CAN_CHANGE_ACCELS_BLURB \
497 _("When enabled, you can change keyboard shortcuts for menu items " \
498   "by hitting a key combination while the menu item is highlighted.")
499 
500 #define SAVE_ACCELS_BLURB \
501 _("Save changed keyboard shortcuts when GIMP exits.")
502 
503 #define RESTORE_ACCELS_BLURB \
504 _("Restore saved keyboard shortcuts on each GIMP startup.")
505 
506 #define TEMP_PATH_BLURB \
507 _("Sets the folder for temporary storage. Files will appear here " \
508   "during the course of running GIMP.  Most files will disappear " \
509   "when GIMP exits, but some files are likely to remain, so it " \
510   "is best if this folder not be one that is shared by other users.")
511 
512 #define THEME_BLURB \
513 _("The name of the theme to use.")
514 
515 #define THEME_PATH_BLURB \
516 "Sets the theme search path."
517 
518 #define ICON_THEME_BLURB \
519 "The name of the icon theme to use."
520 
521 #define ICON_SIZE_BLURB \
522 "The size of the icons to use."
523 
524 #define ICON_THEME_PATH_BLURB \
525 "Sets the icon theme search path."
526 
527 #define IMAGE_CONVERT_PROFILE_INTENT_BLURB \
528 _("Sets the default rendering intent for the 'Convert to Color Profile' dialog.")
529 
530 #define IMAGE_CONVERT_PROFILE_BPC_BLURB \
531 _("Sets the default 'Black Point Compensation' state for the " \
532   "'Convert to Color Profile' dialog.")
533 
534 #define IMAGE_CONVERT_PRECISION_LAYER_DITHER_METHOD_BLURB \
535 _("Sets the default layer dithering method for the 'Convert Precision' dialog.")
536 
537 #define IMAGE_CONVERT_PRECISION_TEXT_LAYER_DITHER_METHOD_BLURB \
538 _("Sets the default text layer dithering method for the 'Convert Precision' dialog.")
539 
540 #define IMAGE_CONVERT_PRECISION_CHANNEL_DITHER_METHOD_BLURB \
541 _("Sets the default channel dithering method for the 'Convert Precision' dialog.")
542 
543 #define IMAGE_CONVERT_INDEXED_PALETTE_TYPE_BLURB \
544 _("Sets the default palette type for the 'Convert to Indexed' dialog.")
545 
546 #define IMAGE_CONVERT_INDEXED_MAX_COLORS_BLURB \
547 _("Sets the default maximum number of colors for the 'Convert to Indexed' dialog.")
548 
549 #define IMAGE_CONVERT_INDEXED_REMOVE_DUPLICATES_BLURB \
550 _("Sets the default 'Remove duplicate colors' state for the 'Convert to Indexed' dialog.")
551 
552 #define IMAGE_CONVERT_INDEXED_DITHER_TYPE_BLURB \
553 _("Sets the default dithering type for the 'Convert to Indexed' dialog.")
554 
555 #define IMAGE_CONVERT_INDEXED_DITHER_ALPHA_BLURB \
556 _("Sets the default 'Dither alpha' state for the 'Convert to Indexed' dialog.")
557 
558 #define IMAGE_CONVERT_INDEXED_DITHER_TEXT_LAYERS_BLURB \
559 _("Sets the default 'Dither text layers' state for the 'Convert to Indexed' dialog.")
560 
561 #define IMAGE_RESIZE_FILL_TYPE_BLURB \
562 _("Sets the default fill type for the 'Canvas Size' dialog.")
563 
564 #define IMAGE_RESIZE_LAYER_SET_BLURB \
565 _("Sets the default set of layers to resize for the 'Canvas Size' dialog.")
566 
567 #define IMAGE_RESIZE_RESIZE_TEXT_LAYERS_BLURB \
568 _("Sets the default 'Resize text layers' state for the 'Canvas Size' dialog.")
569 
570 #define LAYER_NEW_NAME_BLURB \
571 _("Sets the default layer name for the 'New Layer' dialog.")
572 
573 #define LAYER_NEW_MODE_BLURB \
574 _("Sets the default mode for the 'New Layer' dialog.")
575 
576 #define LAYER_NEW_BLEND_SPACE_BLURB \
577 _("Sets the default blend space for the 'New Layer' dialog.")
578 
579 #define LAYER_NEW_COMPOSITE_SPACE_BLURB \
580 _("Sets the default composite space for the 'New Layer' dialog.")
581 
582 #define LAYER_NEW_COMPOSITE_MODE_BLURB \
583 _("Sets the default composite mode for the 'New Layer' dialog.")
584 
585 #define LAYER_NEW_OPACITY_BLURB \
586 _("Sets the default opacity for the 'New Layer' dialog.")
587 
588 #define LAYER_NEW_FILL_TYPE_BLURB \
589 _("Sets the default fill type for the 'New Layer' dialog.")
590 
591 #define LAYER_RESIZE_FILL_TYPE_BLURB \
592 _("Sets the default fill type for the 'Layer Boundary Size' dialog.")
593 
594 #define LAYER_ADD_MASK_TYPE_BLURB \
595 _("Sets the default mask for the 'Add Layer Mask' dialog.")
596 
597 #define LAYER_ADD_MASK_INVERT_BLURB \
598 _("Sets the default 'invert mask' state for the 'Add Layer Mask' dialog.")
599 
600 #define LAYER_MERGE_TYPE_BLURB \
601 _("Sets the default merge type for the 'Merge Visible Layers' dialog.")
602 
603 #define LAYER_MERGE_ACTIVE_GROUP_ONLY_BLURB \
604 _("Sets the default 'Active group only' for the 'Merge Visible Layers' dialog.")
605 
606 #define LAYER_MERGE_DISCARD_INVISIBLE_BLURB \
607 _("Sets the default 'Discard invisible' for the 'Merge Visible Layers' dialog.")
608 
609 #define CHANNEL_NEW_NAME_BLURB \
610 _("Sets the default channel name for the 'New Channel' dialog.")
611 
612 #define CHANNEL_NEW_COLOR_BLURB \
613 _("Sets the default color and opacity for the 'New Channel' dialog.")
614 
615 #define VECTORS_NEW_NAME_BLURB \
616 _("Sets the default path name for the 'New Path' dialog.")
617 
618 #define VECTORS_EXPORT_PATH_BLURB \
619 _("Sets the default folder path for the 'Export Path' dialog.")
620 
621 #define VECTORS_EXPORT_ACTIVE_ONLY_BLURB \
622 _("Sets the default 'Export the active path' state for the 'Export Path' dialog.")
623 
624 #define VECTORS_IMPORT_PATH_BLURB \
625 _("Sets the default folder path for the 'Import Path' dialog.")
626 
627 #define VECTORS_IMPORT_MERGE_BLURB \
628 _("Sets the default 'Merge imported paths' state for the 'Import Path' dialog.")
629 
630 #define VECTORS_IMPORT_SCALE_BLURB \
631 _("Sets the default 'Scale imported paths to fit size' state for the 'Import Path' dialog.")
632 
633 #define SELECTION_FEATHER_RADIUS_BLURB \
634 _("Sets the default feather radius for the 'Feather Selection' dialog.")
635 
636 #define SELECTION_FEATHER_EDGE_LOCK_BLURB \
637 _("Sets the default 'Selected areas continue outside the image' setting " \
638   "for the 'Feather Selection' dialog.")
639 
640 #define SELECTION_GROW_RADIUS_BLURB \
641 _("Sets the default grow radius for the 'Grow Selection' dialog.")
642 
643 #define SELECTION_SHRINK_RADIUS_BLURB \
644 _("Sets the default shrink radius for the 'Shrink Selection' dialog.")
645 
646 #define SELECTION_SHRINK_EDGE_LOCK_BLURB \
647 _("Sets the default 'Selected areas continue outside the image' setting " \
648   "for the 'Shrink Selection' dialog.")
649 
650 #define SELECTION_BORDER_RADIUS_BLURB \
651 _("Sets the default border radius for the 'Border Selection' dialog.")
652 
653 #define SELECTION_BORDER_EDGE_LOCK_BLURB \
654 _("Sets the default 'Selected areas continue outside the image' setting " \
655   "for the 'Border Selection' dialog.")
656 
657 #define SELECTION_BORDER_STYLE_BLURB \
658 _("Sets the default border style for the 'Border Selection' dialog.")
659 
660 #define FILL_OPTIONS_BLURB \
661 "The default fill options for the fill dialogs."
662 
663 #define STROKE_OPTIONS_BLURB \
664 "The default stroke options for the stroke dialogs."
665 
666 #define THUMBNAIL_SIZE_BLURB \
667 _("Sets the size of the thumbnail shown in the Open dialog.")
668 
669 #define THUMBNAIL_FILESIZE_LIMIT_BLURB \
670 _("The thumbnail in the Open dialog will be automatically updated " \
671   "if the file being previewed is smaller than the size set here.")
672 
673 #define TILE_CACHE_SIZE_BLURB \
674 _("When the amount of pixel data exceeds this limit, GIMP will start to " \
675   "swap tiles to disk.  This is a lot slower but it makes it possible to " \
676   "work on images that wouldn't fit into memory otherwise.  If you have a " \
677   "lot of RAM, you may want to set this to a higher value.")
678 
679 #define TOOLBOX_COLOR_AREA_BLURB \
680 _("Show the current foreground and background colors in the toolbox.")
681 
682 #define TOOLBOX_FOO_AREA_BLURB \
683 _("Show the currently selected brush, pattern and gradient in the toolbox.")
684 
685 #define TOOLBOX_GROUP_MENU_MODE_BLURB \
686 _("Menu mode of grouped tools.")
687 
688 #define TOOLBOX_GROUPS_BLURB \
689 _("Use a single toolbox button for grouped tools.")
690 
691 #define TOOLBOX_IMAGE_AREA_BLURB \
692 _("Show the currently active image in the toolbox.")
693 
694 #define TOOLBOX_WILBER_BLURB \
695 _("Show the GIMP mascot at the top of the toolbox.")
696 
697 #define TRANSPARENCY_TYPE_BLURB \
698 _("Sets the manner in which transparency is displayed in images.")
699 
700 #define TRANSPARENCY_SIZE_BLURB \
701 _("Sets the size of the checkerboard used to display transparency.")
702 
703 #define TRUST_DIRTY_FLAG_BLURB \
704 _("When enabled, GIMP will not save an image if it has not been changed " \
705   "since it was opened.")
706 
707 #define UNDO_LEVELS_BLURB \
708 _("Sets the minimal number of operations that can be undone. More undo " \
709   "levels are kept available until the undo-size limit is reached.")
710 
711 #define UNDO_SIZE_BLURB \
712 _("Sets an upper limit to the memory that is used per image to keep " \
713   "operations on the undo stack. Regardless of this setting, at least " \
714   "as many undo-levels as configured can be undone.")
715 
716 #define UNDO_PREVIEW_SIZE_BLURB \
717 _("Sets the size of the previews in the Undo History.")
718 
719 #define USE_HELP_BLURB \
720 _("When enabled, pressing F1 will open the help browser.")
721 
722 #define USE_OPENCL_BLURB \
723 _("When enabled, uses OpenCL for some operations.")
724 
725 #define USER_MANUAL_ONLINE_BLURB \
726 "When enabled, the online user manual will be used by the help system. " \
727 "Otherwise the locally installed copy is used."
728 
729 #define USER_MANUAL_ONLINE_URI_BLURB \
730 "The location of the online user manual. This is used if " \
731 "'user-manual-online' is enabled."
732 
733 #define ZOOM_QUALITY_BLURB \
734 "There's a tradeoff between speed and quality of the zoomed-out display."
735 
736 #define DEFAULT_USE_EVENT_HISTORY_BLURB \
737 "Bugs in event history buffer are frequent so in case of cursor " \
738 "offset problems turning it off helps."
739 
740 #define SEARCH_SHOW_UNAVAILABLE_BLURB \
741 _("When enabled, a search of actions will also return inactive actions.")
742 
743 #define ACTION_HISTORY_SIZE_BLURB \
744 _("The maximum number of actions saved in history.")
745 
746 
747 #endif  /* __GIMP_RC_BLURBS_H__ */
748