Commit Graph

961 Commits

Author SHA1 Message Date
Christian Rose c44a93c223 Updated Swedish translation.
2003-01-11  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-01-11 12:34:44 +00:00
Christian Rose 31cc062905 Updated Swedish translation.
2003-01-10  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-01-10 15:35:11 +00:00
Daniel Yacob 9929157cb2 Updating Amharic translation. 2003-01-10 02:55:14 +00:00
Christian Neumair a91a136379 Updated German translation, .cvsignore; Added POTFILES.skip. 2003-01-09 16:57:13 +00:00
Christian Rose 67fd924149 Updated Swedish translation.
2003-01-09  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-01-09 10:36:00 +00:00
Daniel Yacob 58ffb2c408 Updated Amharic translations. 2003-01-09 00:16:28 +00:00
Michal Bukovjan 128522ef5f Updated Czech translation. 2003-01-08 22:08:50 +00:00
Maurits Rijk 9251579729 Fixes #91282 2003-01-08 21:38:12 +00:00
Christian Rose f3e738439d Updated Swedish translation.
2003-01-07  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-01-07 19:06:13 +00:00
Daniel Yacob 3a36d127ff Updated Amharic translation. 2003-01-07 16:06:36 +00:00
Sven Neumann f6c77ecf91 configure.in plug-ins/gfig/Makefile.am added a new directory with PNG
2003-01-07  Sven Neumann  <neo@wintermute>

	* configure.in
	* plug-ins/gfig/Makefile.am
	* plug-ins/gfig/images/Makefile.am: added a new directory with PNG
	images for the GFig plug-in.

	* plug-ins/gfig/images/*.png: placeholder images that need to be
	replaced (see bug #92473).

	* plug-ins/gfig/gfig-stock.[ch]: new files that register the
	images as stock icons.

	* plug-ins/gfig/gfig.c: use stock icons for the buttons on the
	left side of the dialog.

	* plug-ins/gfig/pix_data.h: removed obsoleted images. The
	remaining ones should get converted as well.
2003-01-06 23:47:04 +00:00
Sven Neumann fdffb13ea8 app/gui/gradient-editor-commands.c don't split translatable sentences into
2003-01-06  Sven Neumann  <sven@gimp.org>

        * app/gui/gradient-editor-commands.c
        * libgimp/gimpexport.c: don't split translatable sentences into
        multiple messages (bug #85828).
2003-01-06 01:01:02 +00:00
Maurits Rijk 0eccb0fec1 Fix for #102562 + minor clean-up of bmp plug-in 2003-01-05 15:48:32 +00:00
Ole Laursen 23a593e481 Updated Danish translation.
2003-01-04  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2003-01-04 21:52:59 +00:00
Kjartan Maraas d0268f987d Updated Norwegian (bokmal) translation.
2003-01-03  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmal) translation.
2003-01-03 23:23:00 +00:00
Christian Rose 950cc00bc2 Updated Swedish translation.
2003-01-03  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-01-03 21:22:51 +00:00
Sven Neumann de91634349 Made 1.3.11 release. 2002-12-30 20:47:42 +00:00
Sven Neumann be4b949597 reuse a translatable message instead of introducing yet another one 2002-12-30 19:46:08 +00:00
Sven Neumann cc37ac7061 updated german translation 2002-12-30 17:38:27 +00:00
Daniel Yacob cbe1c44cb7 Updating Amharic translation. 2002-12-30 13:30:40 +00:00
Sven Neumann 849d6c0d68 check for app/core/gimp.c instead of etc/gimprc.in which no longer exists.
2002-12-29  Sven Neumann  <neo@wintermute>

        * configure.in: check for app/core/gimp.c instead of etc/gimprc.in
        which no longer exists.

        * app/gui/user-install-dialog.c: use the term Folder instead of
        Directory (fixes bug #102016).
2002-12-29 20:59:42 +00:00
Daniel Yacob 40fa262749 Updated Amharic translation. 2002-12-28 03:26:45 +00:00
Ole Laursen a8c844ff5d Updated Danish translation.
2002-12-27  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-12-27 15:58:53 +00:00
Christian Rose 711eba1703 Updated Swedish translation.
2002-12-26  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-26 23:33:56 +00:00
Daniel Yacob d8f61645b5 Updated Amharic translation. 2002-12-22 04:03:16 +00:00
Christian Rose 39bf27dac2 Updated Swedish translation.
2002-12-21  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-21 19:38:29 +00:00
Sven Neumann f9213619b8 Updated German translation. 2002-12-20 12:44:11 +00:00
Sven Neumann 0c68d32017 cleaned up ChangeLog entries 2002-12-20 12:03:20 +00:00
Nathan Summers 8127ee74aa app/xcf/xcf-write.[ch] app/xcf/xcf-save.c ported the fix for bug #101340
2002-12-20  Nathan Summers  <rock@gimp.org>

        * app/xcf/xcf-write.[ch]
        * app/xcf/xcf-save.c
        * app/xcf/xcf.c: ported the fix for bug #101340 over from the stable
        branch.  Uses GError to report errors, unlike the stable version, which
        uses a pointer to gboolean.

        * app/xcf/xcf-seek.[ch]: check the return value of fseek and ftell for
        errors.  Return FALSE and set GError if an error is detected.

        * app/xcf/xcf-load.c: since the xcf-seek functions use GError now,
        added a NULL for the error parameter.  Added basic error checking
        on the return value of the xcf-seek functions.  In the future,
        changing xcf-load.c to use GError more completely should be
        considered.

        * POTFILES.in: mark the error messages added for translation
2002-12-20 06:26:34 +00:00
Christophe Merlet 0c08d58bd4 Updated French translation. 2002-12-19 19:46:25 +00:00
Michael Natterer b676fc711c Updated German translation.
2002-12-19  Michael Natterer  <mitch@gimp.org>

	* de.po: Updated German translation.
2002-12-19 17:47:43 +00:00
Christian Rose ad220a8b48 Updated Swedish translation.
2002-12-18  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-18 11:31:14 +00:00
Manish Singh 2bb5acc246 added some rudimentary support to prepend values to existing environment
2002-12-17  Manish Singh  <yosh@gimp.org>

        * app/core/gimpenvirontable.[ch]: added some rudimentary support
        to prepend values to existing environment variables. You can do
        "separator name=value" now. API change to gimp_environ_table_add
        for it too. Also added some error checking.

        * app/gui/gui.c: change to new above API

        * plug-ins/pygimp/Makefile.am: write ": PYTHONPATH=" out to env
        file

        * po/POTFILES.in: add gimpenvirontable.c
2002-12-18 02:47:39 +00:00
Ole Laursen 9a7409afd6 Updated Danish translation.
2002-12-15  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-12-15 18:01:10 +00:00
Pablo Saratxaga c1c44527a5 updated Vietnamese file 2002-12-15 16:38:36 +00:00
Christian Rose 3d0ad61312 Updated Swedish translation.
2002-12-15  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-15 12:02:51 +00:00
Daniel Yacob 9a9bce1fb7 Updated Amharic translation. 2002-12-13 23:49:33 +00:00
Christian Rose a60a78c463 Updated Swedish translation.
2002-12-12  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-12 17:45:14 +00:00
Sven Neumann bb7ff29ebb use the same string as in gimpbrushpipe.c to reduce the number of
2002-12-05  Sven Neumann  <sven@gimp.org>

	* app/core/gimpbrushpipe.c: use the same string as in
	gimpbrushpipe.c to reduce the number of translatable strings.
2002-12-05 09:00:44 +00:00
Christian Rose 7e87f7793f Updated Swedish translation.
2002-12-04  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-04 16:23:43 +00:00
Christian Rose d88c11811a Updated Swedish translation.
2002-12-03  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-12-03 11:27:28 +00:00
Sven Neumann 707ece733e do as the gtk+ folks did and replace the gtk-doc version check with an
2002-12-03  Sven Neumann  <sven@gimp.org>

	* configure.in: do as the gtk+ folks did and replace the gtk-doc
	version check with an all-sh version (#99216).
2002-12-03 09:13:37 +00:00
Christian Rose e1f37426e9 Updated Swedish translation.
2002-11-28  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-11-28 20:21:51 +00:00
Sven Neumann cfd1c72936 added (yet unused) autosave feature.
2002-11-27  Sven Neumann  <sven@gimp.org>

	* app/config/gimprc.[ch]: added (yet unused) autosave feature.

	* app/core/gimpbrush.c
	* app/core/gimpbrushpipe.c: simplified user-visible messages.
2002-11-27 16:13:09 +00:00
Christian Rose 4531ab2767 Updated Swedish translation.
2002-11-26  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-11-26 19:03:09 +00:00
Sven Neumann 767a019bcc removed app/gimprc.c, added new files 2002-11-25 21:29:49 +00:00
Daniel Yacob f752dd8f90 Fixed Amharic translation. 2002-11-24 16:02:04 +00:00
Daniel Yacob c618840144 Updated Amharic translation. 2002-11-23 04:57:53 +00:00
Ole Laursen 12e0ec0b15 Updated Danish translation.
2002-11-17  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-11-17 17:00:22 +00:00
Michal Bukovjan fc8d6b5934 Updated Czech translations. 2002-11-13 10:49:43 +00:00