2002-12-20 22:36:08 +08:00
|
|
|
/* gimprc-blurbs.h -- descriptions for gimprc properties */
|
2002-11-28 23:19:19 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#ifndef __GIMP_RC_BLURBS_H__
|
|
|
|
#define __GIMP_RC_BLURBS_H__
|
2002-11-28 23:19:19 +08:00
|
|
|
|
2003-01-26 09:20:20 +08:00
|
|
|
|
2003-01-26 04:29:42 +08:00
|
|
|
/* Not all strings defined here are used in the user interface
|
2003-01-26 09:20:20 +08:00
|
|
|
* (the preferences dialog mainly) and only those that are should
|
|
|
|
* be marked for translation.
|
2003-01-26 04:29:42 +08:00
|
|
|
*/
|
2002-11-28 09:34:30 +08:00
|
|
|
|
|
|
|
#define BRUSH_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the brush search path."
|
|
|
|
|
|
|
|
#define CANVAS_PADDING_MODE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Specifies how the area around the image should be drawn.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
|
|
|
#define CANVAS_PADDING_COLOR_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the canvas padding color used if the padding mode is set to " \
|
|
|
|
"custom color.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define CONFIRM_ON_CLOSE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Ask for confirmation before closing an image without saving.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define CURSOR_MODE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the mode of cursor the GIMP will use.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define CURSOR_UPDATING_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Context-dependent cursors are cool. They are enabled by default. " \
|
|
|
|
"However, they require overhead that you may want to do without.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
|
|
|
#define DEFAULT_BRUSH_BLURB \
|
2002-11-28 23:19:19 +08:00
|
|
|
"Specify a default brush. The brush is searched for in the " \
|
|
|
|
"specified brush path."
|
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define DEFAULT_DOT_FOR_DOT_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, this will ensure that each pixel of an image gets " \
|
2003-01-26 04:29:42 +08:00
|
|
|
"mapped to a pixel on the screen.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2003-03-26 06:06:03 +08:00
|
|
|
#define DEFAULT_FONT_BLURB \
|
|
|
|
"Specify a default font. The font is searched for in the " \
|
|
|
|
"fontconfig font path."
|
|
|
|
|
2002-11-28 23:19:19 +08:00
|
|
|
#define DEFAULT_GRADIENT_BLURB \
|
|
|
|
"Specify a default gradient. The gradient is searched for in the " \
|
|
|
|
"specified gradient path."
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-10-10 22:11:47 +08:00
|
|
|
#define DEFAULT_GRID_BLURB \
|
|
|
|
"Specify a default image grid."
|
|
|
|
|
2003-10-14 23:20:59 +08:00
|
|
|
#define DEFAULT_IMAGE_BLURB \
|
|
|
|
"Sets the default image in the \"File/New\" dialog."
|
2002-12-20 22:36:08 +08:00
|
|
|
|
2002-11-28 09:34:30 +08:00
|
|
|
#define DEFAULT_PATTERN_BLURB \
|
|
|
|
"Specify a default pattern. The pattern is searched for in the " \
|
|
|
|
"specified pattern path."
|
|
|
|
|
|
|
|
#define DEFAULT_PALETTE_BLURB \
|
|
|
|
"Specify a default palette. The palette is searched for in the " \
|
|
|
|
"specified palette path."
|
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define DEFAULT_THRESHOLD_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Tools such as fuzzy-select and bucket fill find regions based on a " \
|
|
|
|
"seed-fill algorithm. The seed fill starts at the intially selected " \
|
|
|
|
"pixel and progresses in all directions until the difference of pixel " \
|
|
|
|
"intensity from the original is greater than a specified threshold. " \
|
|
|
|
"This value represents the default threshold.")
|
2002-12-20 22:36:08 +08:00
|
|
|
|
2003-10-22 22:46:05 +08:00
|
|
|
#define DEFAULT_VIEW_BLURB \
|
|
|
|
"Sets the default settings for the image view."
|
|
|
|
|
|
|
|
#define DEFAULT_FULLSCREEN_VIEW_BLURB \
|
|
|
|
"Sets the default settings used when an image is viewed in fullscreen mode."
|
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define ENVIRON_PATH_BLURB \
|
|
|
|
"Sets the environ search path."
|
|
|
|
|
2002-12-30 07:23:35 +08:00
|
|
|
#define FRACTALEXPLORER_PATH_BLURB \
|
2002-12-30 09:28:47 +08:00
|
|
|
"Where to search for fractals used by the Fractal Explorer plug-in."
|
2002-12-30 07:23:35 +08:00
|
|
|
|
2002-11-28 09:34:30 +08:00
|
|
|
#define GAMMA_CORRECTION_BLURB \
|
2002-12-20 22:36:08 +08:00
|
|
|
"This setting is ignored."
|
|
|
|
#if 0
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the gamma correction value for the display. 1.0 corresponds to no " \
|
2002-11-28 09:34:30 +08:00
|
|
|
"gamma correction. For most displays, gamma correction should be set " \
|
2002-12-20 22:36:08 +08:00
|
|
|
"to between 2.0 and 2.6. One important thing to keep in mind: Many images " \
|
|
|
|
"that you might get from outside sources will in all likelihood already " \
|
|
|
|
"be gamma-corrected. In these cases, the image will look washed-out if " \
|
2003-01-23 00:03:22 +08:00
|
|
|
"the GIMP has gamma-correction turned on. If you are going to work with " \
|
2002-11-28 23:19:19 +08:00
|
|
|
"images of this sort, turn gamma correction off by setting the value to 1.0."
|
2002-12-20 22:36:08 +08:00
|
|
|
#endif
|
|
|
|
|
2002-12-30 07:23:35 +08:00
|
|
|
#define GFIG_PATH_BLURB \
|
2003-01-09 20:45:25 +08:00
|
|
|
"Where to search for Gfig figures used by the Gfig plug-in."
|
2002-12-30 07:23:35 +08:00
|
|
|
|
|
|
|
#define GFLARE_PATH_BLURB \
|
|
|
|
"Where to search for gflares used by the GFlare plug-in."
|
|
|
|
|
|
|
|
#define GIMPRESSIONIST_PATH_BLURB \
|
|
|
|
"Where to search for data used by the Gimpressionist plug-in."
|
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define GRADIENT_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the gradient search path."
|
|
|
|
|
2003-09-02 02:20:56 +08:00
|
|
|
#define FONT_PATH_BLURB \
|
|
|
|
"Where to look for fonts."
|
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define HELP_BROWSER_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the browser used by the help system.")
|
2002-12-20 22:36:08 +08:00
|
|
|
|
|
|
|
#define IMAGE_STATUS_FORMAT_BLURB \
|
2003-01-26 09:20:20 +08:00
|
|
|
N_("Sets the text to appear in image window status bars.")
|
2002-12-20 22:36:08 +08:00
|
|
|
|
|
|
|
#define IMAGE_TITLE_FORMAT_BLURB \
|
2003-01-26 09:20:20 +08:00
|
|
|
N_("Sets the text to appear in image window titles.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define INFO_WINDOW_PER_DISPLAY_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, the GIMP will use a different info window per image view.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2003-02-26 00:30:53 +08:00
|
|
|
#define INITIAL_ZOOM_TO_FIT_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, this will ensure that the full image is visible after a " \
|
|
|
|
"file is opened, otherwise it will be displayed with a scale of 1:1.")
|
2003-02-26 00:30:53 +08:00
|
|
|
|
2002-11-28 09:34:30 +08:00
|
|
|
#define INSTALL_COLORMAP_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Install a private colormap; might be useful on pseudocolor visuals.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define INTERPOLATION_TYPE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the level of interpolation used for scaling and other " \
|
|
|
|
"transformations.")
|
2002-12-20 22:36:08 +08:00
|
|
|
|
|
|
|
#define LAST_OPENED_SIZE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("How many recently opened image filenames to keep on the File menu.")
|
2002-11-28 23:19:19 +08:00
|
|
|
|
|
|
|
#define MARCHING_ANTS_SPEED_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Speed of marching ants in the selection outline. This value is in " \
|
|
|
|
"milliseconds (less time indicates faster marching).")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define MAX_NEW_IMAGE_SIZE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("GIMP will warn the user if an attempt is made to create an image that " \
|
|
|
|
"would take more memory than the size specified here.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
|
|
|
#define MIN_COLORS_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Generally only a concern for 8-bit displays, this sets the minimum " \
|
|
|
|
"number of system colors allocated for the GIMP.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define MODULE_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the module search path."
|
|
|
|
|
|
|
|
#define MONITOR_RES_FROM_GDK_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
"When enabled, the GIMP will use the monitor resolution from the " \
|
|
|
|
"windowing system."
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define MONITOR_XRESOLUTION_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the monitor's horizontal resolution, in dots per inch. If set to " \
|
2002-12-20 22:36:08 +08:00
|
|
|
"0, forces the X server to be queried for both horizontal and vertical " \
|
|
|
|
"resolution information."
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define MONITOR_YRESOLUTION_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the monitor's vertical resolution, in dots per inch. If set to " \
|
2002-12-20 22:36:08 +08:00
|
|
|
"0, forces the X server to be queried for both horizontal and vertical " \
|
|
|
|
"resolution information."
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define NAVIGATION_PREVIEW_SIZE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the size of the navigation preview available in the lower right " \
|
|
|
|
"corner of the image window.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define NUM_PROCESSORS_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("On multiprocessor machines, if GIMP has been compiled with --enable-mp " \
|
|
|
|
"this sets how many processors GIMP should use simultaneously.")
|
2002-12-20 22:36:08 +08:00
|
|
|
|
|
|
|
#define PALETTE_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the palette search path."
|
2002-12-20 22:36:08 +08:00
|
|
|
|
|
|
|
#define PATTERN_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the pattern search path."
|
2002-11-28 09:34:30 +08:00
|
|
|
|
|
|
|
#define PERFECT_MOUSE_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, the X server is queried for the mouse's current position " \
|
|
|
|
"on each motion event, rather than relying on the position hint. This " \
|
|
|
|
"means painting with large brushes should be more accurate, but it may " \
|
|
|
|
"be slower. Perversely, on some X servers enabling this option results " \
|
|
|
|
"in faster painting.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define PLUG_IN_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the plug-in search path."
|
|
|
|
|
|
|
|
#define PLUGINRC_PATH_BLURB \
|
|
|
|
"Sets the pluginrc search path."
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-03-07 00:47:34 +08:00
|
|
|
#define LAYER_PREVIEWS_BLURB \
|
2003-03-12 02:01:58 +08:00
|
|
|
N_("Sets whether GIMP should create previews of layers and channels. " \
|
|
|
|
"Previews in the layers and channels dialog are nice to have but they " \
|
|
|
|
"can slow things down when working with large images.")
|
2003-03-07 00:47:34 +08:00
|
|
|
|
|
|
|
#define LAYER_PREVIEW_SIZE_BLURB \
|
|
|
|
N_("Sets the default preview size for layers and channels.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define RESIZE_WINDOWS_ON_RESIZE_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, the image window will automatically resize itself, " \
|
|
|
|
"whenever the physical image size changes.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
|
|
|
#define RESIZE_WINDOWS_ON_ZOOM_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, the image window will automatically resize itself, " \
|
|
|
|
"when zooming into and out of images.")
|
2003-01-26 04:29:42 +08:00
|
|
|
|
|
|
|
#define RESTORE_SESSION_BLURB \
|
|
|
|
N_("Let GIMP try to restore your last saved session on each startup.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define SAVE_DEVICE_STATUS_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Remember the current tool, pattern, color, and brush across GIMP " \
|
|
|
|
"sessions.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define SAVE_SESSION_INFO_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Save the positions and sizes of the main dialogs when the GIMP exits.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-30 09:28:47 +08:00
|
|
|
#define SCRIPT_FU_PATH_BLURB \
|
|
|
|
"This path will be searched for scripts when the Script-Fu plug-in is run."
|
|
|
|
|
2003-08-20 01:20:05 +08:00
|
|
|
#define SHOW_BRUSH_OUTLINE_BLURB \
|
|
|
|
N_("When enabled, all paint tools will show a preview of the current " \
|
|
|
|
"brush's outline.")
|
|
|
|
|
2002-12-14 22:13:54 +08:00
|
|
|
#define SHOW_MENUBAR_BLURB \
|
2003-04-01 19:04:44 +08:00
|
|
|
N_("When enabled, the menubar is visible by default. This can also be " \
|
|
|
|
"toggled with the \"View->Show Menubar\" command.")
|
2002-12-14 22:13:54 +08:00
|
|
|
|
2002-11-28 09:34:30 +08:00
|
|
|
#define SHOW_RULERS_BLURB \
|
2003-04-01 19:04:44 +08:00
|
|
|
N_("When enabled, the rulers are visible by default. This can also be " \
|
|
|
|
"toggled with the \"View->Show Rulers\" command.")
|
|
|
|
|
|
|
|
#define SHOW_SCROLLBARS_BLURB \
|
|
|
|
N_("When enabled, the scrollbars are visible by default. This can also be " \
|
|
|
|
"toggled with the \"View->Show Scrollbars\" command.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
|
|
|
#define SHOW_STATUSBAR_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, the statusbar is visible by default. This can also be " \
|
2003-04-01 19:04:44 +08:00
|
|
|
"toggled with the \"View->Show Statusbar\" command.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-10-24 01:02:37 +08:00
|
|
|
#define SHOW_SELECTION_BLURB \
|
|
|
|
N_("When enabled, the selection is visible by default. This can also be " \
|
|
|
|
"toggled with the \"View->Show Selection\" command.")
|
|
|
|
|
|
|
|
#define SHOW_LAYER_BOUNDARY_BLURB \
|
|
|
|
N_("When enabled, the layer boundary is visible by default. This can also " \
|
|
|
|
"be toggled with the \"View->Show Layer Boundary\" command.")
|
|
|
|
|
|
|
|
#define SHOW_GUIDES_BLURB \
|
|
|
|
N_("When enabled, the guides are visible by default. This can also be " \
|
|
|
|
"toggled with the \"View->Show Guides\" command.")
|
|
|
|
|
|
|
|
#define SHOW_GRID_BLURB \
|
|
|
|
N_("When enabled, the grid is visible by default. This can also be toggled " \
|
|
|
|
"with the \"View->Show Grid\" command.")
|
|
|
|
|
2002-11-28 09:34:30 +08:00
|
|
|
#define SHOW_TIPS_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("Enable to display a handy GIMP tip on startup.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
|
|
|
#define SHOW_TOOL_TIPS_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("Enable to display tooltips.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define STINGY_MEMORY_USE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("There is always a tradeoff between memory usage and speed. In most " \
|
|
|
|
"cases, the GIMP opts for speed over memory. However, if memory is a " \
|
|
|
|
"big issue, try to enable this setting.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define SWAP_PATH_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the swap file location. The gimp uses a tile based memory " \
|
|
|
|
"allocation scheme. The swap file is used to quickly and easily " \
|
|
|
|
"swap tiles out to disk and back in. Be aware that the swap file " \
|
|
|
|
"can easily get very large if the GIMP is used with large images. " \
|
|
|
|
"Also, things can get horribly slow if the swap file is created on " \
|
|
|
|
"a directory that is mounted over NFS. For these reasons, it may " \
|
|
|
|
"be desirable to put your swap file in \"/tmp\".")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-04-01 15:47:04 +08:00
|
|
|
#define TEAROFF_MENUS_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, menus can be torn off.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2003-04-01 15:47:04 +08:00
|
|
|
#define CAN_CHANGE_ACCELS_BLURB \
|
2003-11-14 23:01:47 +08:00
|
|
|
N_("When enabled, you can change keyboard shortcuts for menu items " \
|
|
|
|
"by hitting a key combination while the menu item is highlighted.")
|
2003-04-01 15:47:04 +08:00
|
|
|
|
2003-04-08 18:02:42 +08:00
|
|
|
#define SAVE_ACCELS_BLURB \
|
|
|
|
N_("Save changed keyboard shortcuts when the GIMP exits.")
|
|
|
|
|
|
|
|
#define RESTORE_ACCELS_BLURB \
|
|
|
|
N_("Restore saved keyboard shortcuts on each GIMP startup.")
|
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define TEMP_PATH_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the temporary storage directory. Files will appear here " \
|
|
|
|
"during the course of running the GIMP. Most files will disappear " \
|
2003-01-26 09:20:20 +08:00
|
|
|
"when the GIMP exits, but some files are likely to remain, so it is " \
|
2003-01-26 04:29:42 +08:00
|
|
|
"best if this directory not be one that is shared by other users.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-04-01 15:47:04 +08:00
|
|
|
#define THEME_BLURB \
|
2003-07-18 06:30:13 +08:00
|
|
|
"The name of the theme to use."
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2003-04-01 15:47:04 +08:00
|
|
|
#define THEME_PATH_BLURB \
|
2003-01-23 00:03:22 +08:00
|
|
|
"Sets the theme search path."
|
|
|
|
|
|
|
|
#define THUMBNAIL_SIZE_BLURB \
|
2003-03-12 02:01:58 +08:00
|
|
|
N_("Sets the size of the thumbnail saved with each image. Note that GIMP " \
|
|
|
|
"can not save thumbnails if layer previews are disabled.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define TILE_CACHE_SIZE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("The tile cache is used to make sure the GIMP doesn't thrash " \
|
|
|
|
"tiles between memory and disk. Setting this value higher will " \
|
|
|
|
"cause the GIMP to use less swap space, but will also cause " \
|
|
|
|
"the GIMP to use more memory. Conversely, a smaller cache size " \
|
|
|
|
"causes the GIMP to use more swap space and less memory.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define TRANSPARENCY_TYPE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the manner in which transparency is displayed in images.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define TRANSPARENCY_SIZE_BLURB \
|
2003-01-26 04:29:42 +08:00
|
|
|
N_("Sets the size of the checkerboard used to display transparency.")
|
2002-11-28 09:34:30 +08:00
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define TRUST_DIRTY_FLAG_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, the GIMP will not save if the image is unchanged since " \
|
2003-01-26 04:29:42 +08:00
|
|
|
"opening it.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#define UNDO_LEVELS_BLURB \
|
2003-02-25 10:46:44 +08:00
|
|
|
N_("Sets the minimal number of operations that can be undone. More undo " \
|
|
|
|
"levels are kept available until the undo-size limit is reached.")
|
2003-01-23 00:03:22 +08:00
|
|
|
|
2003-02-13 01:11:34 +08:00
|
|
|
#define UNDO_SIZE_BLURB \
|
2003-02-25 10:46:44 +08:00
|
|
|
N_("Sets an upper limit to the memory that is used per image to keep " \
|
2003-10-16 08:08:05 +08:00
|
|
|
"operations on the undo stack. Regardless of this setting, at least " \
|
|
|
|
"as many undo-levels as configured can be undone.")
|
2003-02-13 01:11:34 +08:00
|
|
|
|
2003-01-23 00:03:22 +08:00
|
|
|
#define USE_HELP_BLURB \
|
2003-03-04 23:12:27 +08:00
|
|
|
N_("When enabled, pressing F1 will open the help browser.")
|
2002-11-28 23:19:19 +08:00
|
|
|
|
2003-09-23 04:04:39 +08:00
|
|
|
#define WEB_BROWSER_BLURB \
|
|
|
|
N_("Sets the external web browser to be used. This can be an absolute " \
|
|
|
|
"path or the name of an executable to search for in the user's PATH. " \
|
|
|
|
"If the command contains '%s' it will be replaced with the URL, else " \
|
|
|
|
"the URL will be appended to the command with a space separating the " \
|
|
|
|
"two.")
|
|
|
|
|
2002-11-28 23:19:19 +08:00
|
|
|
|
2002-12-20 22:36:08 +08:00
|
|
|
#endif /* __GIMP_RC_BLURBS_H__ */
|