~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to app/config/gimprc-blurbs.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#define BRUSH_PATH_WRITABLE_BLURB ""
21
21
 
 
22
#define DYNAMICS_PATH_BLURB \
 
23
N_("Sets the dynamics search path.")
 
24
 
 
25
#define DYNAMICS_PATH_WRITABLE_BLURB ""
 
26
 
 
27
#define TOOL_PRESET_PATH_BLURB \
 
28
N_("Sets the dynamics search path.")
 
29
 
 
30
#define TOOL_PRESET_PATH_WRITABLE_BLURB ""
 
31
 
22
32
#define CANVAS_PADDING_COLOR_BLURB \
23
33
N_("Sets the canvas padding color used if the padding mode is set to " \
24
34
   "custom color.")
41
51
#define CURSOR_MODE_BLURB \
42
52
N_("Sets the type of mouse pointers to use.")
43
53
 
 
54
#define CURSOR_HANDEDNESS_BLURB \
 
55
N_("Sets the handedness for cursor positioning.")
 
56
 
44
57
#define CURSOR_UPDATING_BLURB \
45
58
N_("Context-dependent mouse pointers are helpful.  They are enabled by " \
46
59
   "default.  However, they require overhead that you may want to do without.")
49
62
"Specify a default brush.  The brush is searched for in the " \
50
63
"specified brush path."
51
64
 
 
65
#define DEFAULT_DYNAMICS_BLURB \
 
66
"Specify a default dynamics.  The dynamics is searched for in the " \
 
67
"specified dynamics path."
 
68
 
 
69
#define DEFAULT_TOOL_PRESET_BLURB \
 
70
"Specify a default tool preset.  The tool preset is searched for in the " \
 
71
"specified tool prests path."
 
72
 
52
73
#define DEFAULT_DOT_FOR_DOT_BLURB \
53
74
N_("When enabled, this will ensure that each pixel of an image gets " \
54
75
   "mapped to a pixel on the screen.")
75
96
N_("This is the distance in pixels where Guide and Grid snapping " \
76
97
   "activates.")
77
98
 
 
99
#define DEFAULT_SNAP_TO_GUIDES_BLURB \
 
100
"Snap to guides by default in new image windows."
 
101
 
 
102
#define DEFAULT_SNAP_TO_GRID_BLURB \
 
103
"Snap to the grid by default in new image windows."
 
104
 
 
105
#define DEFAULT_SNAP_TO_CANVAS_BLURB \
 
106
"Snap to the canvas edge by default in new image windows."
 
107
 
 
108
#define DEFAULT_SNAP_TO_PATH_BLURB \
 
109
"Snap to the active path by default in new image windows."
 
110
 
