source: gnome/gimp/gegl.master.bg.po@ 4180

Last change on this file since 4180 was 4097, checked in by Александър Шопов, 12 months ago

gegl: подаден през vertimus

File size: 234.8 KB
Line 
1# Bulgarian translation of gimp po-file.
2# Copyright (C) 2025 Alexander Shopov <ash@kambanaria.org>.
3# This file is distributed under the same license as the GIMP package.
4# Alexander Shopov <ash@kambanaria.org>, 2025.
5
6msgid ""
7msgstr ""
8"Project-Id-Version: gegl master\n"
9"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gegl/issues/\n"
10"POT-Creation-Date: 2024-11-27 17:06+0000\n"
11"PO-Revision-Date: 2025-01-27 09:17+0100\n"
12"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
13"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
14"Language: bg\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
20#: bin/gegl.c:179
21#, c-format
22msgid "Unable to read file: %s"
23msgstr ""
24
25#: bin/gegl.c:227
26msgid "Invalid graph, abort.\n"
27msgstr ""
28
29#: bin/gegl.c:390 bin/gegl-options.c:133
30#, c-format
31msgid "Unknown GeglOption mode: %d"
32msgstr ""
33
34#: bin/gegl-options.c:47
35#, c-format
36msgid ""
37"usage: %s [options] <file | -- [op [op] ..]>\n"
38"\n"
39" Options:\n"
40" -h, --help this help information\n"
41"\n"
42" --list-all list all known operations\n"
43"\n"
44" --exists return 0 if the operation(s) exist\n"
45"\n"
46" --info output information about the operation:\n"
47" name, description, properties details.\n"
48"\n"
49" -i, --file read xml from named file\n"
50"\n"
51" -x, --xml use xml provided in next argument\n"
52"\n"
53" -o, --output output generated image to named file, type based\n"
54" on extension.\n"
55"\n"
56" -p increment frame counters of various elements when\n"
57" processing is done.\n"
58"\n"
59" -s scale, --scale scale scale output dimensions by this factor.\n"
60"\n"
61" -X output the XML that was read in\n"
62"\n"
63" -v, --verbose print diagnostics while running\n"
64"\n"
65"All parameters following -- are considered ops to be chained together\n"
66"into a small composition instead of using an xml file, this allows for\n"
67"easy testing of filters. After chaining a new op in properties can be set\n"
68"with property=value pairs as subsequent arguments.\n"
69msgstr ""
70
71#: bin/gegl-options.c:86
72#, c-format
73msgid "ERROR: '%s' option expected argument\n"
74msgstr ""
75
76#: bin/gegl-options.c:125
77msgid "Display on screen"
78msgstr ""
79
80#: bin/gegl-options.c:127
81msgid "Print XML"
82msgstr ""
83
84#: bin/gegl-options.c:129
85msgid "Output in a file"
86msgstr ""
87
88#: bin/gegl-options.c:131
89msgid "Display help information"
90msgstr ""
91
92#: bin/gegl-options.c:134
93msgid "unknown mode"
94msgstr ""
95
96#: bin/gegl-options.c:139
97#, c-format
98msgid ""
99"Parsed commandline:\n"
100"\tmode: %s\n"
101"\tfile: %s\n"
102"\txml: %s\n"
103"\toutput: %s\n"
104"\trest: %s\n"
105"\t\n"
106msgstr ""
107
108#: bin/gegl-options.c:347
109msgid "Properties:"
110msgstr ""
111
112#: bin/gegl-options.c:457
113#, c-format
114msgid ""
115"\n"
116"\n"
117"unknown argument '%s' giving you help instead\n"
118"\n"
119"\n"
120msgstr ""
121
122#: bin/ui-core.c:4387 gegl/gegl-serialize.c:690
123#, c-format
124msgid "BablFormat \"%s\" does not exist."
125msgstr "BablFormat „%s“ не съществува."
126
127#: gegl/buffer/gegl-buffer-enums.c:32 gegl/gegl-enums.c:33
128#: operations/common/gaussian-blur.c:30 operations/common/gblur-1d.c:32
129#: operations/common/median-blur.c:33
130#: operations/common-gpl3+/fractal-explorer.c:96
131msgid "None"
132msgstr ""
133
134#: gegl/buffer/gegl-buffer-enums.c:33 operations/common/gaussian-blur.c:31
135#: operations/common/gblur-1d.c:33 operations/common/median-blur.c:34
136msgid "Clamp"
137msgstr ""
138
139#: gegl/buffer/gegl-buffer-enums.c:34
140msgid "Loop"
141msgstr ""
142
143#: gegl/buffer/gegl-buffer-enums.c:35 operations/common/gaussian-blur.c:32
144#: operations/common/gblur-1d.c:34
145msgid "Black"
146msgstr ""
147
148#: gegl/buffer/gegl-buffer-enums.c:36 operations/common/gaussian-blur.c:33
149#: operations/common/gblur-1d.c:35
150msgid "White"
151msgstr ""
152
153#: gegl/buffer/gegl-buffer-enums.c:63
154msgid "Read"
155msgstr ""
156
157#: gegl/buffer/gegl-buffer-enums.c:64
158msgid "Write"
159msgstr ""
160
161#: gegl/buffer/gegl-buffer-enums.c:65
162msgid "Read/Write"
163msgstr ""
164
165#: gegl/buffer/gegl-buffer-enums.c:89 gegl/buffer/gegl-buffer-enums.c:119
166msgid "Nearest"
167msgstr ""
168
169#: gegl/buffer/gegl-buffer-enums.c:90 gegl/gegl-enums.c:121
170#: operations/common-gpl3+/bump-map.c:33 operations/common-gpl3+/sinus.c:62
171#: operations/common-gpl3+/spiral.c:26
172#: operations/workshop/connected-components.c:44
173msgid "Linear"
174msgstr ""
175
176#: gegl/buffer/gegl-buffer-enums.c:91
177msgid "Cubic"
178msgstr ""
179
180#: gegl/buffer/gegl-buffer-enums.c:92
181msgid "NoHalo"
182msgstr ""
183
184#: gegl/buffer/gegl-buffer-enums.c:93
185msgid "LoHalo"
186msgstr ""
187
188#: gegl/buffer/gegl-buffer-enums.c:117
189msgid "Subset"
190msgstr ""
191
192#: gegl/buffer/gegl-buffer-enums.c:118
193msgid "Superset"
194msgstr ""
195
196#: gegl/gegl-enums.c:34
197msgid "Floyd-Steinberg"
198msgstr ""
199
200#: gegl/gegl-enums.c:35
201msgid "Bayer"
202msgstr ""
203
204#: gegl/gegl-enums.c:36 operations/common/waterpixels.c:35
205msgid "Random"
206msgstr ""
207
208#: gegl/gegl-enums.c:37
209msgid "Random Covariant"
210msgstr ""
211
212#: gegl/gegl-enums.c:38
213msgid "Arithmetic add"
214msgstr ""
215
216#: gegl/gegl-enums.c:39
217msgid "Arithmetic add covariant"
218msgstr ""
219
220#: gegl/gegl-enums.c:40
221msgid "Arithmetic xor"
222msgstr ""
223
224#: gegl/gegl-enums.c:41
225msgid "Arithmetic xor covariant"
226msgstr ""
227
228#: gegl/gegl-enums.c:42
229msgid "Blue Noise"
230msgstr ""
231
232#: gegl/gegl-enums.c:43
233msgid "Blue Noise Covariant"
234msgstr ""
235
236#: gegl/gegl-enums.c:68
237msgid "Euclidean"
238msgstr ""
239
240#: gegl/gegl-enums.c:69
241msgid "Manhattan"
242msgstr ""
243
244#: gegl/gegl-enums.c:70
245msgid "Chebyshev"
246msgstr ""
247
248#: gegl/gegl-enums.c:95 operations/common/edge-sobel.c:27
249#: operations/common/noise-spread.c:29 operations/common/spherize.c:26
250#: operations/common/vignette.c:28 operations/common-cxx/focus-blur.c:37
251msgid "Horizontal"
252msgstr ""
253
254#: gegl/gegl-enums.c:96 operations/common/edge-sobel.c:29
255#: operations/common/noise-spread.c:35 operations/common/spherize.c:27
256#: operations/common/vignette.c:29 operations/common-cxx/focus-blur.c:38
257msgid "Vertical"
258msgstr ""
259
260#: gegl/gegl-enums.c:120
261msgid "Float"
262msgstr ""
263
264#: gegl/gegl-enums.c:122
265msgid "Non-linear"
266msgstr ""
267
268#: gegl/gegl-enums.c:123 operations/external/lcms-from-profile.c:31
269msgid "Perceptual"
270msgstr ""
271
272#: gegl/gegl-enums.c:124
273msgid "Linear-premultiplied"
274msgstr ""
275
276#: gegl/gegl-enums.c:125
277msgid "Perceptual-premultiplied"
278msgstr ""
279
280#: gegl/gegl-enums.c:126
281msgid "Linear-premultiplied-if-alpha"
282msgstr ""
283
284#: gegl/gegl-enums.c:127
285msgid "Perceptual-premultiplied-if-alpha"
286msgstr ""
287
288#: gegl/gegl-enums.c:128
289msgid "add-alpha"
290msgstr ""
291
292#: gegl/gegl-enums.c:152 operations/common/gaussian-blur.c:24
293#: operations/common/gblur-1d.c:39
294msgid "Auto"
295msgstr ""
296
297#: gegl/gegl-enums.c:153
298msgid "Never"
299msgstr ""
300
301#: gegl/gegl-enums.c:154
302msgid "Always"
303msgstr ""
304
305#: gegl/gegl-init.c:358
306msgid "Where GEGL stores its swap"
307msgstr ""
308
309#: gegl/gegl-init.c:363
310msgid "Compression algorithm used for data stored in the swap"
311msgstr ""
312
313#: gegl/gegl-init.c:368
314msgid "How much memory to (approximately) use for caching imagery"
315msgstr ""
316
317#: gegl/gegl-init.c:373
318msgid "Default size of tiles in GeglBuffers"
319msgstr ""
320
321#: gegl/gegl-init.c:378
322msgid "The count of pixels to compute simultaneously"
323msgstr ""
324
325#: gegl/gegl-init.c:383
326msgid ""
327"The quality of rendering, a value between 0.0 (fast) and 1.0 (reference)"
328msgstr ""
329
330#: gegl/gegl-init.c:388
331msgid "The number of concurrent processing threads to use"
332msgstr ""
333
334#: gegl/gegl-init.c:393
335msgid "Disable OpenCL"
336msgstr ""
337
338#: gegl/gegl-init.c:405
339msgid "Show GEGL Options"
340msgstr ""
341
342#: gegl/gegl-serialize.c:227 gegl/gegl-serialize.c:231
343#, c-format
344msgid "%s does not have a pad called %s"
345msgstr ""
346
347#: gegl/gegl-serialize.c:323
348#, c-format
349msgid "unhandled path data %s:%s\n"
350msgstr ""
351
352#: gegl/gegl-serialize.c:559
353#, c-format
354msgid "op '%s' not found, partial matches: "
355msgstr ""
356
357#: gegl/gegl-serialize.c:588
358#, c-format
359msgid "%s has no %s property."
360msgstr ""
361
362#: gegl/gegl-serialize.c:594
363#, c-format
364msgid "%s has no %s property, properties: "
365msgstr ""
366
367#: gegl/gegl-serialize.c:826
368#, c-format
369msgid "No such op '%s'"
370msgstr ""
371
372#: gegl/module/geglmodule.c:339
373msgid "Module error"
374msgstr ""
375
376#: gegl/module/geglmodule.c:340
377msgid "Loaded"
378msgstr ""
379
380#: gegl/module/geglmodule.c:341
381msgid "Load failed"
382msgstr ""
383
384#: gegl/module/geglmodule.c:342
385msgid "Not loaded"
386msgstr ""
387
388#: gegl/module/geglmodule.c:388
389#, c-format
390msgid "Module '%s' load error: %s"
391msgstr ""
392
393#: gegl/operation/gegl-operation-composer3.c:77
394msgid "Output pad for generated image buffer."
395msgstr ""
396
397#: gegl/operation/gegl-operation-composer3.c:86
398#: gegl/operation/gegl-operation-filter.c:96
399msgid "Input pad, for image buffer input."
400msgstr ""
401
402#: gegl/operation/gegl-operation-composer3.c:95
403#: gegl/operation/gegl-operation-composer.c:94
404#: operations/transform/border-align.c:157
405msgid "Auxiliary image buffer input pad."
406msgstr ""
407
408#: gegl/operation/gegl-operation-composer3.c:104
409msgid "Second auxiliary image buffer input pad."
410msgstr ""
411
412#: gegl/operation/gegl-operation-filter.c:95
413msgid "Input"
414msgstr ""
415
416#: operations/common/absolute.c:72
417msgid "Absolute"
418msgstr ""
419
420#: operations/common/absolute.c:77
421msgid ""
422"Makes each linear RGB component be the absolute of its value, "
423"fabs(input_value)"
424msgstr ""
425
426#: operations/common/alien-map.c:28 operations/common/newsprint.c:35
427msgid "RGB"
428msgstr ""
429
430#: operations/common/alien-map.c:29
431msgid "HSL"
432msgstr ""
433
434#: operations/common/alien-map.c:32
435msgid "Color model"
436msgstr ""
437
438#: operations/common/alien-map.c:35
439msgid "What color model used for the transformation"
440msgstr ""
441
442#: operations/common/alien-map.c:37
443msgid "Component 1 frequency"
444msgstr ""
445
446#: operations/common/alien-map.c:42
447#: operations/common-gpl3+/diffraction-patterns.c:29
448msgid "Red frequency"
449msgstr ""
450
451#: operations/common/alien-map.c:43
452msgid "Hue frequency"
453msgstr ""
454
455#: operations/common/alien-map.c:45
456msgid "Component 2 frequency"
457msgstr ""
458
459#: operations/common/alien-map.c:50
460#: operations/common-gpl3+/diffraction-patterns.c:33
461msgid "Green frequency"
462msgstr ""
463
464#: operations/common/alien-map.c:51
465msgid "Saturation frequency"
466msgstr ""
467
468#: operations/common/alien-map.c:53
469msgid "Component 3 frequency"
470msgstr ""
471
472#: operations/common/alien-map.c:58
473#: operations/common-gpl3+/diffraction-patterns.c:37
474msgid "Blue frequency"
475msgstr ""
476
477#: operations/common/alien-map.c:59
478msgid "Lightness frequency"
479msgstr ""
480
481#: operations/common/alien-map.c:61
482msgid "Component 1 phase shift"
483msgstr ""
484
485#: operations/common/alien-map.c:67
486msgid "Red phase shift"
487msgstr ""
488
489#: operations/common/alien-map.c:68
490msgid "Hue phase shift"
491msgstr ""
492
493#: operations/common/alien-map.c:70
494msgid "Component 2 phase shift"
495msgstr ""
496
497#: operations/common/alien-map.c:76
498msgid "Green phase shift"
499msgstr ""
500
501#: operations/common/alien-map.c:77
502msgid "Saturation phase shift"
503msgstr ""
504
505#: operations/common/alien-map.c:79
506msgid "Component 3 phase shift"
507msgstr ""
508
509#: operations/common/alien-map.c:85
510msgid "Blue phase shift"
511msgstr ""
512
513#: operations/common/alien-map.c:86
514msgid "Lightness phase shift"
515msgstr ""
516
517#: operations/common/alien-map.c:88
518msgid "Keep component 1"
519msgstr ""
520
521#: operations/common/alien-map.c:91
522msgid "Keep red component"
523msgstr ""
524
525#: operations/common/alien-map.c:92
526msgid "Keep hue component"
527msgstr ""
528
529#: operations/common/alien-map.c:94
530msgid "Keep component 2"
531msgstr ""
532
533#: operations/common/alien-map.c:97
534msgid "Keep green component"
535msgstr ""
536
537#: operations/common/alien-map.c:98
538msgid "Keep saturation component"
539msgstr ""
540
541#: operations/common/alien-map.c:100
542msgid "Keep component 3"
543msgstr ""
544
545#: operations/common/alien-map.c:103
546msgid "Keep blue component"
547msgstr ""
548
549#: operations/common/alien-map.c:104
550msgid "Keep lightness component"
551msgstr ""
552
553#: operations/common/alien-map.c:260
554msgid "Alien Map"
555msgstr ""
556
557#: operations/common/alien-map.c:263
558msgid ""
559"Heavily distort images colors by applying trigonometric functions to map "
560"color values."
561msgstr ""
562
563#: operations/common/alpha-clip.c:26 operations/common/alpha-clip.c:27
564#: operations/common/rgb-clip.c:26 operations/common/rgb-clip.c:27
565msgid "Clip low pixel values"
566msgstr ""
567
568#: operations/common/alpha-clip.c:29 operations/common/rgb-clip.c:29
569msgid "Low limit"
570msgstr ""
571
572#: operations/common/alpha-clip.c:32 operations/common/rgb-clip.c:32
573msgid "Pixels values lower than this limit will be set to it"
574msgstr ""
575
576#: operations/common/alpha-clip.c:35 operations/common/alpha-clip.c:36
577#: operations/common/rgb-clip.c:35 operations/common/rgb-clip.c:36
578msgid "Clip high pixel values"
579msgstr ""
580
581#: operations/common/alpha-clip.c:38 operations/common/rgb-clip.c:38
582msgid "High limit"
583msgstr ""
584
585#: operations/common/alpha-clip.c:41 operations/common/rgb-clip.c:41
586msgid "Pixels values higher than this limit will be set to it"
587msgstr ""
588
589#: operations/common/alpha-clip.c:196
590msgid "Clip Alpha"
591msgstr ""
592
593#: operations/common/alpha-clip.c:199
594msgid "Keep alpha values inside a specific range"
595msgstr ""
596
597#: operations/common/bevel.c:47
598msgid "Chamfer"
599msgstr ""
600
601#: operations/common/bevel.c:49
602msgid "Bump"
603msgstr ""
604
605#: operations/common/bevel.c:52
606msgid "Bevel Type"
607msgstr ""
608
609#: operations/common/bevel.c:55
610msgid "The family of bevel to use"
611msgstr ""
612
613#: operations/common/bevel.c:59
614msgid "None (for use with GIMPs blending options)"
615msgstr ""
616
617#: operations/common/bevel.c:61 operations/common/styles.c:202
618#: operations/common/styles.c:310 operations/common/styles.c:418
619msgid "Hard Light"
620msgstr ""
621
622#: operations/common/bevel.c:63 operations/common/styles.c:59
623#: operations/common/styles.c:198 operations/common/styles.c:414
624msgid "Multiply"
625msgstr ""
626
627#: operations/common/bevel.c:65 operations/common/styles.c:206
628#: operations/common/styles.c:312 operations/common/styles.c:422
629msgid "Color Dodge"
630msgstr ""
631
632#: operations/common/bevel.c:67 operations/common/styles.c:204
633#: operations/common/styles.c:420
634msgid "Darken"
635msgstr ""
636
637#: operations/common/bevel.c:69
638msgid "Lighten"
639msgstr ""
640
641#: operations/common/bevel.c:71 operations/common/styles.c:200
642#: operations/common/styles.c:416
643#: operations/workshop/external/paint-select.cc:30
644msgid "Add"
645msgstr ""
646
647#: operations/common/bevel.c:74 operations/common-gpl3+/sinus.c:67
648msgid "Blend Mode"
649msgstr ""
650
651#: operations/common/bevel.c:77
652msgid ""
653"What blending mode the bevel's emboss will be. Light Map is a special blend "
654"mode that allows users to extract the filters output as a light map which "
655"should be put on a layer above or be used with Gimp's blending options."
656msgstr ""
657
658#: operations/common/bevel.c:79
659msgid "Distance Map Setting"
660msgstr ""
661
662#: operations/common/bevel.c:81
663msgid ""
664"Distance Map is unique to chamfer bevel and has three settings that alter "
665"the structure of the chamfer."
666msgstr ""
667
668#: operations/common/bevel.c:84 operations/common/bloom.c:35
669#: operations/common/box-blur.c:25 operations/common/c2g.c:28
670#: operations/common/edge-neon.c:47 operations/common/local-threshold.c:24
671#: operations/common/median-blur.c:42 operations/common/snn-mean.c:26
672#: operations/common/stress.c:27 operations/common/unsharp-mask.c:24
673#: operations/common/vignette.c:40 operations/common/wavelet-blur-1d.c:28
674#: operations/common/wavelet-blur.c:27 operations/common-cxx/focus-blur.c:85
675#: operations/common-cxx/lens-blur.cc:24
676#: operations/common-cxx/variable-blur.c:30
677#: operations/common-gpl3+/shadows-highlights.c:40
678#: operations/common-gpl3+/spiral.c:47 operations/common-gpl3+/supernova.c:44
679#: operations/common-gpl3+/whirl-pinch.c:46
680#: operations/external/matting-levin.c:29 operations/workshop/boxblur-1d.c:27
681#: operations/workshop/boxblur.c:24
682#: operations/workshop/external/spyrograph.c:63
683msgid "Radius"
684msgstr ""
685
686#: operations/common/bevel.c:89
687msgid "Radius of softening for making bump of the shape."
688msgstr ""
689
690#: operations/common/bevel.c:92 operations/common-gpl3+/bump-map.c:56
691#: operations/common-gpl3+/emboss.c:40
692msgid "Elevation"
693msgstr ""
694
695#: operations/common/bevel.c:93
696msgid "Elevation angle of the Bevel."
697msgstr ""
698
699#. The only issue with this filter is that emboss depth= above 15 does nothing on chamfer bevel , but works great on bump bevel.
700#. so I made an extra node just for it that only updates emboss depth=, as a result depth and sharpness' are co-existing properties
701#.
702#. I am fully aware 'depth' and 'detail' are just words used to describe the same thing.
703#: operations/common/bevel.c:104 operations/common-gpl3+/bump-map.c:59
704#: operations/common-gpl3+/emboss.c:45
705#: operations/common-gpl3+/fractal-trace.c:60
706#: operations/common-gpl3+/texturize-canvas.c:44
707msgid "Depth"
708msgstr ""
709
710#: operations/common/bevel.c:105
711msgid "Emboss depth - Brings out depth and detail of the bump bevel."
712msgstr ""
713
714#: operations/common/bevel.c:109
715msgid "Light Angle"
716msgstr ""
717
718#: operations/common/bevel.c:110
719msgid "Direction of a light source illuminating and shading the bevel."
720msgstr ""
721
722#: operations/common/bevel.c:309
723msgid "Bevel"
724msgstr ""
725
726#: operations/common/bevel.c:311
727msgid ""
728"Two bevel effects in one place, Chamfer - which simulates lighting of "
729"chamfered 3D-edges, and Bump - the second make a 3D inflation effect by an "
730"emboss covering a blur. Both bevels benefit from color filled alpha defined "
731"shapes."
732msgstr ""
733
734#: operations/common/bevel.c:313
735msgid "Bevel..."
736msgstr ""
737
738#: operations/common/bilateral-filter.c:26
739#: operations/common/domain-transform.c:29 operations/common/dropshadow.c:46
740#: operations/common/inner-glow.c:60 operations/common-cxx/focus-blur.c:45
741#: operations/common-cxx/lens-blur.cc:25
742#: operations/common-gpl3+/gaussian-blur-selective.c:29
743#: operations/workshop/bilateral-filter-fast.c:43
744msgid "Blur radius"
745msgstr ""
746
747#: operations/common/bilateral-filter.c:27
748#: operations/common-gpl3+/gaussian-blur-selective.c:30
749#: operations/workshop/bilateral-filter-fast.c:44
750msgid "Radius of square pixel region, (width and height will be radius*2+1)."
751msgstr ""
752
753#: operations/common/bilateral-filter.c:32
754#: operations/common/domain-transform.c:34
755msgid "Edge preservation"
756msgstr ""
757
758#: operations/common/bilateral-filter.c:33
759msgid "Amount of edge preservation"
760msgstr ""
761
762#: operations/common/bilateral-filter.c:294
763msgid "Bilateral Filter"
764msgstr ""
765
766#: operations/common/bilateral-filter.c:298
767msgid ""
768"Like a gaussian blur; but where the contribution for each neighborhood pixel "
769"is also weighted by the color difference with the original center pixel."
770msgstr ""
771
772#: operations/common/bloom.c:26 operations/common/threshold.c:25
773#: operations/common/threshold.c:164 operations/common/unsharp-mask.c:37
774#: operations/common-gpl3+/red-eye-removal.c:31
775#: operations/common-gpl3+/wind.c:60 operations/external/matting-levin.c:33
776msgid "Threshold"
777msgstr ""
778
779#: operations/common/bloom.c:27
780msgid "Glow-area brightness threshold"
781msgstr ""
782
783#: operations/common/bloom.c:30 operations/common/vignette.c:46
784msgid "Softness"
785msgstr ""
786
787#: operations/common/bloom.c:31
788msgid "Glow-area edge softness"
789msgstr ""
790
791#: operations/common/bloom.c:36 operations/common-gpl3+/softglow.c:26
792msgid "Glow radius"
793msgstr ""
794
795#: operations/common/bloom.c:42 operations/common/noise-reduction.c:26
796#: operations/common-cxx/denoise-dct.cc:38 operations/common-cxx/warp.cc:34
797#: operations/common-gpl3+/wind.c:64
798msgid "Strength"
799msgstr ""
800
801#: operations/common/bloom.c:43
802msgid "Glow strength"
803msgstr ""
804
805#: operations/common/bloom.c:47
806msgid "Limit exposure"
807msgstr ""
808
809#: operations/common/bloom.c:48
810msgid "Don't over-expose highlights"
811msgstr ""
812
813#: operations/common/bloom.c:203
814msgid "Bloom"
815msgstr ""
816
817#: operations/common/bloom.c:206
818msgid "Add glow around bright areas"
819msgstr ""
820
821#: operations/common/box-blur.c:26 operations/common/snn-mean.c:27
822#: operations/workshop/boxblur.c:25
823msgid "Radius of square pixel region, (width and height will be radius*2+1)"
824msgstr ""
825
826#: operations/common/box-blur.c:404
827msgid "Box Blur"
828msgstr ""
829
830#: operations/common/box-blur.c:407 operations/workshop/boxblur.c:76
831msgid "Blur resulting from averaging the colors of a square neighborhood."
832msgstr ""
833
834#. Here in the top of the file the properties of the operation is declared,
835#. * this causes the declaration of a structure for containing the data.
836#. *
837#. * The first member of each property_ macro becomes a struct member
838#. * in the GeglProperties struct used when processing.
839#.
840#: operations/common/brightness-contrast.c:31 operations/common/high-pass.c:30
841#: operations/common/mantiuk06.c:29
842msgid "Contrast"
843msgstr ""
844
845#: operations/common/brightness-contrast.c:32
846msgid "Magnitude of contrast scaling >1.0 brighten < 1.0 darken"
847msgstr ""
848
849#: operations/common/brightness-contrast.c:36 operations/common/reinhard05.c:25
850#: operations/common-gpl3+/diffraction-patterns.c:65
851#: operations/common-gpl3+/softglow.c:30
852msgid "Brightness"
853msgstr ""
854
855#: operations/common/brightness-contrast.c:37
856msgid "Amount to increase brightness"
857msgstr ""
858
859#: operations/common/brightness-contrast.c:165
860msgid "Brightness Contrast"
861msgstr ""
862
863#: operations/common/brightness-contrast.c:170
864#, no-c-format
865msgid ""
866"Changes the light level and contrast. This operation operates in linear "
867"light, 'contrast' is a scale factor around 50% gray, and 'brightness' a "
868"constant offset to apply after contrast scaling."
869msgstr ""
870
871#: operations/common/buffer-sink.c:25 operations/common/write-buffer.c:25
872msgid "Buffer location"
873msgstr ""
874
875#: operations/common/buffer-sink.c:26
876msgid "The location where to store the output GeglBuffer"
877msgstr ""
878
879#: operations/common/buffer-sink.c:27
880msgid "babl format"
881msgstr ""
882
883#: operations/common/buffer-sink.c:28
884msgid ""
885"The babl format of the output GeglBuffer, NULL to use input buffer format"
886msgstr ""
887
888#: operations/common/buffer-sink.c:86
889msgid "Buffer Sink"
890msgstr ""
891
892#: operations/common/buffer-sink.c:88
893msgid "Create a new GEGL buffer to write the resulting rendering."
894msgstr ""
895
896#: operations/common/buffer-source.c:25
897msgid "Input buffer"
898msgstr ""
899
900#: operations/common/buffer-source.c:26
901msgid "The GeglBuffer to load into the pipeline"
902msgstr ""
903
904#: operations/common/buffer-source.c:219
905msgid "Buffer Source"
906msgstr ""
907
908#: operations/common/buffer-source.c:221
909msgid "Use an existing in-memory GeglBuffer as image source."
910msgstr ""
911
912#: operations/common/c2g.c:29
913msgid ""
914"Neighborhood taken into account, this is the radius in pixels taken into "
915"account when deciding which colors map to which gray values"
916msgstr ""
917
918#: operations/common/c2g.c:37 operations/common/stress.c:34
919msgid "Samples"
920msgstr ""
921
922#: operations/common/c2g.c:38 operations/common/stress.c:35
923msgid "Number of samples to do per iteration looking for the range of colors"
924msgstr ""
925
926#: operations/common/c2g.c:42 operations/common/matting-global.c:24
927#: operations/common/mean-curvature-blur.c:24 operations/common/noise-cell.c:48
928#: operations/common/noise-perlin.c:33 operations/common/noise-simplex.c:35
929#: operations/common/recursive-transform.c:36 operations/common/slic.c:38
930#: operations/common/stress.c:39 operations/common-gpl3+/fractal-explorer.c:55
931#: operations/workshop/shuffle-search.c:31
932msgid "Iterations"
933msgstr ""
934
935#: operations/common/c2g.c:43
936msgid ""
937"Number of iterations, a higher number of iterations provides less noisy "
938"results at a computational cost"
939msgstr ""
940
941#: operations/common/c2g.c:48 operations/common/stress.c:44
942msgid "Enhance Shadows"
943msgstr ""
944
945#: operations/common/c2g.c:49
946msgid "When enabled details in shadows are boosted at the expense of noise"
947msgstr ""
948
949#: operations/common/c2g.c:461
950msgid ""
951"Color to grayscale conversion, uses envelopes formed with the STRESS "
952"approach to perform local color-difference preserving grayscale generation."
953msgstr ""
954
955#: operations/common/checkerboard.c:26 operations/common/grid.c:24
956#: operations/common/little-planet.c:43
957#: operations/common/panorama-projection.c:43 operations/common/rectangle.c:36
958#: operations/common-gpl3+/diffraction-patterns.c:77
959#: operations/common-gpl3+/maze.c:42 operations/common-gpl3+/noise-solid.c:63
960#: operations/common-gpl3+/plasma.c:54 operations/common-gpl3+/sinus.c:75
961#: operations/common-gpl3+/spiral.c:86 operations/core/crop.c:35
962#: operations/external/svg-load.c:30 operations/external/text.c:61
963#: operations/external/v4l.c:28 operations/external/vector-stroke.c:30
964#: operations/workshop/external/line-profile.c:39
965#: operations/workshop/external/v4l2.c:26
966msgid "Width"
967msgstr ""
968
969#: operations/common/checkerboard.c:27 operations/common/grid.c:25
970#: operations/common-gpl3+/maze.c:43
971msgid "Horizontal width of cells pixels"
972msgstr ""
973
974#: operations/common/checkerboard.c:34 operations/common/grid.c:31
975#: operations/common/little-planet.c:49
976#: operations/common/panorama-projection.c:49 operations/common/rectangle.c:42
977#: operations/common-gpl3+/diffraction-patterns.c:85
978#: operations/common-gpl3+/engrave.c:31 operations/common-gpl3+/maze.c:50
979#: operations/common-gpl3+/noise-solid.c:71 operations/common-gpl3+/plasma.c:62
980#: operations/common-gpl3+/sinus.c:83 operations/common-gpl3+/spiral.c:94
981#: operations/core/crop.c:40 operations/external/svg-load.c:32
982#: operations/external/text.c:63 operations/external/v4l.c:31
983#: operations/workshop/external/line-profile.c:41
984#: operations/workshop/external/v4l2.c:28
985msgid "Height"
986msgstr ""
987
988#: operations/common/checkerboard.c:35 operations/common/grid.c:32
989#: operations/common-gpl3+/maze.c:51
990msgid "Vertical width of cells pixels"
991msgstr ""
992
993#: operations/common/checkerboard.c:42 operations/common/grid.c:38
994#: operations/common/mirrors.c:46 operations/common/pixelize.c:51
995#: operations/common-gpl3+/bump-map.c:62
996#: operations/seamless-clone/seamless-clone.c:26
997#: operations/seamless-clone/seamless-clone-compose.c:25
998msgid "Offset X"
999msgstr ""
1000
1001#: operations/common/checkerboard.c:43 operations/common/grid.c:39
1002msgid "Horizontal offset (from origin) for start of grid"
1003msgstr ""
1004
1005#: operations/common/checkerboard.c:48 operations/common/grid.c:44
1006#: operations/common/mirrors.c:52 operations/common/pixelize.c:58
1007#: operations/common-gpl3+/bump-map.c:68
1008#: operations/seamless-clone/seamless-clone.c:32
1009#: operations/seamless-clone/seamless-clone-compose.c:31
1010msgid "Offset Y"
1011msgstr ""
1012
1013#: operations/common/checkerboard.c:49 operations/common/grid.c:45
1014msgid "Vertical offset (from origin) for start of grid"
1015msgstr ""
1016
1017#: operations/common/checkerboard.c:54 operations/common-gpl3+/sinus.c:57
1018#: operations/common-gpl3+/spiral.c:80 operations/workshop/gradient-map.c:25
1019msgid "Color 1"
1020msgstr ""
1021
1022#: operations/common/checkerboard.c:55
1023msgid "The first cell color"
1024msgstr ""
1025
1026#: operations/common/checkerboard.c:58 operations/common-gpl3+/sinus.c:59
1027#: operations/common-gpl3+/spiral.c:83 operations/workshop/gradient-map.c:27
1028msgid "Color 2"
1029msgstr ""
1030
1031#: operations/common/checkerboard.c:59
1032msgid "The second cell color"
1033msgstr ""
1034
1035#: operations/common/checkerboard.c:62 operations/common/color.c:29
1036msgid "Babl Format"
1037msgstr ""
1038
1039#: operations/common/checkerboard.c:63 operations/common/color.c:30
1040#: operations/core/cast-format.c:28 operations/core/convert-format.c:28
1041msgid "The babl format of the output"
1042msgstr ""
1043
1044#: operations/common/checkerboard.c:348
1045msgid "Checkerboard"
1046msgstr ""
1047
1048#: operations/common/checkerboard.c:351
1049msgid "Render a checkerboard pattern"
1050msgstr ""
1051
1052#: operations/common/color.c:24 operations/common/color.c:87
1053#: operations/common/color-overlay.c:26 operations/common/dropshadow.c:67
1054#: operations/common/grid.c:64 operations/common/inner-glow.c:82
1055#: operations/common/long-shadow.c:83 operations/common/rectangle.c:48
1056#: operations/common/vignette.c:36 operations/common-gpl3+/color-to-alpha.c:29
1057#: operations/common-gpl3+/supernova.c:60
1058#: operations/common-gpl3+/tile-paper.c:31
1059#: operations/common-gpl3+/value-propagate.c:54 operations/external/text.c:37
1060#: operations/external/vector-fill.c:26 operations/external/vector-stroke.c:27
1061msgid "Color"
1062msgstr ""
1063
1064#. TRANSLATORS: the string 'black' should not be translated
1065#: operations/common/color.c:26
1066msgid "The color to render (defaults to 'black')"
1067msgstr ""
1068
1069#: operations/common/color.c:91
1070msgid ""
1071"Generates a buffer entirely filled with the specified color, use gegl:crop "
1072"to get smaller dimensions."
1073msgstr ""
1074
1075#: operations/common/color-assimilation-grid.c:25
1076msgid "Grid size"
1077msgstr ""
1078
1079#.
1080#. property_double (imagehue, _("Hue rotation"), 0.0)
1081#. description (_("Hue adjustment"))
1082#. value_range (-180.0, 180.0)
1083#. description (_("Hue rotation of the uploaded image file or whatever is on canvas"))
1084#. ui_meta ("visible", "guichange {imageoutlinebevel}")
1085#: operations/common/color-assimilation-grid.c:31
1086#: operations/common/color-rotate.c:84 operations/common/fattal02.c:39
1087#: operations/common/mantiuk06.c:33 operations/common/noise-hsv.c:34
1088#: operations/common/saturation.c:404 operations/common/styles.c:387
1089#: operations/external/lcms-from-profile.c:35
1090#: operations/workshop/selective-hue-saturation.c:38
1091msgid "Saturation"
1092msgstr ""
1093
1094#. FIXME: With a large angle, we lose AreaFilter's flavours
1095#: operations/common/color-assimilation-grid.c:35
1096#: operations/common/long-shadow.c:49 operations/common/motion-blur-linear.c:32
1097#: operations/common/newsprint.c:158
1098#: operations/common-gpl3+/linear-sinusoid.c:65
1099#: operations/common-gpl3+/motion-blur-circular.c:51
1100#: operations/common-gpl3+/ripple.c:45
1101msgid "Angle"
1102msgstr ""
1103
1104#: operations/common/color-assimilation-grid.c:40
1105msgid "Line thickness"
1106msgstr ""
1107
1108#: operations/common/color-assimilation-grid.c:145
1109msgid "Color Assimilation Grid"
1110msgstr ""
1111
1112#: operations/common/color-assimilation-grid.c:148
1113msgid ""
1114"Turn image grayscale and overlay an oversaturated grid - through color "
1115"assimilation happening in the human visual system, for some grid scales this "
1116"produces the illusion that the grayscale grid cells themselves also have "
1117"color."
1118msgstr ""
1119
1120#: operations/common/color-enhance.c:276
1121msgid "Color Enhance"
1122msgstr ""
1123
1124#: operations/common/color-enhance.c:281
1125msgid ""
1126"Stretch color chroma to cover maximum possible range, keeping hue and "
1127"lightness untouched."
1128msgstr ""
1129
1130#: operations/common/color-overlay.c:27 operations/common/inner-glow.c:83
1131msgid "The color to paint over the input"
1132msgstr ""
1133
1134#: operations/common/color-overlay.c:30 operations/common/over.c:25
1135#: operations/common/sepia.c:28 operations/generated/clear.c:38
1136#: operations/generated/color-burn.c:38 operations/generated/color-dodge.c:38
1137#: operations/generated/darken.c:38 operations/generated/difference.c:38
1138#: operations/generated/dst-atop.c:38 operations/generated/dst.c:38
1139#: operations/generated/dst-in.c:38 operations/generated/dst-out.c:38
1140#: operations/generated/dst-over.c:38 operations/generated/exclusion.c:38
1141#: operations/generated/hard-light.c:38 operations/generated/lighten.c:38
1142#: operations/generated/overlay.c:38 operations/generated/plus.c:38
1143#: operations/generated/screen.c:38 operations/generated/soft-light.c:38
1144#: operations/generated/src-atop.c:38 operations/generated/src.c:38
1145#: operations/generated/src-in.c:38 operations/generated/src-out.c:38
1146#: operations/generated/xor.c:38 operations/workshop/gradient-map.c:35
1147msgid "sRGB"
1148msgstr ""
1149
1150#: operations/common/color-overlay.c:31 operations/common/over.c:26
1151#: operations/common/sepia.c:29 operations/generated/clear.c:39
1152#: operations/generated/color-burn.c:39 operations/generated/color-dodge.c:39
1153#: operations/generated/darken.c:39 operations/generated/difference.c:39
1154#: operations/generated/dst-atop.c:39 operations/generated/dst.c:39
1155#: operations/generated/dst-in.c:39 operations/generated/dst-out.c:39
1156#: operations/generated/dst-over.c:39 operations/generated/exclusion.c:39
1157#: operations/generated/hard-light.c:39 operations/generated/lighten.c:39
1158#: operations/generated/overlay.c:39 operations/generated/plus.c:39
1159#: operations/generated/screen.c:39 operations/generated/soft-light.c:39
1160#: operations/generated/src-atop.c:39 operations/generated/src.c:39
1161#: operations/generated/src-in.c:39 operations/generated/src-out.c:39
1162#: operations/generated/xor.c:39
1163msgid "Use sRGB gamma instead of linear"
1164msgstr ""
1165
1166#: operations/common/color-overlay.c:175
1167msgid "Color Overlay"
1168msgstr ""
1169
1170#: operations/common/color-overlay.c:178
1171msgid "Paint a color overlay over the input, preserving its transparency."
1172msgstr ""
1173
1174#: operations/common/color-rotate.c:35
1175msgid "Treat as this"
1176msgstr ""
1177
1178#: operations/common/color-rotate.c:37
1179msgid "Change to this"
1180msgstr ""
1181
1182#: operations/common/color-rotate.c:40 operations/common/color-rotate.c:53
1183#: operations/common-gpl3+/spiral.c:71
1184msgid "Clockwise"
1185msgstr ""
1186
1187#: operations/common/color-rotate.c:41 operations/common/color-rotate.c:54
1188msgid "Switch to clockwise"
1189msgstr ""
1190
1191#: operations/common/color-rotate.c:43 operations/common/color-rotate.c:56
1192msgid "From"
1193msgstr ""
1194
1195#: operations/common/color-rotate.c:44
1196msgid "Start angle of the source color range"
1197msgstr ""
1198
1199#: operations/common/color-rotate.c:48 operations/common/color-rotate.c:61
1200msgid "To"
1201msgstr ""
1202
1203#: operations/common/color-rotate.c:49
1204msgid "End angle of the source color range"
1205msgstr ""
1206
1207#: operations/common/color-rotate.c:57
1208msgid "Start angle of the destination color range"
1209msgstr ""
1210
1211#: operations/common/color-rotate.c:62
1212msgid "End angle of the destination color range"
1213msgstr ""
1214
1215#: operations/common/color-rotate.c:66
1216msgid "Gray threshold"
1217msgstr ""
1218
1219#: operations/common/color-rotate.c:67
1220msgid "Colors with a saturation less than this will treated as gray"
1221msgstr ""
1222
1223#: operations/common/color-rotate.c:71
1224msgid "Gray mode"
1225msgstr ""
1226
1227#: operations/common/color-rotate.c:74
1228msgid ""
1229"Treat as this: Gray colors from above source range will be treated as if "
1230"they had this hue and saturation\n"
1231"Change to this: Change gray colors to this hue and saturation"
1232msgstr ""
1233
1234#: operations/common/color-rotate.c:79 operations/common/component-extract.c:28
1235#: operations/common/hue-chroma.c:25 operations/common/noise-cie-lch.c:35
1236#: operations/common/noise-hsv.c:31
1237#: operations/workshop/selective-hue-saturation.c:34
1238msgid "Hue"
1239msgstr ""
1240
1241#: operations/common/color-rotate.c:80
1242msgid "Hue value for above gray settings"
1243msgstr ""
1244
1245#: operations/common/color-rotate.c:85
1246msgid "Saturation value for above gray settings"
1247msgstr ""
1248
1249#: operations/common/color-rotate.c:435
1250msgid "Color Rotate"
1251msgstr ""
1252
1253#: operations/common/color-rotate.c:438
1254msgid "Replace a range of colors with another"
1255msgstr ""
1256
1257#: operations/common/color-temperature.c:27
1258msgid "Original temperature"
1259msgstr ""
1260
1261#: operations/common/color-temperature.c:28
1262msgid ""
1263"Estimated temperature of the light source in Kelvin the image was taken with."
1264msgstr ""
1265
1266#: operations/common/color-temperature.c:33
1267msgid "Intended temperature"
1268msgstr ""
1269
1270#: operations/common/color-temperature.c:34
1271msgid "Corrected estimation of the temperature of the light source in Kelvin."
1272msgstr ""
1273
1274#: operations/common/color-temperature.c:271
1275msgid "Color Temperature"
1276msgstr ""
1277
1278#: operations/common/color-temperature.c:274
1279msgid ""
1280"Change the color temperature of the image, from an assumed original color "
1281"temperature to an intended one."
1282msgstr ""
1283
1284#: operations/common/color-warp.c:36
1285msgid "From 0"
1286msgstr ""
1287
1288#: operations/common/color-warp.c:37
1289msgid "To 0"
1290msgstr ""
1291
1292#: operations/common/color-warp.c:38
1293msgid "weight 0"
1294msgstr ""
1295
1296#: operations/common/color-warp.c:40
1297msgid "From 1"
1298msgstr ""
1299
1300#: operations/common/color-warp.c:41
1301msgid "To 1"
1302msgstr ""
1303
1304#: operations/common/color-warp.c:42
1305msgid "weight 1"
1306msgstr ""
1307
1308#: operations/common/color-warp.c:44
1309msgid "From 2"
1310msgstr ""
1311
1312#: operations/common/color-warp.c:45
1313msgid "To 2"
1314msgstr ""
1315
1316#: operations/common/color-warp.c:46
1317msgid "weight 2"
1318msgstr ""
1319
1320#: operations/common/color-warp.c:48
1321msgid "From 3"
1322msgstr ""
1323
1324#: operations/common/color-warp.c:49
1325msgid "To 3"
1326msgstr ""
1327
1328#: operations/common/color-warp.c:50
1329msgid "weight 3"
1330msgstr ""
1331
1332#: operations/common/color-warp.c:52
1333msgid "From 4"
1334msgstr ""
1335
1336#: operations/common/color-warp.c:53
1337msgid "To 4"
1338msgstr ""
1339
1340#: operations/common/color-warp.c:54
1341msgid "weight 4"
1342msgstr ""
1343
1344#: operations/common/color-warp.c:56
1345msgid "From 5"
1346msgstr ""
1347
1348#: operations/common/color-warp.c:57
1349msgid "To 5"
1350msgstr ""
1351
1352#: operations/common/color-warp.c:58
1353msgid "weight 5"
1354msgstr ""
1355
1356#: operations/common/color-warp.c:60
1357msgid "From 6"
1358msgstr ""
1359
1360#: operations/common/color-warp.c:61
1361msgid "To 6"
1362msgstr ""
1363
1364#: operations/common/color-warp.c:62
1365msgid "weight 6"
1366msgstr ""
1367
1368#: operations/common/color-warp.c:64
1369msgid "From 7"
1370msgstr ""
1371
1372#: operations/common/color-warp.c:65
1373msgid "To 7"
1374msgstr ""
1375
1376#: operations/common/color-warp.c:66
1377msgid "weight 7"
1378msgstr ""
1379
1380#: operations/common/color-warp.c:68
1381msgid "global weight scale"
1382msgstr ""
1383
1384#: operations/common/color-warp.c:70
1385msgid "amount"
1386msgstr ""
1387
1388#: operations/common/color-warp.c:337
1389msgid "Color warp"
1390msgstr ""
1391
1392#: operations/common/color-warp.c:341
1393msgid ""
1394"Warps the colors of an image between colors with weighted distortion "
1395"factors, color pairs which are black to black get ignored when constructing "
1396"the mapping."
1397msgstr ""
1398
1399#: operations/common/component-extract.c:25
1400msgid "RGB Red"
1401msgstr ""
1402
1403#: operations/common/component-extract.c:26
1404msgid "RGB Green"
1405msgstr ""
1406
1407#: operations/common/component-extract.c:27
1408msgid "RGB Blue"
1409msgstr ""
1410
1411#: operations/common/component-extract.c:29
1412msgid "HSV Saturation"
1413msgstr ""
1414
1415#: operations/common/component-extract.c:30
1416msgid "HSV Value"
1417msgstr ""
1418
1419#: operations/common/component-extract.c:31
1420msgid "HSL Saturation"
1421msgstr ""
1422
1423#: operations/common/component-extract.c:32
1424msgid "HSL Lightness"
1425msgstr ""
1426
1427#: operations/common/component-extract.c:33
1428msgid "CMYK Cyan"
1429msgstr ""
1430
1431#: operations/common/component-extract.c:34
1432msgid "CMYK Magenta"
1433msgstr ""
1434
1435#: operations/common/component-extract.c:35
1436msgid "CMYK Yellow"
1437msgstr ""
1438
1439#: operations/common/component-extract.c:36
1440msgid "CMYK Key"
1441msgstr ""
1442
1443#: operations/common/component-extract.c:37
1444msgid "Y'CbCr Y'"
1445msgstr ""
1446
1447#: operations/common/component-extract.c:38
1448msgid "Y'CbCr Cb"
1449msgstr ""
1450
1451#: operations/common/component-extract.c:39
1452msgid "Y'CbCr Cr"
1453msgstr ""
1454
1455#: operations/common/component-extract.c:40
1456msgid "LAB L"
1457msgstr ""
1458
1459#: operations/common/component-extract.c:41
1460msgid "LAB A"
1461msgstr ""
1462
1463#: operations/common/component-extract.c:42
1464msgid "LAB B"
1465msgstr ""
1466
1467#: operations/common/component-extract.c:43
1468msgid "LCH C(ab)"
1469msgstr ""
1470
1471#: operations/common/component-extract.c:44
1472msgid "LCH H(ab)"
1473msgstr ""
1474
1475#: operations/common/component-extract.c:45 operations/common/fattal02.c:31
1476#: operations/common/noise-perlin.c:25 operations/common/noise-rgb.c:52
1477msgid "Alpha"
1478msgstr ""
1479
1480#: operations/common/component-extract.c:48
1481msgid "Component"
1482msgstr ""
1483
1484#: operations/common/component-extract.c:51
1485msgid "Component to extract"
1486msgstr ""
1487
1488#: operations/common/component-extract.c:53
1489msgid "Invert component"
1490msgstr ""
1491
1492#: operations/common/component-extract.c:54
1493msgid "Invert the extracted component"
1494msgstr ""
1495
1496#: operations/common/component-extract.c:56
1497#: operations/workshop/connected-components.c:45
1498msgid "Linear output"
1499msgstr ""
1500
1501#: operations/common/component-extract.c:57
1502msgid "Use linear output instead of gamma corrected"
1503msgstr ""
1504
1505#: operations/common/component-extract.c:260
1506msgid "Extract Component"
1507msgstr ""
1508
1509#: operations/common/component-extract.c:264
1510msgid "Extract a color model component"
1511msgstr ""
1512
1513#: operations/common/contrast-curve.c:25
1514msgid "Sample points"
1515msgstr ""
1516
1517#: operations/common/contrast-curve.c:26
1518msgid "Number of curve sampling points. 0 for exact calculation."
1519msgstr ""
1520
1521#: operations/common/contrast-curve.c:29
1522msgid "Curve"
1523msgstr ""
1524
1525#: operations/common/contrast-curve.c:30
1526msgid "The contrast curve."
1527msgstr ""
1528
1529#: operations/common/contrast-curve.c:258
1530msgid "Contrast Curve"
1531msgstr ""
1532
1533#: operations/common/contrast-curve.c:262
1534msgid ""
1535"Adjusts the contrast of a grayscale image with a curve specifying contrast "
1536"for intensity."
1537msgstr ""
1538
1539#: operations/common/convolution-matrix.c:25
1540msgid "(1,1)"
1541msgstr ""
1542
1543#: operations/common/convolution-matrix.c:26
1544msgid "(1,2)"
1545msgstr ""
1546
1547#: operations/common/convolution-matrix.c:27
1548msgid "(1,3)"
1549msgstr ""
1550
1551#: operations/common/convolution-matrix.c:28
1552msgid "(1,4)"
1553msgstr ""
1554
1555#: operations/common/convolution-matrix.c:29
1556msgid "(1,5)"
1557msgstr ""
1558
1559#: operations/common/convolution-matrix.c:30
1560msgid "(2,1)"
1561msgstr ""
1562
1563#: operations/common/convolution-matrix.c:31
1564msgid "(2,2)"
1565msgstr ""
1566
1567#: operations/common/convolution-matrix.c:32
1568msgid "(2,3)"
1569msgstr ""
1570
1571#: operations/common/convolution-matrix.c:33
1572msgid "(2,4)"
1573msgstr ""
1574
1575#: operations/common/convolution-matrix.c:34
1576msgid "(2,5)"
1577msgstr ""
1578
1579#: operations/common/convolution-matrix.c:35
1580msgid "(3,1)"
1581msgstr ""
1582
1583#: operations/common/convolution-matrix.c:36
1584msgid "(3,2)"
1585msgstr ""
1586
1587#: operations/common/convolution-matrix.c:37
1588msgid "(3,3)"
1589msgstr ""
1590
1591#: operations/common/convolution-matrix.c:38
1592msgid "(3,4)"
1593msgstr ""
1594
1595#: operations/common/convolution-matrix.c:39
1596msgid "(3,5)"
1597msgstr ""
1598
1599#: operations/common/convolution-matrix.c:40
1600msgid "(4,1)"
1601msgstr ""
1602
1603#: operations/common/convolution-matrix.c:41
1604msgid "(4,2)"
1605msgstr ""
1606
1607#: operations/common/convolution-matrix.c:42
1608msgid "(4,3)"
1609msgstr ""
1610
1611#: operations/common/convolution-matrix.c:43
1612msgid "(4,4)"
1613msgstr ""
1614
1615#: operations/common/convolution-matrix.c:44
1616msgid "(4,5)"
1617msgstr ""
1618
1619#: operations/common/convolution-matrix.c:45
1620msgid "(5,1)"
1621msgstr ""
1622
1623#: operations/common/convolution-matrix.c:46
1624msgid "(5,2)"
1625msgstr ""
1626
1627#: operations/common/convolution-matrix.c:47
1628msgid "(5,3)"
1629msgstr ""
1630
1631#: operations/common/convolution-matrix.c:48
1632msgid "(5,4)"
1633msgstr ""
1634
1635#: operations/common/convolution-matrix.c:49
1636msgid "(5,5)"
1637msgstr ""
1638
1639#: operations/common/convolution-matrix.c:51
1640msgid "Divisor"
1641msgstr ""
1642
1643#: operations/common/convolution-matrix.c:55
1644#: operations/common-gpl3+/bayer-matrix.c:63
1645#: operations/common-gpl3+/linear-sinusoid.c:71
1646msgid "Offset"
1647msgstr ""
1648
1649#: operations/common/convolution-matrix.c:59
1650msgid "Red channel"
1651msgstr ""
1652
1653#: operations/common/convolution-matrix.c:60
1654msgid "Green channel"
1655msgstr ""
1656
1657#: operations/common/convolution-matrix.c:61
1658msgid "Blue channel"
1659msgstr ""
1660
1661#: operations/common/convolution-matrix.c:62
1662msgid "Alpha channel"
1663msgstr ""
1664
1665#: operations/common/convolution-matrix.c:64
1666#: operations/common-cxx/distance-transform.cc:55
1667#: operations/workshop/connected-components.c:41
1668msgid "Normalize"
1669msgstr ""
1670
1671#: operations/common/convolution-matrix.c:65
1672msgid "Alpha-weighting"
1673msgstr ""
1674
1675#: operations/common/convolution-matrix.c:67
1676msgid "Border"
1677msgstr ""
1678
1679#: operations/common/convolution-matrix.c:634
1680msgid "Convolution Matrix"
1681msgstr ""
1682
1683#: operations/common/convolution-matrix.c:635
1684msgid "Apply a generic 5x5 convolution matrix"
1685msgstr ""
1686
1687#: operations/common/copy-buffer.c:25
1688msgid "Buffer"
1689msgstr ""
1690
1691#: operations/common/copy-buffer.c:26
1692msgid ""
1693"An already existing GeglBuffer to write incoming buffer data to, or NULL."
1694msgstr ""
1695
1696#: operations/common/copy-buffer.c:153
1697msgid "Copy Buffer"
1698msgstr ""
1699
1700#: operations/common/copy-buffer.c:156
1701msgid "Writes image data to an already existing buffer"
1702msgstr ""
1703
1704#: operations/common/difference-of-gaussians.c:24
1705msgid "Radius 1"
1706msgstr ""
1707
1708#: operations/common/difference-of-gaussians.c:29
1709msgid "Radius 2"
1710msgstr ""
1711
1712#: operations/common/difference-of-gaussians.c:85
1713msgid "Difference of Gaussians"
1714msgstr ""
1715
1716#: operations/common/difference-of-gaussians.c:88
1717msgid ""
1718"Edge detection with control of edge thickness, based on the difference of "
1719"two gaussian blurs"
1720msgstr ""
1721
1722#: operations/common/display.c:23 operations/external/sdl2-display.c:28
1723#: operations/external/sdl-display.c:25
1724msgid "Window title"
1725msgstr ""
1726
1727#: operations/common/display.c:24 operations/external/sdl2-display.c:29
1728#: operations/external/sdl-display.c:26
1729msgid "Title to be given to output window"
1730msgstr ""
1731
1732#: operations/common/display.c:142
1733msgid "Display"
1734msgstr ""
1735
1736#: operations/common/display.c:144
1737msgid "Display the input buffer in a window."
1738msgstr ""
1739
1740#: operations/common/dither.c:31
1741msgid "Red levels"
1742msgstr ""
1743
1744#: operations/common/dither.c:32
1745msgid "Number of levels for red channel"
1746msgstr ""
1747
1748#: operations/common/dither.c:36
1749msgid "Green levels"
1750msgstr ""
1751
1752#: operations/common/dither.c:37
1753msgid "Number of levels for green channel"
1754msgstr ""
1755
1756#: operations/common/dither.c:41
1757msgid "Blue levels"
1758msgstr ""
1759
1760#: operations/common/dither.c:42
1761msgid "Number of levels for blue channel"
1762msgstr ""
1763
1764#: operations/common/dither.c:46
1765msgid "Alpha levels"
1766msgstr ""
1767
1768#: operations/common/dither.c:47
1769msgid "Number of levels for alpha channel"
1770msgstr ""
1771
1772#: operations/common/dither.c:51
1773msgid "Dithering method"
1774msgstr ""
1775
1776#: operations/common/dither.c:53
1777msgid "The dithering method to use"
1778msgstr ""
1779
1780#: operations/common/dither.c:55 operations/common/matting-global.c:28
1781#: operations/common/noise-cell.c:55 operations/common/noise-cie-lch.c:38
1782#: operations/common/noise-hsv.c:40 operations/common/noise-hurl.c:37
1783#: operations/common/noise-pick.c:38 operations/common/noise-rgb.c:55
1784#: operations/common/noise-simplex.c:39 operations/common/noise-spread.c:41
1785#: operations/common-gpl3+/cubism.c:42 operations/common-gpl3+/maze.c:65
1786#: operations/common-gpl3+/mosaic.c:90 operations/common-gpl3+/noise-slur.c:40
1787#: operations/common-gpl3+/noise-solid.c:61 operations/common-gpl3+/plasma.c:70
1788#: operations/common-gpl3+/shift.c:35 operations/common-gpl3+/sinus.c:49
1789#: operations/common-gpl3+/supernova.c:63
1790#: operations/common-gpl3+/tile-paper.c:81 operations/common-gpl3+/wind.c:68
1791#: operations/workshop/segment-kmeans.c:37
1792#: operations/workshop/shuffle-search.c:59
1793msgid "Random seed"
1794msgstr ""
1795
1796#: operations/common/dither.c:640
1797msgid "Dither"
1798msgstr ""
1799
1800#: operations/common/dither.c:643
1801msgid ""
1802"Reduce the number of colors in the image, by reducing the levels per channel "
1803"(colors and alpha). Different dithering methods can be specified to "
1804"counteract quantization induced banding."
1805msgstr ""
1806
1807#: operations/common/domain-transform.c:24 operations/external/jpg-save.c:28
1808#: operations/external/webp-save.c:28
1809msgid "Quality"
1810msgstr ""
1811
1812#: operations/common/domain-transform.c:25
1813msgid ""
1814"Number of filtering iterations. A value between 2 and 4 is usually enough."
1815msgstr ""
1816
1817#: operations/common/domain-transform.c:30
1818msgid "Spatial standard deviation of the blur kernel, measured in pixels."
1819msgstr ""
1820
1821#: operations/common/domain-transform.c:35
1822msgid ""
1823"Amount of edge preservation. This quantity is inversely proportional to the "
1824"range standard deviation of the blur kernel."
1825msgstr ""
1826
1827#: operations/common/domain-transform.c:528
1828msgid "Smooth by Domain Transform"
1829msgstr ""
1830
1831#: operations/common/domain-transform.c:531
1832msgid ""
1833"An edge-preserving smoothing filter implemented with the Domain Transform "
1834"recursive technique. Similar to a bilateral filter, but faster to compute."
1835msgstr ""
1836
1837#: operations/common/dropshadow.c:27 operations/common/inner-glow.c:30
1838#: operations/common/median-blur.c:27 operations/common/pixelize.c:28
1839#: operations/common/styles.c:96 operations/common/vignette.c:26
1840#: operations/common-cxx/focus-blur.c:35
1841msgid "Square"
1842msgstr ""
1843
1844#: operations/common/dropshadow.c:28 operations/common/inner-glow.c:31
1845#: operations/common/median-blur.c:28 operations/common/newsprint.c:26
1846#: operations/common/styles.c:97 operations/common/vignette.c:25
1847#: operations/common-cxx/focus-blur.c:34
1848msgid "Circle"
1849msgstr ""
1850
1851#: operations/common/dropshadow.c:29 operations/common/inner-glow.c:32
1852#: operations/common/median-blur.c:29 operations/common/newsprint.c:27
1853#: operations/common/pixelize.c:26 operations/common/styles.c:98
1854#: operations/common/vignette.c:27 operations/common-cxx/focus-blur.c:36
1855msgid "Diamond"
1856msgstr ""
1857
1858#: operations/common/dropshadow.c:32 operations/common/inner-glow.c:42
1859#: operations/common/layer.c:36 operations/common/rectangle.c:26
1860#: operations/common-gpl3+/plasma.c:40
1861#: operations/common-gpl3+/polar-coordinates.c:52
1862#: operations/common-gpl3+/spiral.c:35 operations/core/crop.c:25
1863#: operations/transform/border-align.c:24 operations/transform/reflect.c:26
1864#: operations/transform/scale-ratio.c:25 operations/transform/scale-size.c:25
1865#: operations/transform/scale-size-keepaspect.c:25
1866#: operations/transform/shear.c:25 operations/transform/translate.c:25
1867#: operations/workshop/external/spyrograph.c:51
1868msgid "X"
1869msgstr ""
1870
1871#: operations/common/dropshadow.c:33 operations/common/inner-glow.c:43
1872#: operations/common/styles.c:145
1873msgid "Horizontal shadow offset"
1874msgstr ""
1875
1876#: operations/common/dropshadow.c:39 operations/common/inner-glow.c:50
1877#: operations/common/layer.c:41 operations/common/rectangle.c:31
1878#: operations/common-gpl3+/plasma.c:47
1879#: operations/common-gpl3+/polar-coordinates.c:59
1880#: operations/common-gpl3+/spiral.c:41 operations/core/crop.c:30
1881#: operations/transform/border-align.c:30 operations/transform/reflect.c:30
1882#: operations/transform/scale-ratio.c:30 operations/transform/scale-size.c:30
1883#: operations/transform/scale-size-keepaspect.c:30
1884#: operations/transform/shear.c:29 operations/transform/translate.c:31
1885#: operations/workshop/external/spyrograph.c:57
1886msgid "Y"
1887msgstr ""
1888
1889#: operations/common/dropshadow.c:40 operations/common/inner-glow.c:51
1890#: operations/common/styles.c:154
1891msgid "Vertical shadow offset"
1892msgstr ""
1893
1894#: operations/common/dropshadow.c:53 operations/common/inner-glow.c:36
1895msgid "Grow shape"
1896msgstr ""
1897
1898#: operations/common/dropshadow.c:56 operations/common/inner-glow.c:39
1899msgid "The shape to expand or contract the shadow in"
1900msgstr ""
1901
1902#: operations/common/dropshadow.c:58 operations/common/inner-glow.c:68
1903msgid "Grow radius"
1904msgstr ""
1905
1906#: operations/common/dropshadow.c:65 operations/common/inner-glow.c:75
1907msgid ""
1908"The distance to expand the shadow before blurring; a negative value will "
1909"contract the shadow instead"
1910msgstr ""
1911
1912#. TRANSLATORS: the string 'black' should not be translated
1913#: operations/common/dropshadow.c:69
1914msgid "The shadow's color (defaults to 'black')"
1915msgstr ""
1916
1917#. It does make sense to sometimes have opacities > 1 (see GEGL logo
1918#. * for example)
1919#.
1920#: operations/common/dropshadow.c:74 operations/common/inner-glow.c:77
1921#: operations/common/layer.c:33 operations/common/opacity.c:25
1922#: operations/common/opacity.c:289 operations/external/vector-fill.c:29
1923#: operations/external/vector-stroke.c:34
1924msgid "Opacity"
1925msgstr ""
1926
1927#: operations/common/dropshadow.c:184
1928msgid "Dropshadow"
1929msgstr ""
1930
1931#: operations/common/dropshadow.c:188
1932msgid "Creates a dropshadow effect on the input buffer"
1933msgstr ""
1934
1935#: operations/common/edge-neon.c:48
1936msgid "Radius of effect (in pixels)"
1937msgstr ""
1938
1939#: operations/common/edge-neon.c:55
1940msgid "Intensity"
1941msgstr ""
1942
1943#: operations/common/edge-neon.c:56
1944msgid "Strength of Effect"
1945msgstr ""
1946
1947#: operations/common/edge-neon.c:537
1948msgid "Neon Edge Detection"
1949msgstr ""
1950
1951#: operations/common/edge-neon.c:541
1952msgid "Performs edge detection using a Gaussian derivative method"
1953msgstr ""
1954
1955#: operations/common/edge-sobel.c:31
1956msgid "Keep Sign"
1957msgstr ""
1958
1959#: operations/common/edge-sobel.c:32
1960msgid ""
1961"Keep negative values in result; when off, the absolute value of the result "
1962"is used instead."
1963msgstr ""
1964
1965#: operations/common/edge-sobel.c:397
1966msgid "Sobel Edge Detection"
1967msgstr ""
1968
1969#: operations/common/edge-sobel.c:401
1970msgid "Specialized direction-dependent edge detection"
1971msgstr ""
1972
1973#: operations/common/exp-combine.c:25
1974msgid "Exposure values"
1975msgstr ""
1976
1977#: operations/common/exp-combine.c:26
1978msgid "Relative brightness of each exposure in EV"
1979msgstr ""
1980
1981#: operations/common/exp-combine.c:28
1982msgid "Discretization bits"
1983msgstr ""
1984
1985#: operations/common/exp-combine.c:29
1986msgid "Log2 of source's discretization steps"
1987msgstr ""
1988
1989#: operations/common/exp-combine.c:32
1990msgid "Weight sigma"
1991msgstr ""
1992
1993#: operations/common/exp-combine.c:33
1994msgid "Weight distribution sigma controlling response contributions"
1995msgstr ""
1996
1997#: operations/common/exp-combine.c:1270
1998msgid "Combine Exposures"
1999msgstr ""
2000
2001#: operations/common/exp-combine.c:1273
2002msgid "Combine multiple scene exposures into one high dynamic range image."
2003msgstr ""
2004
2005#: operations/common/exposure.c:26
2006msgid "Black level"
2007msgstr ""
2008
2009#: operations/common/exposure.c:27
2010msgid "Adjust the black level"
2011msgstr ""
2012
2013#: operations/common/exposure.c:30 operations/common/exposure.c:480
2014#: operations/common/negative-darkroom.c:29
2015msgid "Exposure"
2016msgstr ""
2017
2018#: operations/common/exposure.c:31
2019msgid "Relative brightness change in stops"
2020msgstr ""
2021
2022#: operations/common/exposure.c:484
2023msgid "Change exposure of an image in shutter speed stops"
2024msgstr ""
2025
2026#: operations/common/fattal02.c:32
2027msgid "Gradient threshold for detail enhancement"
2028msgstr ""
2029
2030#: operations/common/fattal02.c:35
2031msgid "Beta"
2032msgstr ""
2033
2034#: operations/common/fattal02.c:36
2035msgid "Strength of local detail enhancement"
2036msgstr ""
2037
2038#: operations/common/fattal02.c:40 operations/common/mantiuk06.c:34
2039msgid "Global color saturation factor"
2040msgstr ""
2041
2042#: operations/common/fattal02.c:43
2043msgid "Noise"
2044msgstr ""
2045
2046#: operations/common/fattal02.c:44
2047msgid "Gradient threshold for lowering detail enhancement"
2048msgstr ""
2049
2050#: operations/common/fattal02.c:1361
2051msgid "Fattal et al. 2002 Tone Mapping"
2052msgstr ""
2053
2054#: operations/common/fattal02.c:1365
2055msgid ""
2056"Adapt an image, which may have a high dynamic range, for presentation using "
2057"a low dynamic range. This operator attenuates the magnitudes of local image "
2058"gradients, producing luminance within the range 0.0-1.0. This tonemapping "
2059"approach was originally presented by Raanan Fattal, in the 2002 SIGGRAPH "
2060"paper: Gradient Domain High Dynamic Range Compression."
2061msgstr ""
2062
2063#: operations/common/gaussian-blur.c:25 operations/common/gblur-1d.c:40
2064msgid "FIR"
2065msgstr ""
2066
2067#: operations/common/gaussian-blur.c:26 operations/common/gblur-1d.c:41
2068msgid "IIR"
2069msgstr ""
2070
2071#: operations/common/gaussian-blur.c:36
2072msgid "Size X"
2073msgstr ""
2074
2075#: operations/common/gaussian-blur.c:37
2076msgid "Standard deviation for the horizontal axis"
2077msgstr ""
2078
2079#: operations/common/gaussian-blur.c:44
2080msgid "Size Y"
2081msgstr ""
2082
2083#: operations/common/gaussian-blur.c:45 operations/common/gblur-1d.c:45
2084#: operations/common/high-pass.c:25
2085msgid "Standard deviation (spatial scale factor)"
2086msgstr ""
2087
2088#: operations/common/gaussian-blur.c:52 operations/common/gblur-1d.c:55
2089msgid "Filter"
2090msgstr ""
2091
2092#: operations/common/gaussian-blur.c:55 operations/common/gblur-1d.c:58
2093msgid "How the gaussian kernel is discretized"
2094msgstr ""
2095
2096#: operations/common/gaussian-blur.c:57 operations/common/gblur-1d.c:60
2097#: operations/common/map-absolute.c:26 operations/common/map-relative.c:30
2098#: operations/common/median-blur.c:56 operations/common-gpl3+/displace.c:43
2099#: operations/common-gpl3+/fractal-trace.c:67
2100#: operations/common-gpl3+/ripple.c:56 operations/transform/scale.c:102
2101#: operations/workshop/external/voronoi-diagram.cc:38
2102msgid "Abyss policy"
2103msgstr ""
2104
2105#: operations/common/gaussian-blur.c:59 operations/common/gblur-1d.c:62
2106#: operations/common/median-blur.c:58 operations/common-gpl3+/displace.c:46
2107#: operations/common-gpl3+/ripple.c:59 operations/transform/scale.c:103
2108#: operations/workshop/external/voronoi-diagram.cc:41
2109msgid "How image edges are handled"
2110msgstr ""
2111
2112#: operations/common/gaussian-blur.c:61 operations/common/gblur-1d.c:64
2113msgid "Clip to the input extent"
2114msgstr ""
2115
2116#: operations/common/gaussian-blur.c:62 operations/common/gblur-1d.c:65
2117msgid "Should the output extent be clipped to the input extent"
2118msgstr ""
2119
2120#: operations/common/gaussian-blur.c:115 operations/common-cxx/focus-blur.c:29
2121msgid "Gaussian Blur"
2122msgstr ""
2123
2124#: operations/common/gaussian-blur.c:119 operations/common/gblur-1d.c:1388
2125msgid ""
2126"Performs an averaging of neighboring pixels with the normal distribution as "
2127"weighting"
2128msgstr ""
2129
2130#: operations/common/gblur-1d.c:44 operations/common-cxx/warp.cc:37
2131#: operations/external/text.c:32
2132msgid "Size"
2133msgstr ""
2134
2135#: operations/common/gblur-1d.c:50 operations/common/pack.c:28
2136#: operations/common/wavelet-blur-1d.c:36
2137#: operations/common-gpl3+/deinterlace.c:40 operations/workshop/boxblur-1d.c:33
2138msgid "Orientation"
2139msgstr ""
2140
2141#: operations/common/gblur-1d.c:53 operations/common/wavelet-blur-1d.c:39
2142#: operations/workshop/boxblur-1d.c:36
2143msgid "The orientation of the blur - hor/ver"
2144msgstr ""
2145
2146#: operations/common/gblur-1d.c:1385
2147msgid "1D Gaussian-blur"
2148msgstr ""
2149
2150#: operations/common/gegl-buffer-load-op.c:24
2151#: operations/common/gegl-buffer-save-op.c:24 operations/common/icc-load.c:24
2152#: operations/common/icc-save.c:25 operations/common/magick-load.c:26
2153#: operations/common/open-buffer.c:25 operations/common/save.c:26
2154#: operations/core/load.c:29 operations/external/exr-save.cc:24
2155#: operations/external/ff-load.c:29 operations/external/ff-save.c:29
2156#: operations/external/gif-load.c:34 operations/external/jp2-load.c:25
2157#: operations/external/jpg-load.c:24 operations/external/jpg-save.c:25
2158#: operations/external/npy-save.c:31 operations/external/png-load.c:32
2159#: operations/external/png-save.c:26 operations/external/ppm-load.c:25
2160#: operations/external/ppm-save.c:25 operations/external/rgbe-load.c:26
2161#: operations/external/rgbe-save.c:26 operations/external/svg-load.c:25
2162#: operations/external/tiff-load.c:29 operations/external/tiff-save.c:25
2163#: operations/external/webp-load.c:25 operations/external/webp-save.c:25
2164#: operations/workshop/external/gluas.c:37
2165#: operations/workshop/rawbayer-load.c:25
2166msgid "File"
2167msgstr ""
2168
2169#: operations/common/gegl-buffer-load-op.c:25
2170msgid "Path of GeglBuffer file to load."
2171msgstr ""
2172
2173#: operations/common/gegl-buffer-load-op.c:90
2174msgid "GeglBuffer file loader."
2175msgstr ""
2176
2177#: operations/common/gegl-buffer-save-op.c:25
2178msgid "Target file path to write GeglBuffer to."
2179msgstr ""
2180
2181#: operations/common/gegl-buffer-save-op.c:64
2182msgid "GeglBuffer file writer."
2183msgstr ""
2184
2185#: operations/common/gegl.c:68
2186msgid "pipeline"
2187msgstr ""
2188
2189#: operations/common/gegl.c:69
2190msgid "[op [property=value] [property=value]] [[op] [property=value]"
2191msgstr ""
2192
2193#: operations/common/gegl.c:72
2194msgid "Eeeeeek"
2195msgstr ""
2196
2197#: operations/common/gegl.c:73
2198msgid ""
2199"There is a problem in the syntax or in the application of parsed property "
2200"values. Things might mostly work nevertheless."
2201msgstr ""
2202
2203#: operations/common/gegl.c:168
2204msgid "GEGL graph"
2205msgstr ""
2206
2207#: operations/common/gegl.c:171
2208msgid ""
2209"Do a chain of operations, with key=value pairs after each operation name to "
2210"set properties. And aux=[ source filter ] for specifying a chain with a "
2211"source as something connected to an aux pad."
2212msgstr ""
2213
2214#: operations/common/grey.c:138
2215msgid "Make Gray"
2216msgstr ""
2217
2218#: operations/common/grey.c:142
2219msgid "Turns the image grayscale"
2220msgstr ""
2221
2222#: operations/common/grid.c:50
2223msgid "Line width"
2224msgstr ""
2225
2226#: operations/common/grid.c:51
2227msgid "Width of grid lines in pixels"
2228msgstr ""
2229
2230#: operations/common/grid.c:57
2231msgid "Line height"
2232msgstr ""
2233
2234#: operations/common/grid.c:58
2235msgid "Height of grid lines in pixels"
2236msgstr ""
2237
2238#: operations/common/grid.c:65
2239msgid "Color of the grid lines"
2240msgstr ""
2241
2242#: operations/common/grid.c:157
2243msgid "Grid"
2244msgstr ""
2245
2246#: operations/common/grid.c:161
2247msgid "Grid renderer"
2248msgstr ""
2249
2250#: operations/common/high-pass.c:24
2251msgid "Std. Dev."
2252msgstr ""
2253
2254#: operations/common/high-pass.c:31
2255msgid "Contrast of high-pass"
2256msgstr ""
2257
2258#: operations/common/high-pass.c:82
2259msgid "High Pass Filter"
2260msgstr ""
2261
2262#: operations/common/high-pass.c:87
2263msgid "Enhances fine details."
2264msgstr ""
2265
2266#: operations/common/hue-chroma.c:26
2267#: operations/workshop/selective-hue-saturation.c:35
2268msgid "Hue adjustment"
2269msgstr ""
2270
2271#: operations/common/hue-chroma.c:29 operations/common/noise-cie-lch.c:32
2272msgid "Chroma"
2273msgstr ""
2274
2275#: operations/common/hue-chroma.c:30
2276msgid "Chroma adjustment"
2277msgstr ""
2278
2279#: operations/common/hue-chroma.c:33 operations/common/noise-cie-lch.c:29
2280#: operations/common/styles.c:392
2281#: operations/workshop/selective-hue-saturation.c:42
2282msgid "Lightness"
2283msgstr ""
2284
2285#: operations/common/hue-chroma.c:34
2286#: operations/workshop/selective-hue-saturation.c:43
2287msgid "Lightness adjustment"
2288msgstr ""
2289
2290#: operations/common/hue-chroma.c:120
2291msgid "Hue-Chroma"
2292msgstr ""
2293
2294#: operations/common/hue-chroma.c:124
2295msgid "Adjust LCH Hue, Chroma, and Lightness"
2296msgstr ""
2297
2298#: operations/common/icc-load.c:25 operations/external/gif-load.c:35
2299#: operations/external/jp2-load.c:26 operations/external/jpg-load.c:25
2300#: operations/external/svg-load.c:26 operations/external/tiff-load.c:30
2301#: operations/external/webp-load.c:26
2302msgid "Path of file to load"
2303msgstr ""
2304
2305#: operations/common/icc-load.c:103
2306msgid "ICC File Loader"
2307msgstr ""
2308
2309#: operations/common/icc-load.c:105
2310msgid "ICC profile loader."
2311msgstr ""
2312
2313#: operations/common/icc-save.c:26
2314msgid "Target path and filename"
2315msgstr ""
2316
2317#: operations/common/icc-save.c:72
2318msgid "ICC profile saver"
2319msgstr ""
2320
2321#: operations/common/icc-save.c:74
2322msgid "Stores the ICC profile that would be embedded if stored as an image."
2323msgstr ""
2324
2325#: operations/common/image-compare.c:26
2326msgid "Wrong pixels"
2327msgstr ""
2328
2329#: operations/common/image-compare.c:27
2330msgid "Number of differing pixels."
2331msgstr ""
2332
2333#: operations/common/image-compare.c:29
2334msgid "Maximum difference"
2335msgstr ""
2336
2337#: operations/common/image-compare.c:30
2338msgid "Maximum difference between two pixels."
2339msgstr ""
2340
2341#: operations/common/image-compare.c:32
2342msgid "Average difference (wrong)"
2343msgstr ""
2344
2345#: operations/common/image-compare.c:33
2346msgid "Average difference between wrong pixels."
2347msgstr ""
2348
2349#: operations/common/image-compare.c:35
2350msgid "Average difference (total)"
2351msgstr ""
2352
2353#: operations/common/image-compare.c:36
2354msgid "Average difference between all pixels."
2355msgstr ""
2356
2357#: operations/common/image-compare.c:206
2358msgid ""
2359"Compares if input and aux buffers are different. Global statistics are saved "
2360"in the properties and a visual difference image is produced as a visual "
2361"result. "
2362msgstr ""
2363
2364#: operations/common/image-gradient.c:27
2365msgid "Magnitude"
2366msgstr ""
2367
2368#: operations/common/image-gradient.c:28 operations/common-gpl3+/spiral.c:75
2369#: operations/common-gpl3+/texturize-canvas.c:38
2370#: operations/common-gpl3+/wind.c:50
2371msgid "Direction"
2372msgstr ""
2373
2374#: operations/common/image-gradient.c:29 operations/common-gpl3+/wind.c:40
2375msgid "Both"
2376msgstr ""
2377
2378#: operations/common/image-gradient.c:32
2379msgid "Output mode"
2380msgstr ""
2381
2382#: operations/common/image-gradient.c:35
2383msgid "Output Mode"
2384msgstr ""
2385
2386#: operations/common/image-gradient.c:224
2387msgid "Image Gradient"
2388msgstr ""
2389
2390#: operations/common/image-gradient.c:228
2391msgid "Compute gradient magnitude and/or direction by central differences"
2392msgstr ""
2393
2394#: operations/common/inner-glow.c:87
2395msgid "Median fix for non-affected pixels on edges"
2396msgstr ""
2397
2398#: operations/common/inner-glow.c:89
2399msgid ""
2400"Median Blur covers unaffected pixels. Making this slider too high will make "
2401"it outline-like. So only slide it as high as you need to cover thin shape "
2402"corners."
2403msgstr ""
2404
2405#: operations/common/inner-glow.c:168
2406msgid "Inner Glow"
2407msgstr ""
2408
2409#: operations/common/inner-glow.c:170
2410msgid ""
2411"GEGL does an inner shadow glow effect; for more interesting use different "
2412"blend mode than the default, Replace."
2413msgstr ""
2414
2415#: operations/common/inner-glow.c:172
2416msgid "Inner Glow..."
2417msgstr ""
2418
2419#: operations/common/introspect.c:27
2420msgid "Node"
2421msgstr ""
2422
2423#: operations/common/introspect.c:205
2424msgid "GEGL graph visualizer."
2425msgstr ""
2426
2427#: operations/common/invert-gamma.c:52
2428msgid "Invert in Perceptual space"
2429msgstr ""
2430
2431#: operations/common/invert-gamma.c:56
2432msgid ""
2433"Invert the components (except alpha) perceptually, the result is the "
2434"corresponding \"negative\" image."
2435msgstr ""
2436
2437#: operations/common/invert-linear.c:54 operations/common-gpl3+/bump-map.c:45
2438#: operations/workshop/connected-components.c:28
2439#: operations/workshop/external/voronoi-diagram.cc:32
2440msgid "Invert"
2441msgstr ""
2442
2443#: operations/common/invert-linear.c:59
2444msgid ""
2445"Invert the components (except alpha) in linear light, the result is the "
2446"corresponding \"negative\" image."
2447msgstr ""
2448
2449#: operations/common/layer.c:30
2450msgid "Operation"
2451msgstr ""
2452
2453#: operations/common/layer.c:31
2454msgid "Composite operation to use"
2455msgstr ""
2456
2457#: operations/common/layer.c:37
2458msgid "Horizontal position in pixels"
2459msgstr ""
2460
2461#: operations/common/layer.c:42
2462msgid "Vertical position in pixels"
2463msgstr ""
2464
2465#: operations/common/layer.c:46 operations/common/noise-cell.c:36
2466#: operations/common/noise-perlin.c:27 operations/common/noise-simplex.c:31
2467#: operations/common/normal-map.c:30 operations/common/saturation.c:31
2468#: operations/workshop/external/lens-correct.c:50
2469msgid "Scale"
2470msgstr ""
2471
2472#: operations/common/layer.c:47
2473msgid "Scale 1:1 size"
2474msgstr ""
2475
2476#: operations/common/layer.c:49
2477msgid "Source"
2478msgstr ""
2479
2480#: operations/common/layer.c:50
2481msgid "Source image file path (png, jpg, raw, svg, bmp, tif, ...)"
2482msgstr ""
2483
2484#: operations/common/layer.c:264
2485msgid "Layer"
2486msgstr ""
2487
2488#: operations/common/layer.c:267
2489msgid "A layer in the traditional sense"
2490msgstr ""
2491
2492#: operations/common/levels.c:27
2493msgid "Low input"
2494msgstr ""
2495
2496#: operations/common/levels.c:28
2497msgid "Input luminance level to become lowest output"
2498msgstr ""
2499
2500#: operations/common/levels.c:31
2501msgid "High input"
2502msgstr ""
2503
2504#: operations/common/levels.c:32
2505msgid "Input luminance level to become white"
2506msgstr ""
2507
2508#: operations/common/levels.c:35
2509msgid "Low output"
2510msgstr ""
2511
2512#: operations/common/levels.c:36
2513msgid "Lowest luminance level in output"
2514msgstr ""
2515
2516#: operations/common/levels.c:39
2517msgid "High output"
2518msgstr ""
2519
2520#: operations/common/levels.c:40
2521msgid "Highest luminance level in output"
2522msgstr ""
2523
2524#: operations/common/levels.c:206 operations/common/posterize.c:24
2525#: operations/common-cxx/piecewise-blend.cc:29
2526#: operations/external/matting-levin.c:41
2527#: operations/workshop/shuffle-search.c:48
2528msgid "Levels"
2529msgstr ""
2530
2531#: operations/common/levels.c:208
2532msgid "Remaps the intensity range of the image"
2533msgstr ""
2534
2535#: operations/common/linear-gradient.c:25
2536#: operations/common/radial-gradient.c:25
2537#: operations/common-gpl3+/fractal-trace.c:34
2538#: operations/workshop/external/line-profile.c:28
2539msgid "X1"
2540msgstr ""
2541
2542#: operations/common/linear-gradient.c:29
2543#: operations/common/radial-gradient.c:26
2544#: operations/common-gpl3+/fractal-trace.c:42
2545#: operations/workshop/external/line-profile.c:35
2546msgid "Y1"
2547msgstr ""
2548
2549#: operations/common/linear-gradient.c:33
2550#: operations/common/radial-gradient.c:27
2551#: operations/common-gpl3+/fractal-trace.c:38
2552msgid "X2"
2553msgstr ""
2554
2555#: operations/common/linear-gradient.c:37
2556#: operations/common/radial-gradient.c:28
2557#: operations/common-gpl3+/fractal-trace.c:46
2558msgid "Y2"
2559msgstr ""
2560
2561#: operations/common/linear-gradient.c:41
2562#: operations/common/radial-gradient.c:29
2563msgid "Start Color"
2564msgstr ""
2565
2566#: operations/common/linear-gradient.c:42
2567#: operations/common/radial-gradient.c:30
2568msgid "The color at (x1, y1)"
2569msgstr ""
2570
2571#: operations/common/linear-gradient.c:45
2572#: operations/common/radial-gradient.c:31
2573msgid "End Color"
2574msgstr ""
2575
2576#: operations/common/linear-gradient.c:46
2577#: operations/common/radial-gradient.c:32
2578msgid "The color at (x2, y2)"
2579msgstr ""
2580
2581#: operations/common/linear-gradient.c:137
2582msgid "Linear Gradient"
2583msgstr ""
2584
2585#: operations/common/linear-gradient.c:142
2586msgid "Linear gradient renderer"
2587msgstr ""
2588
2589#: operations/common/little-planet.c:21
2590#: operations/common/panorama-projection.c:21
2591msgid "Pan"
2592msgstr ""
2593
2594#: operations/common/little-planet.c:22
2595#: operations/common/panorama-projection.c:22
2596msgid "Horizontal camera panning"
2597msgstr ""
2598
2599#: operations/common/little-planet.c:27
2600#: operations/common/panorama-projection.c:27
2601msgid "Tilt"
2602msgstr ""
2603
2604#: operations/common/little-planet.c:28
2605#: operations/common/panorama-projection.c:28
2606msgid "Vertical camera panning"
2607msgstr ""
2608
2609#: operations/common/little-planet.c:34
2610#: operations/common/panorama-projection.c:34
2611msgid "Spin"
2612msgstr ""
2613
2614#: operations/common/little-planet.c:35
2615#: operations/common/panorama-projection.c:35
2616msgid "Spin angle around camera axis"
2617msgstr ""
2618
2619#: operations/common/little-planet.c:39 operations/common/mirrors.c:76
2620#: operations/common/panorama-projection.c:39
2621#: operations/common-gpl3+/fractal-explorer.c:58
2622#: operations/common-gpl3+/lens-distortion.c:41
2623msgid "Zoom"
2624msgstr ""
2625
2626#: operations/common/little-planet.c:40
2627#: operations/common/panorama-projection.c:40
2628msgid "Zoom level"
2629msgstr ""
2630
2631#: operations/common/little-planet.c:44
2632#: operations/common/panorama-projection.c:44
2633msgid "output/rendering width in pixels, -1 for input width"
2634msgstr ""
2635
2636#: operations/common/little-planet.c:50
2637#: operations/common/panorama-projection.c:50
2638msgid "output/rendering height in pixels, -1 for input height"
2639msgstr ""
2640
2641#: operations/common/little-planet.c:55
2642#: operations/common/panorama-projection.c:55
2643msgid "Inverse transform"
2644msgstr ""
2645
2646#: operations/common/little-planet.c:56
2647#: operations/common/panorama-projection.c:56
2648msgid ""
2649"Do the inverse mapping, useful for touching up zenith, nadir or other parts "
2650"of panorama."
2651msgstr ""
2652
2653#. XXX: needs better ui type
2654#: operations/common/little-planet.c:58 operations/common/map-absolute.c:22
2655#: operations/common/map-relative.c:27
2656#: operations/common/panorama-projection.c:58
2657#: operations/common/recursive-transform.c:52 operations/common/spherize.c:56
2658#: operations/common-gpl3+/ripple.c:50 operations/common-gpl3+/waves.c:49
2659msgid "Resampling method"
2660msgstr ""
2661
2662#: operations/common/little-planet.c:60
2663#: operations/common/panorama-projection.c:60
2664msgid ""
2665"Image resampling method to use, for good results with double resampling when "
2666"retouching panoramas, use nearest to generate the view and cubic or better "
2667"for the inverse transform back to panorama."
2668msgstr ""
2669
2670#: operations/common/little-planet.c:527
2671msgid "Little Planet"
2672msgstr ""
2673
2674#: operations/common/little-planet.c:532
2675msgid "Do a stereographic/little planet transform of an equirectangular image."
2676msgstr ""
2677
2678#: operations/common/local-threshold.c:25
2679msgid ""
2680"Standard deviation of gaussian neighborhood average for computing local "
2681"contrast. If 0 is used a global threshold is used instead of one based on "
2682"local contrast."
2683msgstr ""
2684
2685#: operations/common/local-threshold.c:32 operations/common-gpl3+/mosaic.c:87
2686msgid "Antialiasing"
2687msgstr ""
2688
2689#: operations/common/local-threshold.c:33
2690msgid ""
2691"Rough target of levels of accuracy for antialiasing, 1 to disable "
2692"antialiasing."
2693msgstr ""
2694
2695#: operations/common/local-threshold.c:37
2696msgid "Low"
2697msgstr ""
2698
2699#: operations/common/local-threshold.c:38
2700msgid ""
2701"Thresholding level, 0.5 towards 0 to minimize shadows and towards 1.0 to "
2702"minimize highlights."
2703msgstr ""
2704
2705#: operations/common/local-threshold.c:43
2706msgid "Threshold level"
2707msgstr ""
2708
2709#: operations/common/local-threshold.c:46 operations/common/threshold.c:30
2710msgid "High"
2711msgstr ""
2712
2713#: operations/common/local-threshold.c:47
2714msgid "Maximum values to include, above this gets set to 0."
2715msgstr ""
2716
2717#: operations/common/local-threshold.c:179
2718msgid "Local Threshold"
2719msgstr ""
2720
2721#: operations/common/local-threshold.c:181
2722msgid "Applies a threshold using the local neighborhood."
2723msgstr ""
2724
2725#: operations/common/long-shadow.c:27
2726msgid "Finite"
2727msgstr ""
2728
2729#: operations/common/long-shadow.c:28
2730msgid "Infinite"
2731msgstr ""
2732
2733#: operations/common/long-shadow.c:29
2734msgid "Fading"
2735msgstr ""
2736
2737#: operations/common/long-shadow.c:30
2738msgid "Fading (fixed length)"
2739msgstr ""
2740
2741#: operations/common/long-shadow.c:32
2742msgid "Fading (fixed rate)"
2743msgstr ""
2744
2745#: operations/common/long-shadow.c:39
2746msgid "Shadow plus image"
2747msgstr ""
2748
2749#: operations/common/long-shadow.c:40
2750msgid "Shadow only"
2751msgstr ""
2752
2753#: operations/common/long-shadow.c:41
2754msgid "Shadow minus image"
2755msgstr ""
2756
2757#: operations/common/long-shadow.c:44 operations/common-gpl3+/wind.c:45
2758msgid "Style"
2759msgstr ""
2760
2761#: operations/common/long-shadow.c:47
2762msgid "Shadow style"
2763msgstr ""
2764
2765#: operations/common/long-shadow.c:50
2766msgid "Shadow angle"
2767msgstr ""
2768
2769#: operations/common/long-shadow.c:55 operations/common/motion-blur-linear.c:25
2770msgid "Length"
2771msgstr ""
2772
2773#: operations/common/long-shadow.c:56
2774msgid "Shadow length"
2775msgstr ""
2776
2777#: operations/common/long-shadow.c:66 operations/common/long-shadow.c:81
2778#: operations/common-cxx/focus-blur.c:95
2779msgid "Midpoint"
2780msgstr ""
2781
2782#: operations/common/long-shadow.c:67
2783msgid "Shadow fade midpoint"
2784msgstr ""
2785
2786#: operations/common/long-shadow.c:72
2787msgid "Midpoint (relative)"
2788msgstr ""
2789
2790#: operations/common/long-shadow.c:73
2791msgid "Shadow fade midpoint, as a factor of the shadow length"
2792msgstr ""
2793
2794#: operations/common/long-shadow.c:84
2795msgid "Shadow color"
2796msgstr ""
2797
2798#: operations/common/long-shadow.c:87
2799msgid "Composition"
2800msgstr ""
2801
2802#: operations/common/long-shadow.c:90
2803msgid "Output composition"
2804msgstr ""
2805
2806#: operations/common/long-shadow.c:1646
2807msgid "Long Shadow"
2808msgstr ""
2809
2810#: operations/common/long-shadow.c:1651
2811msgid "Creates a long-shadow effect"
2812msgstr ""
2813
2814#: operations/common/magick-load.c:27 operations/core/load.c:30
2815#: operations/external/png-load.c:33 operations/external/ppm-load.c:26
2816#: operations/external/raw-load.c:37 operations/external/rgbe-load.c:27
2817#: operations/workshop/rawbayer-load.c:26
2818msgid "Path of file to load."
2819msgstr ""
2820
2821#: operations/common/magick-load.c:171
2822msgid "Image Magick wrapper using the png op."
2823msgstr ""
2824
2825#: operations/common/mantiuk06.c:30
2826msgid "The amount of contrast compression"
2827msgstr ""
2828
2829#: operations/common/mantiuk06.c:37 operations/common-gpl3+/noise-solid.c:50
2830msgid "Detail"
2831msgstr ""
2832
2833#: operations/common/mantiuk06.c:38
2834msgid "Level of emphasis on image gradient details"
2835msgstr ""
2836
2837#: operations/common/mantiuk06.c:1655
2838msgid "Mantiuk 2006 Tone Mapping"
2839msgstr ""
2840
2841#: operations/common/mantiuk06.c:1659
2842msgid ""
2843"Adapt an image, which may have a high dynamic range, for presentation using "
2844"a low dynamic range. This operator constrains contrasts across multiple "
2845"spatial frequencies, producing luminance within the range 0.0-1.0"
2846msgstr ""
2847
2848#: operations/common/map-absolute.c:61
2849msgid "Map Absolute"
2850msgstr ""
2851
2852#: operations/common/map-absolute.c:64
2853msgid ""
2854"sample input with an auxiliary buffer that contain absolute source "
2855"coordinates"
2856msgstr ""
2857
2858#: operations/common/map-relative.c:22
2859msgid "Scaling"
2860msgstr ""
2861
2862#: operations/common/map-relative.c:23
2863msgid ""
2864"scaling factor of displacement, indicates how large spatial displacement a "
2865"relative mapping value of 1.0 corresponds to."
2866msgstr ""
2867
2868#: operations/common/map-relative.c:80
2869msgid "Map Relative"
2870msgstr ""
2871
2872#: operations/common/map-relative.c:84
2873msgid ""
2874"sample input with an auxiliary buffer that contain relative source "
2875"coordinates"
2876msgstr ""
2877
2878#: operations/common/matting-global.c:599
2879msgid "Matting Global"
2880msgstr ""
2881
2882#: operations/common/matting-global.c:601
2883msgid ""
2884"Given a sparse user supplied tri-map and an input image, create a foreground "
2885"alpha matte. Set white as foreground, black as background for the tri-map. "
2886"Everything else will be treated as unknown and filled in."
2887msgstr ""
2888
2889#: operations/common/mblur.c:25
2890msgid "Dampness"
2891msgstr ""
2892
2893#: operations/common/mblur.c:26
2894msgid "The value represents the contribution of the past to the new frame."
2895msgstr ""
2896
2897#: operations/common/mblur.c:148
2898msgid "Temporal blur"
2899msgstr ""
2900
2901#: operations/common/mblur.c:150
2902msgid ""
2903"Accumulating motion blur using a kalman filter, for use with video sequences "
2904"of frames."
2905msgstr ""
2906
2907#: operations/common/mean-curvature-blur.c:25
2908msgid "Controls the number of iterations"
2909msgstr ""
2910
2911#: operations/common/mean-curvature-blur.c:245
2912msgid "Mean Curvature Blur"
2913msgstr ""
2914
2915#: operations/common/mean-curvature-blur.c:248
2916msgid ""
2917"Regularize geometry at a speed proportional to the local mean curvature value"
2918msgstr ""
2919
2920#: operations/common/median-blur.c:37
2921msgid "Neighborhood"
2922msgstr ""
2923
2924#: operations/common/median-blur.c:40
2925msgid "Neighborhood type"
2926msgstr ""
2927
2928#: operations/common/median-blur.c:46
2929msgid ""
2930"Neighborhood radius, a negative value will calculate with inverted "
2931"percentiles"
2932msgstr ""
2933
2934#: operations/common/median-blur.c:48
2935msgid "Percentile"
2936msgstr ""
2937
2938#: operations/common/median-blur.c:50
2939msgid "Neighborhood color percentile"
2940msgstr ""
2941
2942#: operations/common/median-blur.c:52
2943msgid "Alpha percentile"
2944msgstr ""
2945
2946#: operations/common/median-blur.c:54
2947msgid "Neighborhood alpha percentile"
2948msgstr ""
2949
2950#: operations/common/median-blur.c:60
2951msgid "High precision"
2952msgstr ""
2953
2954#: operations/common/median-blur.c:61
2955msgid "Avoid clipping and quantization (slower)"
2956msgstr ""
2957
2958#: operations/common/median-blur.c:1003
2959msgid "Median Blur"
2960msgstr ""
2961
2962#: operations/common/median-blur.c:1006
2963msgid ""
2964"Blur resulting from computing the median color in the neighborhood of each "
2965"pixel."
2966msgstr ""
2967
2968#: operations/common/mirrors.c:30
2969msgid "Mirror rotation"
2970msgstr ""
2971
2972#: operations/common/mirrors.c:31
2973msgid "Rotation applied to the mirrors"
2974msgstr ""
2975
2976#: operations/common/mirrors.c:36
2977msgid "Result rotation"
2978msgstr ""
2979
2980#: operations/common/mirrors.c:37
2981msgid "Rotation applied to the result"
2982msgstr ""
2983
2984#: operations/common/mirrors.c:42
2985msgid "Mirrors"
2986msgstr ""
2987
2988#: operations/common/mirrors.c:43
2989msgid "Number of mirrors to use"
2990msgstr ""
2991
2992#: operations/common/mirrors.c:47 operations/common/mirrors.c:53
2993msgid "position of symmetry center in output"
2994msgstr ""
2995
2996#: operations/common/mirrors.c:58 operations/common/vignette.c:65
2997#: operations/common-cxx/focus-blur.c:75 operations/common-gpl3+/displace.c:81
2998#: operations/common-gpl3+/motion-blur-circular.c:40
2999#: operations/common-gpl3+/motion-blur-zoom.c:39
3000#: operations/common-gpl3+/supernova.c:32 operations/common-gpl3+/waves.c:25
3001msgid "Center X"
3002msgstr ""
3003
3004#: operations/common/mirrors.c:59
3005msgid "X axis ratio for the center of mirroring"
3006msgstr ""
3007
3008#: operations/common/mirrors.c:63 operations/common/vignette.c:70
3009#: operations/common-cxx/focus-blur.c:80 operations/common-gpl3+/displace.c:88
3010#: operations/common-gpl3+/motion-blur-circular.c:45
3011#: operations/common-gpl3+/motion-blur-zoom.c:45
3012#: operations/common-gpl3+/supernova.c:38 operations/common-gpl3+/waves.c:30
3013msgid "Center Y"
3014msgstr ""
3015
3016#: operations/common/mirrors.c:64
3017msgid "Y axis ratio for the center of mirroring"
3018msgstr ""
3019
3020#: operations/common/mirrors.c:68
3021msgid "Trim X"
3022msgstr ""
3023
3024#: operations/common/mirrors.c:69
3025msgid "X axis ratio for trimming mirror expanse"
3026msgstr ""
3027
3028#: operations/common/mirrors.c:72
3029msgid "Trim Y"
3030msgstr ""
3031
3032#: operations/common/mirrors.c:73
3033msgid "Y axis ratio for trimming mirror expanse"
3034msgstr ""
3035
3036#: operations/common/mirrors.c:77 operations/common/mirrors.c:81
3037msgid "Scale factor to make rendering size bigger"
3038msgstr ""
3039
3040#: operations/common/mirrors.c:80
3041msgid "Expand"
3042msgstr ""
3043
3044#: operations/common/mirrors.c:84
3045msgid "Clip result to input size"
3046msgstr ""
3047
3048#: operations/common/mirrors.c:86
3049msgid "Wrap input"
3050msgstr ""
3051
3052#: operations/common/mirrors.c:87
3053msgid "Fill full output area"
3054msgstr ""
3055
3056#: operations/common/mirrors.c:466
3057msgid "Kaleidoscopic Mirroring"
3058msgstr ""
3059
3060#: operations/common/mirrors.c:471
3061msgid "Create a kaleidoscope like effect."
3062msgstr ""
3063
3064#: operations/common/mix.c:25
3065msgid "Ratio"
3066msgstr ""
3067
3068#: operations/common/mix.c:26
3069msgid "Mixing ratio, read as amount of aux, 0=input 0.5=half 1.0=aux"
3070msgstr ""
3071
3072#: operations/common/mix.c:112
3073msgid "Mix"
3074msgstr ""
3075
3076#: operations/common/mix.c:116
3077msgid "Do a lerp, linear interpolation (lerp) between input and aux"
3078msgstr ""
3079
3080#: operations/common/mono-mixer.c:24 operations/common-gpl3+/channel-mixer.c:30
3081msgid "Preserve luminosity"
3082msgstr ""
3083
3084#: operations/common/mono-mixer.c:26
3085msgid "Red Channel Multiplier"
3086msgstr ""
3087
3088#: operations/common/mono-mixer.c:30
3089msgid "Green Channel Multiplier"
3090msgstr ""
3091
3092#: operations/common/mono-mixer.c:34
3093msgid "Blue Channel Multiplier"
3094msgstr ""
3095
3096#: operations/common/mono-mixer.c:113
3097msgid "Mono Mixer"
3098msgstr ""
3099
3100#: operations/common/mono-mixer.c:117
3101msgid "Monochrome channel mixer"
3102msgstr ""
3103
3104#: operations/common/motion-blur-linear.c:26
3105msgid "Length of blur in pixels"
3106msgstr ""
3107
3108#: operations/common/motion-blur-linear.c:33
3109msgid "Angle of blur in degrees"
3110msgstr ""
3111
3112#: operations/common/motion-blur-linear.c:332
3113msgid "Linear Motion Blur"
3114msgstr ""
3115
3116#: operations/common/motion-blur-linear.c:337
3117msgid ""
3118"Blur pixels in a direction, simulates blurring caused by moving camera in a "
3119"straight line during exposure."
3120msgstr ""
3121
3122#: operations/common/negative-darkroom.c:25
3123msgid "Characteristic curve"
3124msgstr ""
3125
3126#: operations/common/negative-darkroom.c:27
3127msgid "Hardcoded characteristic curve and color data"
3128msgstr ""
3129
3130#: operations/common/negative-darkroom.c:30
3131msgid "Base enlargement exposure"
3132msgstr ""
3133
3134#: operations/common/negative-darkroom.c:34
3135msgid "Cyan filter"
3136msgstr ""
3137
3138#: operations/common/negative-darkroom.c:35
3139msgid "Cyan filter compensation for the negative image"
3140msgstr ""
3141
3142#: operations/common/negative-darkroom.c:39
3143msgid "Magenta filter"
3144msgstr ""
3145
3146#: operations/common/negative-darkroom.c:40
3147msgid "Magenta filter compensation for the negative image"
3148msgstr ""
3149
3150#: operations/common/negative-darkroom.c:44
3151msgid "Yellow filter"
3152msgstr ""
3153
3154#: operations/common/negative-darkroom.c:45
3155msgid "Yellow filter compensation for the negative image"
3156msgstr ""
3157
3158#: operations/common/negative-darkroom.c:49
3159msgid "Clip base + fog"
3160msgstr ""
3161
3162#: operations/common/negative-darkroom.c:50
3163msgid "Clip base + fog to have a pure white output value"
3164msgstr ""
3165
3166#: operations/common/negative-darkroom.c:52
3167msgid "Density boost"
3168msgstr ""
3169
3170#: operations/common/negative-darkroom.c:53
3171msgid ""
3172"Boost paper density to take advantage of increased dynamic range of a "
3173"monitor compared to a photographic paper"
3174msgstr ""
3175
3176#: operations/common/negative-darkroom.c:57
3177msgid "Contrast boost"
3178msgstr ""
3179
3180#: operations/common/negative-darkroom.c:58
3181msgid "Increase contrast for papers with fixed contrast (usually color papers)"
3182msgstr ""
3183
3184#: operations/common/negative-darkroom.c:63
3185msgid "Dodge/burn multiplier"
3186msgstr ""
3187
3188#: operations/common/negative-darkroom.c:64
3189msgid "The f-stop of dodge/burn for pure white/black auxiliary input"
3190msgstr ""
3191
3192#: operations/common/negative-darkroom.c:68
3193msgid "Enable preflashing"
3194msgstr ""
3195
3196#: operations/common/negative-darkroom.c:69
3197msgid "Show preflash controls"
3198msgstr ""
3199
3200#: operations/common/negative-darkroom.c:71
3201msgid "Red preflash"
3202msgstr ""
3203
3204#: operations/common/negative-darkroom.c:72
3205msgid "Preflash the negative with red light to reduce contrast of the print"
3206msgstr ""
3207
3208#: operations/common/negative-darkroom.c:76
3209msgid "Green preflash"
3210msgstr ""
3211
3212#: operations/common/negative-darkroom.c:77
3213msgid "Preflash the negative with green light to reduce contrast of the print"
3214msgstr ""
3215
3216#: operations/common/negative-darkroom.c:81
3217msgid "Blue preflash"
3218msgstr ""
3219
3220#: operations/common/negative-darkroom.c:82
3221msgid "Preflash the negative with blue light to reduce contrast of the print"
3222msgstr ""
3223
3224#: operations/common/negative-darkroom.c:86
3225msgid "Illuminant adjustment"
3226msgstr ""
3227
3228#: operations/common/negative-darkroom.c:87
3229msgid "Show illuminant controls"
3230msgstr ""
3231
3232#: operations/common/negative-darkroom.c:88
3233msgid "X multiplier"
3234msgstr ""
3235
3236#: operations/common/negative-darkroom.c:89
3237msgid "Adjust the X tristimulus value for output"
3238msgstr ""
3239
3240#: operations/common/negative-darkroom.c:92
3241msgid "Z multiplier"
3242msgstr ""
3243
3244#: operations/common/negative-darkroom.c:93
3245msgid "Adjust the Z tristimulus value for output"
3246msgstr ""
3247
3248#: operations/common/negative-darkroom.c:386
3249msgid "Negative Darkroom"
3250msgstr ""
3251
3252#: operations/common/negative-darkroom.c:389
3253msgid "Simulate a negative film enlargement in an analog darkroom."
3254msgstr ""
3255
3256#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:2
3257msgid "Fujicolor Crystal Archive Digital Pearl Paper"
3258msgstr ""
3259
3260#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:3
3261msgid "Ilford Ilfobrom Galerie FB 1"
3262msgstr ""
3263
3264#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:4
3265msgid "Ilford Ilfobrom Galerie FB 2"
3266msgstr ""
3267
3268#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:5
3269msgid "Ilford Ilfobrom Galerie FB 3"
3270msgstr ""
3271
3272#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:6
3273msgid "Ilford Ilfobrom Galerie FB 4"
3274msgstr ""
3275
3276#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:7
3277msgid "Ilford Multigrade IV RC Deluxe"
3278msgstr ""
3279
3280#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:8
3281msgid "Foma Fomabrom C"
3282msgstr ""
3283
3284#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:9
3285msgid "Foma Fomabrom N"
3286msgstr ""
3287
3288#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:10
3289msgid "Foma Fomabrom Sp"
3290msgstr ""
3291
3292#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:11
3293msgid "Foma Fomabrom S"
3294msgstr ""
3295
3296#: operations/common/negative-darkroom/negative-darkroom-curve-enum.c:12
3297msgid "Foma Fomabrom Variant III"
3298msgstr ""
3299
3300#: operations/common/newsprint.c:25
3301msgid "Line"
3302msgstr ""
3303
3304#: operations/common/newsprint.c:28
3305msgid "PSSquare (or Euclidian) dot"
3306msgstr ""
3307
3308#: operations/common/newsprint.c:29
3309msgid "Crossing Lines"
3310msgstr ""
3311
3312#: operations/common/newsprint.c:33
3313msgid "White on Black"
3314msgstr ""
3315
3316#: operations/common/newsprint.c:34
3317msgid "Black on White"
3318msgstr ""
3319
3320#: operations/common/newsprint.c:36
3321msgid "CMYK"
3322msgstr ""
3323
3324#: operations/common/newsprint.c:39
3325msgid "Color Model"
3326msgstr ""
3327
3328#: operations/common/newsprint.c:41
3329msgid "How many inks to use just black, rg, rgb (additive), or cmyk"
3330msgstr ""
3331
3332#: operations/common/newsprint.c:44
3333msgid "Red and cyan pattern"
3334msgstr ""
3335
3336#: operations/common/newsprint.c:46 operations/common/newsprint.c:74
3337#: operations/common/newsprint.c:102 operations/common/newsprint.c:130
3338msgid "Halftoning/dot pattern to use"
3339msgstr ""
3340
3341#: operations/common/newsprint.c:50
3342msgid "Red pattern"
3343msgstr ""
3344
3345#: operations/common/newsprint.c:51
3346msgid "Cyan pattern"
3347msgstr ""
3348
3349#: operations/common/newsprint.c:53
3350msgid "Red and cyan period"
3351msgstr ""
3352
3353#: operations/common/newsprint.c:55 operations/common/newsprint.c:83
3354#: operations/common/newsprint.c:111 operations/common/newsprint.c:141
3355msgid ""
3356"The number of pixels across one repetition of a base pattern at base "
3357"resolution."
3358msgstr ""
3359
3360#: operations/common/newsprint.c:59
3361msgid "Red period"
3362msgstr ""
3363
3364#: operations/common/newsprint.c:60
3365msgid "Cyan period"
3366msgstr ""
3367
3368#: operations/common/newsprint.c:62
3369msgid "Red and cyan angle"
3370msgstr ""
3371
3372#: operations/common/newsprint.c:69
3373msgid "Red angle"
3374msgstr ""
3375
3376#: operations/common/newsprint.c:70
3377msgid "Cyan angle"
3378msgstr ""
3379
3380#: operations/common/newsprint.c:72
3381msgid "Green and magenta pattern"
3382msgstr ""
3383
3384#: operations/common/newsprint.c:78
3385msgid "Green pattern"
3386msgstr ""
3387
3388#: operations/common/newsprint.c:79
3389msgid "Magenta pattern"
3390msgstr ""
3391
3392#: operations/common/newsprint.c:81
3393msgid "Green and magenta period"
3394msgstr ""
3395
3396#: operations/common/newsprint.c:87
3397msgid "Green period"
3398msgstr ""
3399
3400#: operations/common/newsprint.c:88
3401msgid "Magenta period"
3402msgstr ""
3403
3404#: operations/common/newsprint.c:90
3405msgid "Green and magenta angle"
3406msgstr ""
3407
3408#: operations/common/newsprint.c:97
3409msgid "Green angle"
3410msgstr ""
3411
3412#: operations/common/newsprint.c:98
3413msgid "Magenta angle"
3414msgstr ""
3415
3416#: operations/common/newsprint.c:100
3417msgid "Blue and Yellow pattern"
3418msgstr ""
3419
3420#: operations/common/newsprint.c:106
3421msgid "Blue pattern"
3422msgstr ""
3423
3424#: operations/common/newsprint.c:107
3425msgid "Yellow pattern"
3426msgstr ""
3427
3428#: operations/common/newsprint.c:109
3429msgid "Blue and Yellow period"
3430msgstr ""
3431
3432#: operations/common/newsprint.c:115
3433msgid "Blue period"
3434msgstr ""
3435
3436#: operations/common/newsprint.c:116
3437msgid "Yellow period"
3438msgstr ""
3439
3440#: operations/common/newsprint.c:118
3441msgid "Blue and Yellow angle"
3442msgstr ""
3443
3444#: operations/common/newsprint.c:125
3445msgid "Blue angle"
3446msgstr ""
3447
3448#: operations/common/newsprint.c:126
3449msgid "Yellow angle"
3450msgstr ""
3451
3452#: operations/common/newsprint.c:128 operations/common/newsprint.c:136
3453msgid "Black pattern"
3454msgstr ""
3455
3456#: operations/common/newsprint.c:135
3457#: operations/common-gpl3+/video-degradation.c:53
3458msgid "Pattern"
3459msgstr ""
3460
3461#: operations/common/newsprint.c:139 operations/common/newsprint.c:147
3462msgid "Black period"
3463msgstr ""
3464
3465#: operations/common/newsprint.c:146 operations/common-gpl3+/ripple.c:38
3466#: operations/common-gpl3+/waves.c:39
3467msgid "Period"
3468msgstr ""
3469
3470#: operations/common/newsprint.c:149 operations/common/newsprint.c:159
3471msgid "Black angle"
3472msgstr ""
3473
3474#: operations/common/newsprint.c:153
3475msgid "Angle offset for patterns"
3476msgstr ""
3477
3478#: operations/common/newsprint.c:161
3479msgid "Black pullout"
3480msgstr ""
3481
3482#: operations/common/newsprint.c:163
3483msgid "How much of common gray to pull out of CMY"
3484msgstr ""
3485
3486#: operations/common/newsprint.c:166
3487msgid "Anti-alias oversampling factor"
3488msgstr ""
3489
3490#: operations/common/newsprint.c:168
3491msgid "Number of samples that are averaged for antialiasing the result."
3492msgstr ""
3493
3494#: operations/common/newsprint.c:170 operations/common-gpl3+/plasma.c:36
3495msgid "Turbulence"
3496msgstr ""
3497
3498#. rename to wave-pinch or period-pinch?
3499#: operations/common/newsprint.c:172
3500msgid "Color saturation dependent compression of period"
3501msgstr ""
3502
3503#: operations/common/newsprint.c:174
3504msgid "Blocksize"
3505msgstr ""
3506
3507#: operations/common/newsprint.c:176
3508msgid ""
3509"Number of periods per tile, this tiling avoids high frequency anomaly that "
3510"angle boost causes"
3511msgstr ""
3512
3513#: operations/common/newsprint.c:178
3514msgid "Angle Boost"
3515msgstr ""
3516
3517#: operations/common/newsprint.c:180
3518msgid ""
3519"Multiplication factor for desired rotation of the local space for texture, "
3520"the way this is computed makes it weak for desaturated colors and possibly "
3521"stronger where there is color."
3522msgstr ""
3523
3524#: operations/common/newsprint.c:662
3525msgid "Newsprint"
3526msgstr ""
3527
3528#: operations/common/newsprint.c:667
3529msgid "Digital halftoning with optional modulations. "
3530msgstr ""
3531
3532#: operations/common/noise-cell.c:37 operations/common/noise-simplex.c:32
3533msgid "The scale of the noise function"
3534msgstr ""
3535
3536#: operations/common/noise-cell.c:40 operations/common/pixelize.c:31
3537#: operations/common-cxx/focus-blur.c:70
3538msgid "Shape"
3539msgstr ""
3540
3541#: operations/common/noise-cell.c:41
3542msgid "Interpolate between Manhattan and Euclidean distance."
3543msgstr ""
3544
3545#: operations/common/noise-cell.c:44
3546msgid "Rank"
3547msgstr ""
3548
3549#: operations/common/noise-cell.c:45
3550msgid "Select the n-th closest point"
3551msgstr ""
3552
3553#: operations/common/noise-cell.c:49 operations/common/noise-simplex.c:36
3554msgid "The number of noise octaves."
3555msgstr ""
3556
3557#: operations/common/noise-cell.c:52
3558msgid "Palettize"
3559msgstr ""
3560
3561#: operations/common/noise-cell.c:53
3562msgid "Fill each cell with a random color"
3563msgstr ""
3564
3565#: operations/common/noise-cell.c:56 operations/common/noise-simplex.c:40
3566msgid "The random seed for the noise function"
3567msgstr ""
3568
3569#: operations/common/noise-cell.c:431
3570msgid "Cell Noise"
3571msgstr ""
3572
3573#: operations/common/noise-cell.c:435
3574msgid "Generates a cellular texture."
3575msgstr ""
3576
3577#: operations/common/noise-cie-lch.c:25 operations/common/noise-hsv.c:27
3578msgid "Dulling"
3579msgstr ""
3580
3581#: operations/common/noise-cie-lch.c:27 operations/common/noise-hsv.c:29
3582msgid "A high value lowers the randomness of the noise"
3583msgstr ""
3584
3585#: operations/common/noise-cie-lch.c:194
3586msgid "Add CIE Lch Noise"
3587msgstr ""
3588
3589#: operations/common/noise-cie-lch.c:198
3590msgid "Randomize lightness, chroma and hue independently"
3591msgstr ""
3592
3593#: operations/common/noise-hsv.c:37 operations/common/noise-rgb.c:42
3594#: operations/generated/add.c:29 operations/generated/divide.c:29
3595#: operations/generated/gamma.c:29 operations/generated/multiply.c:29
3596#: operations/generated/subtract.c:29
3597msgid "Value"
3598msgstr ""
3599
3600#: operations/common/noise-hsv.c:276
3601msgid "Add HSV Noise"
3602msgstr ""
3603
3604#: operations/common/noise-hsv.c:281
3605msgid "Randomize hue, saturation and value independently"
3606msgstr ""
3607
3608#: operations/common/noise-hurl.c:31 operations/common/noise-pick.c:32
3609#: operations/common-gpl3+/noise-slur.c:34
3610msgid "Randomization (%)"
3611msgstr ""
3612
3613#: operations/common/noise-hurl.c:34 operations/common/noise-pick.c:35
3614#: operations/common-gpl3+/noise-slur.c:37
3615msgid "Repeat"
3616msgstr ""
3617
3618#: operations/common/noise-hurl.c:245
3619msgid "Randomly Shuffle Pixels"
3620msgstr ""
3621
3622#: operations/common/noise-hurl.c:249
3623msgid "Completely randomize a fraction of pixels"
3624msgstr ""
3625
3626#: operations/common/noise-perlin.c:30
3627msgid "Z offset"
3628msgstr ""
3629
3630#: operations/common/noise-perlin.c:111
3631msgid "Perlin Noise"
3632msgstr ""
3633
3634#: operations/common/noise-perlin.c:115
3635msgid "Perlin noise generator"
3636msgstr ""
3637
3638#: operations/common/noise-pick.c:144
3639msgid "Noise Pick"
3640msgstr ""
3641
3642#: operations/common/noise-pick.c:148
3643msgid "Randomly interchange some pixels with neighbors"
3644msgstr ""
3645
3646#: operations/common/noise-reduction.c:27
3647msgid ""
3648"Controls the number of iterations; lower values give less plastic results"
3649msgstr ""
3650
3651#: operations/common/noise-reduction.c:461
3652msgid "Noise Reduction"
3653msgstr ""
3654
3655#: operations/common/noise-reduction.c:465
3656msgid "Anisotropic smoothing operation"
3657msgstr ""
3658
3659#: operations/common/noise-rgb.c:28
3660msgid "Correlated noise"
3661msgstr ""
3662
3663#: operations/common/noise-rgb.c:30
3664msgid "Independent RGB"
3665msgstr ""
3666
3667#: operations/common/noise-rgb.c:31
3668msgid "Control amount of noise for each RGB channel separately"
3669msgstr ""
3670
3671#: operations/common/noise-rgb.c:33
3672msgid "Linear RGB"
3673msgstr ""
3674
3675#: operations/common/noise-rgb.c:34
3676msgid "Operate on linearized RGB color data"
3677msgstr ""
3678
3679#: operations/common/noise-rgb.c:36
3680msgid "Gaussian distribution"
3681msgstr ""
3682
3683#: operations/common/noise-rgb.c:37
3684msgid ""
3685"Use a gaussian noise distribution, when unticked a linear noise distribution "
3686"is used instead"
3687msgstr ""
3688
3689#: operations/common/noise-rgb.c:39 operations/common/normal-map.c:25
3690msgid "Red"
3691msgstr ""
3692
3693#: operations/common/noise-rgb.c:44 operations/common/normal-map.c:26
3694msgid "Green"
3695msgstr ""
3696
3697#: operations/common/noise-rgb.c:48 operations/common/normal-map.c:27
3698msgid "Blue"
3699msgstr ""
3700
3701#: operations/common/noise-rgb.c:212
3702msgid "Add RGB Noise"
3703msgstr ""
3704
3705#: operations/common/noise-rgb.c:217
3706msgid "Distort colors by random amounts"
3707msgstr ""
3708
3709#: operations/common/noise-simplex.c:331
3710msgid "Simplex Noise"
3711msgstr ""
3712
3713#: operations/common/noise-simplex.c:335
3714msgid "Generates a solid noise texture."
3715msgstr ""
3716
3717#: operations/common/noise-spread.c:30
3718msgid "Horizontal spread amount"
3719msgstr ""
3720
3721#: operations/common/noise-spread.c:36
3722msgid "Vertical spread amount"
3723msgstr ""
3724
3725#: operations/common/noise-spread.c:158
3726msgid "Noise Spread"
3727msgstr ""
3728
3729#: operations/common/noise-spread.c:162
3730msgid "Move pixels around randomly"
3731msgstr ""
3732
3733#: operations/common/normal-map.c:31
3734msgid "The amount by which to scale the height values"
3735msgstr ""
3736
3737#: operations/common/normal-map.c:35
3738msgid "X Component"
3739msgstr ""
3740
3741#: operations/common/normal-map.c:38
3742msgid "The component used for the X coordinates"
3743msgstr ""
3744
3745#: operations/common/normal-map.c:40
3746msgid "Y Component"
3747msgstr ""
3748
3749#: operations/common/normal-map.c:43
3750msgid "The component used for the Y coordinates"
3751msgstr ""
3752
3753#: operations/common/normal-map.c:45
3754msgid "Flip X"
3755msgstr ""
3756
3757#: operations/common/normal-map.c:46
3758msgid "Flip the X coordinates"
3759msgstr ""
3760
3761#: operations/common/normal-map.c:48
3762msgid "Flip Y"
3763msgstr ""
3764
3765#: operations/common/normal-map.c:49
3766msgid "Flip the Y coordinates"
3767msgstr ""
3768
3769#: operations/common/normal-map.c:51
3770msgid "Full Z Range"
3771msgstr ""
3772
3773#: operations/common/normal-map.c:52
3774msgid "Use the full [0,1] range to encode the Z coordinates"
3775msgstr ""
3776
3777#: operations/common/normal-map.c:54 operations/common-gpl3+/maze.c:63
3778#: operations/common-gpl3+/noise-solid.c:55 operations/common-gpl3+/ripple.c:61
3779msgid "Tileable"
3780msgstr ""
3781
3782#: operations/common/normal-map.c:55
3783msgid "Generate a tileable map"
3784msgstr ""
3785
3786#: operations/common/normal-map.c:248
3787msgid "Normal Map"
3788msgstr ""
3789
3790#: operations/common/normal-map.c:252
3791msgid "Generate a normal map from a height map"
3792msgstr ""
3793
3794#: operations/common/opacity.c:26
3795msgid ""
3796"Global opacity value that is always used on top of the optional auxiliary "
3797"input buffer."
3798msgstr ""
3799
3800#: operations/common/opacity.c:292
3801msgid ""
3802"Weights the opacity of the input both the value of the aux input and the "
3803"global value property."
3804msgstr ""
3805
3806#: operations/common/open-buffer.c:26
3807msgid "a GeglBuffer on disk to open"
3808msgstr ""
3809
3810#: operations/common/open-buffer.c:131
3811msgid "Open GEGL Buffer"
3812msgstr ""
3813
3814#: operations/common/open-buffer.c:133
3815msgid "Use an on-disk GeglBuffer as data source."
3816msgstr ""
3817
3818#: operations/common/over.c:209
3819msgid "Normal compositing"
3820msgstr ""
3821
3822#: operations/common/over.c:214
3823msgid ""
3824"Porter Duff operation over (also known as normal mode, and src-over) (d = cA "
3825"+ cB * (1 - aA))"
3826msgstr ""
3827
3828#: operations/common/pack.c:24
3829msgid "Gap"
3830msgstr ""
3831
3832#: operations/common/pack.c:25
3833msgid "How many pixels of space between items"
3834msgstr ""
3835
3836#: operations/common/pack.c:26
3837msgid "Align"
3838msgstr ""
3839
3840#: operations/common/pack.c:27
3841msgid "How to align items, 0.0 is start 0.5 middle and 1.0 end."
3842msgstr ""
3843
3844#: operations/common/pack.c:181
3845msgid "Pack"
3846msgstr ""
3847
3848#: operations/common/pack.c:183
3849msgid ""
3850"Packs an image horizontally or vertically next to each other with optional "
3851"gap, aux right of input."
3852msgstr ""
3853
3854#: operations/common/panorama-projection.c:537
3855msgid "Panorama Projection"
3856msgstr ""
3857
3858#: operations/common/panorama-projection.c:543
3859msgid ""
3860"Do panorama viewer rendering mapping or its inverse for an equirectangular "
3861"input image. (2:1 ratio containing 360x180 degree panorama)."
3862msgstr ""
3863
3864#: operations/common/pixelize.c:27
3865msgid "Round"
3866msgstr ""
3867
3868#: operations/common/pixelize.c:33
3869msgid "The shape of pixels"
3870msgstr ""
3871
3872#: operations/common/pixelize.c:35
3873msgid "Block width"
3874msgstr ""
3875
3876#: operations/common/pixelize.c:36
3877msgid "Width of blocks in pixels"
3878msgstr ""
3879
3880#: operations/common/pixelize.c:43
3881msgid "Block height"
3882msgstr ""
3883
3884#: operations/common/pixelize.c:44
3885msgid "Height of blocks in pixels"
3886msgstr ""
3887
3888#: operations/common/pixelize.c:52
3889msgid "Horizontal offset of blocks in pixels"
3890msgstr ""
3891
3892#: operations/common/pixelize.c:59
3893msgid "Vertical offset of blocks in pixels"
3894msgstr ""
3895
3896#: operations/common/pixelize.c:65
3897msgid "Size ratio X"
3898msgstr ""
3899
3900#: operations/common/pixelize.c:66
3901msgid "Horizontal size ratio of a pixel inside each block"
3902msgstr ""
3903
3904#: operations/common/pixelize.c:70
3905msgid "Size ratio Y"
3906msgstr ""
3907
3908#: operations/common/pixelize.c:71
3909msgid "Vertical size ratio of a pixel inside each block"
3910msgstr ""
3911
3912#: operations/common/pixelize.c:75 operations/common-gpl3+/apply-lens.c:44
3913#: operations/common-gpl3+/cubism.c:39
3914#: operations/common-gpl3+/lens-distortion.c:57
3915#: operations/common-gpl3+/tile-paper.c:76
3916msgid "Background color"
3917msgstr ""
3918
3919#: operations/common/pixelize.c:76
3920msgid "Color used to fill the background"
3921msgstr ""
3922
3923#: operations/common/pixelize.c:692
3924msgid "Pixelize"
3925msgstr ""
3926
3927#: operations/common/pixelize.c:694
3928msgid "Simplify image into an array of solid-colored rectangles"
3929msgstr ""
3930
3931#: operations/common/posterize.c:25
3932msgid "number of levels per component"
3933msgstr ""
3934
3935#: operations/common/posterize.c:142
3936msgid "Posterize"
3937msgstr ""
3938
3939#: operations/common/posterize.c:146
3940msgid "Reduces the number of levels in each color component of the image."
3941msgstr ""
3942
3943#: operations/common/radial-gradient.c:124
3944msgid "Radial Gradient"
3945msgstr ""
3946
3947#: operations/common/radial-gradient.c:128
3948msgid "Radial gradient renderer"
3949msgstr ""
3950
3951#: operations/common/rectangle.c:27
3952msgid "Horizontal position"
3953msgstr ""
3954
3955#: operations/common/rectangle.c:32
3956msgid "Vertical position"
3957msgstr ""
3958
3959#: operations/common/rectangle.c:37
3960msgid "Horizontal extent"
3961msgstr ""
3962
3963#: operations/common/rectangle.c:43
3964msgid "Vertical extent"
3965msgstr ""
3966
3967#: operations/common/rectangle.c:49
3968msgid "Color to render"
3969msgstr ""
3970
3971#: operations/common/rectangle.c:86
3972msgid "Rectangle"
3973msgstr ""
3974
3975#: operations/common/rectangle.c:91
3976msgid "A rectangular source of a fixed size with a solid color"
3977msgstr ""
3978
3979#: operations/common/recursive-transform.c:28 operations/external/path.c:47
3980#: operations/external/vector-fill.c:37 operations/external/vector-stroke.c:38
3981#: operations/transform/transform.c:24 operations/transform/transform.c:62
3982msgid "Transform"
3983msgstr ""
3984
3985#: operations/common/recursive-transform.c:29
3986msgid ""
3987"Transformation matrix, using SVG syntax (or multiple matrices, separated by "
3988"semicolons)"
3989msgstr ""
3990
3991#: operations/common/recursive-transform.c:32
3992#: operations/common/recursive-transform.c:33
3993msgid "First iteration"
3994msgstr ""
3995
3996#: operations/common/recursive-transform.c:37 operations/common/slic.c:39
3997msgid "Number of iterations"
3998msgstr ""
3999
4000#: operations/common/recursive-transform.c:40
4001msgid "Fade color"
4002msgstr ""
4003
4004#: operations/common/recursive-transform.c:41
4005msgid ""
4006"Color to fade transformed images towards, with a rate depending on its alpha"
4007msgstr ""
4008
4009#: operations/common/recursive-transform.c:44
4010msgid "Fade opacity"
4011msgstr ""
4012
4013#: operations/common/recursive-transform.c:45
4014msgid "Amount by which to scale the opacity of each transformed image"
4015msgstr ""
4016
4017#: operations/common/recursive-transform.c:49
4018msgid "Paste below"
4019msgstr ""
4020
4021#: operations/common/recursive-transform.c:50
4022msgid "Paste transformed images below each other"
4023msgstr ""
4024
4025#: operations/common/recursive-transform.c:54 operations/common/spherize.c:58
4026#: operations/common-gpl3+/waves.c:51
4027msgid "Mathematical method for reconstructing pixel values"
4028msgstr ""
4029
4030#: operations/common/recursive-transform.c:379
4031msgid "Recursive Transform"
4032msgstr ""
4033
4034#: operations/common/recursive-transform.c:381
4035msgid "Apply a transformation recursively."
4036msgstr ""
4037
4038#: operations/common/reinhard05.c:26
4039msgid "Overall brightness of the image"
4040msgstr ""
4041
4042#: operations/common/reinhard05.c:29
4043msgid "Chromatic adaptation"
4044msgstr ""
4045
4046#: operations/common/reinhard05.c:30
4047msgid "Adaptation to color variation across the image"
4048msgstr ""
4049
4050#: operations/common/reinhard05.c:33
4051msgid "Light adaptation"
4052msgstr ""
4053
4054#: operations/common/reinhard05.c:34
4055msgid "Adaptation to light variation across the image"
4056msgstr ""
4057
4058#: operations/common/reinhard05.c:317
4059msgid "Reinhard 2005 Tone Mapping"
4060msgstr ""
4061
4062#: operations/common/reinhard05.c:322
4063msgid ""
4064"Adapt an image, which may have a high dynamic range, for presentation using "
4065"a low dynamic range. This is an efficient global operator derived from "
4066"simple physiological observations, producing luminance within the range "
4067"0.0-1.0"
4068msgstr ""
4069
4070#: operations/common/remap.c:100
4071msgid "Minimum Envelope"
4072msgstr ""
4073
4074#: operations/common/remap.c:101
4075msgid "Maximum Envelope"
4076msgstr ""
4077
4078#: operations/common/remap.c:105
4079msgid "Remap"
4080msgstr ""
4081
4082#: operations/common/remap.c:107
4083msgid "stretch components of pixels individually based on luminance envelopes"
4084msgstr ""
4085
4086#: operations/common/rgb-clip.c:212
4087msgid "Clip RGB"
4088msgstr ""
4089
4090#: operations/common/rgb-clip.c:216
4091msgid "Keep RGB pixels values inside a specific range"
4092msgstr ""
4093
4094#: operations/common/saturation.c:26
4095msgid "Native"
4096msgstr ""
4097
4098#: operations/common/saturation.c:27
4099msgid "CIE Lab/Lch"
4100msgstr ""
4101
4102#: operations/common/saturation.c:28
4103msgid "CIE Yuv"
4104msgstr ""
4105
4106#: operations/common/saturation.c:32
4107msgid "Scale, strength of effect"
4108msgstr ""
4109
4110#: operations/common/saturation.c:36
4111msgid "Interpolation Color Space"
4112msgstr ""
4113
4114#: operations/common/saturation.c:37
4115msgid ""
4116"Set at Native if uncertain, the CIE based spaces might introduce hue shifts."
4117msgstr ""
4118
4119#: operations/common/saturation.c:409
4120msgid "Changes the saturation"
4121msgstr ""
4122
4123#: operations/common/save.c:27
4124msgid "Path of file to save."
4125msgstr ""
4126
4127#: operations/common/save.c:28 operations/core/load.c:33
4128#: operations/external/jpg-save.c:44 operations/external/png-load.c:36
4129#: operations/external/png-save.c:34 operations/external/tiff-load.c:39
4130#: operations/external/tiff-save.c:34
4131msgid "Metadata"
4132msgstr ""
4133
4134#: operations/common/save.c:29
4135msgid "Object providing image metadata"
4136msgstr ""
4137
4138#: operations/common/save.c:208
4139msgid "Save"
4140msgstr ""
4141
4142#: operations/common/save.c:211
4143msgid ""
4144"Multipurpose file saver, that uses other native save handlers depending on "
4145"extension, use the format specific save ops to specify additional parameters."
4146msgstr ""
4147
4148#: operations/common/sepia.c:24
4149msgid "Effect strength"
4150msgstr ""
4151
4152#: operations/common/sepia.c:25
4153msgid "Strength of the sepia effect"
4154msgstr ""
4155
4156#: operations/common/sepia.c:112
4157msgid "Sepia"
4158msgstr ""
4159
4160#: operations/common/sepia.c:115
4161msgid "Apply a sepia tone to the input image"
4162msgstr ""
4163
4164#: operations/common/slic.c:28
4165msgid "Regions size"
4166msgstr ""
4167
4168#: operations/common/slic.c:29
4169msgid "Size of a region side"
4170msgstr ""
4171
4172#: operations/common/slic.c:33
4173msgid "Compactness"
4174msgstr ""
4175
4176#: operations/common/slic.c:34
4177msgid "Cluster size"
4178msgstr ""
4179
4180#: operations/common/slic.c:481
4181msgid "Simple Linear Iterative Clustering"
4182msgstr ""
4183
4184#: operations/common/slic.c:484
4185msgid "Superpixels based on k-means clustering"
4186msgstr ""
4187
4188#: operations/common/snn-mean.c:33
4189msgid "Pairs"
4190msgstr ""
4191
4192#: operations/common/snn-mean.c:34
4193msgid "Number of pairs; higher number preserves more acute features"
4194msgstr ""
4195
4196#: operations/common/snn-mean.c:383
4197msgid "Symmetric Nearest Neighbor"
4198msgstr ""
4199
4200#: operations/common/snn-mean.c:386
4201msgid ""
4202"Noise reducing edge preserving blur filter based on Symmetric Nearest "
4203"Neighbors"
4204msgstr ""
4205
4206#: operations/common/spherize.c:25
4207msgid "Radial"
4208msgstr ""
4209
4210#: operations/common/spherize.c:30 operations/common-gpl3+/value-propagate.c:37
4211#: operations/workshop/external/paint-select.cc:34
4212msgid "Mode"
4213msgstr ""
4214
4215#: operations/common/spherize.c:33 operations/common-gpl3+/displace.c:33
4216msgid "Displacement mode"
4217msgstr ""
4218
4219#: operations/common/spherize.c:35
4220msgid "Angle of view"
4221msgstr ""
4222
4223#: operations/common/spherize.c:36
4224msgid "Camera angle of view"
4225msgstr ""
4226
4227#: operations/common/spherize.c:40
4228msgid "Curvature"
4229msgstr ""
4230
4231#: operations/common/spherize.c:41
4232msgid "Spherical cap apex angle, as a fraction of the co-angle of view"
4233msgstr ""
4234
4235#. note that the code can handle negative curvatures
4236#. * (in the [-1, 0) range), in which case the image is
4237#. * wrapped around the back face, rather than the front
4238#. * face, of the spherical cap. we disable negative
4239#. * curvatures atm, in particular, since they produce
4240#. * the same result when the angle of view is 0, and
4241#. * since their upper-bound, wrt the angle of view, is
4242#. * arbitrary.
4243#.
4244#: operations/common/spherize.c:52 operations/common/unsharp-mask.c:31
4245#: operations/common-gpl3+/edge.c:42
4246msgid "Amount"
4247msgstr ""
4248
4249#: operations/common/spherize.c:53
4250msgid ""
4251"Displacement scaling factor (negative values refer to the inverse "
4252"displacement)"
4253msgstr ""
4254
4255#: operations/common/spherize.c:320
4256msgid "Spherize"
4257msgstr ""
4258
4259#: operations/common/spherize.c:324
4260msgid "Wrap image around a spherical cap"
4261msgstr ""
4262
4263#: operations/common/stress.c:28
4264msgid ""
4265"Neighborhood taken into account, for enhancement ideal values are close to "
4266"the longest side of the image, increasing this increases the runtime"
4267msgstr ""
4268
4269#: operations/common/stress.c:40
4270msgid ""
4271"Number of iterations, a higher number of iterations provides a less noisy "
4272"rendering at a computational cost"
4273msgstr ""
4274
4275#: operations/common/stress.c:45
4276msgid ""
4277"When enabled also enhances shadow regions - when disabled a more natural "
4278"result is yielded"
4279msgstr ""
4280
4281#: operations/common/stress.c:267 operations/common/stress.c:275
4282msgid "Spatio Temporal Retinex-like Envelope with Stochastic Sampling"
4283msgstr ""
4284
4285#: operations/common/stretch-contrast.c:25
4286msgid "Keep colors"
4287msgstr ""
4288
4289#: operations/common/stretch-contrast.c:26
4290msgid "Impact each channel with the same amount"
4291msgstr ""
4292
4293#: operations/common/stretch-contrast.c:28
4294msgid "Non-linear components"
4295msgstr ""
4296
4297#: operations/common/stretch-contrast.c:29
4298msgid ""
4299"When set operate on gamma corrected values instead of linear RGB - acting "
4300"like the old normalize filter in GIMP"
4301msgstr ""
4302
4303#: operations/common/stretch-contrast.c:582
4304msgid "Stretch Contrast"
4305msgstr ""
4306
4307#: operations/common/stretch-contrast.c:586
4308msgid ""
4309"Scales the components of the buffer to be in the 0.0-1.0 range. This "
4310"improves images that make poor use of the available contrast (little "
4311"contrast, very dark, or very bright images)."
4312msgstr ""
4313
4314#: operations/common/stretch-contrast-hsv.c:253
4315msgid "Stretch Contrast HSV"
4316msgstr ""
4317
4318#: operations/common/stretch-contrast-hsv.c:257
4319msgid ""
4320"Scales the components of the buffer to be in the 0.0-1.0 range. This "
4321"improves images that make poor use of the available contrast (little "
4322"contrast, very dark, or very bright images). This version differs from "
4323"Contrast Autostretch in that it works in HSV space, and preserves hue."
4324msgstr ""
4325
4326#: operations/common/styles.c:29
4327msgid "Color, Outline and Shadow"
4328msgstr ""
4329
4330#: operations/common/styles.c:30
4331msgid "Bevel and Inner Glow"
4332msgstr ""
4333
4334#: operations/common/styles.c:31
4335msgid "Image upload and Outline Bevel"
4336msgstr ""
4337
4338#. List of all GUI options
4339#. GUI Change list in GUI
4340#: operations/common/styles.c:38
4341msgid "Part of filter to be displayed"
4342msgstr ""
4343
4344#: operations/common/styles.c:41
4345msgid "Display a different part of the GUI"
4346msgstr ""
4347
4348#. Color Overlays GUI options begin here
4349#: operations/common/styles.c:45
4350msgid "Color overlay"
4351msgstr ""
4352
4353#: operations/common/styles.c:47
4354msgid "Color overlay setting"
4355msgstr ""
4356
4357#: operations/common/styles.c:49
4358msgid "Color policy"
4359msgstr ""
4360
4361#: operations/common/styles.c:50
4362msgid "Change the blend mode of the color overlay"
4363msgstr ""
4364
4365#: operations/common/styles.c:57
4366msgid "No Color"
4367msgstr ""
4368
4369#: operations/common/styles.c:61
4370msgid "Solid Color"
4371msgstr ""
4372
4373#. Outline's normal GUI options begin here
4374#: operations/common/styles.c:67
4375msgid "Enable Outline"
4376msgstr ""
4377
4378#: operations/common/styles.c:68
4379msgid "Disable or enable the outline"
4380msgstr ""
4381
4382#: operations/common/styles.c:71
4383msgid "Outline opacity"
4384msgstr ""
4385
4386#: operations/common/styles.c:74
4387msgid "Opacity of the outline"
4388msgstr ""
4389
4390#: operations/common/styles.c:78
4391msgid "Outline X"
4392msgstr ""
4393
4394#: operations/common/styles.c:79
4395msgid "Horizontal outline offset"
4396msgstr ""
4397
4398#: operations/common/styles.c:86
4399msgid "Outline Y"
4400msgstr ""
4401
4402#: operations/common/styles.c:87
4403msgid "Vertical outline offset"
4404msgstr ""
4405
4406#: operations/common/styles.c:101
4407msgid "Outline grow shape"
4408msgstr ""
4409
4410#: operations/common/styles.c:104
4411msgid "The shape to expand or contract the outline in"
4412msgstr ""
4413
4414#: operations/common/styles.c:108
4415msgid "Outline blur radius"
4416msgstr ""
4417
4418#: operations/common/styles.c:114
4419msgid "A mild blur for the outline"
4420msgstr ""
4421
4422#: operations/common/styles.c:118
4423msgid "Outline grow radius"
4424msgstr ""
4425
4426#: operations/common/styles.c:125
4427msgid "The distance to expand the outline"
4428msgstr ""
4429
4430#. Shadow's GUI options begin here
4431#: operations/common/styles.c:130
4432msgid "Outline’s color"
4433msgstr ""
4434
4435#: operations/common/styles.c:131
4436msgid "Color of the outline (defaults to 'black') "
4437msgstr ""
4438
4439#: operations/common/styles.c:136
4440msgid "Shadow/Glow opacity"
4441msgstr ""
4442
4443#: operations/common/styles.c:140
4444msgid "Shadow opacity which will also enable or disable the shadow glow effect"
4445msgstr ""
4446
4447#: operations/common/styles.c:144
4448msgid "Shadow/Glow X"
4449msgstr ""
4450
4451#: operations/common/styles.c:150
4452msgid "Horizontal axis of the shadow glow"
4453msgstr ""
4454
4455#: operations/common/styles.c:153
4456msgid "Shadow/Glow Y"
4457msgstr ""
4458
4459#: operations/common/styles.c:159
4460msgid "Vertical axis of the shadow glow"
4461msgstr ""
4462
4463#: operations/common/styles.c:162
4464msgid "Shadow/Glow’s color"
4465msgstr ""
4466
4467#. TRANSLATORS: the string 'black' should not be translated
4468#: operations/common/styles.c:164
4469msgid "The shadow’s color (defaults to 'black')"
4470msgstr ""
4471
4472#: operations/common/styles.c:167
4473msgid "Shadow/Glow grow radius"
4474msgstr ""
4475
4476#: operations/common/styles.c:174
4477msgid "The distance to expand the shadow before blurring."
4478msgstr ""
4479
4480#: operations/common/styles.c:177
4481msgid "Shadow/Glow blur radius"
4482msgstr ""
4483
4484#: operations/common/styles.c:183
4485msgid "The shadow’s blur range"
4486msgstr ""
4487
4488#. Bevel's GUI options begin here
4489#. This is the Bevel's ENUM List listed in the GUI
4490#. This is the ENUM list for bevel's emboss blend modes
4491#: operations/common/styles.c:191
4492msgid "Enable Bevel"
4493msgstr ""
4494
4495#: operations/common/styles.c:192
4496msgid "Whether to add a bevel effect"
4497msgstr ""
4498
4499#: operations/common/styles.c:209
4500msgid "Bevel blend mode"
4501msgstr ""
4502
4503#: operations/common/styles.c:210
4504msgid "Blend mode of the bevel"
4505msgstr ""
4506
4507#: operations/common/styles.c:218
4508msgid "Chamfer Bevel"
4509msgstr ""
4510
4511#: operations/common/styles.c:220
4512msgid "Bump Bevel"
4513msgstr ""
4514
4515#: operations/common/styles.c:223
4516msgid "Select Bevel"
4517msgstr ""
4518
4519#: operations/common/styles.c:226
4520msgid "Type of bevel "
4521msgstr ""
4522
4523#: operations/common/styles.c:232
4524msgid "Bevel depth"
4525msgstr ""
4526
4527#: operations/common/styles.c:233
4528msgid "Emboss depth for the bevel"
4529msgstr ""
4530
4531#: operations/common/styles.c:239
4532msgid "Bevel elevation"
4533msgstr ""
4534
4535#: operations/common/styles.c:240
4536msgid "Emboss elevation of the bevel"
4537msgstr ""
4538
4539#: operations/common/styles.c:247
4540msgid "Bevel azimuth"
4541msgstr ""
4542
4543#: operations/common/styles.c:248
4544msgid "Emboss azimuth of the bevel"
4545msgstr ""
4546
4547#: operations/common/styles.c:255
4548msgid "Bevel radius (bump only)"
4549msgstr ""
4550
4551#: operations/common/styles.c:259
4552msgid ""
4553"Internal gaussian blur to inflate the bump bevel. This option does not work "
4554"on chamfer"
4555msgstr ""
4556
4557#: operations/common/styles.c:265
4558msgid "Levels low output lighting for Bevel"
4559msgstr ""
4560
4561#: operations/common/styles.c:266
4562msgid "Levels low output as a light adjustment for the bevel"
4563msgstr ""
4564
4565#: operations/common/styles.c:274
4566msgid "Levels high output lighting for Bevel"
4567msgstr ""
4568
4569#: operations/common/styles.c:275
4570msgid "Levels high output as a light adjustment for the bevel"
4571msgstr ""
4572
4573#: operations/common/styles.c:283
4574msgid "Dark Bevel/ignore image mode"
4575msgstr ""
4576
4577#: operations/common/styles.c:284
4578msgid ""
4579"This instructs the bevel to ignore image details if there is an image file "
4580"overlay below it. It also allows bevel to work better when the user selects "
4581"darker colors. The effect is noticeable on bump bevel but barely effects "
4582"chamfer bevel"
4583msgstr ""
4584
4585#. This operation is extremely important for bevels with image file overlays
4586#. Inner Glow GUI options begin here
4587#: operations/common/styles.c:294
4588msgid "Enable Inner Glow"
4589msgstr ""
4590
4591#: operations/common/styles.c:295
4592msgid "Whether to add the inner glow effect"
4593msgstr ""
4594
4595#: operations/common/styles.c:304
4596msgid "Normal"
4597msgstr ""
4598
4599#: operations/common/styles.c:306
4600msgid "Overlay"
4601msgstr ""
4602
4603#: operations/common/styles.c:308
4604msgid "Screen"
4605msgstr ""
4606
4607#: operations/common/styles.c:314
4608msgid "Plus"
4609msgstr ""
4610
4611#: operations/common/styles.c:317
4612msgid "Blend mode of Inner Glow"
4613msgstr ""
4614
4615#: operations/common/styles.c:323
4616msgid "Inner Glow's blur radius"
4617msgstr ""
4618
4619#: operations/common/styles.c:329
4620msgid "Blur control of the inner glow"
4621msgstr ""
4622
4623#: operations/common/styles.c:333
4624msgid "Inner Glow's grow radius"
4625msgstr ""
4626
4627#: operations/common/styles.c:340
4628msgid "The distance to expand the inner glow before blurring"
4629msgstr ""
4630
4631#: operations/common/styles.c:344
4632msgid "Inner Glow's opacity"
4633msgstr ""
4634
4635#: operations/common/styles.c:347
4636msgid "Opacity of the inner glow"
4637msgstr ""
4638
4639#: operations/common/styles.c:351
4640msgid "Inner Glow's color"
4641msgstr ""
4642
4643#: operations/common/styles.c:352
4644msgid "The color of the inner glow"
4645msgstr ""
4646
4647#: operations/common/styles.c:356
4648msgid "Inner Glow's unmodified pixel fix"
4649msgstr ""
4650
4651#: operations/common/styles.c:358
4652msgid "Cover pixels that inner glow might miss"
4653msgstr ""
4654
4655#. Without this Inner Glow would miss many pixels around alpha defined shapes edges'
4656#. Image file overlay GUI options begin here
4657#: operations/common/styles.c:365
4658msgid "Enable image upload"
4659msgstr ""
4660
4661#: operations/common/styles.c:366 operations/common/styles.c:465
4662msgid "Whether to enable or disable the image file upload."
4663msgstr ""
4664
4665#: operations/common/styles.c:369
4666msgid "Image file overlay"
4667msgstr ""
4668
4669#: operations/common/styles.c:370
4670msgid ""
4671"Upload an image file from your computer to be in the fill area. Allows (png, "
4672"jpg, raw, svg, bmp, tif, ...)"
4673msgstr ""
4674
4675#: operations/common/styles.c:374
4676msgid "Opacity of image file overlay"
4677msgstr ""
4678
4679#: operations/common/styles.c:377
4680msgid "Opacity of the image file overlay that was uploaded. "
4681msgstr ""
4682
4683#: operations/common/styles.c:388
4684msgid ""
4685"Saturation adjustment of the uploaded image file or whatever is on canvas"
4686msgstr ""
4687
4688#: operations/common/styles.c:393
4689msgid ""
4690"Lightness adjustment of the uploaded image file or whatever is on canvas"
4691msgstr ""
4692
4693#. Outline special options in GUI begin here
4694#: operations/common/styles.c:398
4695msgid "Enable advanced options on Outline (requires outline)"
4696msgstr ""
4697
4698#: operations/common/styles.c:399
4699msgid "Turn on advanced outline abilities"
4700msgstr ""
4701
4702#: operations/common/styles.c:404
4703msgid "Enable Outline Bevel (requires advanced options)"
4704msgstr ""
4705
4706#: operations/common/styles.c:405
4707msgid "Turn on outlines ability to bevel"
4708msgstr ""
4709
4710#: operations/common/styles.c:426
4711msgid "Outline Bevel blend mode"
4712msgstr ""
4713
4714#: operations/common/styles.c:427
4715msgid "Blend mode of the outline bevel"
4716msgstr ""
4717
4718#: operations/common/styles.c:434
4719msgid "Outline Bevel depth"
4720msgstr ""
4721
4722#: operations/common/styles.c:435
4723msgid "Emboss depth for the outline bevel"
4724msgstr ""
4725
4726#: operations/common/styles.c:440
4727msgid "Outline Bevel elevation"
4728msgstr ""
4729
4730#: operations/common/styles.c:441
4731msgid "Emboss elevation for the outline bevel"
4732msgstr ""
4733
4734#: operations/common/styles.c:447
4735msgid "Outline Bevel azimuth"
4736msgstr ""
4737
4738#: operations/common/styles.c:448
4739msgid "Emboss azimuth for the outline bevel"
4740msgstr ""
4741
4742#: operations/common/styles.c:455
4743msgid "Outline Bevel radius"
4744msgstr ""
4745
4746#: operations/common/styles.c:456
4747msgid "Internal gaussian blur to inflate the outline bevel"
4748msgstr ""
4749
4750#: operations/common/styles.c:464
4751msgid "Enable image upload on Outline (requires advanced options)"
4752msgstr ""
4753
4754#: operations/common/styles.c:469
4755msgid "Outline image file overlay"
4756msgstr ""
4757
4758#: operations/common/styles.c:470
4759msgid ""
4760"Upload an image file from your computer to be in the outline area. Allows "
4761"(png, jpg, raw, svg, bmp, tif, ...)"
4762msgstr ""
4763
4764#: operations/common/styles.c:475
4765msgid "Outline image opacity"
4766msgstr ""
4767
4768#: operations/common/styles.c:476
4769msgid "Outline image opacity adjustment"
4770msgstr ""
4771
4772#: operations/common/styles.c:481
4773msgid "Levels low output lighting for Outline Bevel"
4774msgstr ""
4775
4776#: operations/common/styles.c:482
4777msgid "Levels low output as a light adjustment for the outline bevel"
4778msgstr ""
4779
4780#: operations/common/styles.c:489
4781msgid "Levels high output lighting for Outline Bevel"
4782msgstr ""
4783
4784#: operations/common/styles.c:490
4785msgid "Levels high output as a light adjustment for the outline bevel"
4786msgstr ""
4787
4788#: operations/common/styles.c:498
4789msgid "Outline Dark Bevel/ignore image mode"
4790msgstr ""
4791
4792#: operations/common/styles.c:499
4793msgid ""
4794"This instructs the outline bevel to ignore image details if there is an "
4795"image file overlay below it. It also allows outline bevel to work better "
4796"when the user selects darker colors."
4797msgstr ""
4798
4799#: operations/common/styles.c:1249
4800msgid "GEGL Styles"
4801msgstr ""
4802
4803#: operations/common/styles.c:1252
4804msgid ""
4805"An engine to style text and add popular effects to alpha channel images. "
4806"Effects include outline, bevel, shadow, and inner glow all in one place."
4807msgstr ""
4808
4809#: operations/common/styles.c:1255
4810msgid "Text Styling..."
4811msgstr ""
4812
4813#: operations/common/svg-huerotate.c:27 operations/common/svg-matrix.c:27
4814#: operations/common/svg-saturate.c:25
4815msgid "Values"
4816msgstr ""
4817
4818#: operations/common/svg-huerotate.c:28 operations/common/svg-matrix.c:28
4819#: operations/common/svg-saturate.c:26
4820msgid "list of <number>s"
4821msgstr ""
4822
4823#: operations/common/svg-huerotate.c:118
4824msgid "SVG Hue Rotate"
4825msgstr ""
4826
4827#: operations/common/svg-huerotate.c:119
4828msgid "SVG color matrix operation svg_huerotate"
4829msgstr ""
4830
4831#: operations/common/svg-luminancetoalpha.c:93
4832msgid "SVG Luminance to Alpha"
4833msgstr ""
4834
4835#: operations/common/svg-luminancetoalpha.c:97
4836msgid "SVG color matrix operation svg_luminancetoalpha"
4837msgstr ""
4838
4839#: operations/common/svg-matrix.c:134
4840msgid "SVG Matrix"
4841msgstr ""
4842
4843#: operations/common/svg-matrix.c:135
4844msgid "SVG color matrix operation svg_matrix"
4845msgstr ""
4846
4847#: operations/common/svg-saturate.c:128
4848msgid "SVG Saturate"
4849msgstr ""
4850
4851#: operations/common/svg-saturate.c:129
4852msgid "SVG color matrix operation svg_saturate"
4853msgstr ""
4854
4855#: operations/common/threshold.c:28
4856msgid "Lowest value to be included."
4857msgstr ""
4858
4859#: operations/common/threshold.c:33
4860msgid "Highest value to be included as white."
4861msgstr ""
4862
4863#: operations/common/threshold.c:169
4864msgid ""
4865"Thresholds the image to white/black based on either the global values set in "
4866"the value (low) and high properties, or per pixel from the aux input."
4867msgstr ""
4868
4869#: operations/common/tile.c:24
4870msgid "Horizontal offset"
4871msgstr ""
4872
4873#: operations/common/tile.c:29
4874msgid "Vertical offset"
4875msgstr ""
4876
4877#: operations/common/tile.c:159
4878msgid "Tile"
4879msgstr ""
4880
4881#: operations/common/tile.c:165
4882msgid "Infinitely repeats the input image."
4883msgstr ""
4884
4885#: operations/common/tile-seamless.c:212
4886msgid "Make Seamlessly tileable"
4887msgstr ""
4888
4889#: operations/common/tile-seamless.c:216
4890msgid ""
4891"Make the input buffer seamlessly tileable. The algorithm is not content-"
4892"aware, so the result may need post-processing."
4893msgstr ""
4894
4895#: operations/common/unpremultiply.c:78
4896msgid "Unpremultiply alpha"
4897msgstr ""
4898
4899#: operations/common/unpremultiply.c:80
4900msgid ""
4901"Unpremultiplies a buffer that contains pre-multiplied colors (but according "
4902"to the babl format is not.)"
4903msgstr ""
4904
4905#: operations/common/unsharp-mask.c:25
4906msgid "Expressed as standard deviation, in pixels"
4907msgstr ""
4908
4909#: operations/common/unsharp-mask.c:32
4910msgid "Scaling factor for unsharp-mask, the strength of effect"
4911msgstr ""
4912
4913#: operations/common/unsharp-mask.c:144
4914msgid "Sharpen (Unsharp Mask)"
4915msgstr ""
4916
4917#: operations/common/unsharp-mask.c:148
4918msgid ""
4919"Sharpen image, by adding difference to blurred image, a technique for "
4920"sharpening originally used in darkrooms."
4921msgstr ""
4922
4923#: operations/common/value-invert.c:149
4924msgid "Value Invert"
4925msgstr ""
4926
4927#: operations/common/value-invert.c:154
4928msgid ""
4929"Invert the value component, the result has the brightness inverted, keeping "
4930"the color."
4931msgstr ""
4932
4933#: operations/common/vignette.c:32
4934msgid "Vignette shape"
4935msgstr ""
4936
4937#. TRANSLATORS: the string 'black' should not be translated
4938#: operations/common/vignette.c:38
4939msgid ""
4940"Defaults to 'black', you can use transparency here to erase portions of an "
4941"image"
4942msgstr ""
4943
4944#: operations/common/vignette.c:41
4945msgid "How far out vignetting goes as portion of half image diagonal"
4946msgstr ""
4947
4948#: operations/common/vignette.c:49 operations/common-cxx/piecewise-blend.cc:33
4949msgid "Gamma"
4950msgstr ""
4951
4952#: operations/common/vignette.c:50
4953msgid "Falloff linearity"
4954msgstr ""
4955
4956#: operations/common/vignette.c:54
4957msgid "Proportion"
4958msgstr ""
4959
4960#: operations/common/vignette.c:55
4961msgid "How close we are to image proportions"
4962msgstr ""
4963
4964#: operations/common/vignette.c:58
4965msgid "Squeeze"
4966msgstr ""
4967
4968#: operations/common/vignette.c:59
4969msgid ""
4970"Aspect ratio to use, -0.5 = 1:2, 0.0 = 1:1, 0.5 = 2:1, -1.0 = 1:inf 1.0 = "
4971"inf:1, this is applied after proportion is taken into account, to directly "
4972"use squeeze factor as proportions, set proportion to 0.0."
4973msgstr ""
4974
4975#: operations/common/vignette.c:75 operations/common-cxx/focus-blur.c:102
4976#: operations/common-gpl3+/bayer-matrix.c:50
4977#: operations/common-gpl3+/linear-sinusoid.c:95
4978#: operations/common-gpl3+/spiral.c:64
4979#: operations/workshop/external/spyrograph.c:69
4980msgid "Rotation"
4981msgstr ""
4982
4983#: operations/common/vignette.c:393
4984msgid "Vignette"
4985msgstr ""
4986
4987#: operations/common/vignette.c:398
4988msgid ""
4989"Applies a vignette to an image. Simulates the luminance fall off at the edge "
4990"of exposed film, and some other fuzzier border effects that can naturally "
4991"occur with analog photography"
4992msgstr ""
4993
4994#: operations/common/waterpixels.c:34
4995msgid "Average"
4996msgstr ""
4997
4998#: operations/common/waterpixels.c:38
4999msgid "Superpixels size"
5000msgstr ""
5001
5002#: operations/common/waterpixels.c:42
5003msgid "Gradient smoothness"
5004msgstr ""
5005
5006#: operations/common/waterpixels.c:47
5007msgid "Spatial regularization"
5008msgstr ""
5009
5010#: operations/common/waterpixels.c:49
5011msgid ""
5012"trade-off between superpixel regularity and adherence to object boundaries"
5013msgstr ""
5014
5015#: operations/common/waterpixels.c:52
5016msgid "Superpixels color"
5017msgstr ""
5018
5019#: operations/common/waterpixels.c:55
5020msgid "How to fill superpixels"
5021msgstr ""
5022
5023#: operations/common/waterpixels.c:542
5024msgid "Waterpixels"
5025msgstr ""
5026
5027#: operations/common/waterpixels.c:545
5028msgid "Superpixels based on the watershed transformation"
5029msgstr ""
5030
5031#: operations/common/watershed-transform.c:26
5032#: operations/common/watershed-transform.c:27
5033msgid "Index of component flagging unlabelled pixels"
5034msgstr ""
5035
5036#: operations/common/watershed-transform.c:30
5037msgid "flag"
5038msgstr ""
5039
5040#: operations/common/watershed-transform.c:31
5041msgid "Pointer to flag value for unlabelled pixels"
5042msgstr ""
5043
5044#: operations/common/watershed-transform.c:489
5045msgid "Watershed Transform"
5046msgstr ""
5047
5048#: operations/common/watershed-transform.c:493
5049msgid ""
5050"Labels propagation by watershed transformation. Output buffer will keep the "
5051"input format. Unlabelled pixels are marked with a given flag value (by "
5052"default: last component with NULL value). The aux buffer is a \"Y u8\" image "
5053"representing the priority levels (lower value is higher priority). If aux is "
5054"absent, all labellized pixels have the same priority and propagated labels "
5055"have a lower priority."
5056msgstr ""
5057
5058#: operations/common/wavelet-blur-1d.c:29 operations/common/wavelet-blur.c:28
5059msgid "Radius of the wavelet blur"
5060msgstr ""
5061
5062#: operations/common/wavelet-blur-1d.c:274
5063msgid "1D Wavelet-blur"
5064msgstr ""
5065
5066#: operations/common/wavelet-blur-1d.c:277 operations/common/wavelet-blur.c:80
5067msgid ""
5068"This blur is used for the wavelet decomposition filter, each pixel is "
5069"computed from another by the HAT transform"
5070msgstr ""
5071
5072#: operations/common/weighted-blend.c:176
5073msgid "Weighted Blend"
5074msgstr ""
5075
5076#: operations/common/weighted-blend.c:180
5077msgid "blend two images using alpha values as weights"
5078msgstr ""
5079
5080#: operations/common/write-buffer.c:26
5081msgid "A pre-existing GeglBuffer to write incoming buffer data to."
5082msgstr ""
5083
5084#: operations/common/write-buffer.c:176
5085msgid "Write Buffer"
5086msgstr ""
5087
5088#: operations/common/write-buffer.c:178
5089msgid "Write input data into an existing GEGL buffer destination surface."
5090msgstr ""
5091
5092#: operations/common-cxx/distance-transform.cc:31
5093msgid "Above threshold"
5094msgstr ""
5095
5096#: operations/common-cxx/distance-transform.cc:32
5097msgid "Below threshold"
5098msgstr ""
5099
5100#: operations/common-cxx/distance-transform.cc:35
5101#: operations/workshop/external/voronoi-diagram.cc:24
5102msgid "Metric"
5103msgstr ""
5104
5105#: operations/common-cxx/distance-transform.cc:37
5106#: operations/workshop/external/voronoi-diagram.cc:27
5107msgid "Metric to use for the distance calculation"
5108msgstr ""
5109
5110#: operations/common-cxx/distance-transform.cc:39
5111msgid "Edge handling"
5112msgstr ""
5113
5114#: operations/common-cxx/distance-transform.cc:41
5115msgid "How areas outside the input are considered when calculating distance"
5116msgstr ""
5117
5118#: operations/common-cxx/distance-transform.cc:43
5119msgid "Threshold low"
5120msgstr ""
5121
5122#: operations/common-cxx/distance-transform.cc:46
5123msgid "Threshold high"
5124msgstr ""
5125
5126#: operations/common-cxx/distance-transform.cc:49
5127msgid "Grayscale Averaging"
5128msgstr ""
5129
5130#: operations/common-cxx/distance-transform.cc:50
5131msgid "Number of computations for grayscale averaging"
5132msgstr ""
5133
5134#: operations/common-cxx/distance-transform.cc:56
5135msgid "Normalize output to range 0.0 to 1.0."
5136msgstr ""
5137
5138#: operations/common-cxx/distance-transform.cc:532
5139msgid "Distance Transform"
5140msgstr ""
5141
5142#: operations/common-cxx/distance-transform.cc:536
5143msgid "Calculate a distance transform"
5144msgstr ""
5145
5146#: operations/common-cxx/focus-blur.c:30 operations/common-cxx/lens-blur.cc:504
5147msgid "Lens Blur"
5148msgstr ""
5149
5150#: operations/common-cxx/focus-blur.c:41
5151msgid "Blur type"
5152msgstr ""
5153
5154#: operations/common-cxx/focus-blur.c:46
5155msgid "Out-of-focus blur radius"
5156msgstr ""
5157
5158#: operations/common-cxx/focus-blur.c:52 operations/common-cxx/lens-blur.cc:31
5159msgid "Highlight factor"
5160msgstr ""
5161
5162#: operations/common-cxx/focus-blur.c:53 operations/common-cxx/lens-blur.cc:32
5163msgid "Relative highlight strength"
5164msgstr ""
5165
5166#: operations/common-cxx/focus-blur.c:57 operations/common-cxx/lens-blur.cc:35
5167msgid "Highlight threshold (low)"
5168msgstr ""
5169
5170#: operations/common-cxx/focus-blur.c:61 operations/common-cxx/lens-blur.cc:39
5171msgid "Highlight threshold"
5172msgstr ""
5173
5174#: operations/common-cxx/focus-blur.c:64 operations/common-cxx/lens-blur.cc:41
5175msgid "Highlight threshold (high)"
5176msgstr ""
5177
5178#: operations/common-cxx/focus-blur.c:86
5179msgid "Focus-region outer radius"
5180msgstr ""
5181
5182#: operations/common-cxx/focus-blur.c:91 operations/common-gpl3+/photocopy.c:29
5183#: operations/common-gpl3+/softglow.c:33
5184msgid "Sharpness"
5185msgstr ""
5186
5187#: operations/common-cxx/focus-blur.c:92
5188msgid "Focus-region inner limit"
5189msgstr ""
5190
5191#: operations/common-cxx/focus-blur.c:96
5192msgid "Focus-transition midpoint"
5193msgstr ""
5194
5195#: operations/common-cxx/focus-blur.c:99 operations/common-gpl3+/waves.c:46
5196msgid "Aspect ratio"
5197msgstr ""
5198
5199#: operations/common-cxx/focus-blur.c:109
5200#: operations/common-cxx/variable-blur.c:42
5201msgid "Blur levels"
5202msgstr ""
5203
5204#: operations/common-cxx/focus-blur.c:110
5205#: operations/common-cxx/variable-blur.c:43
5206msgid "Number of blur levels"
5207msgstr ""
5208
5209#: operations/common-cxx/focus-blur.c:114
5210#: operations/common-cxx/variable-blur.c:46
5211msgid "Blur gamma"
5212msgstr ""
5213
5214#: operations/common-cxx/focus-blur.c:115
5215#: operations/common-cxx/variable-blur.c:47
5216msgid "Gamma factor for blur-level spacing"
5217msgstr ""
5218
5219#: operations/common-cxx/focus-blur.c:122
5220#: operations/common-cxx/variable-blur.c:53
5221msgid "High quality"
5222msgstr ""
5223
5224#: operations/common-cxx/focus-blur.c:123
5225#: operations/common-cxx/variable-blur.c:54
5226msgid "Generate more accurate and consistent output (slower)"
5227msgstr ""
5228
5229#: operations/common-cxx/focus-blur.c:317
5230msgid "Focus Blur"
5231msgstr ""
5232
5233#: operations/common-cxx/focus-blur.c:320
5234msgid "Blur the image around a focal point"
5235msgstr ""
5236
5237#: operations/common-cxx/denoise-dct.cc:33
5238msgid "Patch size"
5239msgstr ""
5240
5241#: operations/common-cxx/denoise-dct.cc:36
5242msgid "Size of patches used to denoise"
5243msgstr ""
5244
5245#: operations/common-cxx/denoise-dct.cc:39
5246msgid "Noise standard deviation"
5247msgstr ""
5248
5249#: operations/common-cxx/denoise-dct.cc:480
5250msgid "Denoise DCT"
5251msgstr ""
5252
5253#: operations/common-cxx/denoise-dct.cc:482
5254msgid "Denoising algorithm using a per-patch DCT thresholding"
5255msgstr ""
5256
5257#: operations/common-cxx/lens-blur.cc:46
5258msgid "Clip to input extents"
5259msgstr ""
5260
5261#: operations/common-cxx/lens-blur.cc:47
5262msgid "Clip output to the input extents"
5263msgstr ""
5264
5265#: operations/common-cxx/lens-blur.cc:49
5266#: operations/common-cxx/piecewise-blend.cc:38
5267#: operations/common-cxx/variable-blur.c:37
5268msgid "Linear mask"
5269msgstr ""
5270
5271#: operations/common-cxx/lens-blur.cc:50
5272#: operations/common-cxx/piecewise-blend.cc:39
5273#: operations/common-cxx/variable-blur.c:38
5274msgid "Use linear mask values"
5275msgstr ""
5276
5277#: operations/common-cxx/lens-blur.cc:507
5278msgid "Simulate out-of-focus lens blur"
5279msgstr ""
5280
5281#: operations/common-cxx/piecewise-blend.cc:30
5282msgid "Number of blend levels"
5283msgstr ""
5284
5285#: operations/common-cxx/piecewise-blend.cc:34
5286msgid "Gamma factor for blend-level spacing"
5287msgstr ""
5288
5289#: operations/common-cxx/piecewise-blend.cc:346
5290msgid "Piecewise Blend"
5291msgstr ""
5292
5293#: operations/common-cxx/piecewise-blend.cc:348
5294msgid "Blend a chain of inputs using a mask"
5295msgstr ""
5296
5297#: operations/common-cxx/variable-blur.c:31
5298msgid "Maximal blur radius"
5299msgstr ""
5300
5301#: operations/common-cxx/variable-blur.c:207
5302msgid "Variable Blur"
5303msgstr ""
5304
5305#: operations/common-cxx/variable-blur.c:210
5306msgid "Blur the image by a varying amount using a mask"
5307msgstr ""
5308
5309#: operations/common-cxx/warp.cc:25
5310msgid "Move pixels"
5311msgstr ""
5312
5313#: operations/common-cxx/warp.cc:26
5314msgid "Grow area"
5315msgstr ""
5316
5317#: operations/common-cxx/warp.cc:27
5318msgid "Shrink area"
5319msgstr ""
5320
5321#: operations/common-cxx/warp.cc:28
5322msgid "Swirl clockwise"
5323msgstr ""
5324
5325#: operations/common-cxx/warp.cc:29
5326msgid "Swirl counter-clockwise"
5327msgstr ""
5328
5329#: operations/common-cxx/warp.cc:30
5330msgid "Erase warping"
5331msgstr ""
5332
5333#: operations/common-cxx/warp.cc:31
5334msgid "Smooth warping"
5335msgstr ""
5336
5337#: operations/common-cxx/warp.cc:40 operations/external/path.c:40
5338#: operations/workshop/external/spyrograph.c:85
5339msgid "Hardness"
5340msgstr ""
5341
5342#: operations/common-cxx/warp.cc:43
5343msgid "Spacing"
5344msgstr ""
5345
5346#: operations/common-cxx/warp.cc:46
5347msgid "Stroke"
5348msgstr ""
5349
5350#: operations/common-cxx/warp.cc:48
5351msgid "Behavior"
5352msgstr ""
5353
5354#: operations/common-cxx/warp.cc:51
5355msgid "Behavior of the op"
5356msgstr ""
5357
5358#: operations/common-cxx/warp.cc:986
5359msgid "Warp"
5360msgstr ""
5361
5362#: operations/common-cxx/warp.cc:988
5363msgid "Compute a relative displacement mapping from a stroke"
5364msgstr ""
5365
5366#: operations/common-gpl3+/antialias.c:293
5367msgid "Scale3X Antialiasing"
5368msgstr ""
5369
5370#: operations/common-gpl3+/antialias.c:298
5371msgid "Antialias using the Scale3X edge-extrapolation algorithm"
5372msgstr ""
5373
5374#: operations/common-gpl3+/apply-lens.c:36
5375msgid "Lens refraction index"
5376msgstr ""
5377
5378#: operations/common-gpl3+/apply-lens.c:41
5379msgid "Keep original surroundings"
5380msgstr ""
5381
5382#: operations/common-gpl3+/apply-lens.c:42
5383msgid "Keep image unchanged, where not affected by the lens."
5384msgstr ""
5385
5386#: operations/common-gpl3+/apply-lens.c:301
5387msgid "Apply Lens"
5388msgstr ""
5389
5390#: operations/common-gpl3+/apply-lens.c:306
5391msgid ""
5392"Simulates the optical distortion caused by having an elliptical lens over "
5393"the image"
5394msgstr ""
5395
5396#: operations/common-gpl3+/bayer-matrix.c:25
5397msgid "Subdivisions"
5398msgstr ""
5399
5400#: operations/common-gpl3+/bayer-matrix.c:26
5401msgid "Number of subdivisions"
5402msgstr ""
5403
5404#: operations/common-gpl3+/bayer-matrix.c:29 operations/common-gpl3+/sinus.c:31
5405msgid "X Scale"
5406msgstr ""
5407
5408#: operations/common-gpl3+/bayer-matrix.c:30
5409msgid "Horizontal pattern scale"
5410msgstr ""
5411
5412#: operations/common-gpl3+/bayer-matrix.c:36 operations/common-gpl3+/sinus.c:38
5413msgid "Y Scale"
5414msgstr ""
5415
5416#: operations/common-gpl3+/bayer-matrix.c:37
5417msgid "Vertical pattern scale"
5418msgstr ""
5419
5420#: operations/common-gpl3+/bayer-matrix.c:44
5421msgid "0°"
5422msgstr ""
5423
5424#: operations/common-gpl3+/bayer-matrix.c:45
5425msgid "90°"
5426msgstr ""
5427
5428#: operations/common-gpl3+/bayer-matrix.c:46
5429msgid "180°"
5430msgstr ""
5431
5432#: operations/common-gpl3+/bayer-matrix.c:47
5433msgid "270°"
5434msgstr ""
5435
5436#: operations/common-gpl3+/bayer-matrix.c:53
5437#: operations/common-gpl3+/linear-sinusoid.c:96
5438msgid "Pattern rotation angle"
5439msgstr ""
5440
5441#: operations/common-gpl3+/bayer-matrix.c:55 operations/transform/reflect.c:105
5442msgid "Reflect"
5443msgstr ""
5444
5445#: operations/common-gpl3+/bayer-matrix.c:56
5446msgid "Reflect the pattern horizontally"
5447msgstr ""
5448
5449#: operations/common-gpl3+/bayer-matrix.c:58
5450#: operations/common-gpl3+/ripple.c:34 operations/common-gpl3+/waves.c:35
5451msgid "Amplitude"
5452msgstr ""
5453
5454#: operations/common-gpl3+/bayer-matrix.c:59
5455msgid "Pattern amplitude (logarithmic scale)"
5456msgstr ""
5457
5458#: operations/common-gpl3+/bayer-matrix.c:64
5459#: operations/common-gpl3+/linear-sinusoid.c:72
5460msgid "Value offset"
5461msgstr ""
5462
5463#: operations/common-gpl3+/bayer-matrix.c:68
5464#: operations/common-gpl3+/linear-sinusoid.c:76
5465#: operations/common-gpl3+/oilify.c:35 operations/common-gpl3+/sinus.c:71
5466msgid "Exponent"
5467msgstr ""
5468
5469#: operations/common-gpl3+/bayer-matrix.c:69
5470#: operations/common-gpl3+/linear-sinusoid.c:77
5471msgid "Value exponent (logarithmic scale)"
5472msgstr ""
5473
5474#: operations/common-gpl3+/bayer-matrix.c:73
5475#: operations/common-gpl3+/linear-sinusoid.c:81
5476msgid "X Offset"
5477msgstr ""
5478
5479#: operations/common-gpl3+/bayer-matrix.c:74
5480#: operations/common-gpl3+/linear-sinusoid.c:82
5481msgid "Offset for X axis"
5482msgstr ""
5483
5484#: operations/common-gpl3+/bayer-matrix.c:80
5485#: operations/common-gpl3+/linear-sinusoid.c:88
5486msgid "Y Offset"
5487msgstr ""
5488
5489#: operations/common-gpl3+/bayer-matrix.c:81
5490#: operations/common-gpl3+/linear-sinusoid.c:89
5491msgid "Offset for Y axis"
5492msgstr ""
5493
5494#: operations/common-gpl3+/bayer-matrix.c:323
5495msgid "Bayer Matrix"
5496msgstr ""
5497
5498#: operations/common-gpl3+/bayer-matrix.c:328
5499msgid "Generate a Bayer matrix pattern"
5500msgstr ""
5501
5502#: operations/common-gpl3+/bump-map.c:34
5503msgid "Spherical"
5504msgstr ""
5505
5506#: operations/common-gpl3+/bump-map.c:35 operations/common-gpl3+/sinus.c:64
5507msgid "Sinusoidal"
5508msgstr ""
5509
5510#: operations/common-gpl3+/bump-map.c:38 operations/common-gpl3+/spiral.c:30
5511msgid "Type"
5512msgstr ""
5513
5514#: operations/common-gpl3+/bump-map.c:40
5515msgid "Type of map"
5516msgstr ""
5517
5518#: operations/common-gpl3+/bump-map.c:42
5519msgid "Compensate"
5520msgstr ""
5521
5522#: operations/common-gpl3+/bump-map.c:43
5523msgid "Compensate for darkening"
5524msgstr ""
5525
5526#: operations/common-gpl3+/bump-map.c:46
5527msgid "Invert bumpmap"
5528msgstr ""
5529
5530#: operations/common-gpl3+/bump-map.c:48
5531msgid "Tiled"
5532msgstr ""
5533
5534#: operations/common-gpl3+/bump-map.c:49
5535msgid "Tiled bumpmap"
5536msgstr ""
5537
5538#: operations/common-gpl3+/bump-map.c:51 operations/common-gpl3+/emboss.c:34
5539msgid "Azimuth"
5540msgstr ""
5541
5542#: operations/common-gpl3+/bump-map.c:74
5543msgid "Waterlevel"
5544msgstr ""
5545
5546#: operations/common-gpl3+/bump-map.c:75
5547msgid "Level that full transparency should represent"
5548msgstr ""
5549
5550#: operations/common-gpl3+/bump-map.c:78
5551msgid "Ambient lighting factor"
5552msgstr ""
5553
5554#: operations/common-gpl3+/bump-map.c:472
5555msgid "Height Map"
5556msgstr ""
5557
5558#: operations/common-gpl3+/bump-map.c:476
5559msgid "Bump Map"
5560msgstr ""
5561
5562#. "reference-hash", "8d3700ec06e9cbba3cb2b4a9f3061a10",
5563#: operations/common-gpl3+/bump-map.c:482
5564msgid ""
5565"This plug-in uses the algorithm described by John Schlag, \"Fast Embossing "
5566"Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It "
5567"takes a buffer to be applied as a bump map to another buffer and produces a "
5568"nice embossing effect."
5569msgstr ""
5570
5571#: operations/common-gpl3+/cartoon.c:28
5572msgid "Mask radius"
5573msgstr ""
5574
5575#: operations/common-gpl3+/cartoon.c:31
5576msgid "Percent black"
5577msgstr ""
5578
5579#: operations/common-gpl3+/cartoon.c:322
5580msgid "Cartoon"
5581msgstr ""
5582
5583#: operations/common-gpl3+/cartoon.c:326
5584msgid ""
5585"Simulates a cartoon, its result is similar to a black felt pen drawing "
5586"subsequently shaded with color. This is achieved by enhancing edges and "
5587"darkening areas that are already distinctly darker than their neighborhood"
5588msgstr ""
5589
5590#. Red channel
5591#: operations/common-gpl3+/channel-mixer.c:33
5592msgid "Red in Red channel"
5593msgstr ""
5594
5595#: operations/common-gpl3+/channel-mixer.c:34
5596msgid "Set the red amount for the red channel"
5597msgstr ""
5598
5599#: operations/common-gpl3+/channel-mixer.c:37
5600msgid "Green in Red channel"
5601msgstr ""
5602
5603#: operations/common-gpl3+/channel-mixer.c:38
5604msgid "Set the green amount for the red channel"
5605msgstr ""
5606
5607#: operations/common-gpl3+/channel-mixer.c:41
5608msgid "Blue in Red channel"
5609msgstr ""
5610
5611#: operations/common-gpl3+/channel-mixer.c:42
5612msgid "Set the blue amount for the red channel"
5613msgstr ""
5614
5615#. Green channel
5616#: operations/common-gpl3+/channel-mixer.c:46
5617msgid "Red in Green channel"
5618msgstr ""
5619
5620#: operations/common-gpl3+/channel-mixer.c:47
5621msgid "Set the red amount for the green channel"
5622msgstr ""
5623
5624#: operations/common-gpl3+/channel-mixer.c:50
5625msgid "Green for Green channel"
5626msgstr ""
5627
5628#: operations/common-gpl3+/channel-mixer.c:51
5629msgid "Set the green amount for the green channel"
5630msgstr ""
5631
5632#: operations/common-gpl3+/channel-mixer.c:54
5633msgid "Blue in Green channel"
5634msgstr ""
5635
5636#: operations/common-gpl3+/channel-mixer.c:55
5637msgid "Set the blue amount for the green channel"
5638msgstr ""
5639
5640#. Blue channel
5641#: operations/common-gpl3+/channel-mixer.c:59
5642msgid "Red in Blue channel"
5643msgstr ""
5644
5645#: operations/common-gpl3+/channel-mixer.c:60
5646msgid "Set the red amount for the blue channel"
5647msgstr ""
5648
5649#: operations/common-gpl3+/channel-mixer.c:63
5650msgid "Green in Blue channel"
5651msgstr ""
5652
5653#: operations/common-gpl3+/channel-mixer.c:64
5654msgid "Set the green amount for the blue channel"
5655msgstr ""
5656
5657#: operations/common-gpl3+/channel-mixer.c:67
5658msgid "Blue in Blue channel"
5659msgstr ""
5660
5661#: operations/common-gpl3+/channel-mixer.c:68
5662msgid "Set the blue amount for the blue channel"
5663msgstr ""
5664
5665#: operations/common-gpl3+/channel-mixer.c:292
5666msgid "Channel Mixer"
5667msgstr ""
5668
5669#: operations/common-gpl3+/channel-mixer.c:297
5670msgid ""
5671"Remix colors; by defining relative contributions from source components."
5672msgstr ""
5673
5674#: operations/common-gpl3+/color-exchange.c:31
5675msgid "From Color"
5676msgstr ""
5677
5678#: operations/common-gpl3+/color-exchange.c:32
5679msgid "The color to change."
5680msgstr ""
5681
5682#: operations/common-gpl3+/color-exchange.c:34
5683msgid "To Color"
5684msgstr ""
5685
5686#: operations/common-gpl3+/color-exchange.c:35
5687msgid "Replacement color."
5688msgstr ""
5689
5690#: operations/common-gpl3+/color-exchange.c:37
5691msgid "Red Threshold"
5692msgstr ""
5693
5694#: operations/common-gpl3+/color-exchange.c:38
5695msgid "Red threshold of the input color"
5696msgstr ""
5697
5698#: operations/common-gpl3+/color-exchange.c:41
5699msgid "Green Threshold"
5700msgstr ""
5701
5702#: operations/common-gpl3+/color-exchange.c:42
5703msgid "Green threshold of the input color"
5704msgstr ""
5705
5706#: operations/common-gpl3+/color-exchange.c:45
5707msgid "Blue Threshold"
5708msgstr ""
5709
5710#: operations/common-gpl3+/color-exchange.c:46
5711msgid "Blue threshold of the input color"
5712msgstr ""
5713
5714#: operations/common-gpl3+/color-exchange.c:267
5715msgid "Exchange color"
5716msgstr ""
5717
5718#: operations/common-gpl3+/color-exchange.c:272
5719msgid ""
5720"Exchange one color with another, optionally setting a threshold to convert "
5721"from one shade to another."
5722msgstr ""
5723
5724#: operations/common-gpl3+/color-to-alpha.c:30
5725msgid "The color to make transparent."
5726msgstr ""
5727
5728#: operations/common-gpl3+/color-to-alpha.c:32
5729msgid "Transparency threshold"
5730msgstr ""
5731
5732#: operations/common-gpl3+/color-to-alpha.c:33
5733msgid "The limit below which colors become transparent."
5734msgstr ""
5735
5736#: operations/common-gpl3+/color-to-alpha.c:36
5737msgid "Opacity threshold"
5738msgstr ""
5739
5740#: operations/common-gpl3+/color-to-alpha.c:37
5741msgid "The limit above which colors remain opaque."
5742msgstr ""
5743
5744#: operations/common-gpl3+/color-to-alpha.c:283
5745msgid "Color to Alpha"
5746msgstr ""
5747
5748#: operations/common-gpl3+/color-to-alpha.c:289
5749msgid "Convert a specified color to transparency, works best with white."
5750msgstr ""
5751
5752#: operations/common-gpl3+/cubism.c:30 operations/common-gpl3+/mosaic.c:43
5753msgid "Tile size"
5754msgstr ""
5755
5756#: operations/common-gpl3+/cubism.c:31 operations/common-gpl3+/mosaic.c:44
5757msgid "Average diameter of each tile (in pixels)"
5758msgstr ""
5759
5760#: operations/common-gpl3+/cubism.c:35
5761msgid "Tile saturation"
5762msgstr ""
5763
5764#: operations/common-gpl3+/cubism.c:36
5765msgid "Expand tiles by this amount"
5766msgstr ""
5767
5768#: operations/common-gpl3+/cubism.c:40 operations/common-gpl3+/tile-paper.c:77
5769msgid "The tiles' background color"
5770msgstr ""
5771
5772#: operations/common-gpl3+/cubism.c:649
5773msgid "Cubism"
5774msgstr ""
5775
5776#: operations/common-gpl3+/cubism.c:655
5777msgid ""
5778"Convert the image into randomly rotated square blobs, somehow resembling a "
5779"cubist painting style"
5780msgstr ""
5781
5782#: operations/common-gpl3+/deinterlace.c:31
5783msgid "Keep even fields"
5784msgstr ""
5785
5786#: operations/common-gpl3+/deinterlace.c:32
5787msgid "Keep odd fields"
5788msgstr ""
5789
5790#: operations/common-gpl3+/deinterlace.c:35
5791msgid "Keep"
5792msgstr ""
5793
5794#: operations/common-gpl3+/deinterlace.c:38
5795msgid "Keep even or odd fields"
5796msgstr ""
5797
5798#: operations/common-gpl3+/deinterlace.c:43
5799msgid "Deinterlace horizontally or vertically"
5800msgstr ""
5801
5802#: operations/common-gpl3+/deinterlace.c:45
5803msgid "Block size"
5804msgstr ""
5805
5806#: operations/common-gpl3+/deinterlace.c:47
5807msgid "Block size of deinterlacing rows/columns"
5808msgstr ""
5809
5810#: operations/common-gpl3+/deinterlace.c:311
5811msgid "Deinterlace"
5812msgstr ""
5813
5814#: operations/common-gpl3+/deinterlace.c:316
5815msgid "Fix images where every other row or column is missing"
5816msgstr ""
5817
5818#: operations/common-gpl3+/diffraction-patterns.c:30
5819msgid "Light frequency (red)"
5820msgstr ""
5821
5822#: operations/common-gpl3+/diffraction-patterns.c:34
5823msgid "Light frequency (green)"
5824msgstr ""
5825
5826#: operations/common-gpl3+/diffraction-patterns.c:38
5827msgid "Light frequency (blue)"
5828msgstr ""
5829
5830#: operations/common-gpl3+/diffraction-patterns.c:41
5831msgid "Red contours"
5832msgstr ""
5833
5834#: operations/common-gpl3+/diffraction-patterns.c:42
5835msgid "Number of contours (red)"
5836msgstr ""
5837
5838#: operations/common-gpl3+/diffraction-patterns.c:45
5839msgid "Green contours"
5840msgstr ""
5841
5842#: operations/common-gpl3+/diffraction-patterns.c:46
5843msgid "Number of contours (green)"
5844msgstr ""
5845
5846#: operations/common-gpl3+/diffraction-patterns.c:49
5847msgid "Blue contours"
5848msgstr ""
5849
5850#: operations/common-gpl3+/diffraction-patterns.c:50
5851msgid "Number of contours (blue)"
5852msgstr ""
5853
5854#: operations/common-gpl3+/diffraction-patterns.c:53
5855msgid "Red sharp edges"
5856msgstr ""
5857
5858#: operations/common-gpl3+/diffraction-patterns.c:54
5859msgid "Number of sharp edges (red)"
5860msgstr ""
5861
5862#: operations/common-gpl3+/diffraction-patterns.c:57
5863msgid "Green sharp edges"
5864msgstr ""
5865
5866#: operations/common-gpl3+/diffraction-patterns.c:58
5867msgid "Number of sharp edges (green)"
5868msgstr ""
5869
5870#: operations/common-gpl3+/diffraction-patterns.c:61
5871msgid "Blue sharp edges"
5872msgstr ""
5873
5874#: operations/common-gpl3+/diffraction-patterns.c:62
5875msgid "Number of sharp edges (blue)"
5876msgstr ""
5877
5878#: operations/common-gpl3+/diffraction-patterns.c:66
5879msgid "Brightness and shifting/fattening of contours"
5880msgstr ""
5881
5882#: operations/common-gpl3+/diffraction-patterns.c:69
5883msgid "Scattering"
5884msgstr ""
5885
5886#: operations/common-gpl3+/diffraction-patterns.c:70
5887msgid "Scattering (speed vs. quality)"
5888msgstr ""
5889
5890#: operations/common-gpl3+/diffraction-patterns.c:73
5891#: operations/common-gpl3+/diffraction-patterns.c:74
5892msgid "Polarization"
5893msgstr ""
5894
5895#: operations/common-gpl3+/diffraction-patterns.c:78
5896#: operations/common-gpl3+/noise-solid.c:64 operations/common-gpl3+/plasma.c:55
5897#: operations/common-gpl3+/sinus.c:76 operations/common-gpl3+/spiral.c:87
5898msgid "Width of the generated buffer"
5899msgstr ""
5900
5901#: operations/common-gpl3+/diffraction-patterns.c:86
5902#: operations/common-gpl3+/noise-solid.c:72 operations/common-gpl3+/plasma.c:63
5903#: operations/common-gpl3+/sinus.c:84 operations/common-gpl3+/spiral.c:95
5904msgid "Height of the generated buffer"
5905msgstr ""
5906
5907#: operations/common-gpl3+/diffraction-patterns.c:383
5908msgid "Diffraction Patterns"
5909msgstr ""
5910
5911#: operations/common-gpl3+/diffraction-patterns.c:388
5912msgid "Generate diffraction patterns"
5913msgstr ""
5914
5915#: operations/common-gpl3+/displace.c:29
5916msgid "Cartesian"
5917msgstr ""
5918
5919#: operations/common-gpl3+/displace.c:30
5920msgid "Polar"
5921msgstr ""
5922
5923#: operations/common-gpl3+/displace.c:36
5924msgid "Mode of displacement"
5925msgstr ""
5926
5927#: operations/common-gpl3+/displace.c:38 operations/external/npd.c:47
5928#: operations/transform/transform-core.c:234 operations/workshop/ditto.c:27
5929msgid "Sampler"
5930msgstr ""
5931
5932#: operations/common-gpl3+/displace.c:41
5933msgid "Type of GeglSampler used to fetch input pixels"
5934msgstr ""
5935
5936#: operations/common-gpl3+/displace.c:48
5937msgid "X displacement"
5938msgstr ""
5939
5940#: operations/common-gpl3+/displace.c:49
5941msgid "Displace multiplier for X or radial direction"
5942msgstr ""
5943
5944#: operations/common-gpl3+/displace.c:56
5945msgid "Horizontal displacement"
5946msgstr ""
5947
5948#: operations/common-gpl3+/displace.c:57
5949#: operations/common-gpl3+/whirl-pinch.c:42
5950msgid "Pinch"
5951msgstr ""
5952
5953#: operations/common-gpl3+/displace.c:60
5954msgid "Displacement multiplier for the horizontal direction"
5955msgstr ""
5956
5957#: operations/common-gpl3+/displace.c:61
5958msgid "Displacement multiplier for the radial direction"
5959msgstr ""
5960
5961#: operations/common-gpl3+/displace.c:63
5962msgid "Y displacement"
5963msgstr ""
5964
5965#: operations/common-gpl3+/displace.c:64
5966msgid "Displace multiplier for Y or tangent (degrees) direction"
5967msgstr ""
5968
5969#: operations/common-gpl3+/displace.c:71
5970msgid "Vertical displacement"
5971msgstr ""
5972
5973#: operations/common-gpl3+/displace.c:72
5974#: operations/common-gpl3+/whirl-pinch.c:36
5975msgid "Whirl"
5976msgstr ""
5977
5978#: operations/common-gpl3+/displace.c:75
5979msgid "Displacement multiplier for the vertical direction"
5980msgstr ""
5981
5982#: operations/common-gpl3+/displace.c:76
5983msgid "Displacement multiplier for the angular offset"
5984msgstr ""
5985
5986#: operations/common-gpl3+/displace.c:78
5987msgid "Center displacement"
5988msgstr ""
5989
5990#: operations/common-gpl3+/displace.c:79
5991msgid "Center the displacement around a specified point"
5992msgstr ""
5993
5994#: operations/common-gpl3+/displace.c:82
5995msgid "X coordinate of the displacement center"
5996msgstr ""
5997
5998#: operations/common-gpl3+/displace.c:89
5999msgid "Y coordinate of the displacement center"
6000msgstr ""
6001
6002#: operations/common-gpl3+/displace.c:190
6003msgid "Horizontal/Radial"
6004msgstr ""
6005
6006#: operations/common-gpl3+/displace.c:191
6007msgid "Horizontal or radial per pixel input"
6008msgstr ""
6009
6010#: operations/common-gpl3+/displace.c:199
6011msgid "Vertical/Angular"
6012msgstr ""
6013
6014#: operations/common-gpl3+/displace.c:200
6015msgid "Vertical or angular per pixel input"
6016msgstr ""
6017
6018#: operations/common-gpl3+/displace.c:479
6019msgid "Displace"
6020msgstr ""
6021
6022#: operations/common-gpl3+/displace.c:482
6023msgid "Displace pixels as indicated by displacement maps"
6024msgstr ""
6025
6026#: operations/common-gpl3+/edge.c:29
6027msgid "Sobel"
6028msgstr ""
6029
6030#: operations/common-gpl3+/edge.c:30
6031msgid "Prewitt compass"
6032msgstr ""
6033
6034#: operations/common-gpl3+/edge.c:31
6035msgid "Gradient"
6036msgstr ""
6037
6038#: operations/common-gpl3+/edge.c:32
6039msgid "Roberts"
6040msgstr ""
6041
6042#: operations/common-gpl3+/edge.c:33
6043msgid "Differential"
6044msgstr ""
6045
6046#: operations/common-gpl3+/edge.c:34
6047msgid "Laplace"
6048msgstr ""
6049
6050#: operations/common-gpl3+/edge.c:37
6051msgid "Algorithm"
6052msgstr ""
6053
6054#: operations/common-gpl3+/edge.c:40
6055msgid "Edge detection algorithm"
6056msgstr ""
6057
6058#: operations/common-gpl3+/edge.c:43
6059msgid "Edge detection amount"
6060msgstr ""
6061
6062#: operations/common-gpl3+/edge.c:47
6063msgid "Border behavior"
6064msgstr ""
6065
6066#: operations/common-gpl3+/edge.c:50
6067msgid "Edge detection behavior"
6068msgstr ""
6069
6070#: operations/common-gpl3+/edge.c:366
6071msgid "Edge Detection"
6072msgstr ""
6073
6074#: operations/common-gpl3+/edge.c:371
6075msgid "Several simple methods for detecting edges"
6076msgstr ""
6077
6078#: operations/common-gpl3+/edge-laplace.c:411
6079msgid "Laplacian Edge Detection"
6080msgstr ""
6081
6082#: operations/common-gpl3+/edge-laplace.c:416
6083msgid "High-resolution edge detection"
6084msgstr ""
6085
6086#: operations/common-gpl3+/emboss.c:26 operations/common-gpl3+/emboss.c:279
6087msgid "Emboss"
6088msgstr ""
6089
6090#: operations/common-gpl3+/emboss.c:27
6091msgid "Bumpmap (preserve original colors)"
6092msgstr ""
6093
6094#: operations/common-gpl3+/emboss.c:30
6095msgid "Emboss Type"
6096msgstr ""
6097
6098#: operations/common-gpl3+/emboss.c:32
6099msgid "Rendering type"
6100msgstr ""
6101
6102#: operations/common-gpl3+/emboss.c:35
6103msgid "Light angle (degrees)"
6104msgstr ""
6105
6106#: operations/common-gpl3+/emboss.c:41
6107msgid "Elevation angle (degrees)"
6108msgstr ""
6109
6110#: operations/common-gpl3+/emboss.c:46
6111msgid "Filter width"
6112msgstr ""
6113
6114#: operations/common-gpl3+/emboss.c:283
6115msgid "Simulates an image created by embossing"
6116msgstr ""
6117
6118#: operations/common-gpl3+/engrave.c:32
6119msgid "Resolution in pixels"
6120msgstr ""
6121
6122#: operations/common-gpl3+/engrave.c:36 operations/common-gpl3+/engrave.c:37
6123msgid "Limit line width"
6124msgstr ""
6125
6126#: operations/common-gpl3+/engrave.c:220
6127msgid "Engrave"
6128msgstr ""
6129
6130#: operations/common-gpl3+/engrave.c:225
6131msgid "Simulate an antique engraving"
6132msgstr ""
6133
6134#: operations/common-gpl3+/fractal-explorer.c:31
6135#: operations/common-gpl3+/fractal-trace.c:26
6136msgid "Mandelbrot"
6137msgstr ""
6138
6139#: operations/common-gpl3+/fractal-explorer.c:33
6140#: operations/common-gpl3+/fractal-trace.c:27
6141msgid "Julia"
6142msgstr ""
6143
6144#: operations/common-gpl3+/fractal-explorer.c:35
6145msgid "Barnsley 1"
6146msgstr ""
6147
6148#: operations/common-gpl3+/fractal-explorer.c:37
6149msgid "Barnsley 2"
6150msgstr ""
6151
6152#: operations/common-gpl3+/fractal-explorer.c:39
6153msgid "Barnsley 3"
6154msgstr ""
6155
6156#: operations/common-gpl3+/fractal-explorer.c:41
6157msgid "Spider"
6158msgstr ""
6159
6160#: operations/common-gpl3+/fractal-explorer.c:43
6161msgid "Man O War"
6162msgstr ""
6163
6164#: operations/common-gpl3+/fractal-explorer.c:45
6165#: operations/external/matting-levin.c:37
6166msgid "Lambda"
6167msgstr ""
6168
6169#: operations/common-gpl3+/fractal-explorer.c:47
6170msgid "Sierpinski"
6171msgstr ""
6172
6173#: operations/common-gpl3+/fractal-explorer.c:50
6174#: operations/common-gpl3+/fractal-trace.c:30
6175msgid "Fractal type"
6176msgstr ""
6177
6178#: operations/common-gpl3+/fractal-explorer.c:53
6179msgid "Type of a fractal"
6180msgstr ""
6181
6182#: operations/common-gpl3+/fractal-explorer.c:59
6183msgid "Zoom in the fractal space"
6184msgstr ""
6185
6186#: operations/common-gpl3+/fractal-explorer.c:64
6187#: operations/common-gpl3+/lens-distortion.c:45
6188msgid "Shift X"
6189msgstr ""
6190
6191#: operations/common-gpl3+/fractal-explorer.c:65
6192msgid "X shift in the fractal space"
6193msgstr ""
6194
6195#: operations/common-gpl3+/fractal-explorer.c:68
6196#: operations/common-gpl3+/lens-distortion.c:49
6197msgid "Shift Y"
6198msgstr ""
6199
6200#: operations/common-gpl3+/fractal-explorer.c:69
6201msgid "Y shift in the fractal space"
6202msgstr ""
6203
6204#: operations/common-gpl3+/fractal-explorer.c:72
6205msgid "CX"
6206msgstr ""
6207
6208#: operations/common-gpl3+/fractal-explorer.c:73
6209msgid "CX (No effect in Mandelbrot and Sierpinski)"
6210msgstr ""
6211
6212#: operations/common-gpl3+/fractal-explorer.c:78
6213msgid "CY"
6214msgstr ""
6215
6216#: operations/common-gpl3+/fractal-explorer.c:79
6217msgid "CY (No effect in Mandelbrot and Sierpinski)"
6218msgstr ""
6219
6220#: operations/common-gpl3+/fractal-explorer.c:84
6221msgid "Red stretching factor"
6222msgstr ""
6223
6224#: operations/common-gpl3+/fractal-explorer.c:87
6225msgid "Green stretching factor"
6226msgstr ""
6227
6228#: operations/common-gpl3+/fractal-explorer.c:90
6229msgid "Blue stretching factor"
6230msgstr ""
6231
6232#: operations/common-gpl3+/fractal-explorer.c:94
6233#: operations/common-gpl3+/ripple.c:29
6234msgid "Sine"
6235msgstr ""
6236
6237#: operations/common-gpl3+/fractal-explorer.c:95
6238msgid "Cosine"
6239msgstr ""
6240
6241#: operations/common-gpl3+/fractal-explorer.c:99
6242msgid "Red application mode"
6243msgstr ""
6244
6245#: operations/common-gpl3+/fractal-explorer.c:103
6246msgid "Green application mode"
6247msgstr ""
6248
6249#: operations/common-gpl3+/fractal-explorer.c:107
6250msgid "Blue application mode"
6251msgstr ""
6252
6253#: operations/common-gpl3+/fractal-explorer.c:111
6254msgid "Red inversion"
6255msgstr ""
6256
6257#: operations/common-gpl3+/fractal-explorer.c:112
6258msgid "Green inversion"
6259msgstr ""
6260
6261#: operations/common-gpl3+/fractal-explorer.c:113
6262msgid "Blue inversion"
6263msgstr ""
6264
6265#: operations/common-gpl3+/fractal-explorer.c:115
6266msgid "Number of colors"
6267msgstr ""
6268
6269#: operations/common-gpl3+/fractal-explorer.c:118
6270msgid "Loglog smoothing"
6271msgstr ""
6272
6273#: operations/common-gpl3+/fractal-explorer.c:374
6274#, c-format
6275msgid "Unsupported fractal type: %d"
6276msgstr ""
6277
6278#: operations/common-gpl3+/fractal-explorer.c:431
6279msgid "Fractal Explorer"
6280msgstr ""
6281
6282#: operations/common-gpl3+/fractal-explorer.c:436
6283msgid ""
6284"Rendering of multiple different fractal systems, with configurable coloring "
6285"options."
6286msgstr ""
6287
6288#: operations/common-gpl3+/fractal-trace.c:35
6289msgid "X1 value, position"
6290msgstr ""
6291
6292#: operations/common-gpl3+/fractal-trace.c:39
6293msgid "X2 value, position"
6294msgstr ""
6295
6296#: operations/common-gpl3+/fractal-trace.c:43
6297msgid "Y1 value, position"
6298msgstr ""
6299
6300#: operations/common-gpl3+/fractal-trace.c:47
6301msgid "Y2 value, position"
6302msgstr ""
6303
6304#: operations/common-gpl3+/fractal-trace.c:50
6305msgid "JX"
6306msgstr ""
6307
6308#: operations/common-gpl3+/fractal-trace.c:51
6309msgid "Julia seed X value, position"
6310msgstr ""
6311
6312#: operations/common-gpl3+/fractal-trace.c:55
6313msgid "JY"
6314msgstr ""
6315
6316#: operations/common-gpl3+/fractal-trace.c:56
6317msgid "Julia seed Y value, position"
6318msgstr ""
6319
6320#: operations/common-gpl3+/fractal-trace.c:63
6321msgid "Bailout length"
6322msgstr ""
6323
6324#: operations/common-gpl3+/fractal-trace.c:69
6325msgid "How to deal with pixels outside of the input buffer"
6326msgstr ""
6327
6328#: operations/common-gpl3+/fractal-trace.c:175
6329msgid "Unsupported fractal type"
6330msgstr ""
6331
6332#: operations/common-gpl3+/fractal-trace.c:272
6333msgid "Fractal Trace"
6334msgstr ""
6335
6336#: operations/common-gpl3+/fractal-trace.c:278
6337msgid "Transform the image with the fractals"
6338msgstr ""
6339
6340#: operations/common-gpl3+/gaussian-blur-selective.c:34
6341msgid "Max. delta"
6342msgstr ""
6343
6344#: operations/common-gpl3+/gaussian-blur-selective.c:35
6345msgid "Maximum delta"
6346msgstr ""
6347
6348#: operations/common-gpl3+/gaussian-blur-selective.c:376
6349msgid "Selective Gaussian Blur"
6350msgstr ""
6351
6352#: operations/common-gpl3+/gaussian-blur-selective.c:380
6353msgid "Blur neighboring pixels, but only in low-contrast areas"
6354msgstr ""
6355
6356#: operations/common-gpl3+/illusion.c:28
6357msgid "Type 1"
6358msgstr ""
6359
6360#: operations/common-gpl3+/illusion.c:29
6361msgid "Type 2"
6362msgstr ""
6363
6364#: operations/common-gpl3+/illusion.c:32
6365msgid "Division"
6366msgstr ""
6367
6368#: operations/common-gpl3+/illusion.c:33
6369msgid "The number of divisions"
6370msgstr ""
6371
6372#: operations/common-gpl3+/illusion.c:37
6373msgid "Illusion type"
6374msgstr ""
6375
6376#: operations/common-gpl3+/illusion.c:40
6377msgid "Type of illusion"
6378msgstr ""
6379
6380#: operations/common-gpl3+/illusion.c:278
6381msgid "Illusion"
6382msgstr ""
6383
6384#: operations/common-gpl3+/illusion.c:283
6385msgid "Superimpose many altered copies of the image."
6386msgstr ""
6387
6388#: operations/common-gpl3+/lens-distortion.c:33
6389msgid "Main"
6390msgstr ""
6391
6392#: operations/common-gpl3+/lens-distortion.c:34
6393msgid "Amount of second-order distortion"
6394msgstr ""
6395
6396#: operations/common-gpl3+/lens-distortion.c:37
6397msgid "Edge"
6398msgstr ""
6399
6400#: operations/common-gpl3+/lens-distortion.c:38
6401msgid "Amount of fourth-order distortion"
6402msgstr ""
6403
6404#: operations/common-gpl3+/lens-distortion.c:42
6405msgid "Rescale overall image size"
6406msgstr ""
6407
6408#: operations/common-gpl3+/lens-distortion.c:46
6409msgid "Effect center offset in X"
6410msgstr ""
6411
6412#: operations/common-gpl3+/lens-distortion.c:50
6413msgid "Effect center offset in Y"
6414msgstr ""
6415
6416#: operations/common-gpl3+/lens-distortion.c:53
6417msgid "Brighten"
6418msgstr ""
6419
6420#: operations/common-gpl3+/lens-distortion.c:54
6421msgid "Adjust brightness in corners"
6422msgstr ""
6423
6424#: operations/common-gpl3+/lens-distortion.c:497
6425msgid "Lens Distortion"
6426msgstr ""
6427
6428#: operations/common-gpl3+/lens-distortion.c:504
6429msgid "Corrects barrel or pincushion lens distortion."
6430msgstr ""
6431
6432#: operations/common-gpl3+/lens-flare.c:27
6433msgid "X position"
6434msgstr ""
6435
6436#: operations/common-gpl3+/lens-flare.c:28
6437msgid "X coordinates of the flare center"
6438msgstr ""
6439
6440#: operations/common-gpl3+/lens-flare.c:33
6441msgid "Y position"
6442msgstr ""
6443
6444#: operations/common-gpl3+/lens-flare.c:34
6445msgid "Y coordinates of the flare center"
6446msgstr ""
6447
6448#: operations/common-gpl3+/lens-flare.c:510
6449msgid "Lens Flare"
6450msgstr ""
6451
6452#: operations/common-gpl3+/lens-flare.c:515
6453msgid "Adds a lens flare effect."
6454msgstr ""
6455
6456#: operations/common-gpl3+/linear-sinusoid.c:25
6457msgid "X Period"
6458msgstr ""
6459
6460#: operations/common-gpl3+/linear-sinusoid.c:26
6461msgid "Period for X axis"
6462msgstr ""
6463
6464#: operations/common-gpl3+/linear-sinusoid.c:32
6465msgid "Y Period"
6466msgstr ""
6467
6468#: operations/common-gpl3+/linear-sinusoid.c:33
6469msgid "Period for Y axis"
6470msgstr ""
6471
6472#: operations/common-gpl3+/linear-sinusoid.c:39
6473msgid "X Amplitude"
6474msgstr ""
6475
6476#: operations/common-gpl3+/linear-sinusoid.c:40
6477msgid "Amplitude for X axis (logarithmic scale)"
6478msgstr ""
6479
6480#: operations/common-gpl3+/linear-sinusoid.c:45
6481msgid "Y Amplitude"
6482msgstr ""
6483
6484#: operations/common-gpl3+/linear-sinusoid.c:46
6485msgid "Amplitude for Y axis (logarithmic scale)"
6486msgstr ""
6487
6488#: operations/common-gpl3+/linear-sinusoid.c:51
6489msgid "X Phase"
6490msgstr ""
6491
6492#: operations/common-gpl3+/linear-sinusoid.c:52
6493msgid "Phase for X axis"
6494msgstr ""
6495
6496#: operations/common-gpl3+/linear-sinusoid.c:58
6497msgid "Y Phase"
6498msgstr ""
6499
6500#: operations/common-gpl3+/linear-sinusoid.c:59
6501msgid "Phase for Y axis"
6502msgstr ""
6503
6504#: operations/common-gpl3+/linear-sinusoid.c:66
6505msgid "Axis separation angle"
6506msgstr ""
6507
6508#: operations/common-gpl3+/linear-sinusoid.c:101
6509msgid "Supersampling"
6510msgstr ""
6511
6512#: operations/common-gpl3+/linear-sinusoid.c:102
6513msgid "Number of samples along each axis per pixel"
6514msgstr ""
6515
6516#: operations/common-gpl3+/linear-sinusoid.c:298
6517msgid "Linear Sinusoid"
6518msgstr ""
6519
6520#: operations/common-gpl3+/linear-sinusoid.c:303
6521msgid "Generate a linear sinusoid pattern"
6522msgstr ""
6523
6524#: operations/common-gpl3+/maze.c:38
6525msgid "Depth first"
6526msgstr ""
6527
6528#: operations/common-gpl3+/maze.c:39
6529msgid "Prim's algorithm"
6530msgstr ""
6531
6532#: operations/common-gpl3+/maze.c:58
6533msgid "Algorithm type"
6534msgstr ""
6535
6536#: operations/common-gpl3+/maze.c:61
6537msgid "Maze algorithm type"
6538msgstr ""
6539
6540#: operations/common-gpl3+/maze.c:67
6541msgid "Foreground Color"
6542msgstr ""
6543
6544#: operations/common-gpl3+/maze.c:68
6545msgid "The foreground color"
6546msgstr ""
6547
6548#: operations/common-gpl3+/maze.c:71
6549msgid "Background Color"
6550msgstr ""
6551
6552#: operations/common-gpl3+/maze.c:72
6553msgid "The background color"
6554msgstr ""
6555
6556#: operations/common-gpl3+/maze.c:822
6557msgid "Maze"
6558msgstr ""
6559
6560#: operations/common-gpl3+/maze.c:827
6561msgid "Draw a labyrinth"
6562msgstr ""
6563
6564#: operations/common-gpl3+/mosaic.c:33
6565msgid "Squares"
6566msgstr ""
6567
6568#: operations/common-gpl3+/mosaic.c:34
6569msgid "Hexagons"
6570msgstr ""
6571
6572#: operations/common-gpl3+/mosaic.c:35
6573msgid "Octagons"
6574msgstr ""
6575
6576#: operations/common-gpl3+/mosaic.c:36
6577msgid "Triangles"
6578msgstr ""
6579
6580#: operations/common-gpl3+/mosaic.c:39
6581msgid "Tile geometry"
6582msgstr ""
6583
6584#: operations/common-gpl3+/mosaic.c:41
6585msgid "What shape to use for tiles"
6586msgstr ""
6587
6588#: operations/common-gpl3+/mosaic.c:49
6589msgid "Tile height"
6590msgstr ""
6591
6592#: operations/common-gpl3+/mosaic.c:50
6593msgid "Apparent height of each tile (in pixels)"
6594msgstr ""
6595
6596#: operations/common-gpl3+/mosaic.c:54
6597msgid "Tile neatness"
6598msgstr ""
6599
6600#: operations/common-gpl3+/mosaic.c:55
6601msgid "Deviation from perfectly formed tiles"
6602msgstr ""
6603
6604#: operations/common-gpl3+/mosaic.c:58
6605msgid "Tile color variation"
6606msgstr ""
6607
6608#: operations/common-gpl3+/mosaic.c:59
6609msgid "Magnitude of random color variations"
6610msgstr ""
6611
6612#: operations/common-gpl3+/mosaic.c:62
6613msgid "Color averaging"
6614msgstr ""
6615
6616#: operations/common-gpl3+/mosaic.c:63
6617msgid "Tile color based on average of subsumed pixels"
6618msgstr ""
6619
6620#: operations/common-gpl3+/mosaic.c:65
6621msgid "Rough tile surface"
6622msgstr ""
6623
6624#: operations/common-gpl3+/mosaic.c:66
6625msgid "Surface characteristics"
6626msgstr ""
6627
6628#: operations/common-gpl3+/mosaic.c:68
6629msgid "Allow splitting tiles"
6630msgstr ""
6631
6632#: operations/common-gpl3+/mosaic.c:69
6633msgid "Allows splitting tiles at hard edges"
6634msgstr ""
6635
6636#: operations/common-gpl3+/mosaic.c:71
6637msgid "Tile spacing"
6638msgstr ""
6639
6640#: operations/common-gpl3+/mosaic.c:72
6641msgid "Inter-tile spacing (in pixels)"
6642msgstr ""
6643
6644#: operations/common-gpl3+/mosaic.c:77
6645msgid "Joints color"
6646msgstr ""
6647
6648#: operations/common-gpl3+/mosaic.c:79
6649msgid "Light color"
6650msgstr ""
6651
6652#: operations/common-gpl3+/mosaic.c:81
6653msgid "Light direction"
6654msgstr ""
6655
6656#: operations/common-gpl3+/mosaic.c:82
6657msgid "Direction of light-source (in degrees)"
6658msgstr ""
6659
6660#: operations/common-gpl3+/mosaic.c:88
6661msgid "Enables smoother tile output"
6662msgstr ""
6663
6664#: operations/common-gpl3+/mosaic.c:2472
6665msgid "Mosaic"
6666msgstr ""
6667
6668#: operations/common-gpl3+/mosaic.c:2477
6669msgid ""
6670"Mosaic is a filter which transforms an image into what appears to be a "
6671"mosaic, composed of small primitives, each of constant color and of an "
6672"approximate size."
6673msgstr ""
6674
6675#: operations/common-gpl3+/motion-blur-circular.c:52
6676msgid "Rotation blur angle. A large angle may take some time to render"
6677msgstr ""
6678
6679#: operations/common-gpl3+/motion-blur-circular.c:448
6680msgid "Circular Motion Blur"
6681msgstr ""
6682
6683#: operations/common-gpl3+/motion-blur-circular.c:453
6684msgid "Circular motion blur"
6685msgstr ""
6686
6687#: operations/common-gpl3+/motion-blur-zoom.c:51
6688msgid "Blurring factor"
6689msgstr ""
6690
6691#: operations/common-gpl3+/motion-blur-zoom.c:271
6692msgid "Zooming Motion Blur"
6693msgstr ""
6694
6695#: operations/common-gpl3+/motion-blur-zoom.c:277
6696msgid "Zoom motion blur"
6697msgstr ""
6698
6699#: operations/common-gpl3+/noise-slur.c:157
6700msgid "Noise Slur"
6701msgstr ""
6702
6703#: operations/common-gpl3+/noise-slur.c:161
6704msgid "Randomly slide some pixels downward (similar to melting)"
6705msgstr ""
6706
6707#: operations/common-gpl3+/noise-solid.c:36
6708msgid "X Size"
6709msgstr ""
6710
6711#: operations/common-gpl3+/noise-solid.c:37
6712msgid "Horizontal texture size"
6713msgstr ""
6714
6715#: operations/common-gpl3+/noise-solid.c:43
6716msgid "Y Size"
6717msgstr ""
6718
6719#: operations/common-gpl3+/noise-solid.c:44
6720msgid "Vertical texture size"
6721msgstr ""
6722
6723#: operations/common-gpl3+/noise-solid.c:51
6724msgid "Detail level"
6725msgstr ""
6726
6727#: operations/common-gpl3+/noise-solid.c:56
6728msgid "Create a tileable output"
6729msgstr ""
6730
6731#: operations/common-gpl3+/noise-solid.c:58
6732msgid "Turbulent"
6733msgstr ""
6734
6735#: operations/common-gpl3+/noise-solid.c:59
6736msgid "Make a turbulent noise"
6737msgstr ""
6738
6739#: operations/common-gpl3+/noise-solid.c:345
6740msgid "Solid Noise"
6741msgstr ""
6742
6743#: operations/common-gpl3+/noise-solid.c:350
6744msgid "Create a random cloud-like texture"
6745msgstr ""
6746
6747#: operations/common-gpl3+/oilify.c:28 operations/common-gpl3+/photocopy.c:26
6748msgid "Mask Radius"
6749msgstr ""
6750
6751#: operations/common-gpl3+/oilify.c:29
6752msgid ""
6753"Radius of circle around pixel, can also be scaled per pixel by a buffer on "
6754"the aux pad."
6755msgstr ""
6756
6757#: operations/common-gpl3+/oilify.c:36
6758msgid ""
6759"Exponent for processing; controls smoothness - can be scaled per pixel with "
6760"a buffer on the aux2 pad."
6761msgstr ""
6762
6763#: operations/common-gpl3+/oilify.c:40
6764msgid "Number of intensities"
6765msgstr ""
6766
6767#: operations/common-gpl3+/oilify.c:41
6768msgid "Histogram size"
6769msgstr ""
6770
6771#: operations/common-gpl3+/oilify.c:44
6772msgid "Intensity Mode"
6773msgstr ""
6774
6775#: operations/common-gpl3+/oilify.c:45
6776msgid "Use pixel luminance values"
6777msgstr ""
6778
6779#: operations/common-gpl3+/oilify.c:612
6780msgid "Mask radius buffer"
6781msgstr ""
6782
6783#: operations/common-gpl3+/oilify.c:613
6784msgid ""
6785"Per pixel buffer for modulating the mask radius, expecting a scaling factor "
6786"in range 0.0-1.0"
6787msgstr ""
6788
6789#: operations/common-gpl3+/oilify.c:616
6790msgid "Exponent buffer"
6791msgstr ""
6792
6793#: operations/common-gpl3+/oilify.c:617
6794msgid ""
6795"Per pixel buffer for modulating the exponent parameter, expecting a scaling "
6796"factor in range 0.0-1.0"
6797msgstr ""
6798
6799#: operations/common-gpl3+/oilify.c:628
6800msgid "Oilify"
6801msgstr ""
6802
6803#: operations/common-gpl3+/oilify.c:632
6804msgid "Emulate an oil painting"
6805msgstr ""
6806
6807#: operations/common-gpl3+/photocopy.c:32
6808msgid "Percent Black"
6809msgstr ""
6810
6811#: operations/common-gpl3+/photocopy.c:35
6812msgid "Percent White"
6813msgstr ""
6814
6815#: operations/common-gpl3+/photocopy.c:329
6816msgid "Photocopy"
6817msgstr ""
6818
6819#: operations/common-gpl3+/photocopy.c:332
6820msgid "Simulate color distortion produced by a copy machine"
6821msgstr ""
6822
6823#: operations/common-gpl3+/plasma.c:37
6824msgid "High values give more variation in details"
6825msgstr ""
6826
6827#: operations/common-gpl3+/plasma.c:41
6828msgid "X start of the generated buffer"
6829msgstr ""
6830
6831#: operations/common-gpl3+/plasma.c:48
6832msgid "Y start of the generated buffer"
6833msgstr ""
6834
6835#: operations/common-gpl3+/plasma.c:445
6836msgid "Plasma"
6837msgstr ""
6838
6839#: operations/common-gpl3+/plasma.c:451
6840msgid "Creates an image filled with a plasma effect."
6841msgstr ""
6842
6843#: operations/common-gpl3+/polar-coordinates.c:34
6844msgid "Circle depth in percent"
6845msgstr ""
6846
6847#: operations/common-gpl3+/polar-coordinates.c:38
6848msgid "Offset angle"
6849msgstr ""
6850
6851#: operations/common-gpl3+/polar-coordinates.c:43
6852msgid "Map backwards"
6853msgstr ""
6854
6855#: operations/common-gpl3+/polar-coordinates.c:44
6856msgid "Start from the right instead of the left"
6857msgstr ""
6858
6859#: operations/common-gpl3+/polar-coordinates.c:46
6860msgid "Map from top"
6861msgstr ""
6862
6863#: operations/common-gpl3+/polar-coordinates.c:47
6864msgid "Put the top row in the middle and the bottom row on the outside"
6865msgstr ""
6866
6867#: operations/common-gpl3+/polar-coordinates.c:49
6868msgid "To polar"
6869msgstr ""
6870
6871#: operations/common-gpl3+/polar-coordinates.c:50
6872msgid "Map the image to a circle"
6873msgstr ""
6874
6875#: operations/common-gpl3+/polar-coordinates.c:53
6876#: operations/common-gpl3+/polar-coordinates.c:60
6877msgid "Origin point for the polar coordinates"
6878msgstr ""
6879
6880#: operations/common-gpl3+/polar-coordinates.c:66
6881msgid "Choose middle"
6882msgstr ""
6883
6884#: operations/common-gpl3+/polar-coordinates.c:67
6885msgid "Let origin point to be the middle one"
6886msgstr ""
6887
6888#: operations/common-gpl3+/polar-coordinates.c:446
6889msgid "Polar Coordinates"
6890msgstr ""
6891
6892#: operations/common-gpl3+/polar-coordinates.c:451
6893msgid "Convert image to or from polar coordinates"
6894msgstr ""
6895
6896#: operations/common-gpl3+/red-eye-removal.c:32
6897msgid "Red eye threshold"
6898msgstr ""
6899
6900#: operations/common-gpl3+/red-eye-removal.c:170
6901msgid "Red Eye Removal"
6902msgstr ""
6903
6904#: operations/common-gpl3+/red-eye-removal.c:175
6905msgid "Remove the red eye effect caused by camera flashes"
6906msgstr ""
6907
6908#: operations/common-gpl3+/ripple.c:30
6909msgid "Triangle"
6910msgstr ""
6911
6912#: operations/common-gpl3+/ripple.c:31
6913msgid "Sawtooth"
6914msgstr ""
6915
6916#: operations/common-gpl3+/ripple.c:42 operations/common-gpl3+/waves.c:43
6917msgid "Phase shift"
6918msgstr ""
6919
6920#: operations/common-gpl3+/ripple.c:53
6921msgid "Wave type"
6922msgstr ""
6923
6924#: operations/common-gpl3+/ripple.c:62
6925msgid "Retain tilebility"
6926msgstr ""
6927
6928#: operations/common-gpl3+/ripple.c:258
6929msgid "Ripple"
6930msgstr ""
6931
6932#: operations/common-gpl3+/ripple.c:264
6933msgid "Displace pixels in a ripple pattern"
6934msgstr ""
6935
6936#: operations/common-gpl3+/shadows-highlights.c:28
6937#: operations/common-gpl3+/shadows-highlights-correction.c:29
6938msgid "Shadows"
6939msgstr ""
6940
6941#: operations/common-gpl3+/shadows-highlights.c:29
6942#: operations/common-gpl3+/shadows-highlights-correction.c:30
6943msgid "Adjust exposure of shadows"
6944msgstr ""
6945
6946#: operations/common-gpl3+/shadows-highlights.c:32
6947#: operations/common-gpl3+/shadows-highlights-correction.c:33
6948msgid "Highlights"
6949msgstr ""
6950
6951#: operations/common-gpl3+/shadows-highlights.c:33
6952#: operations/common-gpl3+/shadows-highlights-correction.c:34
6953msgid "Adjust exposure of highlights"
6954msgstr ""
6955
6956#: operations/common-gpl3+/shadows-highlights.c:36
6957#: operations/common-gpl3+/shadows-highlights-correction.c:37
6958msgid "White point adjustment"
6959msgstr ""
6960
6961#: operations/common-gpl3+/shadows-highlights.c:37
6962#: operations/common-gpl3+/shadows-highlights-correction.c:38
6963msgid "Shift white point"
6964msgstr ""
6965
6966#: operations/common-gpl3+/shadows-highlights.c:41
6967msgid "Spatial extent"
6968msgstr ""
6969
6970#: operations/common-gpl3+/shadows-highlights.c:45
6971#: operations/common-gpl3+/shadows-highlights-correction.c:41
6972msgid "Compress"
6973msgstr ""
6974
6975#: operations/common-gpl3+/shadows-highlights.c:46
6976#: operations/common-gpl3+/shadows-highlights-correction.c:42
6977msgid "Compress the effect on shadows/highlights and preserve midtones"
6978msgstr ""
6979
6980#: operations/common-gpl3+/shadows-highlights.c:49
6981#: operations/common-gpl3+/shadows-highlights-correction.c:45
6982msgid "Shadows color adjustment"
6983msgstr ""
6984
6985#: operations/common-gpl3+/shadows-highlights.c:50
6986#: operations/common-gpl3+/shadows-highlights-correction.c:46
6987msgid "Adjust saturation of shadows"
6988msgstr ""
6989
6990#: operations/common-gpl3+/shadows-highlights.c:53
6991#: operations/common-gpl3+/shadows-highlights-correction.c:49
6992msgid "Highlights color adjustment"
6993msgstr ""
6994
6995#: operations/common-gpl3+/shadows-highlights.c:54
6996#: operations/common-gpl3+/shadows-highlights-correction.c:50
6997msgid "Adjust saturation of highlights"
6998msgstr ""
6999
7000#: operations/common-gpl3+/shadows-highlights.c:242
7001msgid "Shadows-Highlights"
7002msgstr ""
7003
7004#: operations/common-gpl3+/shadows-highlights.c:245
7005msgid "Perform shadows and highlights correction"
7006msgstr ""
7007
7008#: operations/common-gpl3+/shadows-highlights-correction.c:364
7009msgid "Lighten shadows and darken highlights"
7010msgstr ""
7011
7012#: operations/common-gpl3+/shift.c:26 operations/common-gpl3+/shift.c:144
7013msgid "Shift"
7014msgstr ""
7015
7016#: operations/common-gpl3+/shift.c:27
7017msgid "Maximum amount to shift"
7018msgstr ""
7019
7020#: operations/common-gpl3+/shift.c:31
7021msgid "Shift direction"
7022msgstr ""
7023
7024#: operations/common-gpl3+/shift.c:149
7025msgid "Shift each row or column of pixels by a random amount"
7026msgstr ""
7027
7028#: operations/common-gpl3+/sinus.c:32
7029msgid "Scale value for x axis"
7030msgstr ""
7031
7032#: operations/common-gpl3+/sinus.c:39
7033msgid "Scale value for y axis"
7034msgstr ""
7035
7036#: operations/common-gpl3+/sinus.c:45
7037msgid "Complexity"
7038msgstr ""
7039
7040#: operations/common-gpl3+/sinus.c:46
7041msgid "Complexity factor"
7042msgstr ""
7043
7044#: operations/common-gpl3+/sinus.c:51
7045msgid "Force tiling"
7046msgstr ""
7047
7048#: operations/common-gpl3+/sinus.c:52
7049msgid "If set, the pattern generated will tile"
7050msgstr ""
7051
7052#: operations/common-gpl3+/sinus.c:54
7053msgid "Distorted"
7054msgstr ""
7055
7056#: operations/common-gpl3+/sinus.c:55
7057msgid "If set, the pattern will be a little more distorted"
7058msgstr ""
7059
7060#: operations/common-gpl3+/sinus.c:63
7061msgid "Bilinear"
7062msgstr ""
7063
7064#: operations/common-gpl3+/sinus.c:72
7065msgid "Power used to stretch the blend"
7066msgstr ""
7067
7068#: operations/common-gpl3+/sinus.c:316
7069msgid "Sinus"
7070msgstr ""
7071
7072#: operations/common-gpl3+/sinus.c:321
7073msgid "Generate complex sinusoidal textures"
7074msgstr ""
7075
7076#: operations/common-gpl3+/softglow.c:234
7077msgid "Softglow"
7078msgstr ""
7079
7080#: operations/common-gpl3+/softglow.c:238
7081msgid "Simulate glow by making highlights intense and fuzzy"
7082msgstr ""
7083
7084#: operations/common-gpl3+/spiral.c:27
7085msgid "Logarithmic"
7086msgstr ""
7087
7088#: operations/common-gpl3+/spiral.c:33
7089msgid "Spiral type"
7090msgstr ""
7091
7092#: operations/common-gpl3+/spiral.c:36
7093msgid "Spiral origin X coordinate"
7094msgstr ""
7095
7096#: operations/common-gpl3+/spiral.c:42
7097msgid "Spiral origin Y coordinate"
7098msgstr ""
7099
7100#: operations/common-gpl3+/spiral.c:48
7101msgid "Spiral radius"
7102msgstr ""
7103
7104#: operations/common-gpl3+/spiral.c:53
7105#: operations/workshop/connected-components.c:31
7106msgid "Base"
7107msgstr ""
7108
7109#: operations/common-gpl3+/spiral.c:54
7110msgid "Logarithmic spiral base"
7111msgstr ""
7112
7113#: operations/common-gpl3+/spiral.c:60
7114msgid "Balance"
7115msgstr ""
7116
7117#: operations/common-gpl3+/spiral.c:61
7118msgid "Area balance between the two colors"
7119msgstr ""
7120
7121#: operations/common-gpl3+/spiral.c:65
7122msgid "Spiral rotation"
7123msgstr ""
7124
7125#: operations/common-gpl3+/spiral.c:72
7126msgid "Counter-clockwise"
7127msgstr ""
7128
7129#: operations/common-gpl3+/spiral.c:78
7130msgid "Spiral swirl direction"
7131msgstr ""
7132
7133#: operations/common-gpl3+/spiral.c:443
7134msgid "Spiral"
7135msgstr ""
7136
7137#: operations/common-gpl3+/spiral.c:448
7138msgid "Spiral renderer"
7139msgstr ""
7140
7141#: operations/common-gpl3+/supernova.c:33
7142msgid "X coordinates of the center of supernova"
7143msgstr ""
7144
7145#: operations/common-gpl3+/supernova.c:39
7146msgid "Y coordinates of the center of supernova"
7147msgstr ""
7148
7149#: operations/common-gpl3+/supernova.c:45
7150msgid "Radius of supernova"
7151msgstr ""
7152
7153#: operations/common-gpl3+/supernova.c:50
7154#: operations/common-gpl3+/supernova.c:51
7155msgid "Number of spokes"
7156msgstr ""
7157
7158#: operations/common-gpl3+/supernova.c:55
7159#: operations/common-gpl3+/supernova.c:56
7160msgid "Random hue"
7161msgstr ""
7162
7163#: operations/common-gpl3+/supernova.c:61
7164msgid "The color of supernova."
7165msgstr ""
7166
7167#: operations/common-gpl3+/supernova.c:64
7168msgid "The random seed for spokes and random hue"
7169msgstr ""
7170
7171#: operations/common-gpl3+/supernova.c:342
7172msgid "Supernova"
7173msgstr ""
7174
7175#: operations/common-gpl3+/supernova.c:346
7176msgid ""
7177"This plug-in produces an effect like a supernova burst. The amount of the "
7178"light effect is approximately in proportion to 1/r, where r is the distance "
7179"from the center of the star."
7180msgstr ""
7181
7182#: operations/common-gpl3+/texturize-canvas.c:29
7183msgid "Top-right"
7184msgstr ""
7185
7186#: operations/common-gpl3+/texturize-canvas.c:31
7187msgid "Top-left"
7188msgstr ""
7189
7190#: operations/common-gpl3+/texturize-canvas.c:33
7191msgid "Bottom-left"
7192msgstr ""
7193
7194#: operations/common-gpl3+/texturize-canvas.c:35
7195msgid "Bottom-right"
7196msgstr ""
7197
7198#: operations/common-gpl3+/texturize-canvas.c:41
7199msgid ""
7200"Position of the light source which lightens the canvas: Top-right, Top-left, "
7201"Bottom-left or Bottom-right"
7202msgstr ""
7203
7204#: operations/common-gpl3+/texturize-canvas.c:45
7205msgid ""
7206"Apparent depth of the rendered canvas effect; from 1 (very flat) to 50 (very "
7207"deep)"
7208msgstr ""
7209
7210#: operations/common-gpl3+/texturize-canvas.c:4380
7211msgid "Texturize Canvas"
7212msgstr ""
7213
7214#: operations/common-gpl3+/texturize-canvas.c:4385
7215msgid "Textures the image as if it were an artist's canvas."
7216msgstr ""
7217
7218#: operations/common-gpl3+/tile-glass.c:28
7219#: operations/common-gpl3+/tile-paper.c:40
7220msgid "Tile Width"
7221msgstr ""
7222
7223#: operations/common-gpl3+/tile-glass.c:34
7224#: operations/common-gpl3+/tile-paper.c:47
7225msgid "Tile Height"
7226msgstr ""
7227
7228#: operations/common-gpl3+/tile-glass.c:233
7229msgid "Tile Glass"
7230msgstr ""
7231
7232#: operations/common-gpl3+/tile-glass.c:239
7233msgid "Simulate distortion caused by rectangular glass tiles"
7234msgstr ""
7235
7236#: operations/common-gpl3+/tile-paper.c:28
7237msgid "Transparent"
7238msgstr ""
7239
7240#: operations/common-gpl3+/tile-paper.c:29
7241msgid "Inverted image"
7242msgstr ""
7243
7244#: operations/common-gpl3+/tile-paper.c:30
7245msgid "Image"
7246msgstr ""
7247
7248#: operations/common-gpl3+/tile-paper.c:35
7249msgid "Background"
7250msgstr ""
7251
7252#: operations/common-gpl3+/tile-paper.c:36
7253msgid "Ignore"
7254msgstr ""
7255
7256#: operations/common-gpl3+/tile-paper.c:37
7257msgid "Force"
7258msgstr ""
7259
7260#: operations/common-gpl3+/tile-paper.c:41
7261msgid "Width of the tile"
7262msgstr ""
7263
7264#: operations/common-gpl3+/tile-paper.c:48
7265msgid "Height of the tile"
7266msgstr ""
7267
7268#: operations/common-gpl3+/tile-paper.c:54
7269#: operations/common-gpl3+/tile-paper.c:55
7270msgid "Move rate"
7271msgstr ""
7272
7273#: operations/common-gpl3+/tile-paper.c:60
7274msgid "Wrap around"
7275msgstr ""
7276
7277#: operations/common-gpl3+/tile-paper.c:61
7278msgid "Wrap the fractional tiles"
7279msgstr ""
7280
7281#: operations/common-gpl3+/tile-paper.c:63
7282msgid "Fractional type"
7283msgstr ""
7284
7285#: operations/common-gpl3+/tile-paper.c:66
7286msgid "Fractional Type"
7287msgstr ""
7288
7289#: operations/common-gpl3+/tile-paper.c:68
7290msgid "Centering"
7291msgstr ""
7292
7293#: operations/common-gpl3+/tile-paper.c:69
7294msgid "Centering of the tiles"
7295msgstr ""
7296
7297#: operations/common-gpl3+/tile-paper.c:71
7298#: operations/common-gpl3+/tile-paper.c:74
7299msgid "Background type"
7300msgstr ""
7301
7302#: operations/common-gpl3+/tile-paper.c:462
7303msgid "Paper Tile"
7304msgstr ""
7305
7306#: operations/common-gpl3+/tile-paper.c:467
7307msgid "Cut image into paper tiles, and slide them"
7308msgstr ""
7309
7310#: operations/common-gpl3+/value-propagate.c:28
7311msgid "More white (larger value)"
7312msgstr ""
7313
7314#: operations/common-gpl3+/value-propagate.c:29
7315msgid "More black (smaller value)"
7316msgstr ""
7317
7318#: operations/common-gpl3+/value-propagate.c:30
7319msgid "Middle value to peaks"
7320msgstr ""
7321
7322#: operations/common-gpl3+/value-propagate.c:31
7323msgid "Color to peaks"
7324msgstr ""
7325
7326#: operations/common-gpl3+/value-propagate.c:32
7327msgid "Only color"
7328msgstr ""
7329
7330#: operations/common-gpl3+/value-propagate.c:33
7331msgid "More opaque"
7332msgstr ""
7333
7334#: operations/common-gpl3+/value-propagate.c:34
7335msgid "More transparent"
7336msgstr ""
7337
7338#: operations/common-gpl3+/value-propagate.c:40
7339msgid "Mode of value propagation"
7340msgstr ""
7341
7342#: operations/common-gpl3+/value-propagate.c:42
7343msgid "Lower threshold"
7344msgstr ""
7345
7346#: operations/common-gpl3+/value-propagate.c:43
7347msgid "The minimum difference in value at which to propagate a pixel"
7348msgstr ""
7349
7350#: operations/common-gpl3+/value-propagate.c:46
7351msgid "Upper threshold"
7352msgstr ""
7353
7354#: operations/common-gpl3+/value-propagate.c:47
7355msgid "The maximum difference in value at which to propagate a pixel"
7356msgstr ""
7357
7358#: operations/common-gpl3+/value-propagate.c:50
7359msgid "Propagating rate"
7360msgstr ""
7361
7362#: operations/common-gpl3+/value-propagate.c:51
7363msgid "The strength with which to propagate a pixel to its neighbors"
7364msgstr ""
7365
7366#: operations/common-gpl3+/value-propagate.c:55
7367msgid "Color to use for the \"Only color\" and \"Color to peaks\" modes"
7368msgstr ""
7369
7370#: operations/common-gpl3+/value-propagate.c:60
7371msgid "To top"
7372msgstr ""
7373
7374#: operations/common-gpl3+/value-propagate.c:61
7375msgid "Propagate to top"
7376msgstr ""
7377
7378#: operations/common-gpl3+/value-propagate.c:63
7379msgid "To left"
7380msgstr ""
7381
7382#: operations/common-gpl3+/value-propagate.c:64
7383msgid "Propagate to left"
7384msgstr ""
7385
7386#: operations/common-gpl3+/value-propagate.c:66
7387msgid "To right"
7388msgstr ""
7389
7390#: operations/common-gpl3+/value-propagate.c:67
7391msgid "Propagate to right"
7392msgstr ""
7393
7394#: operations/common-gpl3+/value-propagate.c:69
7395msgid "To bottom"
7396msgstr ""
7397
7398#: operations/common-gpl3+/value-propagate.c:70
7399msgid "Propagate to bottom"
7400msgstr ""
7401
7402#: operations/common-gpl3+/value-propagate.c:72
7403msgid "Propagating value channel"
7404msgstr ""
7405
7406#: operations/common-gpl3+/value-propagate.c:73
7407msgid "Whether to propagate a pixel's color"
7408msgstr ""
7409
7410#: operations/common-gpl3+/value-propagate.c:75
7411msgid "Propagating alpha channel"
7412msgstr ""
7413
7414#: operations/common-gpl3+/value-propagate.c:76
7415msgid "Whether to propagate a pixel's opacity"
7416msgstr ""
7417
7418#: operations/common-gpl3+/value-propagate.c:645
7419msgid "Value Propagate"
7420msgstr ""
7421
7422#: operations/common-gpl3+/value-propagate.c:649
7423msgid ""
7424"Propagate certain values to neighboring pixels. Erode and dilate any color "
7425"or opacity."
7426msgstr ""
7427
7428#: operations/common-gpl3+/video-degradation.c:34
7429msgid "Staggered"
7430msgstr ""
7431
7432#: operations/common-gpl3+/video-degradation.c:36
7433msgid "Large staggered"
7434msgstr ""
7435
7436#: operations/common-gpl3+/video-degradation.c:38
7437msgid "Striped"
7438msgstr ""
7439
7440#: operations/common-gpl3+/video-degradation.c:40
7441msgid "Wide striped"
7442msgstr ""
7443
7444#: operations/common-gpl3+/video-degradation.c:42
7445msgid "Long staggered"
7446msgstr ""
7447
7448#: operations/common-gpl3+/video-degradation.c:44
7449msgid "3x3"
7450msgstr ""
7451
7452#: operations/common-gpl3+/video-degradation.c:46
7453msgid "Large 3x3"
7454msgstr ""
7455
7456#: operations/common-gpl3+/video-degradation.c:48
7457msgid "Hex"
7458msgstr ""
7459
7460#: operations/common-gpl3+/video-degradation.c:50
7461msgid "Dots"
7462msgstr ""
7463
7464#: operations/common-gpl3+/video-degradation.c:56
7465msgid "Type of RGB pattern to use"
7466msgstr ""
7467
7468#: operations/common-gpl3+/video-degradation.c:58
7469msgid "Additive"
7470msgstr ""
7471
7472#: operations/common-gpl3+/video-degradation.c:59
7473msgid "Whether the function adds the result to the original image."
7474msgstr ""
7475
7476#: operations/common-gpl3+/video-degradation.c:61
7477msgid "Rotated"
7478msgstr ""
7479
7480#: operations/common-gpl3+/video-degradation.c:62
7481msgid "Whether to rotate the RGB pattern by ninety degrees."
7482msgstr ""
7483
7484#: operations/common-gpl3+/video-degradation.c:322
7485msgid "Video Degradation"
7486msgstr ""
7487
7488#: operations/common-gpl3+/video-degradation.c:326
7489msgid ""
7490"This function simulates the degradation of being on an old low-dotpitch RGB "
7491"video monitor."
7492msgstr ""
7493
7494#: operations/common-gpl3+/waves.c:36
7495msgid "Amplitude of the ripple"
7496msgstr ""
7497
7498#: operations/common-gpl3+/waves.c:40
7499msgid "Period (wavelength) of the ripple"
7500msgstr ""
7501
7502#: operations/common-gpl3+/waves.c:53
7503msgid "Clamp deformation"
7504msgstr ""
7505
7506#: operations/common-gpl3+/waves.c:54
7507msgid "Limit deformation in the image area."
7508msgstr ""
7509
7510#: operations/common-gpl3+/waves.c:195
7511msgid "Waves"
7512msgstr ""
7513
7514#: operations/common-gpl3+/waves.c:201
7515msgid "Distort the image with waves"
7516msgstr ""
7517
7518#: operations/common-gpl3+/whirl-pinch.c:37
7519msgid "Whirl angle (degrees)"
7520msgstr ""
7521
7522#: operations/common-gpl3+/whirl-pinch.c:43
7523msgid "Pinch amount"
7524msgstr ""
7525
7526#: operations/common-gpl3+/whirl-pinch.c:47
7527msgid ""
7528"Radius (1.0 is the largest circle that fits in the image, and 2.0 goes all "
7529"the way to the corners)"
7530msgstr ""
7531
7532#: operations/common-gpl3+/whirl-pinch.c:293
7533msgid "Whirl Pinch"
7534msgstr ""
7535
7536#: operations/common-gpl3+/whirl-pinch.c:299
7537msgid "Distort an image by whirling and pinching"
7538msgstr ""
7539
7540#: operations/common-gpl3+/wind.c:28 operations/common-gpl3+/wind.c:586
7541msgid "Wind"
7542msgstr ""
7543
7544#: operations/common-gpl3+/wind.c:29
7545msgid "Blast"
7546msgstr ""
7547
7548#: operations/common-gpl3+/wind.c:33
7549msgid "Left"
7550msgstr ""
7551
7552#: operations/common-gpl3+/wind.c:34
7553msgid "Right"
7554msgstr ""
7555
7556#: operations/common-gpl3+/wind.c:35
7557msgid "Top"
7558msgstr ""
7559
7560#: operations/common-gpl3+/wind.c:36
7561msgid "Bottom"
7562msgstr ""
7563
7564#: operations/common-gpl3+/wind.c:41
7565msgid "Leading"
7566msgstr ""
7567
7568#: operations/common-gpl3+/wind.c:42
7569msgid "Trailing"
7570msgstr ""
7571
7572#: operations/common-gpl3+/wind.c:48
7573msgid "Style of effect"
7574msgstr ""
7575
7576#: operations/common-gpl3+/wind.c:53
7577msgid "Direction of the effect"
7578msgstr ""
7579
7580#: operations/common-gpl3+/wind.c:55
7581msgid "Edge Affected"
7582msgstr ""
7583
7584#: operations/common-gpl3+/wind.c:58
7585msgid "Edge behavior"
7586msgstr ""
7587
7588#: operations/common-gpl3+/wind.c:61
7589msgid "Higher values restrict the effect to fewer areas of the image"
7590msgstr ""
7591
7592#: operations/common-gpl3+/wind.c:65
7593msgid "Higher values increase the magnitude of the effect"
7594msgstr ""
7595
7596#: operations/common-gpl3+/wind.c:590
7597msgid "Wind-like bleed effect"
7598msgstr ""
7599
7600#: operations/core/cache.c:25 operations/core/cache.c:85
7601msgid "Cache"
7602msgstr ""
7603
7604#: operations/core/cache.c:26
7605msgid ""
7606"NULL or a GeglBuffer containing cached rendering results, this is a special "
7607"buffer where gegl_buffer_list_valid_rectangles returns the part of the cache "
7608"that is valid."
7609msgstr ""
7610
7611#: operations/core/cache.c:87
7612msgid ""
7613"An explicit caching node, caches results and should provide faster "
7614"recomputation if what is cached by it is expensive but isn't changing."
7615msgstr ""
7616
7617#: operations/core/cast-format.c:25
7618msgid "Input format"
7619msgstr ""
7620
7621#: operations/core/cast-format.c:26
7622msgid "The babl format of the input"
7623msgstr ""
7624
7625#: operations/core/cast-format.c:27 operations/core/convert-format.c:27
7626msgid "Output format"
7627msgstr ""
7628
7629#: operations/core/cast-format.c:110
7630msgid "Cast Format"
7631msgstr ""
7632
7633#: operations/core/cast-format.c:112
7634msgid ""
7635"Cast the data between input_format and output_format, both formats must have "
7636"the same bpp"
7637msgstr ""
7638
7639#: operations/core/cast-space.c:25
7640msgid "Name"
7641msgstr ""
7642
7643#: operations/core/cast-space.c:26 operations/core/convert-space.c:26
7644msgid "One of: sRGB, Adobish, Rec2020, ProPhoto, Apple, ACEScg, ACES2065-1"
7645msgstr ""
7646
7647#: operations/core/cast-space.c:27 operations/core/convert-space.c:27
7648msgid "Pointer"
7649msgstr ""
7650
7651#: operations/core/cast-space.c:28 operations/core/convert-space.c:28
7652msgid "pointer to a const * Babl space"
7653msgstr ""
7654
7655#: operations/core/cast-space.c:29 operations/core/convert-space.c:29
7656#: operations/external/pdf-load.c:24 operations/external/v4l.c:26
7657#: operations/workshop/external/v4l2.c:24
7658msgid "Path"
7659msgstr ""
7660
7661#: operations/core/cast-space.c:30 operations/core/convert-space.c:30
7662msgid "File system path to ICC matrix profile to load"
7663msgstr ""
7664
7665#: operations/core/cast-space.c:127
7666msgid "Cast color space"
7667msgstr ""
7668
7669#: operations/core/cast-space.c:129
7670msgid ""
7671"Override the specified color space setting a pointer to a format override "
7672"the string property and setting an aux pad overrides both. "
7673msgstr ""
7674
7675#: operations/core/clone.c:25
7676msgid "Reference"
7677msgstr ""
7678
7679#: operations/core/clone.c:26
7680msgid "The reference ID used as input (for use in XML)."
7681msgstr ""
7682
7683#: operations/core/clone.c:109
7684msgid "Clone"
7685msgstr ""
7686
7687#: operations/core/clone.c:110
7688msgid ""
7689"Clone a buffer, this is the same as gegl:nop but can get special treatment "
7690"to get more human readable references in serializations/UI."
7691msgstr ""
7692
7693#: operations/core/convert-format.c:99
7694msgid "Convert Format"
7695msgstr ""
7696
7697#: operations/core/convert-format.c:101
7698msgid "Convert the data to the specified format"
7699msgstr ""
7700
7701#: operations/core/convert-space.c:25
7702msgid "Space name"
7703msgstr ""
7704
7705#: operations/core/convert-space.c:113
7706msgid "Convert color space"
7707msgstr ""
7708
7709#: operations/core/convert-space.c:115
7710msgid ""
7711"set color space which subsequent babl-formats in the pipeline are created "
7712"with, and the ICC profile potentially embedded for external color "
7713"management, setting a pointer to a format overrides the string property and "
7714"setting an aux pad overrides both. "
7715msgstr ""
7716
7717#: operations/core/crop.c:45 operations/transform/reset-origin.c:95
7718msgid "Reset origin"
7719msgstr ""
7720
7721#: operations/core/crop.c:304
7722msgid "Crop"
7723msgstr ""
7724
7725#: operations/core/crop.c:307
7726msgid ""
7727"Crops a buffer, if the aux pad is connected the bounding box of the node "
7728"connected is used. When the crop area is configured to 0x0 at 0,0 and "
7729"nothing is connected on aux, the bounding box of the node at the producing "
7730"end of the input chain is used."
7731msgstr ""
7732
7733#: operations/core/load.c:31 operations/external/jp2-load.c:27
7734#: operations/external/jpg-load.c:26 operations/external/pdf-load.c:27
7735#: operations/external/png-load.c:34 operations/external/ppm-load.c:27
7736#: operations/external/svg-load.c:27 operations/external/tiff-load.c:31
7737#: operations/external/webp-load.c:27
7738msgid "URI"
7739msgstr ""
7740
7741#: operations/core/load.c:32
7742msgid "URI of file to load."
7743msgstr ""
7744
7745#: operations/core/load.c:34 operations/external/jpg-save.c:45
7746#: operations/external/png-load.c:37 operations/external/png-save.c:35
7747msgid "Object to supply image metadata"
7748msgstr ""
7749
7750#: operations/core/load.c:372
7751msgid ""
7752"Multipurpose file loader, that uses other native handlers, and fallback "
7753"conversion using Image Magick's convert."
7754msgstr ""
7755
7756#: operations/core/nop.c:81
7757msgid "No Operation"
7758msgstr ""
7759
7760#: operations/core/nop.c:83
7761msgid "No operation (can be used as a routing point)"
7762msgstr ""
7763
7764#: operations/external/exr-save.cc:25
7765msgid "path of file to write to."
7766msgstr ""
7767
7768#: operations/external/exr-save.cc:27
7769msgid "tile size to use."
7770msgstr ""
7771
7772#: operations/external/ff-load.c:30
7773msgid "Path of video file to load"
7774msgstr ""
7775
7776#: operations/external/ff-load.c:32
7777msgid "Frame number"
7778msgstr ""
7779
7780#: operations/external/ff-load.c:36 operations/external/gif-load.c:38
7781msgid "frames"
7782msgstr ""
7783
7784#: operations/external/ff-load.c:37
7785msgid ""
7786"Number of frames in video, updates at least when first frame has been "
7787"decoded."
7788msgstr ""
7789
7790#: operations/external/ff-load.c:41
7791msgid "audio_sample_rate"
7792msgstr ""
7793
7794#: operations/external/ff-load.c:42
7795msgid "audio_channels"
7796msgstr ""
7797
7798#: operations/external/ff-load.c:44
7799msgid "frame-rate"
7800msgstr ""
7801
7802#: operations/external/ff-load.c:45
7803msgid "Frames per second, permits computing time vs frame"
7804msgstr ""
7805
7806#: operations/external/ff-load.c:49
7807msgid "video-codec"
7808msgstr ""
7809
7810#: operations/external/ff-load.c:50
7811msgid "audio-codec"
7812msgstr ""
7813
7814#: operations/external/ff-load.c:52 operations/external/ff-save.c:32
7815msgid "audio"
7816msgstr ""
7817
7818#: operations/external/ff-load.c:876
7819msgid "FFmpeg Frame Loader"
7820msgstr ""
7821
7822#: operations/external/ff-load.c:878
7823msgid "FFmpeg video frame importer."
7824msgstr ""
7825
7826#: operations/external/ff-save.c:30 operations/external/png-save.c:27
7827#: operations/external/ppm-save.c:26 operations/external/rgbe-save.c:27
7828msgid "Target path and filename, use '-' for stdout."
7829msgstr ""
7830
7831#: operations/external/ff-save.c:33
7832msgid "Audio codec"
7833msgstr ""
7834
7835#: operations/external/ff-save.c:34
7836msgid ""
7837"Audio codec to use, or auto to use a good default based on container format."
7838msgstr ""
7839
7840#: operations/external/ff-save.c:35
7841msgid "audio sample rate"
7842msgstr ""
7843
7844#: operations/external/ff-save.c:36
7845msgid "-1 means autodetect on first audio fragment"
7846msgstr ""
7847
7848#: operations/external/ff-save.c:38
7849msgid "audio bitrate in kb/s"
7850msgstr ""
7851
7852#: operations/external/ff-save.c:39 operations/external/ff-save.c:47
7853msgid "Target encoded video bitrate in kb/s"
7854msgstr ""
7855
7856#: operations/external/ff-save.c:41
7857msgid "Frames/second"
7858msgstr ""
7859
7860#: operations/external/ff-save.c:44
7861msgid "Video codec"
7862msgstr ""
7863
7864#: operations/external/ff-save.c:45
7865msgid ""
7866"Video codec to use, or auto to use a good default based on container format."
7867msgstr ""
7868
7869#: operations/external/ff-save.c:46
7870msgid "video bitrate in kb/s"
7871msgstr ""
7872
7873#: operations/external/ff-save.c:48
7874msgid "Video bufsize"
7875msgstr ""
7876
7877#: operations/external/ff-save.c:50
7878msgid "Container format"
7879msgstr ""
7880
7881#: operations/external/ff-save.c:51
7882msgid "Container format to use, or auto to autodetect based on file extension."
7883msgstr ""
7884
7885#: operations/external/ff-save.c:54
7886msgid "global quality"
7887msgstr ""
7888
7889#: operations/external/ff-save.c:57
7890msgid "noise reduction"
7891msgstr ""
7892
7893#: operations/external/ff-save.c:58
7894msgid "scenechange threshold"
7895msgstr ""
7896
7897#: operations/external/ff-save.c:59
7898msgid "video bitrate min"
7899msgstr ""
7900
7901#: operations/external/ff-save.c:60
7902msgid "video bitrate max"
7903msgstr ""
7904
7905#: operations/external/ff-save.c:61
7906msgid "video bitrate tolerance"
7907msgstr ""
7908
7909#: operations/external/ff-save.c:64
7910msgid "keyint-min"
7911msgstr ""
7912
7913#: operations/external/ff-save.c:65
7914msgid "trellis"
7915msgstr ""
7916
7917#: operations/external/ff-save.c:66
7918msgid "qmin"
7919msgstr ""
7920
7921#: operations/external/ff-save.c:67
7922msgid "qmax"
7923msgstr ""
7924
7925#: operations/external/ff-save.c:68
7926msgid "max_qdiff"
7927msgstr ""
7928
7929#: operations/external/ff-save.c:69
7930msgid "me_range"
7931msgstr ""
7932
7933#: operations/external/ff-save.c:70
7934msgid "max_b_frames"
7935msgstr ""
7936
7937#: operations/external/ff-save.c:71
7938msgid "gop-size"
7939msgstr ""
7940
7941#: operations/external/ff-save.c:72
7942msgid "qcompress"
7943msgstr ""
7944
7945#: operations/external/ff-save.c:73
7946msgid "qblur"
7947msgstr ""
7948
7949#: operations/external/ff-save.c:74
7950msgid "i-quant-factor"
7951msgstr ""
7952
7953#: operations/external/ff-save.c:75
7954msgid "i-quant-offset"
7955msgstr ""
7956
7957#: operations/external/ff-save.c:76
7958msgid "me-subpel-quality"
7959msgstr ""
7960
7961#: operations/external/ff-save.c:1243
7962msgid "FFmpeg Frame Saver"
7963msgstr ""
7964
7965#: operations/external/ff-save.c:1245
7966msgid "FFmpeg video output sink"
7967msgstr ""
7968
7969#: operations/external/gif-load.c:36
7970msgid "frame"
7971msgstr ""
7972
7973#: operations/external/gif-load.c:37
7974msgid "frame number to decode"
7975msgstr ""
7976
7977#: operations/external/gif-load.c:39
7978msgid "Number of frames in gif animation"
7979msgstr ""
7980
7981#: operations/external/gif-load.c:40
7982msgid "frame-delay"
7983msgstr ""
7984
7985#: operations/external/gif-load.c:41
7986msgid "Delay in ms for last decoded frame"
7987msgstr ""
7988
7989#: operations/external/gif-load.c:244
7990msgid "GIF File Loader"
7991msgstr ""
7992
7993#: operations/external/gif-load.c:246
7994msgid "GIF image loader."
7995msgstr ""
7996
7997#: operations/external/jp2-load.c:28 operations/external/svg-load.c:28
7998#: operations/external/tiff-load.c:32 operations/external/webp-load.c:28
7999msgid "URI for file to load"
8000msgstr ""
8001
8002#: operations/external/jp2-load.c:128
8003msgid "Unknown JPEG 2000 image format"
8004msgstr ""
8005
8006#: operations/external/jp2-load.c:135
8007msgid "Unable to open JPEG 2000 image"
8008msgstr ""
8009
8010#: operations/external/jp2-load.c:142
8011msgid "Unable to create output color profile"
8012msgstr ""
8013
8014#: operations/external/jp2-load.c:150
8015msgid "Unable to convert image to sRGB color space"
8016msgstr ""
8017
8018#: operations/external/jp2-load.c:157
8019#, c-format
8020msgid "Unsupported non-RGB JPEG 2000 file with %d components"
8021msgstr ""
8022
8023#: operations/external/jp2-load.c:169
8024#, c-format
8025msgid "Unsupported JPEG 2000 file with depth %d"
8026msgstr ""
8027
8028#: operations/external/jp2-load.c:195
8029msgid "Components of JPEG 2000 input don't match"
8030msgstr ""
8031
8032#: operations/external/jp2-load.c:257
8033msgid "could not create a new Jasper stream"
8034msgstr ""
8035
8036#: operations/external/jp2-load.c:277 operations/external/jp2-load.c:279
8037#, c-format
8038msgid "failed to open JPEG 2000 from %s"
8039msgstr ""
8040
8041#: operations/external/jp2-load.c:293
8042msgid "could not query JPEG 2000 file"
8043msgstr ""
8044
8045#: operations/external/jp2-load.c:349
8046msgid "One or more of R, G, B components are missing"
8047msgstr ""
8048
8049#: operations/external/jp2-load.c:357
8050msgid "One or more of R, G, B components have signed data"
8051msgstr ""
8052
8053#: operations/external/jp2-load.c:390
8054#, c-format
8055msgid "Error reading row %d component %d"
8056msgstr ""
8057
8058#: operations/external/jp2-load.c:525
8059msgid "JPEG 2000 File Loader"
8060msgstr ""
8061
8062#: operations/external/jp2-load.c:527
8063msgid "JPEG 2000 image loader using jasper."
8064msgstr ""
8065
8066#: operations/external/jpg-load.c:27
8067msgid "URI of file to load"
8068msgstr ""
8069
8070#: operations/external/jpg-load.c:392
8071msgid "JPEG File Loader"
8072msgstr ""
8073
8074#: operations/external/jpg-load.c:394
8075msgid "JPEG image loader using libjpeg"
8076msgstr ""
8077
8078#: operations/external/jpg-save.c:26 operations/external/npy-save.c:32
8079#: operations/external/tiff-save.c:26 operations/external/webp-save.c:26
8080msgid "Target path and filename, use '-' for stdout"
8081msgstr ""
8082
8083#: operations/external/jpg-save.c:29
8084msgid "JPEG compression quality (between 1 and 100)"
8085msgstr ""
8086
8087#: operations/external/jpg-save.c:32
8088msgid "Smoothing"
8089msgstr ""
8090
8091#: operations/external/jpg-save.c:33
8092msgid "Smoothing factor from 1 to 100; 0 disables smoothing"
8093msgstr ""
8094
8095#: operations/external/jpg-save.c:36
8096msgid "Optimize"
8097msgstr ""
8098
8099#: operations/external/jpg-save.c:37
8100msgid "Use optimized huffman tables"
8101msgstr ""
8102
8103#: operations/external/jpg-save.c:38
8104msgid "Progressive"
8105msgstr ""
8106
8107#: operations/external/jpg-save.c:39
8108msgid "Create progressive JPEG images"
8109msgstr ""
8110
8111#: operations/external/jpg-save.c:41
8112msgid "Grayscale"
8113msgstr ""
8114
8115#: operations/external/jpg-save.c:42
8116msgid "Create a grayscale (monochrome) image"
8117msgstr ""
8118
8119#: operations/external/jpg-save.c:521
8120msgid "JPEG File Saver"
8121msgstr ""
8122
8123#: operations/external/jpg-save.c:523
8124msgid "JPEG image saver, using libjpeg"
8125msgstr ""
8126
8127#: operations/external/lcms-from-profile.c:24
8128msgid "Source Profile"
8129msgstr ""
8130
8131#: operations/external/lcms-from-profile.c:25
8132msgid "The cmsHPROFILE corresponding to the ICC profile for the input data."
8133msgstr ""
8134
8135#: operations/external/lcms-from-profile.c:33
8136msgid "Relative Colorimetric"
8137msgstr ""
8138
8139#: operations/external/lcms-from-profile.c:37
8140msgid "Absolute Colorimetric"
8141msgstr ""
8142
8143#: operations/external/lcms-from-profile.c:41
8144msgid "Rendering intent"
8145msgstr ""
8146
8147#: operations/external/lcms-from-profile.c:44
8148msgid "The rendering intent to use in the conversion."
8149msgstr ""
8150
8151#: operations/external/lcms-from-profile.c:46
8152msgid "Black point compensation"
8153msgstr ""
8154
8155#: operations/external/lcms-from-profile.c:48
8156msgid "Convert using black point compensation."
8157msgstr ""
8158
8159#: operations/external/lcms-from-profile.c:244
8160msgid "LCMS From Profile"
8161msgstr ""
8162
8163#: operations/external/lcms-from-profile.c:247
8164msgid ""
8165"Converts the input from an ICC color profile to a well defined babl format. "
8166"The buffer's data will then be correctly managed by GEGL for further "
8167"processing."
8168msgstr ""
8169
8170#: operations/external/matting-levin.c:25
8171msgid "Epsilon"
8172msgstr ""
8173
8174#: operations/external/matting-levin.c:26
8175msgid "Log of the error weighting"
8176msgstr ""
8177
8178#: operations/external/matting-levin.c:30
8179msgid "Radius of the processing window"
8180msgstr ""
8181
8182#: operations/external/matting-levin.c:34
8183msgid "Alpha threshold for multilevel processing"
8184msgstr ""
8185
8186#: operations/external/matting-levin.c:39
8187msgid "Trimap influence factor"
8188msgstr ""
8189
8190#: operations/external/matting-levin.c:42
8191msgid "Number of downsampled levels to use"
8192msgstr ""
8193
8194#: operations/external/matting-levin.c:45
8195msgid "Active levels"
8196msgstr ""
8197
8198#: operations/external/matting-levin.c:46
8199msgid "Number of levels to perform solving"
8200msgstr ""
8201
8202#: operations/external/matting-levin.c:1477
8203msgid "Matting Levin"
8204msgstr ""
8205
8206#: operations/external/matting-levin.c:1480
8207msgid ""
8208"Given a sparse user supplied tri-map and an input image, create a foreground "
8209"alpha mat. Set white as selected, black as unselected, for the tri-map."
8210msgstr ""
8211
8212#: operations/external/npd.c:23
8213msgid "Model"
8214msgstr ""
8215
8216#: operations/external/npd.c:24
8217msgid "Model - basic element we operate on"
8218msgstr ""
8219
8220#: operations/external/npd.c:26
8221msgid "Square Size"
8222msgstr ""
8223
8224#: operations/external/npd.c:28
8225msgid "Size of an edge of square the mesh consists of"
8226msgstr ""
8227
8228#: operations/external/npd.c:30
8229msgid "Rigidity"
8230msgstr ""
8231
8232#: operations/external/npd.c:32
8233msgid "The number of deformation iterations"
8234msgstr ""
8235
8236#: operations/external/npd.c:34
8237msgid "ASAP Deformation"
8238msgstr ""
8239
8240#: operations/external/npd.c:35
8241msgid "ASAP deformation is performed when TRUE, ARAP deformation otherwise"
8242msgstr ""
8243
8244#: operations/external/npd.c:37
8245msgid "MLS Weights"
8246msgstr ""
8247
8248#: operations/external/npd.c:38
8249msgid "Use MLS weights"
8250msgstr ""
8251
8252#: operations/external/npd.c:40
8253msgid "MLS Weights Alpha"
8254msgstr ""
8255
8256#: operations/external/npd.c:42
8257msgid "Alpha parameter of MLS weights"
8258msgstr ""
8259
8260#: operations/external/npd.c:44
8261msgid "Preserve Model"
8262msgstr ""
8263
8264#: operations/external/npd.c:45
8265msgid "When TRUE the model will not be freed"
8266msgstr ""
8267
8268#: operations/external/npd.c:50 operations/transform/transform-core.c:235
8269#: operations/workshop/ditto.c:29
8270msgid "Sampler used internally"
8271msgstr ""
8272
8273#: operations/external/npd.c:258
8274msgid "Performs n-point image deformation"
8275msgstr ""
8276
8277#: operations/external/npy-save.c:215
8278msgid "NumPy File Saver"
8279msgstr ""
8280
8281#: operations/external/npy-save.c:217
8282msgid "NumPy (Numerical Python) image saver"
8283msgstr ""
8284
8285#: operations/external/path.c:26
8286msgid "Fill Color"
8287msgstr ""
8288
8289#: operations/external/path.c:27
8290msgid "Color of paint to use for filling, use 0 opacity to disable filling"
8291msgstr ""
8292
8293#: operations/external/path.c:29 operations/workshop/external/spyrograph.c:74
8294msgid "Stroke Color"
8295msgstr ""
8296
8297#: operations/external/path.c:30 operations/workshop/external/spyrograph.c:75
8298msgid "Color of paint to use for stroking"
8299msgstr ""
8300
8301#: operations/external/path.c:32 operations/workshop/external/spyrograph.c:77
8302msgid "Stroke width"
8303msgstr ""
8304
8305#: operations/external/path.c:33 operations/workshop/external/spyrograph.c:78
8306msgid "The width of the brush used to stroke the path"
8307msgstr ""
8308
8309#: operations/external/path.c:36 operations/workshop/external/spyrograph.c:81
8310msgid "Stroke opacity"
8311msgstr ""
8312
8313#: operations/external/path.c:37 operations/workshop/external/spyrograph.c:82
8314msgid ""
8315"Opacity of stroke, note, does not behave like SVG since at the moment "
8316"stroking is done using an airbrush tool"
8317msgstr ""
8318
8319#: operations/external/path.c:41 operations/workshop/external/spyrograph.c:86
8320msgid "Hardness of the brush, 0.0 for a soft brush, 1.0 for a hard brush"
8321msgstr ""
8322
8323#: operations/external/path.c:44
8324msgid "Fill rule"
8325msgstr ""
8326
8327#: operations/external/path.c:45
8328msgid "How to determine what to fill (nonzero|evenodd)"
8329msgstr ""
8330
8331#: operations/external/path.c:48
8332msgid "SVG style description of transform"
8333msgstr ""
8334
8335#: operations/external/path.c:50
8336msgid "Fill opacity"
8337msgstr ""
8338
8339#: operations/external/path.c:51
8340msgid "The fill opacity to use"
8341msgstr ""
8342
8343#: operations/external/path.c:54 operations/external/vector-fill.c:40
8344#: operations/external/vector-stroke.c:41
8345msgid "Vector"
8346msgstr ""
8347
8348#: operations/external/path.c:55 operations/external/vector-fill.c:41
8349#: operations/external/vector-stroke.c:42
8350msgid "A GeglVector representing the path of the stroke"
8351msgstr ""
8352
8353#: operations/external/path.c:584
8354msgid "Render Path"
8355msgstr ""
8356
8357#: operations/external/path.c:591
8358msgid "Renders a brush stroke"
8359msgstr ""
8360
8361#: operations/external/pdf-load.c:25
8362msgid "file to load"
8363msgstr ""
8364
8365#: operations/external/pdf-load.c:28
8366msgid "uri of file to load"
8367msgstr ""
8368
8369#: operations/external/pdf-load.c:30
8370msgid "Page"
8371msgstr ""
8372
8373#: operations/external/pdf-load.c:31
8374msgid "Page to render"
8375msgstr ""
8376
8377#: operations/external/pdf-load.c:34
8378msgid "Pages"
8379msgstr ""
8380
8381#: operations/external/pdf-load.c:35
8382msgid "Total pages, provided as a visual read-only property"
8383msgstr ""
8384
8385#: operations/external/pdf-load.c:38
8386msgid "PPI"
8387msgstr ""
8388
8389#: operations/external/pdf-load.c:39
8390msgid "Point/pixels per inch"
8391msgstr ""
8392
8393#: operations/external/pdf-load.c:43
8394msgid "Password"
8395msgstr ""
8396
8397#: operations/external/pdf-load.c:44
8398msgid "Password to use for decryption of PDF, or blank for none"
8399msgstr ""
8400
8401#: operations/external/pdf-load.c:242
8402msgid "pdf loader"
8403msgstr ""
8404
8405#: operations/external/pdf-load.c:244
8406msgid "PDF page decoder"
8407msgstr ""
8408
8409#: operations/external/pixbuf.c:26 operations/external/save-pixbuf.c:29
8410msgid "Pixbuf"
8411msgstr ""
8412
8413#: operations/external/pixbuf.c:27
8414msgid "GdkPixbuf to use"
8415msgstr ""
8416
8417#: operations/external/pixbuf.c:109
8418msgid "GdkPixbuf Source"
8419msgstr ""
8420
8421#: operations/external/pixbuf.c:112
8422msgid "Uses the GdkPixbuf located at the memory location in <em>pixbuf</em>."
8423msgstr ""
8424
8425#: operations/external/png-load.c:35
8426msgid "URI for file to load."
8427msgstr ""
8428
8429#: operations/external/png-load.c:655
8430msgid "PNG File Loader"
8431msgstr ""
8432
8433#: operations/external/png-load.c:657
8434msgid "PNG image loader."
8435msgstr ""
8436
8437#: operations/external/png-save.c:28
8438msgid "Compression"
8439msgstr ""
8440
8441#: operations/external/png-save.c:29
8442msgid "PNG compression level from 1 to 9"
8443msgstr ""
8444
8445#: operations/external/png-save.c:31 operations/external/ppm-save.c:29
8446#: operations/external/tiff-save.c:27
8447msgid "Bitdepth"
8448msgstr ""
8449
8450#: operations/external/png-save.c:32 operations/external/ppm-save.c:30
8451msgid "8 and 16 are the currently accepted values."
8452msgstr ""
8453
8454#: operations/external/png-save.c:418
8455msgid "PNG File Saver"
8456msgstr ""
8457
8458#: operations/external/png-save.c:420
8459msgid "PNG image saver, using libpng"
8460msgstr ""
8461
8462#: operations/external/ppm-load.c:28
8463msgid "URI of image to load."
8464msgstr ""
8465
8466#: operations/external/ppm-load.c:460
8467msgid "PPM File Loader"
8468msgstr ""
8469
8470#: operations/external/ppm-load.c:462
8471msgid "PPM image loader."
8472msgstr ""
8473
8474#: operations/external/ppm-save.c:28
8475msgid "Raw format"
8476msgstr ""
8477
8478#: operations/external/ppm-save.c:190
8479msgid "PPM File Saver"
8480msgstr ""
8481
8482#: operations/external/ppm-save.c:193
8483msgid "PPM image saver (Portable pixmap saver.)"
8484msgstr ""
8485
8486#: operations/external/raw-load.c:28
8487msgid "Camera RGB"
8488msgstr ""
8489
8490#: operations/external/raw-load.c:29
8491msgid "s RGB"
8492msgstr ""
8493
8494#: operations/external/raw-load.c:30
8495msgid "Adobe RGB compatible"
8496msgstr ""
8497
8498#: operations/external/raw-load.c:31
8499msgid "Wide gamut RGB"
8500msgstr ""
8501
8502#: operations/external/raw-load.c:32
8503msgid "ProPhoto RGB"
8504msgstr ""
8505
8506#: operations/external/raw-load.c:39
8507msgid "Color space"
8508msgstr ""
8509
8510#: operations/external/raw-load.c:41
8511msgid "Color space to use for loaded data"
8512msgstr ""
8513
8514#: operations/external/raw-load.c:285
8515msgid "libraw File Loader"
8516msgstr ""
8517
8518#: operations/external/rgbe-load.c:136
8519msgid "RGBE File Loader"
8520msgstr ""
8521
8522#: operations/external/rgbe-load.c:138
8523msgid "RGBE image loader (Radiance HDR format)."
8524msgstr ""
8525
8526#: operations/external/rgbe-save.c:85
8527msgid "RGBE File Saver"
8528msgstr ""
8529
8530#: operations/external/rgbe-save.c:88
8531msgid "RGBE image saver (Radiance HDR format)"
8532msgstr ""
8533
8534#: operations/external/save-pixbuf.c:30
8535msgid "The output pixbuf produced by process is stored in this property"
8536msgstr ""
8537
8538#: operations/external/save-pixbuf.c:110
8539msgid "Store in GdkPixbuf"
8540msgstr ""
8541
8542#: operations/external/save-pixbuf.c:112
8543msgid "Store image in a GdkPixbuf."
8544msgstr ""
8545
8546#: operations/external/sdl2-display.c:196
8547msgid "SDL2 Display"
8548msgstr ""
8549
8550#: operations/external/sdl2-display.c:199
8551msgid ""
8552"Displays the input buffer in an SDL2 window (restricted to one display op/"
8553"process, due to SDL2 implementation issues)."
8554msgstr ""
8555
8556#: operations/external/sdl-display.c:27
8557msgid "Icon title"
8558msgstr ""
8559
8560#: operations/external/sdl-display.c:28
8561msgid "Icon to be used for output window"
8562msgstr ""
8563
8564#: operations/external/sdl-display.c:168
8565msgid "SDL Display"
8566msgstr ""
8567
8568#: operations/external/sdl-display.c:171
8569msgid ""
8570"Displays the input buffer in an SDL window (restricted to one display op/"
8571"process, due to SDL implementation issues)."
8572msgstr ""
8573
8574#: operations/external/svg-load.c:31 operations/external/v4l.c:29
8575#: operations/workshop/external/v4l2.c:27
8576msgid "Width for rendered image"
8577msgstr ""
8578
8579#: operations/external/svg-load.c:33 operations/external/v4l.c:32
8580#: operations/workshop/external/v4l2.c:29
8581msgid "Height for rendered image"
8582msgstr ""
8583
8584#: operations/external/svg-load.c:308
8585msgid "SVG File Loader"
8586msgstr ""
8587
8588#. not hidden because it has extra API
8589#: operations/external/svg-load.c:310
8590msgid "Load an SVG file using librsvg"
8591msgstr ""
8592
8593#: operations/external/text.c:25
8594msgid "Text"
8595msgstr ""
8596
8597#: operations/external/text.c:26
8598msgid "String to display (utf8)"
8599msgstr ""
8600
8601#: operations/external/text.c:29
8602msgid "Font family"
8603msgstr ""
8604
8605#: operations/external/text.c:30
8606msgid "Font family (utf8)"
8607msgstr ""
8608
8609#: operations/external/text.c:33
8610msgid "Font size in pixels."
8611msgstr ""
8612
8613#. TRANSLATORS: the string 'black' should not be translated
8614#: operations/external/text.c:39
8615msgid "Color for the text (defaults to 'black')"
8616msgstr ""
8617
8618#: operations/external/text.c:41
8619msgid "Wrap width"
8620msgstr ""
8621
8622#: operations/external/text.c:42
8623msgid ""
8624"Sets the width in pixels at which long lines will wrap. Use -1 for no "
8625"wrapping."
8626msgstr ""
8627
8628#: operations/external/text.c:46
8629msgid "Wrap height"
8630msgstr ""
8631
8632#: operations/external/text.c:47
8633msgid ""
8634"Sets the height in pixels according to which the text is vertically "
8635"justified. Use -1 for no vertical justification."
8636msgstr ""
8637
8638#: operations/external/text.c:53
8639msgid "Justification"
8640msgstr ""
8641
8642#: operations/external/text.c:55
8643msgid "Alignment for multi-line text (0=Left, 1=Center, 2=Right)"
8644msgstr ""
8645
8646#: operations/external/text.c:57
8647msgid "Vertical justification"
8648msgstr ""
8649
8650#: operations/external/text.c:59
8651msgid "Vertical text alignment (0=Top, 1=Middle, 2=Bottom)"
8652msgstr ""
8653
8654#: operations/external/text.c:62
8655msgid "Rendered width in pixels. (read only)"
8656msgstr ""
8657
8658#: operations/external/text.c:64
8659msgid "Rendered height in pixels. (read only)"
8660msgstr ""
8661
8662#: operations/external/text.c:383
8663msgid "Render Text"
8664msgstr ""
8665
8666#: operations/external/text.c:387
8667msgid "Display a string of text using pango and cairo."
8668msgstr ""
8669
8670#: operations/external/tiff-load.c:34
8671msgid "Directory"
8672msgstr ""
8673
8674#: operations/external/tiff-load.c:35
8675msgid "Image file directory (subfile)"
8676msgstr ""
8677
8678#: operations/external/tiff-load.c:40 operations/external/tiff-save.c:35
8679msgid "Object to receive image metadata"
8680msgstr ""
8681
8682#: operations/external/tiff-load.c:1036
8683msgid "TIFF File Loader"
8684msgstr ""
8685
8686#: operations/external/tiff-load.c:1038
8687msgid "TIFF image loader using libtiff"
8688msgstr ""
8689
8690#: operations/external/tiff-save.c:28
8691msgid "-1, 8, 16, 32 and 64 are the currently accepted values, -1 means auto"
8692msgstr ""
8693
8694#: operations/external/tiff-save.c:30
8695msgid "use floating point"
8696msgstr ""
8697
8698#: operations/external/tiff-save.c:31
8699msgid "floating point -1 means auto, 0 means integer, 1 means float."
8700msgstr ""
8701
8702#: operations/external/tiff-save.c:825
8703msgid "TIFF File Saver"
8704msgstr ""
8705
8706#: operations/external/tiff-save.c:827
8707msgid "TIFF image saver using libtiff"
8708msgstr ""
8709
8710#: operations/external/v4l.c:27
8711msgid "Path to v4l device"
8712msgstr ""
8713
8714#: operations/external/v4l.c:34 operations/workshop/external/v4l2.c:30
8715msgid "Frame"
8716msgstr ""
8717
8718#: operations/external/v4l.c:35 operations/workshop/external/v4l2.c:31
8719msgid "current frame number, can be changed to trigger a reload of the image."
8720msgstr ""
8721
8722#: operations/external/v4l.c:37 operations/workshop/external/v4l2.c:32
8723msgid "FPS"
8724msgstr ""
8725
8726#: operations/external/v4l.c:38 operations/workshop/external/v4l2.c:33
8727msgid "autotrigger reload this many times a second."
8728msgstr ""
8729
8730#: operations/external/v4l.c:331
8731msgid "Video4Linux Frame Source"
8732msgstr ""
8733
8734#: operations/external/v4l.c:333
8735msgid "Video4Linux input, webcams framegrabbers and similar devices."
8736msgstr ""
8737
8738#: operations/external/vector-fill.c:27
8739msgid "Color of paint to use for filling."
8740msgstr ""
8741
8742#: operations/external/vector-fill.c:30
8743msgid "The fill opacity to use."
8744msgstr ""
8745
8746#. XXX: replace with enum?
8747#: operations/external/vector-fill.c:34
8748msgid "Fill rule."
8749msgstr ""
8750
8751#: operations/external/vector-fill.c:35
8752msgid "how to determine what to fill (nonzero|evenodd)"
8753msgstr ""
8754
8755#: operations/external/vector-fill.c:38 operations/external/vector-stroke.c:39
8756msgid "svg style description of transform."
8757msgstr ""
8758
8759#: operations/external/vector-fill.c:320
8760msgid "Fill Path"
8761msgstr ""
8762
8763#: operations/external/vector-fill.c:323
8764msgid "Renders a filled region"
8765msgstr ""
8766
8767#: operations/external/vector-stroke.c:28
8768msgid "Color of paint to use for stroking."
8769msgstr ""
8770
8771#: operations/external/vector-stroke.c:32
8772msgid "The width of the brush used to stroke the path."
8773msgstr ""
8774
8775#: operations/external/vector-stroke.c:36
8776msgid ""
8777"Opacity of stroke, note, does not behave like SVG since at the moment "
8778"stroking is done using an airbrush tool."
8779msgstr ""
8780
8781#: operations/external/vector-stroke.c:355
8782msgid "Vector Stroke"
8783msgstr ""
8784
8785#: operations/external/vector-stroke.c:359
8786msgid "Renders a vector stroke"
8787msgstr ""
8788
8789#: operations/external/webp-load.c:346
8790msgid "WebP File Loader"
8791msgstr ""
8792
8793#: operations/external/webp-load.c:348
8794msgid "WebP image loader."
8795msgstr ""
8796
8797#: operations/external/webp-save.c:29
8798msgid "WebP compression quality"
8799msgstr ""
8800
8801#: operations/external/webp-save.c:192
8802msgid "WebP File Saver"
8803msgstr ""
8804
8805#: operations/external/webp-save.c:194
8806msgid "WebP image saver"
8807msgstr ""
8808
8809#: operations/generated/add.c:30 operations/generated/divide.c:30
8810#: operations/generated/gamma.c:30 operations/generated/multiply.c:30
8811#: operations/generated/subtract.c:30
8812msgid "global value used if aux doesn't contain data"
8813msgstr ""
8814
8815#: operations/generated/add.c:137
8816msgid ""
8817"Math operation add, performs the operation per pixel, using either the "
8818"constant provided in 'value' or the corresponding pixel from the buffer on "
8819"aux as operands. The result is the evaluation of the expression result = "
8820"input + value"
8821msgstr ""
8822
8823#: operations/generated/clear.c:133
8824msgid "Porter Duff operation clear (d = 0.0f)"
8825msgstr ""
8826
8827#: operations/generated/color-burn.c:188
8828msgid ""
8829"SVG blend operation color-burn (<code>if cA * aB + cB * aA <= aA * aB: d = "
8830"cA * (1 - aB) + cB * (1 - aA) otherwise: d = (cA == 0 ? 1 : (aA * (cA * aB + "
8831"cB * aA - aA * aB) / cA) + cA * (1 - aB) + cB * (1 - aA))</code>)"
8832msgstr ""
8833
8834#: operations/generated/color-dodge.c:188
8835msgid ""
8836"SVG blend operation color-dodge (<code>if cA * aB + cB * aA >= aA * aB: d = "
8837"aA * aB + cA * (1 - aB) + cB * (1 - aA) otherwise: d = (cA == aA ? 1 : cB * "
8838"aA / (aA == 0 ? 1 : 1 - cA / aA)) + cA * (1 - aB) + cB * (1 - aA)</code>)"
8839msgstr ""
8840
8841#: operations/generated/darken.c:184
8842msgid ""
8843"SVG blend operation darken (<code>d = MIN (cA * aB, cB * aA) + cA * (1 - aB) "
8844"+ cB * (1 - aA)</code>)"
8845msgstr ""
8846
8847#: operations/generated/difference.c:184
8848msgid ""
8849"SVG blend operation difference (<code>d = cA + cB - 2 * (MIN (cA * aB, cB * "
8850"aA))</code>)"
8851msgstr ""
8852
8853#: operations/generated/divide.c:137
8854msgid ""
8855"Math operation divide, performs the operation per pixel, using either the "
8856"constant provided in 'value' or the corresponding pixel from the buffer on "
8857"aux as operands. The result is the evaluation of the expression result = "
8858"value==0.0f?0.0f:input/value"
8859msgstr ""
8860
8861#: operations/generated/dst-atop.c:133
8862msgid "Porter Duff operation dst-atop (d = cB * aA + cA * (1.0f - aB))"
8863msgstr ""
8864
8865#: operations/generated/dst.c:155
8866msgid "Porter Duff operation dst (d = cB)"
8867msgstr ""
8868
8869#: operations/generated/dst-in.c:133
8870msgid "Porter Duff operation dst-in (d = cB * aA)"
8871msgstr ""
8872
8873#: operations/generated/dst-out.c:155
8874msgid "Porter Duff operation dst-out (d = cB * (1.0f - aA))"
8875msgstr ""
8876
8877#: operations/generated/dst-over.c:155
8878msgid "Porter Duff operation dst-over (d = cB + cA * (1.0f - aB))"
8879msgstr ""
8880
8881#: operations/generated/exclusion.c:184
8882msgid ""
8883"SVG blend operation exclusion (<code>d = (cA * aB + cB * aA - 2 * cA * cB) + "
8884"cA * (1 - aB) + cB * (1 - aA)</code>)"
8885msgstr ""
8886
8887#: operations/generated/gamma.c:137
8888msgid ""
8889"Math operation gamma, performs the operation per pixel, using either the "
8890"constant provided in 'value' or the corresponding pixel from the buffer on "
8891"aux as operands. The result is the evaluation of the expression result = "
8892"(input >= 0.0f ? powf (input, value) : -powf (-input, value))"
8893msgstr ""
8894
8895#: operations/generated/hard-light.c:188
8896msgid ""
8897"SVG blend operation hard-light (<code>if 2 * cA < aA: d = 2 * cA * cB + cA * "
8898"(1 - aB) + cB * (1 - aA) otherwise: d = aA * aB - 2 * (aB - cB) * (aA - cA) "
8899"+ cA * (1 - aB) + cB * (1 - aA)</code>)"
8900msgstr ""
8901
8902#: operations/generated/lighten.c:184
8903msgid ""
8904"SVG blend operation lighten (<code>d = MAX (cA * aB, cB * aA) + cA * (1 - "
8905"aB) + cB * (1 - aA)</code>)"
8906msgstr ""
8907
8908#: operations/generated/multiply.c:137
8909msgid ""
8910"Math operation multiply, performs the operation per pixel, using either the "
8911"constant provided in 'value' or the corresponding pixel from the buffer on "
8912"aux as operands. The result is the evaluation of the expression result = "
8913"input * value"
8914msgstr ""
8915
8916#: operations/generated/overlay.c:188
8917msgid ""
8918"SVG blend operation overlay (<code>if 2 * cB > aB: d = 2 * cA * cB + cA * (1 "
8919"- aB) + cB * (1 - aA) otherwise: d = aA * aB - 2 * (aB - cB) * (aA - cA) + "
8920"cA * (1 - aB) + cB * (1 - aA)</code>)"
8921msgstr ""
8922
8923#: operations/generated/plus.c:186
8924msgid "SVG blend operation plus (<code>d = cA + cB</code>)"
8925msgstr ""
8926
8927#: operations/generated/screen.c:184
8928msgid "SVG blend operation screen (<code>d = cA + cB - cA * cB</code>)"
8929msgstr ""
8930
8931#: operations/generated/soft-light.c:191
8932msgid ""
8933"SVG blend operation soft-light (<code>if 2 * cA < aA: d = cB * (aA - (aB == "
8934"0 ? 1 : 1 - cB / aB) * (2 * cA - aA)) + cA * (1 - aB) + cB * (1 - aA); if 8 "
8935"* cB <= aB: d = cB * (aA - (aB == 0 ? 1 : 1 - cB / aB) * (2 * cA - aA) * (aB "
8936"== 0 ? 3 : 3 - 8 * cB / aB)) + cA * (1 - aB) + cB * (1 - aA); otherwise: d = "
8937"(aA * cB + (aB == 0 ? 0 : sqrt (cB / aB) * aB - cB) * (2 * cA - aA)) + cA * "
8938"(1 - aB) + cB * (1 - aA)</code>)"
8939msgstr ""
8940
8941#: operations/generated/src-atop.c:155
8942msgid "Porter Duff operation src-atop (d = cA * aB + cB * (1.0f - aA))"
8943msgstr ""
8944
8945#: operations/generated/src.c:133
8946msgid "Porter Duff operation src (d = cA)"
8947msgstr ""
8948
8949#: operations/generated/src-in.c:145
8950msgid "Porter Duff compositing operation src-in (formula: cA * aB)"
8951msgstr ""
8952
8953#: operations/generated/src-out.c:133
8954msgid "Porter Duff operation src-out (d = cA * (1.0f - aB))"
8955msgstr ""
8956
8957#: operations/generated/subtract.c:137
8958msgid ""
8959"Math operation subtract, performs the operation per pixel, using either the "
8960"constant provided in 'value' or the corresponding pixel from the buffer on "
8961"aux as operands. The result is the evaluation of the expression result = "
8962"input - value"
8963msgstr ""
8964
8965#: operations/generated/xor.c:155
8966msgid "Porter Duff operation xor (d = cA * (1.0f - aB)+ cB * (1.0f - aA))"
8967msgstr ""
8968
8969#: operations/seamless-clone/seamless-clone.c:22
8970msgid "Refinement scale"
8971msgstr ""
8972
8973#: operations/seamless-clone/seamless-clone.c:23
8974msgid ""
8975"Maximal scale of refinement points to be used for the interpolation mesh"
8976msgstr ""
8977
8978#: operations/seamless-clone/seamless-clone.c:27
8979#: operations/seamless-clone/seamless-clone.c:33
8980#: operations/seamless-clone/seamless-clone-compose.c:26
8981msgid "How much horizontal offset should applied to the paste"
8982msgstr ""
8983
8984#: operations/seamless-clone/seamless-clone.c:38
8985#: operations/seamless-clone/seamless-clone-compose.c:37
8986msgid "Error message"
8987msgstr ""
8988
8989#: operations/seamless-clone/seamless-clone.c:39
8990#: operations/seamless-clone/seamless-clone-compose.c:38
8991msgid "An error message in case of a failure"
8992msgstr ""
8993
8994#: operations/seamless-clone/seamless-clone.c:184
8995msgid "The foreground does not contain opaque parts"
8996msgstr ""
8997
8998#: operations/seamless-clone/seamless-clone.c:187
8999msgid "The foreground is too small to use"
9000msgstr ""
9001
9002#: operations/seamless-clone/seamless-clone.c:190
9003msgid "The foreground contains holes and/or several unconnected parts"
9004msgstr ""
9005
9006#: operations/seamless-clone/seamless-clone.c:201
9007msgid "The opaque parts of the foreground are not above the background!"
9008msgstr ""
9009
9010#: operations/seamless-clone/seamless-clone-compose.c:21
9011msgid "Refinement steps"
9012msgstr ""
9013
9014#: operations/seamless-clone/seamless-clone-compose.c:22
9015msgid ""
9016"Maximal amount of refinement points to be used for the interpolation mesh"
9017msgstr ""
9018
9019#: operations/seamless-clone/seamless-clone-compose.c:32
9020msgid "How much vertical offset should applied to the paste"
9021msgstr ""
9022
9023#: operations/transform/border-align.c:25
9024msgid "Horizontal justification 0.0 is left 0.5 centered and 1.0 right."
9025msgstr ""
9026
9027#: operations/transform/border-align.c:31
9028msgid "Vertical justification 0.0 is top 0.5 middle and 1.0 bottom."
9029msgstr ""
9030
9031#: operations/transform/border-align.c:180
9032msgid "Border Align"
9033msgstr ""
9034
9035#: operations/transform/border-align.c:183
9036msgid ""
9037"Aligns box of input rectangle with border of compositing target or aux' "
9038"bounding-box border, if aux pad is not connected the op tries to figure out "
9039"which bounding box' border applies."
9040msgstr ""
9041
9042#: operations/transform/reflect.c:27
9043msgid "Direction vector's X component"
9044msgstr ""
9045
9046#: operations/transform/reflect.c:31
9047msgid "Direction vector's Y component"
9048msgstr ""
9049
9050#: operations/transform/reflect.c:109
9051msgid ""
9052"Reflect an image about a line, whose direction is specified by the vector "
9053"that is defined by the x and y properties. "
9054msgstr ""
9055
9056#: operations/transform/reset-origin.c:98
9057msgid "Translate top-left to 0,0."
9058msgstr ""
9059
9060#: operations/transform/rotate.c:25 operations/transform/rotate-on-center.c:27
9061msgid "Degrees"
9062msgstr ""
9063
9064#: operations/transform/rotate.c:26 operations/transform/rotate-on-center.c:28
9065msgid "Angle to rotate (counter-clockwise)"
9066msgstr ""
9067
9068#: operations/transform/rotate.c:92
9069msgid "Rotate"
9070msgstr ""
9071
9072#: operations/transform/rotate.c:96
9073msgid "Rotate the buffer around the specified origin."
9074msgstr ""
9075
9076#: operations/transform/rotate-on-center.c:31
9077msgid "origin-x"
9078msgstr ""
9079
9080#: operations/transform/rotate-on-center.c:32
9081#: operations/transform/rotate-on-center.c:34
9082msgid "Ignored. Always uses center of input buffer"
9083msgstr ""
9084
9085#: operations/transform/rotate-on-center.c:33
9086msgid "origin-y"
9087msgstr ""
9088
9089#: operations/transform/rotate-on-center.c:165
9090msgid "Rotate on center"
9091msgstr ""
9092
9093#: operations/transform/rotate-on-center.c:169
9094msgid "Rotate the buffer around its center, taking care of possible offsets."
9095msgstr ""
9096
9097#: operations/transform/scale-ratio.c:26
9098msgid "Horizontal scale factor"
9099msgstr ""
9100
9101#: operations/transform/scale-ratio.c:31
9102msgid "Vertical scale factor"
9103msgstr ""
9104
9105#: operations/transform/scale-ratio.c:94
9106msgid "Scale ratio"
9107msgstr ""
9108
9109#: operations/transform/scale-ratio.c:98
9110msgid "Scales the buffer according to a ratio."
9111msgstr ""
9112
9113#: operations/transform/scale-size.c:26
9114#: operations/transform/scale-size-keepaspect.c:26
9115msgid "Horizontal size"
9116msgstr ""
9117
9118#: operations/transform/scale-size.c:31
9119#: operations/transform/scale-size-keepaspect.c:31
9120msgid "Vertical size"
9121msgstr ""
9122
9123#: operations/transform/scale-size.c:82
9124msgid "Scale size"
9125msgstr ""
9126
9127#: operations/transform/scale-size.c:85
9128msgid "Scales the buffer according to a size."
9129msgstr ""
9130
9131#: operations/transform/scale-size-keepaspect.c:122
9132msgid "Scale size keep aspect"
9133msgstr ""
9134
9135#: operations/transform/scale-size-keepaspect.c:126
9136msgid "Scales the buffer to a size, preserving aspect ratio"
9137msgstr ""
9138
9139#: operations/transform/shear.c:26
9140msgid "Horizontal shear amount"
9141msgstr ""
9142
9143#: operations/transform/shear.c:30
9144msgid "Vertical shear amount"
9145msgstr ""
9146
9147#: operations/transform/shear.c:91
9148msgid "Shear"
9149msgstr ""
9150
9151#: operations/transform/shear.c:95
9152msgid "Shears the buffer. "
9153msgstr ""
9154
9155#: operations/transform/transform.c:25
9156msgid "Transformation SVG syntax transformation string"
9157msgstr ""
9158
9159#: operations/transform/transform.c:64
9160msgid "Do a transformation using SVG syntax transformation."
9161msgstr ""
9162
9163#: operations/transform/transform-core.c:210
9164msgid "Origin-x"
9165msgstr ""
9166
9167#: operations/transform/transform-core.c:211
9168msgid "X coordinate of origin"
9169msgstr ""
9170
9171#: operations/transform/transform-core.c:218
9172msgid "Origin-y"
9173msgstr ""
9174
9175#: operations/transform/transform-core.c:219
9176msgid "Y coordinate of origin"
9177msgstr ""
9178
9179#: operations/transform/transform-core.c:226
9180msgid "Near-z"
9181msgstr ""
9182
9183#: operations/transform/transform-core.c:227
9184msgid "Z coordinate of the near clipping plane"
9185msgstr ""
9186
9187#: operations/transform/translate.c:26
9188msgid "Horizontal translation"
9189msgstr ""
9190
9191#: operations/transform/translate.c:32
9192msgid "Vertical translation"
9193msgstr ""
9194
9195#: operations/transform/translate.c:94
9196msgid "Translate"
9197msgstr ""
9198
9199#: operations/transform/translate.c:98
9200msgid ""
9201"Repositions the buffer (with subpixel precision), if integer coordinates are "
9202"passed a fast-path without resampling is used"
9203msgstr ""
9204
9205#: operations/workshop/aces-rrt.c:133
9206msgid "ACES RRT"
9207msgstr ""
9208
9209#: operations/workshop/aces-rrt.c:136
9210msgid ""
9211"HDR to SDR proofing filter/mapping curve that is an approximation of the "
9212"ACES RRT (Reference Rendering Transform). When feeding scene-refereed "
9213"imagery into this op, the result is suitable for display referred transform "
9214"to sRGB or output display using regular ICC matric profiles as the ODT. Note "
9215"that for the time being, this is a luminance only approximation of the ACES "
9216"RRT; without desaturation of highlights and shadows nor red hue "
9217"modifications."
9218msgstr ""
9219
9220#: operations/workshop/band-tune.c:24
9221msgid "Detail band"
9222msgstr ""
9223
9224#: operations/workshop/band-tune.c:25
9225msgid "Features size for detail band, used for noise removal."
9226msgstr ""
9227
9228#: operations/workshop/band-tune.c:29
9229msgid ""
9230"Detail scale, negative values diminish signal in detail band, positive "
9231"values increase signal."
9232msgstr ""
9233
9234#: operations/workshop/band-tune.c:30 operations/workshop/band-tune.c:46
9235msgid ""
9236"Scaling factor for image features at radius, -1 cancels them out 1.0 edge "
9237"enhances"
9238msgstr ""
9239
9240#: operations/workshop/band-tune.c:34
9241msgid "Detail bandwidth"
9242msgstr ""
9243
9244#: operations/workshop/band-tune.c:40
9245msgid "Edge band"
9246msgstr ""
9247
9248#: operations/workshop/band-tune.c:41
9249msgid ""
9250"Features size for edge band, used to compensate for loss of edges in detail "
9251"pass."
9252msgstr ""
9253
9254#: operations/workshop/band-tune.c:45
9255msgid ""
9256"Edge scale, negative values diminish signal in detail band, positive values "
9257"increase signal."
9258msgstr ""
9259
9260#: operations/workshop/band-tune.c:50
9261msgid "Edge bandwidth"
9262msgstr ""
9263
9264#: operations/workshop/band-tune.c:54
9265msgid "Visualize Adjustment Mask"
9266msgstr ""
9267
9268#: operations/workshop/band-tune.c:217
9269msgid "Band tune"
9270msgstr ""
9271
9272#: operations/workshop/band-tune.c:219
9273msgid ""
9274"Parametric band equalizer for tuning frequency bands of image, the op "
9275"provides abstracted input parameters that control two difference of "
9276"gaussians driven band pass filters used as adjustments of the image signal."
9277msgstr ""
9278
9279#: operations/workshop/bilateral-filter-fast.c:39
9280msgid "Smoothness"
9281msgstr ""
9282
9283#: operations/workshop/bilateral-filter-fast.c:40
9284msgid "Level of smoothness"
9285msgstr ""
9286
9287#: operations/workshop/bilateral-filter-fast.c:501
9288msgid "Bilateral Box Filter"
9289msgstr ""
9290
9291#: operations/workshop/bilateral-filter-fast.c:506
9292msgid ""
9293"A fast approximation of bilateral filter, using a box-filter instead of a "
9294"gaussian blur."
9295msgstr ""
9296
9297#: operations/workshop/boxblur-1d.c:28
9298msgid "Radius of row pixel region, (size will be radius*2+1)"
9299msgstr ""
9300
9301#: operations/workshop/boxblur-1d.c:466
9302msgid "1D Box Blur"
9303msgstr ""
9304
9305#: operations/workshop/boxblur-1d.c:467
9306msgid "Blur resulting from averaging the colors of a row neighborhood."
9307msgstr ""
9308
9309#: operations/workshop/boxblur.c:75
9310msgid "BoxBlur"
9311msgstr ""
9312
9313#: operations/workshop/connected-components.c:25
9314msgid "Separator"
9315msgstr ""
9316
9317#: operations/workshop/connected-components.c:26
9318msgid "Component separator color"
9319msgstr ""
9320
9321#: operations/workshop/connected-components.c:29
9322msgid "Invert the separator region"
9323msgstr ""
9324
9325#: operations/workshop/connected-components.c:32
9326msgid "Base index"
9327msgstr ""
9328
9329#: operations/workshop/connected-components.c:36
9330msgid "Step"
9331msgstr ""
9332
9333#: operations/workshop/connected-components.c:37
9334msgid "Index step"
9335msgstr ""
9336
9337#: operations/workshop/connected-components.c:42
9338msgid "Normalize output to the range [base,base + step]"
9339msgstr ""
9340
9341#: operations/workshop/connected-components.c:282
9342msgid "Connected Components"
9343msgstr ""
9344
9345#: operations/workshop/connected-components.c:292
9346msgid ""
9347"Fills each connected region of the input, separated from the rest of the "
9348"input by a given color, with a unique color."
9349msgstr ""
9350
9351#: operations/workshop/demosaic-bimedian.c:26
9352#: operations/workshop/demosaic-simple.c:25
9353msgid "Bayer pattern"
9354msgstr ""
9355
9356#: operations/workshop/demosaic-bimedian.c:27
9357#: operations/workshop/demosaic-simple.c:26
9358msgid ""
9359"Bayer pattern used, 0 seems to work for some nikon files, 2 for some Fuji "
9360"files."
9361msgstr ""
9362
9363#: operations/workshop/demosaic-bimedian.c:220
9364msgid "Demosaic With Bimedian Interpolation"
9365msgstr ""
9366
9367#: operations/workshop/demosaic-bimedian.c:223
9368msgid ""
9369"Performs a grayscale2color demosaicing of an image, using bimedian "
9370"interpolation."
9371msgstr ""
9372
9373#: operations/workshop/demosaic-simple.c:152
9374msgid "Demosaic Without Interpolation"
9375msgstr ""
9376
9377#: operations/workshop/demosaic-simple.c:155
9378msgid ""
9379"Performs a naive grayscale2color demosaicing of an image, no interpolation."
9380msgstr ""
9381
9382#: operations/workshop/ditto.c:117
9383msgid "Ditto"
9384msgstr ""
9385
9386#: operations/workshop/ditto.c:119
9387msgid "Test op to do a 1:1 map of input to output, while sampling"
9388msgstr ""
9389
9390#: operations/workshop/external/gluas.c:29
9391msgid "Script"
9392msgstr ""
9393
9394#: operations/workshop/external/gluas.c:30
9395msgid "The lua script containing the implementation of this operation."
9396msgstr ""
9397
9398#: operations/workshop/external/gluas.c:33
9399msgid "Lua error"
9400msgstr ""
9401
9402#: operations/workshop/external/gluas.c:34
9403msgid "Parse/compile error, if any."
9404msgstr ""
9405
9406#: operations/workshop/external/gluas.c:38
9407msgid "A stored lua script on disk implementing an operation."
9408msgstr ""
9409
9410#: operations/workshop/external/gluas.c:40
9411msgid "User value"
9412msgstr ""
9413
9414#: operations/workshop/external/gluas.c:41
9415msgid "Available as a global variable 'user_value' in lua."
9416msgstr ""
9417
9418#: operations/workshop/external/gluas.c:1008
9419msgid "gluas"
9420msgstr ""
9421
9422#: operations/workshop/external/gluas.c:1010
9423msgid ""
9424"Pixel level filter/composer scripting prototyping with lua. See http://"
9425"pippin.gimp.org/image-processing/ for further details."
9426msgstr ""
9427
9428#: operations/workshop/external/paint-select.cc:31
9429msgid "Subtract"
9430msgstr ""
9431
9432#: operations/workshop/external/paint-select.cc:37
9433msgid "Either to add to or subtract from the mask"
9434msgstr ""
9435
9436#: operations/workshop/external/paint-select.cc:39
9437msgid "Use local region"
9438msgstr ""
9439
9440#: operations/workshop/external/paint-select.cc:40
9441msgid "Perform graphcut in a local region"
9442msgstr ""
9443
9444#: operations/workshop/external/paint-select.cc:42
9445msgid "region-x"
9446msgstr ""
9447
9448#: operations/workshop/external/paint-select.cc:45
9449msgid "region-y"
9450msgstr ""
9451
9452#: operations/workshop/external/paint-select.cc:48
9453msgid "region-width"
9454msgstr ""
9455
9456#: operations/workshop/external/paint-select.cc:51
9457msgid "region-height"
9458msgstr ""
9459
9460#: operations/workshop/external/paint-select.cc:1287
9461msgid "Paint Select"
9462msgstr ""
9463
9464#: operations/workshop/external/lens-correct.c:28
9465msgid "Maker"
9466msgstr ""
9467
9468#: operations/workshop/external/lens-correct.c:29
9469msgid "Write lens maker correctly"
9470msgstr ""
9471
9472#: operations/workshop/external/lens-correct.c:31
9473msgid "Camera"
9474msgstr ""
9475
9476#: operations/workshop/external/lens-correct.c:32
9477msgid "Write camera name correctly"
9478msgstr ""
9479
9480#: operations/workshop/external/lens-correct.c:34
9481msgid "Lens"
9482msgstr ""
9483
9484#: operations/workshop/external/lens-correct.c:35
9485msgid "Write your lens model with uppercase letters"
9486msgstr ""
9487
9488#: operations/workshop/external/lens-correct.c:37
9489msgid "Focal of the camera"
9490msgstr ""
9491
9492#: operations/workshop/external/lens-correct.c:38
9493msgid "Calculate b value from focal"
9494msgstr ""
9495
9496#: operations/workshop/external/lens-correct.c:41
9497msgid "Center"
9498msgstr ""
9499
9500#: operations/workshop/external/lens-correct.c:42
9501msgid "If you want center"
9502msgstr ""
9503
9504#: operations/workshop/external/lens-correct.c:44
9505msgid "Lens center X"
9506msgstr ""
9507
9508#: operations/workshop/external/lens-correct.c:45
9509#: operations/workshop/external/lens-correct.c:48
9510msgid "Coordinates of lens center"
9511msgstr ""
9512
9513#: operations/workshop/external/lens-correct.c:47
9514msgid "Lens center Y"
9515msgstr ""
9516
9517#: operations/workshop/external/lens-correct.c:51
9518msgid "Scale of the image"
9519msgstr ""
9520
9521#: operations/workshop/external/lens-correct.c:54
9522msgid "Autocorrect d values"
9523msgstr ""
9524
9525#: operations/workshop/external/lens-correct.c:55
9526msgid "Autocorrect D values for lens correction models."
9527msgstr ""
9528
9529#: operations/workshop/external/lens-correct.c:57
9530msgid "Model red a"
9531msgstr ""
9532
9533#: operations/workshop/external/lens-correct.c:59
9534msgid "Model red b"
9535msgstr ""
9536
9537#: operations/workshop/external/lens-correct.c:61
9538msgid "Model red c"
9539msgstr ""
9540
9541#: operations/workshop/external/lens-correct.c:63
9542msgid "Model red d"
9543msgstr ""
9544
9545#: operations/workshop/external/lens-correct.c:66
9546msgid "Model green a"
9547msgstr ""
9548
9549#: operations/workshop/external/lens-correct.c:68
9550msgid "Model green b"
9551msgstr ""
9552
9553#: operations/workshop/external/lens-correct.c:70
9554msgid "Model green c"
9555msgstr ""
9556
9557#: operations/workshop/external/lens-correct.c:72
9558msgid "Model green d"
9559msgstr ""
9560
9561#: operations/workshop/external/lens-correct.c:75
9562msgid "Model blue a"
9563msgstr ""
9564
9565#: operations/workshop/external/lens-correct.c:77
9566msgid "Model blue b"
9567msgstr ""
9568
9569#: operations/workshop/external/lens-correct.c:79
9570msgid "Model blue c"
9571msgstr ""
9572
9573#: operations/workshop/external/lens-correct.c:81
9574msgid "Model blue d"
9575msgstr ""
9576
9577#: operations/workshop/external/lens-correct.c:85
9578msgid "Model alpha a"
9579msgstr ""
9580
9581#: operations/workshop/external/lens-correct.c:87
9582msgid "Model alpha b"
9583msgstr ""
9584
9585#: operations/workshop/external/lens-correct.c:89
9586msgid "Model alpha c"
9587msgstr ""
9588
9589#: operations/workshop/external/lens-correct.c:91
9590msgid "Model alpha d"
9591msgstr ""
9592
9593#: operations/workshop/external/lens-correct.c:487
9594msgid "Copies image performing lens distortion correction."
9595msgstr ""
9596
9597#: operations/workshop/external/line-profile.c:25
9598msgid "X0"
9599msgstr ""
9600
9601#: operations/workshop/external/line-profile.c:26
9602msgid "Start x coordinate"
9603msgstr ""
9604
9605#: operations/workshop/external/line-profile.c:29
9606msgid "End x coordinate"
9607msgstr ""
9608
9609#: operations/workshop/external/line-profile.c:32
9610msgid "Y0"
9611msgstr ""
9612
9613#: operations/workshop/external/line-profile.c:33
9614msgid "Start y coordinate"
9615msgstr ""
9616
9617#: operations/workshop/external/line-profile.c:36
9618msgid "End y coordinate"
9619msgstr ""
9620
9621#: operations/workshop/external/line-profile.c:44
9622msgid "Min"
9623msgstr ""
9624
9625#: operations/workshop/external/line-profile.c:46
9626msgid "Value at bottom"
9627msgstr ""
9628
9629#: operations/workshop/external/line-profile.c:48
9630msgid "Max"
9631msgstr ""
9632
9633#: operations/workshop/external/line-profile.c:50
9634msgid "Value at top"
9635msgstr ""
9636
9637#: operations/workshop/external/line-profile.c:196
9638msgid "Line Profile"
9639msgstr ""
9640
9641#: operations/workshop/external/line-profile.c:198
9642msgid ""
9643"Renders luminance profiles for red green and blue components along the "
9644"specified line in the input buffer, plotted in a buffer of the specified "
9645"size."
9646msgstr ""
9647
9648#: operations/workshop/external/spyrograph.c:27
9649msgid "Spyrograph"
9650msgstr ""
9651
9652#: operations/workshop/external/spyrograph.c:28
9653msgid "EPITROCHOID"
9654msgstr ""
9655
9656#: operations/workshop/external/spyrograph.c:31
9657msgid "Curve Type"
9658msgstr ""
9659
9660#: operations/workshop/external/spyrograph.c:34
9661msgid "Curve type"
9662msgstr ""
9663
9664#: operations/workshop/external/spyrograph.c:36
9665msgid "Fixed Gear Teeth"
9666msgstr ""
9667
9668#: operations/workshop/external/spyrograph.c:37
9669msgid "Number of teeth in fixed gear."
9670msgstr ""
9671
9672#: operations/workshop/external/spyrograph.c:40
9673msgid "Moving Gear Teeth"
9674msgstr ""
9675
9676#: operations/workshop/external/spyrograph.c:41
9677msgid ""
9678"Number of teeth in moving gear. Radius of moving gear, relative to radius of "
9679"fixed gear, is determined by the proportion between the number of teeth in "
9680"gears."
9681msgstr ""
9682
9683#: operations/workshop/external/spyrograph.c:46
9684msgid "Hole Percent"
9685msgstr ""
9686
9687#: operations/workshop/external/spyrograph.c:47
9688msgid ""
9689"How far the hole is from the center of the moving gear. 100 means that the "
9690"hole is at the gear's edge."
9691msgstr ""
9692
9693#: operations/workshop/external/spyrograph.c:52
9694msgid "X coordinate of pattern center"
9695msgstr ""
9696
9697#: operations/workshop/external/spyrograph.c:58
9698msgid "Y coordinate of pattern center"
9699msgstr ""
9700
9701#: operations/workshop/external/spyrograph.c:64
9702msgid "Radius of fixed gear"
9703msgstr ""
9704
9705#: operations/workshop/external/spyrograph.c:70
9706msgid "Pattern rotation"
9707msgstr ""
9708
9709#: operations/workshop/external/spyrograph.c:611
9710msgid "Render Spyrograph"
9711msgstr ""
9712
9713#: operations/workshop/external/spyrograph.c:615
9714msgid "Renders a Spyrograph pattern"
9715msgstr ""
9716
9717#: operations/workshop/external/v4l2.c:25
9718msgid "video device path"
9719msgstr ""
9720
9721#: operations/workshop/external/v4l2.c:774
9722msgid "Video4Linux2 Frame Source"
9723msgstr ""
9724
9725#: operations/workshop/external/v4l2.c:776
9726msgid "Video4Linux2 input, webcams framegrabbers and similar devices."
9727msgstr ""
9728
9729#: operations/workshop/external/voronoi-diagram.cc:29
9730msgid "Mask"
9731msgstr ""
9732
9733#: operations/workshop/external/voronoi-diagram.cc:30
9734msgid "Unseeded region color"
9735msgstr ""
9736
9737#: operations/workshop/external/voronoi-diagram.cc:33
9738msgid "Invert mask"
9739msgstr ""
9740
9741#: operations/workshop/external/voronoi-diagram.cc:35
9742msgid "Seed edges"
9743msgstr ""
9744
9745#: operations/workshop/external/voronoi-diagram.cc:36
9746msgid "Whether the image edges are also seeded"
9747msgstr ""
9748
9749#: operations/workshop/external/voronoi-diagram.cc:524
9750msgid "Voronoi Diagram"
9751msgstr ""
9752
9753#: operations/workshop/external/voronoi-diagram.cc:533
9754msgid "Paints each non-seed pixel with the color of the nearest seed pixel."
9755msgstr ""
9756
9757#: operations/workshop/generated/average.c:110
9758msgid "Image blending operation 'average' (<tt>c = (cA + aB)/2</tt>)"
9759msgstr ""
9760
9761#: operations/workshop/generated/blend-reflect.c:110
9762msgid ""
9763"Image blending operation 'blend-reflect' (<tt>c = cB>=1.0?1.0:cA*cA / (1.0-"
9764"cB)</tt>)"
9765msgstr ""
9766
9767#: operations/workshop/generated/negation.c:110
9768msgid ""
9769"Image blending operation 'negation' (<tt>c = 1.0 - fabs(1.0-cA-cB)</tt>)"
9770msgstr ""
9771
9772#: operations/workshop/generated/soft-burn.c:110
9773msgid ""
9774"Image blending operation 'soft-burn' (<tt>c = (cA+cB<1.0)?0.5*cB / (1.0 - "
9775"cA):1.0-0.5*(1.0 - cA) / cB</tt>)"
9776msgstr ""
9777
9778#: operations/workshop/generated/soft-dodge.c:110
9779msgid ""
9780"Image blending operation 'soft-dodge' (<tt>c = (cA+cB<1.0)?0.5*cA / (1.0 - "
9781"cB):1.0-0.5*(1.0 - cB)/cA</tt>)"
9782msgstr ""
9783
9784#: operations/workshop/generated/subtractive.c:110
9785msgid "Image blending operation 'subtractive' (<tt>c = cA+cB-1.0</tt>)"
9786msgstr ""
9787
9788#: operations/workshop/gradient-map.c:26
9789msgid "Stop 1"
9790msgstr ""
9791
9792#: operations/workshop/gradient-map.c:28
9793msgid "Stop 2"
9794msgstr ""
9795
9796#: operations/workshop/gradient-map.c:29
9797msgid "Color 3"
9798msgstr ""
9799
9800#: operations/workshop/gradient-map.c:30
9801msgid "Stop 3"
9802msgstr ""
9803
9804#: operations/workshop/gradient-map.c:31
9805msgid "Color 4"
9806msgstr ""
9807
9808#: operations/workshop/gradient-map.c:32
9809msgid "Stop 4"
9810msgstr ""
9811
9812#: operations/workshop/gradient-map.c:33
9813msgid "Color 5"
9814msgstr ""
9815
9816#: operations/workshop/gradient-map.c:34
9817msgid "Stop 5"
9818msgstr ""
9819
9820#: operations/workshop/gradient-map.c:240
9821msgid "Gradient Map"
9822msgstr "Прилаганена преливка"
9823
9824#: operations/workshop/gradient-map.c:245
9825msgid "Applies a color gradient."
9826msgstr ""
9827
9828#: operations/workshop/integral-image.c:25
9829msgid "squared integral"
9830msgstr ""
9831
9832#: operations/workshop/integral-image.c:26
9833msgid "Add squared values sum to the output"
9834msgstr ""
9835
9836#: operations/workshop/integral-image.c:252
9837msgid "Integral Image"
9838msgstr ""
9839
9840#: operations/workshop/integral-image.c:254
9841msgid "Compute integral and squared integral image"
9842msgstr ""
9843
9844#: operations/workshop/rawbayer-load.c:156
9845msgid ""
9846"Raw image loader, wrapping dcraw with pipes, provides the raw bayer grid as "
9847"grayscale, if the fileformat is .rawbayer it will use this loader instead of "
9848"the normal dcraw loader, if the fileformat is .rawbayerS it will swap the "
9849"returned 16bit numbers (the pnm loader is apparently buggy)"
9850msgstr ""
9851
9852#: operations/workshop/segment-kmeans.c:27
9853#: operations/workshop/segment-kmeans.c:28
9854msgid "Number of clusters"
9855msgstr "Брой клъстери"
9856
9857#: operations/workshop/segment-kmeans.c:32
9858msgid "Max. Iterations"
9859msgstr "Макс. повторения"
9860
9861#: operations/workshop/segment-kmeans.c:33
9862msgid "Maximum number of iterations"
9863msgstr "Максимален брой итерации"
9864
9865#: operations/workshop/segment-kmeans.c:391
9866msgid "K-means Segmentation"
9867msgstr ""
9868
9869#: operations/workshop/segment-kmeans.c:393
9870msgid "Segment colors using K-means clustering"
9871msgstr ""
9872
9873#: operations/workshop/selective-hue-saturation.c:26
9874msgid "Hue selection center"
9875msgstr "Център на избор на нюанса"
9876
9877#: operations/workshop/selective-hue-saturation.c:27
9878msgid "Center of Hue selection interval "
9879msgstr "Център на интервала за избор на нюанс "
9880
9881#: operations/workshop/selective-hue-saturation.c:30
9882msgid "Hue selection width"
9883msgstr "Широчина на избор на нюанс"
9884
9885#: operations/workshop/selective-hue-saturation.c:31
9886msgid "Width of Hue selection interval "
9887msgstr "Широчина на интервала за избор на нюанс "
9888
9889#: operations/workshop/selective-hue-saturation.c:39
9890msgid "Saturation adjustment"
9891msgstr "Промяна на насищането"
9892
9893#: operations/workshop/selective-hue-saturation.c:170
9894msgid "Selective Hue-Saturation"
9895msgstr "Избирателно нюанс-насищане"
9896
9897#: operations/workshop/selective-hue-saturation.c:173
9898msgid "Selective adjust Hue, Saturation and Lightness"
9899msgstr "Избирателна промяна на нюанса, насищането и осветеността"
9900
9901#: operations/workshop/shuffle-search.c:38
9902msgid "Chance"
9903msgstr ""
9904
9905#: operations/workshop/shuffle-search.c:45
9906msgid "Phase"
9907msgstr "Фаза"
9908
9909#: operations/workshop/shuffle-search.c:49
9910msgid "Only used if no aux image is provided"
9911msgstr "Ползва се, само ако няма допълнително изображение"
9912
9913#: operations/workshop/shuffle-search.c:592
9914msgid "Optimize Dither"
9915msgstr "Оптимизиране на полутонирането"
9916
9917#: operations/workshop/shuffle-search.c:595
9918msgid ""
9919"Shuffles pixels, and quantization with neighbors to optimize dither, by "
9920"shuffling neighboring pixels."
9921msgstr "Размества пикселите и отчитането със съседните, за да оптимизира полутонирането чрез разместване на съседните пиксели."
Note: See TracBrowser for help on using the repository browser.