plug-ins/flame/flame.c plug-ins/gfig/gfig.c plug-ins/gflare/gflare.c

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

	* plug-ins/flame/flame.c
	* plug-ins/gfig/gfig.c
	* plug-ins/gflare/gflare.c
	* plug-ins/gimpressionist/gimp.c
	* plug-ins/ifscompose/ifscompose.c
	* plug-ins/imagemap/imap_main.c
	* plug-ins/maze/maze.c
	* plug-ins/metadata/metadata.c
	* plug-ins/pagecurl/pagecurl.c
	* plug-ins/print/print.c
	* plug-ins/rcm/rcm.c
	* plug-ins/winsnap/winsnap.c: reviewed blurbs and marked them for
	translation.
This commit is contained in:
Sven Neumann 2006-03-28 12:58:49 +00:00 committed by Sven Neumann
parent d7dc875d0d
commit ec5d800fdf
13 changed files with 32 additions and 18 deletions

View File

@ -1,3 +1,19 @@
2006-03-28 Sven Neumann <sven@gimp.org>
* plug-ins/flame/flame.c
* plug-ins/gfig/gfig.c
* plug-ins/gflare/gflare.c
* plug-ins/gimpressionist/gimp.c
* plug-ins/ifscompose/ifscompose.c
* plug-ins/imagemap/imap_main.c
* plug-ins/maze/maze.c
* plug-ins/metadata/metadata.c
* plug-ins/pagecurl/pagecurl.c
* plug-ins/print/print.c
* plug-ins/rcm/rcm.c
* plug-ins/winsnap/winsnap.c: reviewed blurbs and marked them for
translation.
2006-03-28 Michael Natterer <mitch@gimp.org>
* app/pdb/procedural_db.c (procedural_db_arguments): argh, get

View File

@ -125,8 +125,8 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
"Creates cosmic recursive fractal flames",
"Creates cosmic recursive fractal flames",
N_("Create cosmic recursive fractal flames"),
"Create cosmic recursive fractal flames",
"Scott Draves",
"Scott Draves",
"1997",

View File

@ -114,10 +114,10 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
"Create Geometrical shapes with the Gimp",
N_("Create geometric shapes"),
"Draw Vector Graphics and paint them onto your images. "
"Gfig allows you to draw many types of objects "
"inlcuding Lines, Circles, Ellipses, Curves, Polygons, "
"including Lines, Circles, Ellipses, Curves, Polygons, "
"pointed stars, Bezier curves, and Spirals. "
"Objects can be painted using Brushes or other tools"
"or filled using colours or patterns. "

View File

@ -810,7 +810,7 @@ plugin_query (void)
"which has been stored in gflare-path already.";
gimp_install_procedure (PLUG_IN_PROC,
"Produce lense flare effect using custom gradients",
N_("Produce a lense flare effect using gradients"),
help_string,
"Eiichi Takamori",
"Eiichi Takamori, and a lot of GIMP people",

View File

@ -71,7 +71,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_NAME,
"Performs various artistic operations on an image",
N_("Performs various artistic operations"),
"Performs various artistic operations on an image",
"Vidar Madsen <vidar@prosalg.no>",
"Vidar Madsen",

View File

@ -332,7 +332,7 @@ query (void)
static int nreturn_vals = 0;
gimp_install_procedure (IFSCOMPOSE_PROC,
"Create an Iterated Function System (IFS) Fractal",
N_("Create an Iterated Function System (IFS) fractal"),
"Interactively create an Iterated Function System "
"fractal. Use the window on the upper left to adjust "
"the component transformations of the fractal. The "

View File

@ -116,7 +116,7 @@ static void query(void)
static int nreturn_vals = 0;
gimp_install_procedure("plug_in_imagemap",
"Creates a clickable imagemap.",
N_("Create a clickable imagemap"),
"",
"Maurits Rijk",
"Maurits Rijk",

View File

@ -150,7 +150,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
"Draws a maze.",
N_("Draw a labyrinth"),
"Generates a maze using either the depth-first "
"search method or Prim's algorithm. Can make "
"tileable mazes too.",

View File

@ -180,7 +180,7 @@ query (void)
};
gimp_install_procedure (EDITOR_PROC,
"View and edit metadata (EXIF, IPTC, XMP)",
N_("View and edit metadata (EXIF, IPTC, XMP)"),
"View and edit metadata information attached to the "
"current image. This can include EXIF, IPTC and/or "
"XMP information. Some or all of this metadata "

View File

@ -213,7 +213,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
"Pagecurl effect",
N_("Curl up one of the image corners"),
"This plug-in creates a pagecurl-effect.",
"Federico Mena Quintero and Simon Budig",
"Federico Mena Quintero and Simon Budig",

View File

@ -160,17 +160,16 @@ query (void)
{ GIMP_PDB_INT32, "unit", "Unit 0=Inches 1=Metric" },
};
static const gchar *blurb = "This plug-in prints images from The GIMP.";
static const gchar *help = "Prints images to PostScript, PCL, or ESC/P2 printers.";
static const gchar *auth = "Michael Sweet <mike@easysw.com> and Robert Krawitz <rlk@alum.mit.edu>";
static const gchar *copy = "Copyright 1997-2000 by Michael Sweet and Robert Krawitz";
static const gchar *types = "RGB*,GRAY*,INDEXED*";
gimp_install_procedure (PROC_NAME,
blurb, help, auth, copy,
N_("Print the image using the gimp-print drivers"),
help, auth, copy,
PLUG_IN_VERSION,
N_("_Print..."),
types,
"*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
args, NULL);

View File

@ -93,7 +93,7 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
"Colormap rotation as in xv",
N_("Replace a range of colors with another"),
"Exchanges two color ranges. "
"Based on code from Pavel Grinfeld (pavel@ml.com). "
"This version written by Sven Anders (anderss@fmi.uni-passau.de).",

View File

@ -57,7 +57,6 @@
#define PLUG_IN_NAME "plug_in_winsnap"
#define HELP_ID "plug-in-winsnap"
#define PLUG_IN_PRINT_NAME "WinSnap"
#define PLUG_IN_DESCRIPTION "Capture a Win32 window or desktop image"
#define PLUG_IN_HELP "This plug-in will capture an image of a Win32 window or desktop"
#define PLUG_IN_AUTHOR "Craig Setera (setera@home.com)"
#define PLUG_IN_COPYRIGHT "Craig Setera"
@ -986,7 +985,7 @@ query(void)
/* the installation of the plugin */
gimp_install_procedure (PLUG_IN_NAME,
PLUG_IN_DESCRIPTION,
N_("Capture a window or desktop image"),
PLUG_IN_HELP,
PLUG_IN_AUTHOR,
PLUG_IN_COPYRIGHT,