78
111
#define DEFAULT_THRESHOLD_BLURB \
79
112
N_("Tools such as fuzzy-select and bucket fill find regions based on a " \
80
113
   "seed-fill algorithm.  The seed fill starts at the initially selected " \
89
122
"Sets the default settings used when an image is viewed in fullscreen mode."
90
123
 
91
124
#define DOCK_WINDOW_HINT_BLURB \
92
 
N_("The window type hint that is set on dock windows. This may affect " \
93
 
   "the way your window manager decorates and handles dock windows.")
 
125
N_("The window type hint that is set on dock windows and the toolbox " \
 
126
   "window. This may affect the way your window manager decorates and " \
 
127
   "handles these windows.")
94
128
 
95
129
#define ENVIRON_PATH_BLURB \
96
130
"Sets the environ search path."
122
156
#define GLOBAL_BRUSH_BLURB \
123
157
N_("When enabled, the selected brush will be used for all tools.")
124
158
 
 
159
#define GLOBAL_DYNAMICS_BLURB \
 
160
N_("When enabled, the selected dynamics will be used for all tools.")
 
161
 
125
162
#define GLOBAL_FONT_BLURB \
126
163
"When enabled, the selected font will be used for all tools."
127
164
 
150
187
"colon-separated list of language identifiers with decreasing priority. " \
151
188
"If empty, the language is taken from the user's locale setting."
152
189
 
 
190
#define IMAGE_MAP_TOOL_MAX_RECENT_BLURB \
 
191
"How many recent settings to keep around in color correction tools"
 
192
 
153
193
#define IMAGE_STATUS_FORMAT_BLURB \
154
194
N_("Sets the text to appear in image window status bars.")
155
195
 
160
200
N_("When enabled, this will ensure that the full image is visible after a " \
161
201
   "file is opened, otherwise it will be displayed with a scale of 1:1.")
162
202
 
163
 
#define INSTALL_COLORMAP_BLURB \
164
 
N_("Install a private colormap; might be useful on 8-bit (256 colors) displays.")
165
 
 
166
203
#define INTERPOLATION_TYPE_BLURB \
167
204
N_("Sets the level of interpolation used for scaling and other " \
168
205
   "transformations.")
170
207
#define INTERPRETER_PATH_BLURB \
171
208
"Sets the interpreter search path."
172
209
 
 
210
#define LANGUAGE_BLURB \
 
211
N_("Specifies the language to use for the user interface.")
 
212
 
173
213
#define LAST_OPENED_SIZE_BLURB \
174
214
N_("How many recently opened image filenames to keep on the File menu.")
175
215
 
181
221
N_("GIMP will warn the user if an attempt is made to create an image that " \
182
222
   "would take more memory than the size specified here.")
183
223
 
184
 
#define MENU_MNEMONICS_BLURB  \
185
 
N_("When enabled, GIMP will show mnemonics in menus.")
186
 
 
187
 
#define MIN_COLORS_BLURB  \
188
 
N_("Generally only a concern for 8-bit displays, this sets the minimum " \
189
 
   "number of system colors allocated for GIMP.")
190
 
 
191
224
#define MODULE_PATH_BLURB \
192
225
"Sets the module search path."
193
226
 
229
262
N_("When enabled, the X server is queried for the mouse's current position " \
230
263
   "on each motion event, rather than relying on the position hint.  This " \
231
264
   "means painting with large brushes should be more accurate, but it may " \
232
 
   "be slower.  Perversely, on some X servers enabling this option results " \
 
265
   "be slower.  Conversely, on some X servers enabling this option results " \
233
266
   "in faster painting.")
234
267
 
235
268
#define PLUG_IN_HISTORY_SIZE_BLURB \
250
283
N_("Sets the preview size used for layers and channel previews in newly " \
251
284
   "created dialogs.")
252
285
 
 
286
#define QUICK_MASK_COLOR_BLURB \
 
287
N_("Sets the default quick mask color.")
 
288
 
253
289
#define RESIZE_WINDOWS_ON_RESIZE_BLURB \
254
290
N_("When enabled, the image window will automatically resize itself " \
255
291
   "whenever the physical image size changes.")
330
366
#define SHOW_TOOLTIPS_BLURB \
331
367
N_("Show a tooltip when the pointer hovers over an item.")
332
368
 
 
369
#define SINGLE_WINDOW_MODE_BLURB \
 
370
N_("Use GIMP in a single-window mode.")
 
371
 
 
372
#define HIDE_DOCKS_BLURB \
 
373
N_("Hide docks and other windows, leaving only image windows.")
 
374
 
333
375
#define SPACE_BAR_ACTION_BLURB \
334
376
N_("What to do when the space bar is pressed in the image window.")
335
377
 
345
387
#define TEAROFF_MENUS_BLURB \
346
388
N_("When enabled, menus can be torn off.")
347
389
 
348
 
#define TRANSIENT_DOCKS_BLURB \
349
 
N_("When enabled, dock windows (the toolbox and palettes) are set to be " \
350
 
   "transient to the active image window. Most window managers will " \
351
 
   "keep the dock windows above the image window then, but it may also " \
352
 
   "have other effects.")
353
 
 
354
390
#define CAN_CHANGE_ACCELS_BLURB \
355
391
N_("When enabled, you can change keyboard shortcuts for menu items " \
356
392
   "by hitting a key combination while the menu item is highlighted.")
398
434
#define TOOLBOX_WILBER_BLURB \
399
435
"Show the GIMP mascot at the top of the toolbox."
400
436
 
401
 
#define TOOLBOX_WINDOW_HINT_BLURB \
402
 
N_("The window type hint that is set on the toolbox. This may affect " \
403
 
   "how your window manager decorates and handles the toolbox window.")
404
 
 
405
437
#define TRANSPARENCY_TYPE_BLURB \
406
438
N_("Sets the manner in which transparency is displayed in images.")
407
439
 
435
467
"The location of the online user manual. This is used if " \
436
468
"'user-manual-online' is enabled."
437
469
 
438
 
#define WEB_BROWSER_BLURB \
439
 
N_("Sets the external web browser to be used.  This can be an absolute " \
440
 
   "path or the name of an executable to search for in the user's PATH. " \
441
 
   "If the command contains '%s' it will be replaced with the URL, else " \
442
 
   "the URL will be appended to the command with a space separating the " \
443
 
   "two.")
444
 
 
445
 
#define XOR_COLOR_BLURB \
446
 
"Sets the color that is used for XOR drawing. This setting only exists as " \
447
 
"a workaround for buggy display drivers. If lines on the canvas are not " \
448
 
"correctly undrawn, try to set this to white."
449
 
 
450
470
#define ZOOM_QUALITY_BLURB \
451
471
"There's a tradeoff between speed and quality of the zoomed-out display."
452
472
 
 
473
#define DEFAULT_USE_EVENT_HISTORY_BLURB \
 
474
"Bugs in event history buffer are frequent so in case of cursor " \
 
475
"offset problems turning it off helps."
453
476
 
454
477
#endif  /* __GIMP_RC_BLURBS_H__ */