removed trailing period from procedure blurbs.

2006-03-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/*.c: removed trailing period from procedure blurbs.
This commit is contained in:
Sven Neumann 2006-03-17 09:29:48 +00:00 committed by Sven Neumann
parent 2ab072cb01
commit 0486d1c9df
91 changed files with 102 additions and 98 deletions

View File

@ -1,3 +1,7 @@
2006-03-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/*.c: removed trailing period from procedure blurbs.
2006-03-16 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/image.pdb: replaced code generated by now gone

View File

@ -180,7 +180,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Alter colors in various psychedelic ways."),
N_("Alter colors in various psychedelic ways"),
"No help yet. Just try it and you'll see!",
"Martin Weber (martweb@gmx.net)",
"Martin Weber (martweb@gmx.net",

View File

@ -454,7 +454,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create abstract Coupled-Map Lattice patterns."),
N_("Create abstract Coupled-Map Lattice patterns"),
"Make an image of Coupled-Map Lattice (CML). CML is "
"a kind of Cellula Automata on continuous (value) "
"domain. In GIMP_RUN_NONINTERACTIVE, the name of a "

View File

@ -125,7 +125,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Align all visible layers of the image."),
N_("Align all visible layers of the image"),
"Align visible layers",
"Shuji Narazaki <narazaki@InetQ.or.jp>",
"Shuji Narazaki",

View File

@ -151,7 +151,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Preview a GIMP layer-based animation."),
N_("Preview a GIMP layer-based animation"),
"",
"Adam D. Moss <adam@gimp.org>",
"Adam D. Moss <adam@gimp.org>",

View File

@ -130,7 +130,7 @@ query (void)
};
gimp_install_procedure (OPTIMIZE_PROC,
N_("Modify image to reduce size when saved as GIF animation."),
N_("Modify image to reduce size when saved as GIF animation"),
"This procedure applies various optimizations to"
" a GIMP layer-based animation in an attempt to"
" reduce the final file size. If a frame of the"
@ -150,7 +150,7 @@ query (void)
args, return_args);
gimp_install_procedure (OPTIMIZE_DIFF_PROC,
N_("Reduce file size where combining layers is possible."),
N_("Reduce file size where combining layers is possible"),
"This procedure applies various optimizations to"
" a GIMP layer-based animation in an attempt to"
" reduce the final file size. If a frame of the"
@ -168,7 +168,7 @@ query (void)
args, return_args);
gimp_install_procedure (UNOPTIMIZE_PROC,
N_("Remove optimization to make editing easier."),
N_("Remove optimization to make editing easier"),
"This procedure 'simplifies' a GIMP layer-based"
" animation that has been optimized for animation. "
"This makes editing the animation much easier.",

View File

@ -106,7 +106,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an elliptical lens over the image."),
N_("Simulate an elliptical lens over the image"),
"This plug-in uses Snell's law to draw "
"an ellipsoid lens over the image",
"Morten Eriksen",

View File

@ -81,7 +81,7 @@ query (void)
};
gimp_install_procedure (AUTOCROP_PROC,
N_("Remove empty borders from the image."),
N_("Remove empty borders from the image"),
"",
"Tim Newsome",
"Tim Newsome",
@ -95,7 +95,7 @@ query (void)
gimp_plugin_menu_register (AUTOCROP_PROC, "<Image>/Image/Crop");
gimp_install_procedure (AUTOCROP_LAYER_PROC,
N_("Remove empty borders from the layer."),
N_("Remove empty borders from the layer"),
"",
"Tim Newsome",
"Tim Newsome",

View File

@ -66,7 +66,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch image contrast to cover the maximum possible range."),
N_("Stretch image contrast to cover the maximum possible range"),
"This simple plug-in does an automatic contrast "
"stretch. For each channel in the image, it finds "
"the minimum and maximum values... it uses those "

View File

@ -113,7 +113,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an image painted on window blinds."),
N_("Simulate an image painted on window blinds"),
"More here later",
"Andy Thomas",
"Andy Thomas",

View File

@ -127,7 +127,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simple blur, fast but not very strong."),
N_("Simple blur, fast but not very strong"),
"This plug-in blurs the specified drawable, using "
"a 3x3 blur. Indexed images are not supported.",
"Miles O'Neal <meo@rru.com>",

View File

@ -96,7 +96,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Set foreground to the average color of the image border."),
N_("Set foreground to the average color of the image border"),
"",
"Philipp Klaus",
"Internet Access AG",

View File

@ -327,7 +327,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create an embossing effect using a bump map."),
N_("Create an embossing effect using a bump map"),
"This plug-in uses the algorithm described by John "
"Schlag, \"Fast Embossing Effects on Raster Image "
"Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). "

View File

@ -66,7 +66,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch contrast to cover the maximum possible range."),
N_("Stretch contrast to cover the maximum possible range"),
"This simple plug-in does an automatic contrast "
"stretch. For each channel in the image, it finds "
"the minimum and maximum values... it uses those "

View File

@ -141,7 +141,7 @@ query (void)
"noticable; larger values achieve the opposite effect.";
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate a cartoon by enhancing edges."),
N_("Simulate a cartoon by enhancing edges"),
help_string,
"Spencer Kimball",
"Bit Specialists, Inc.",

View File

@ -175,7 +175,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Alter colors by mixing RGB Channels."),
N_("Alter colors by mixing RGB Channels"),
"This plug-in mixes the RGB channels.",
"Martin Guldahl <mguldahl@xmission.com>",
"Martin Guldahl <mguldahl@xmission.com>",

View File

@ -86,7 +86,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create a checkerboard pattern."),
N_("Create a checkerboard pattern"),
"More here later",
"Brent Burton & the Edward Blevins",
"Brent Burton & the Edward Blevins",

View File

@ -67,7 +67,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch color saturation to cover maximum possible range."),
N_("Stretch color saturation to cover maximum possible range"),
"This simple plug-in does an automatic saturation "
"stretch. For each channel in the image, it finds "
"the minimum and maximum values... it uses those "

View File

@ -99,7 +99,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Replace all colors with shades of a specified color."),
N_("Replace all colors with shades of a specified color"),
"Makes an average of the RGB channels and uses it "
"to set the color",
"Francisco Bustamante",

View File

@ -93,7 +93,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Convert a specified color to transparency."),
N_("Convert a specified color to transparency"),
"This replaces as much of a given color as possible "
"in each pixel with a corresponding amount of alpha, "
"then readjusts the color accordingly.",

View File

@ -377,7 +377,7 @@ query (void)
};
gimp_install_procedure (COMPOSE_PROC,
N_("Create an image using multiple gray images as color channels."),
N_("Create an image using multiple gray images as color channels"),
"This function creates a new image from "
"multiple gray images",
"Peter Kirchgessner",
@ -407,7 +407,7 @@ query (void)
drw_args, drw_return_vals);
gimp_install_procedure (RECOMPOSE_PROC,
N_("Recompose an image that was previously decomposed."),
N_("Recompose an image that was previously decomposed"),
"This function recombines the grayscale layers produced "
"by Decompose into a single RGB or RGBA layer, and "
"replaces the originally decomposed layer with the "

View File

@ -181,7 +181,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Apply a generic 5x5 convolution matrix."),
N_("Apply a generic 5x5 convolution matrix"),
"",
"Lauri Alanko",
"Lauri Alanko",

View File

@ -147,7 +147,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Convert the image into randomly rotated square blobs."),
N_("Convert the image into randomly rotated square blobs"),
"Help not yet written for this plug-in",
"Spencer Kimball & Tracy Scott",
"Spencer Kimball & Tracy Scott",

View File

@ -520,7 +520,7 @@ query (void)
/* the actual installation of the bend plugin */
gimp_install_procedure (PLUG_IN_PROC,
N_("Bend the image using two control curves."),
N_("Bend the image using two control curves"),
"This plug-in does bend the active layer "
"If there is a current selection it is copied to "
"floating selection and the curve_bend distortion "

View File

@ -244,7 +244,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Decompose an image into separate colorspace components."),
N_("Decompose an image into separate colorspace components"),
"This function creates new gray images with "
"different channel information in each of them",
"Peter Kirchgessner",

View File

@ -90,7 +90,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Fix images where every other row is missing."),
N_("Fix images where every other row is missing"),
"Deinterlace is useful for processing images from "
"video capture cards. When only the odd or even "
"fields get captured, deinterlace can be used to "

View File

@ -143,7 +143,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Remove speckle noise from the image."),
N_("Remove speckle noise from the image"),
"This plug-in selectively performs a median or "
"adaptive box filter on an image.",
"Michael Sweet <mike@easysw.com>",

View File

@ -99,7 +99,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Remove vertical stripe artifacts from the image."),
N_("Remove vertical stripe artifacts from the image"),
"This plug-in tries to remove vertical stripes from "
"an image.",
"Marc Lehmann <pcg@goof.com>",

View File

@ -164,7 +164,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Generate diffraction patterns."),
N_("Generate diffraction patterns"),
"Help? What help? Real men do not need help :-)",
"Federico Mena Quintero",
"Federico Mena Quintero & David Bleecker",

View File

@ -169,7 +169,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Displace pixels as indicated by displacment maps."),
N_("Displace pixels as indicated by displacment maps"),
"Displaces the contents of the specified drawable "
"by the amounts specified by 'amount-x' and "
"'amount-y' multiplied by the luminance of "

View File

@ -132,7 +132,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Edge detection with control of edge thickness."),
N_("Edge detection with control of edge thickness"),
"Applies two Gaussian blurs to the drawable, and "
"subtracts the results. This is robust and widely "
"used method for detecting edges. Uses Gauss IIR "

View File

@ -151,7 +151,7 @@ query (void)
"versions.";
gimp_install_procedure (PLUG_IN_PROC,
N_("Several simple methods for detecting edges."),
N_("Several simple methods for detecting edges"),
help_string,
"Peter Mattis & (ported to 1.0 by) Eiichi Takamori",
"Peter Mattis",

View File

@ -123,7 +123,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an image created by embossing."),
N_("Simulate an image created by embossing"),
"Emboss or Bumpmap the given drawable, specifying "
"the angle and elevation for the light source.",
"Eric L. Hernes, John Schlag",

View File

@ -100,7 +100,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an antique engraving."),
N_("Simulate an antique engraving"),
"Creates a black-and-white 'engraved' version of an image as seen in old illustrations",
"Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen",
"Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen",

View File

@ -120,7 +120,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Swap one color with another."),
N_("Swap one color with another"),
"Exchange one color with another, optionally setting a threshold "
"to convert from one shade to another",
"robert@experimental.net",

View File

@ -230,7 +230,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Combine several images on a film strip."),
N_("Combine several images on a film strip"),
"Compose several images to a roll film",
"Peter Kirchgessner",
"Peter Kirchgessner (peter@kirchgessner.net)",

View File

@ -185,7 +185,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Add a lens flare effect."),
N_("Add a lens flare effect"),
"Adds a lens flare effects. Makes your image look "
"like it was snapped with a cheap camera with a lot "
"of lens :)",

View File

@ -321,7 +321,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Interactively modify the image colors."),
N_("Interactively modify the image colors"),
"Interactively modify the image colors.",
"Pavel Grinfeld (pavel@ml.com)",
"Pavel Grinfeld (pavel@ml.com)",

View File

@ -113,7 +113,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Transform image with the Mandelbrot Fractal."),
N_("Transform image with the Mandelbrot Fractal"),
"transform image with the Mandelbrot Fractal",
"Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>",
"Copyright (C) 1997 Hirotsuna Mizuno",

View File

@ -156,7 +156,7 @@ query (void)
};
gimp_install_procedure (GAUSS_PROC,
N_("Simplest, most commonly used way of blurring."),
N_("Simplest, most commonly used way of blurring"),
"Applies a gaussian blur to the drawable, with "
"specified radius of affect. The standard deviation "
"of the normal distribution used to modify pixel "

View File

@ -123,7 +123,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate distortion caused by square glass tiles."),
N_("Simulate distortion caused by square glass tiles"),
"Divide the image into square glassblocks in "
"which the image is refracted.",
"Karl-Johan Andersson", /* Author */

View File

@ -85,7 +85,7 @@ query (void)
};
gimp_install_procedure (PROC_NAME,
N_("Print the image using the GNOME Print system."),
N_("Print the image using the GNOME Print system"),
"FIXME: write help",
"Sven Neumann <sven@gimp.org>",
"Sven Neumann <sven@gimp.org>",

View File

@ -396,7 +396,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Generate a huge variety of abstract patterns."),
N_("Generate a huge variety of abstract patterns"),
"This Plug-in is based on an article by "
"Jörn Loviscach (appeared in c't 10/95, page 326). "
"It generates modern art pictures from a random "

View File

@ -81,7 +81,7 @@ query (void)
};
gimp_install_procedure (GRADMAP_PROC,
N_("Recolor the image using colors from the active gradient."),
N_("Recolor the image using colors from the active gradient"),
"This plug-in maps the contents of the specified "
"drawable with active gradient. It calculates "
"luminosity of each pixel and replaces the pixel "
@ -103,7 +103,7 @@ query (void)
gimp_plugin_menu_register (GRADMAP_PROC, "<Image>/Colors/Map");
gimp_install_procedure (PALETTEMAP_PROC,
N_("Recolor the image using colors from the active palette."),
N_("Recolor the image using colors from the active palette"),
"This plug-in maps the contents of the specified "
"drawable with the active palette. It calculates "
"luminosity of each pixel and replaces the pixel "

View File

@ -139,7 +139,7 @@ void query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Draw a grid on the image."),
N_("Draw a grid on the image"),
"Draws a grid using the specified colors. "
"The grid origin is the upper left corner.",
"Tim Newsome",

View File

@ -66,7 +66,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Slice the image into subimages using guides."),
N_("Slice the image into subimages using guides"),
"This function takes an image and blah blah. Hooray!",
"Adam D. Moss (adam@foxbox.org)",
"Adam D. Moss (adam@foxbox.org)",

View File

@ -204,7 +204,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Find and fix pixels that may be unsafely bright."),
N_("Find and fix pixels that may be unsafely bright"),
"hot scans an image for pixels that will give unsave "
"values of chrominance or composite signale "
"amplitude when encoded into an NTSC or PAL signal. "

View File

@ -261,7 +261,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Use mouse control to warp image areas."),
N_("Use mouse control to warp image areas"),
"Interactive warping of the specified drawable",
"Norbert Schmitz",
"Norbert Schmitz",

View File

@ -353,7 +353,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Add a jigsaw-puzzle pattern to the image."),
N_("Add a jigsaw-puzzle pattern to the image"),
"Jigsaw puzzle look",
"Nigel Wetten",
"Nigel Wetten",

View File

@ -807,7 +807,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Special effects that nobody understands."),
N_("Special effects that nobody understands"),
"No help yet",
"Tom Bech & Federico Mena Quintero",
"Tom Bech & Federico Mena Quintero",

View File

@ -250,7 +250,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Email the image."),
N_("Email the image"),
"You need to have uuencode and mail installed",
"Adrian Likins, Reagan Blundell",
"Adrian Likins, Reagan Blundell, Daniel Risacher, "

View File

@ -140,7 +140,7 @@ query (void)
};
gimp_install_procedure (COLOR_ADJUST_PROC,
N_("Map colors sending foreground to black, background to white."),
N_("Map colors sending foreground to black, background to white"),
"The current foreground color is mapped to black "
"(black point), the current background color is "
"mapped to white (white point). Intermediate "

View File

@ -87,7 +87,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Reduce image to pure red, green, and blue."),
N_("Reduce image to pure red, green, and blue"),
"There's no help yet.",
"Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki",

View File

@ -164,7 +164,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate movement using directional blur."),
N_("Simulate movement using directional blur"),
"This plug-in simulates the effect seen when "
"photographing a moving object at a slow shutter "
"speed. Done by adding multiple displaced copies.",

View File

@ -117,7 +117,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Nonlinear swiss army knife filter."),
N_("Nonlinear swiss army knife filter"),
"This is the pnmnlfilt, in gimp's clothing. "
"See the pnmnlfilt manpage for details.",
"Graeme W. Gill, gimp 0.99 plugin by Eric L. Hernes",

View File

@ -141,7 +141,7 @@ query (void)
gimp_install_procedure (RGB_NOISE_PROC,
N_("Distort colors by random amounts."),
N_("Distort colors by random amounts"),
"Add normally distributed (zero mean) random values "
"to image channels. Noise may be additive "
"(uncorrelated) or multiplicative (correlated - "

View File

@ -74,7 +74,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch brightness values to cover the full range."),
N_("Stretch brightness values to cover the full range"),
"This plugin performs almost the same operation as "
"the 'contrast autostretch' plugin, except that it "
"won't allow the color channels to normalize "

View File

@ -811,7 +811,7 @@ plugin_query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Cut image into paper tiles, and slide them."),
N_("Cut image into paper tiles, and slide them"),
"This plug-in cuts an image into paper tiles and "
"slides each paper tile.",
"Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>",

View File

@ -175,7 +175,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create a random plasma texture."),
N_("Create a random plasma texture"),
"More help",
"Stephen Norris & (ported to 1.0 by) Eiichi Takamori",
"Stephen Norris",

View File

@ -131,7 +131,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Display information about plug-ins."),
N_("Display information about plug-ins"),
"Allows to browse the plug-in menus system. You can "
"search for plug-in names, sort by name or menu "
"location and you can view a tree representation "

View File

@ -151,7 +151,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Convert image to or from polar coordinates."),
N_("Convert image to or from polar coordinates"),
"Remaps and image from rectangular coordinates "
"to polar coordinates "
"or vice versa",

View File

@ -153,7 +153,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Enhance contrast using the Retinex method."),
N_("Enhance contrast using the Retinex method"),
"The Retinex Image Enhancement Algorithm is an "
"automatic image enhancement method that enhances "
"a digital image in terms of dynamic range "

View File

@ -126,7 +126,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Displace pixels in a ripple pattern."),
N_("Displace pixels in a ripple pattern"),
"Ripples the pixels of the specified drawable. "
"Each row or column will be displaced a certain "
"number of pixels coinciding with the given wave form",

View File

@ -295,7 +295,7 @@ query (void)
" The sample_drawable should be of type RGB or RGBA";
gimp_install_procedure (PLUG_IN_PROC,
N_("Colorize image using a sample image as a guide."),
N_("Colorize image using a sample image as a guide"),
help_string,
"Wolfgang Hofer",
"hof@hotbot.com",

View File

@ -94,7 +94,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Blur neighboring pixels, but only in low-contrast areas."),
N_("Blur neighboring pixels, but only in low-contrast areas"),
"This filter functions similar to the regular "
"gaussian blur filter except that neighbouring "
"pixels that differ more than the given maxdelta "

View File

@ -65,7 +65,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Replace partial transparency with the current background color."),
N_("Replace partial transparency with the current background color"),
"This plugin flattens pixels in an RGBA image that "
"aren't completely transparent against the current "
"GIMP background color",

View File

@ -100,7 +100,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Shift each row of pixels by a random amount."),
N_("Shift each row of pixels by a random amount"),
"Shifts the pixels of the specified drawable. "
"Each row will be displaced a random value of pixels.",
"Spencer Kimball and Peter Mattis, ported by Brian "

View File

@ -183,7 +183,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Generate complex sinusoidal textures."),
N_("Generate complex sinusoidal textures"),
"FIX ME: sinus help",
"Xavier Bouchoux",
"Xavier Bouchoux",

View File

@ -80,7 +80,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Derive a smooth color palette from the image."),
N_("Derive a smooth color palette from the image"),
"help!",
"Scott Draves",
"Scott Draves",

View File

@ -175,7 +175,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create a random cloud-like texture."),
N_("Create a random cloud-like texture"),
"Generates 2D textures using Perlin's classic "
"solid noise function.",
"Marcelo de Gomensoro Malheiros",

View File

@ -105,7 +105,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Specialized direction-dependent edge detection."),
N_("Specialized direction-dependent edge detection"),
"This plugin calculates the gradient with a sobel "
"operator. The user can specify which direction to "
"use. When both directions are used, the result is "

View File

@ -131,7 +131,7 @@ query (void)
"alternatively, diffuse, the glow effect should be.";
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate glow by making highlights intense and fuzzy."),
N_("Simulate glow by making highlights intense and fuzzy"),
help_string,
"Spencer Kimball",
"Bit Specialists, Inc.",

View File

@ -178,7 +178,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Turn bright spots into starry sparkles."),
N_("Turn bright spots into starry sparkles"),
"Uses a percentage based luminoisty threhsold to find "
"candidate pixels for adding some sparkles (spikes). ",
"John Beale, & (ported to GIMP v0.54) Michael "

View File

@ -2988,7 +2988,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create an image of a textured sphere."),
N_("Create an image of a textured sphere"),
"This plugin can be used to create textured and/or "
"bumpmapped spheres, and uses a small lightweight "
"raytracer to perform the task with good quality",

View File

@ -88,7 +88,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Move pixels around randomly."),
N_("Move pixels around randomly"),
"Spreads the pixels of the specified drawable. "
"Pixels are randomly moved to another location whose "
"distance varies from the original by the horizontal "

View File

@ -1139,7 +1139,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Add a canvas texture to the image."),
N_("Add a canvas texture to the image"),
"This function applies a canvas texture map to the drawable.",
"Karl-Johan Andersson", /* Author */
"Karl-Johan Andersson", /* Copyright */

View File

@ -82,7 +82,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Make transparency all-or-nothing."),
N_("Make transparency all-or-nothing"),
"",
"Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki",

View File

@ -98,7 +98,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create an array of copies of the image."),
N_("Create an array of copies of the image"),
"This function creates a new image with a single "
"layer sized to the specified 'new_width' and "
"'new_height' parameters. The specified drawable "

View File

@ -213,7 +213,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Tile image into smaller versions of the orginal."),
N_("Tile image into smaller versions of the orginal"),
"More here later",
"Andy Thomas",
"Andy Thomas",

View File

@ -64,7 +64,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Alters edges to make the image seamlessly tileable."),
N_("Alters edges to make the image seamlessly tileable"),
"This plugin creates a seamless tileable from "
"the input drawable",
"Tim Rowley",

View File

@ -118,13 +118,13 @@ static GtkActionEntry actions[] =
{ "unit-editor-new", GTK_STOCK_NEW,
NULL, "<control>N",
N_("Create a new unit from scratch."),
N_("Create a new unit from scratch"),
G_CALLBACK (new_callback)
},
{ "unit-editor-duplicate", GIMP_STOCK_DUPLICATE,
NULL, "<control>D",
N_("Create a new unit using the currently selected unit as template."),
N_("Create a new unit using the currently selected unit as template"),
G_CALLBACK (duplicate_callback)
}
};
@ -142,7 +142,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Create or alter units used in GIMP."),
N_("Create or alter units used in GIMP"),
"The GIMP unit editor",
"Michael Natterer <mitch@gimp.org>",
"Michael Natterer <mitch@gimp.org>",

View File

@ -128,7 +128,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("The most widely useful method for sharpening an image."),
N_("The most widely useful method for sharpening an image"),
"The unsharp mask is a sharpening filter that works "
"by comparing using the difference of the image and "
"a blurred version of the image. It is commonly "

View File

@ -1803,7 +1803,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate distortion produced by a fuzzy or low-res monitor."),
N_("Simulate distortion produced by a fuzzy or low-res monitor"),
"This function simulates the degradation of "
"being on an old low-dotpitch RGB video monitor "
"to the specified drawable.",

View File

@ -69,7 +69,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Invert the brightness of each pixel."),
N_("Invert the brightness of each pixel"),
"This function takes an indexed/RGB image and "
"inverts its 'value' in HSV space. The upshot of "
"this is that the color and saturation at any given "

View File

@ -253,7 +253,7 @@ query (void)
args, NULL);
gimp_install_procedure (DILATE_PROC,
N_("Grow darker areas of the image."),
N_("Grow darker areas of the image"),
"Dilate image",
"Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki",

View File

@ -233,7 +233,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Twist or smear image in many different ways."),
N_("Twist or smear image in many different ways"),
"Smears an image along vector paths calculated as "
"the gradient of a separate control matrix. The "
"effect can look like brushstrokes of acrylic or "

View File

@ -115,7 +115,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Distort the image with waves."),
N_("Distort the image with waves"),
"none yet",
"Eric L. Hernes, Stephen Norris",
"Stephen Norris",

View File

@ -136,7 +136,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Distort an image by whirling and pinching."),
N_("Distort an image by whirling and pinching"),
"Distorts the image by whirling and pinching, which "
"are two common center-based, circular distortions. "
"Whirling is like projecting the image onto the "

View File

@ -174,7 +174,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Smear image to give windblown effect."),
N_("Smear image to give windblown effect"),
"Renders a wind effect.",
"Nigel Wetten",
"Nigel Wetten",

View File

@ -216,7 +216,7 @@ query (void)
};
gimp_install_procedure (PRINT_PROC,
N_("Print image to any recognized printer."),
N_("Print image to any recognized printer"),
"Tor Lillqvist <tml@iki.fi>",
"Copyright 1999 Tor Lillqvist",
"$Id$",
@ -227,7 +227,7 @@ query (void)
print_args, NULL);
gimp_install_procedure (PAGE_SETUP_PROC,
N_("Set up page layout for printing."),
N_("Set up page layout for printing"),
"Tor Lillqvist <tml@iki.fi>",
"Copyright 1999 Tor Lillqvist",
"$Id$",

View File

@ -82,7 +82,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
N_("Autocrop unused space from edges and middle."),
N_("Autocrop unused space from edges and middle"),
"",
"Adam D. Moss",
"Adam D. Moss",