Commit Graph

224 Commits

Author SHA1 Message Date
Sven Neumann 8e136cbdfe Made 1.3.10 release. 2002-11-07 18:09:31 +00:00
Christian Rose 4e37354269 Updated Swedish translation.
2002-11-07  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-11-07 13:34:20 +00:00
Sven Neumann 2ef9706b1d don't say we'd use MMX if it is disabled.
2002-11-06  Sven Neumann  <sven@gimp.org>

	* app/base/base.c (base_init): don't say we'd use MMX if it is
	disabled.

	* libgimpmodule/gimpmodule.[ch]
	* app/gui/module-browser.c: changed enum values and user-visible
	strings to saner values.

	* libgimpmodule/gimpmoduledb.c
	* plug-ins/tools/tool-safe-mode.c: made them less verbose.
2002-11-06 13:56:37 +00:00
Sven Neumann 08750ff16b added libgimpwidgets/gimppickbutton.c. updated german translation.
2002-11-05  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added libgimpwidgets/gimppickbutton.c.
	* de.po: updated german translation.
2002-11-05 18:13:15 +00:00
Stanislav Brabec 6b46d3a0ac Updated Czech translation from Michal Bukovjan <bukm@centrum.cz>.
2002-11-05  Stanislav Brabec  <sbrabec@suse.cz>

	* cs.po: Updated Czech translation from Michal Bukovjan
	<bukm@centrum.cz>.
2002-11-05 15:07:57 +00:00
Ole Laursen aca88b7cc9 Updated Danish translation.
2002-11-01  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-11-01 20:23:55 +00:00
Christian Rose fdd1f1c7d1 Updated Swedish translation.
2002-11-01  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-11-01 00:33:50 +00:00
Sven Neumann 1c0e9df23b use a mnemonic that doesn't collide with the rest of the dialog.
2002-10-30  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpcolorselect.c: use a mnemonic that doesn't
	collide with the rest of the dialog.

	* modules/Makefile.am
	* modules/colorsel_gtk.c: removed the GTK color selector module.

	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c: translate in the gimp14-libgimp domain.
2002-10-30 15:12:30 +00:00
Wang Jian 26dc29eb68 *** empty log message *** 2002-10-30 06:27:08 +00:00
Sven Neumann f5780115a7 app/tools/Makefile.am removed this file which was moved to libgimptool in
2002-10-29  Sven Neumann  <sven@gimp.org>

        * app/tools/Makefile.am
        * app/tools/tools-enums.c: removed this file which was moved to
        libgimptool in March.
2002-10-29 10:51:34 +00:00
Stanislav Brabec f812426004 Updated Czech translation from Michal Bukovjan <bukm@centrum.cz>.
2002-10-25  Stanislav Brabec  <sbrabec@suse.cz>

	* cs.po: Updated Czech translation from Michal Bukovjan
	<bukm@centrum.cz>.
2002-10-25 12:09:39 +00:00
Christian Rose 6039ba8808 Updated Swedish translation.
2002-10-24  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-10-24 01:31:53 +00:00
Ole Laursen 356f904f32 Updated Danish translation.
2002-10-22  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-10-22 18:12:54 +00:00
Sven Neumann ca6d7dc46c fixed some i18n glitches.
2002-10-21  Sven Neumann  <sven@gimp.org>

	* libgimpmodule/gimpmodule.c: fixed some i18n glitches.
2002-10-21 15:16:47 +00:00
Michael Natterer 0f77b4228f Makefile.am libgimpmodule/.cvsignore libgimpmodule/Makefile.am
2002-10-21  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* libgimpmodule/.cvsignore
	* libgimpmodule/Makefile.am
	* libgimpmodule/gimpmodule.[ch]
	* libgimpmodule/gimpmodule.def
	* libgimpmodule/gimpmoduletypes.h
	* libgimpmodule/makefile.msc: new library for module loading.

	* configure.in: generate Makefiles for libgimpmodule and its
	devel-docs. Added GMODULE_CFLAGS and GMODULE_LIBS.

	* app/Makefile.am: link the app against it.

	* libgimp/gimpmodule.h
	* app/core/gimpmoduleinfo.[ch]: removed.

	* libgimp/Makefile.am
	* app/core/Makefile.am
	* app/core/core-types.h
	* app/core/gimpmodules.c
	* app/gui/module-browser.c: changed accordingly.

	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c: #include "libgimpmodule/gimpmodule.h"

2002-10-21  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* libgimpmodule/.cvsignore
	* libgimpmodule/Makefile.am
	* libgimpmodule/libgimpmodule-docs.sgml
	* libgimpmodule/libgimpmodule-sections.txt
	* libgimpmodule/libgimpmodule.types
	* libgimpmodule/tmpl/.cvsignore
	* libgimpmodule/tmpl/gimpmodule.sgml
	* libgimpmodule/tmpl/gimpmoduletypes.sgml: added API docs for the
	new module loading lib.

	* libgimp/tmpl/gimpmodule.sgml: removed.

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt: changed accordingly.

	* libgimpwidgets/tmpl/gimpcolordisplay.sgml
	* libgimpwidgets/tmpl/gimpcolorselect.sgml
	* libgimpwidgets/tmpl/gimpcolorselector.sgml: updated.

2002-10-21  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: removed app/core/gimpmoduleinfo.c

2002-10-21  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: added libgimpmodule/gimpmodule.c
2002-10-21 14:15:02 +00:00
Ole Laursen 26bcdccaba Updated Danish translation.
2002-10-15  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-10-15 13:24:43 +00:00
Stanislav Brabec 72d770e6b1 Updated Czech translation from Michal Bukovjan <bukm@centrum.cz>.
2002-10-11  Stanislav Brabec  <sbrabec@suse.cz>

	* cs.po: Updated Czech translation from Michal Bukovjan
	<bukm@centrum.cz>.
2002-10-11 10:28:55 +00:00
Sven Neumann 40c34aab35 Made 1.3.9 release.
2002-10-11  Sven Neumann  <sven@gimp.org>

        * Made 1.3.9 release.
2002-10-11 00:54:18 +00:00
Sven Neumann 9370ced6c7 themes/Default/images/Makefile.am
2002-10-09  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-char-picker-22.png
	* themes/Default/images/stock-letter-spacing-22.png
	* themes/Default/images/stock-line-spacing-22.png: new icons taken
	from #84151.

	* libgimpwidgets/gimpstock.[ch]: added the new icons.
2002-10-09 12:01:06 +00:00
Kjartan Maraas d6e8d44425 Updated Norwegian (bokmål) translation.
2002-09-23  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2002-09-23 21:03:59 +00:00
Pablo Saratxaga e54d1e909f updated pVietnamese po fiels 2002-09-16 14:37:13 +00:00
Christian Neumair aeeaaee5ea Updated German translation. 2002-09-05 18:34:15 +00:00
Ole Laursen 03f5cffc4a Updated Danish translation.
2002-09-03  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-09-03 18:59:31 +00:00
Sven Neumann f23ab01bc7 Made 1.3.8 release.
2002-08-20  Sven Neumann  <sven@gimp.org>

	* Made 1.3.8 release.
2002-08-20 15:27:27 +00:00
Andras Timar 9daf120c3c Updated Hungarian translation.
2002-08-16  Andras Timar  <timar@gnome.hu>

        * hu.po: Updated Hungarian translation.
2002-08-16 21:08:14 +00:00
Christophe Merlet 209f6e9e93 Added $(DESTDIR) variable. 2002-07-16 21:06:43 +00:00
Pablo Saratxaga 5fc3955ce6 Added Vietnamese file 2002-07-15 10:39:53 +00:00
Kjartan Maraas 6993acc21b Updated Norwegian (bokmål) translation.
2002-07-02  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2002-07-02 14:12:52 +00:00
Christophe Merlet 627004c118 Updated French translation. 2002-06-30 11:53:22 +00:00
Christian Rose 8a864bebe4 Updated Swedish translation.
2002-06-19  Christian Rose  <menthos@menthos.com>

        * sv.po: Updated Swedish translation.
2002-06-19 16:48:36 +00:00
Duarte Loreto 48d7c82236 Updated Portuguese translation.
2002-06-16  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-06-16 20:53:13 +00:00
Chyla Zbigniew a549ce8a08 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-06-08 15:45:00 +00:00
Gediminas Paulauskas ce79591b0d Added Lithuanian translation from stable branch
2002-06-08  Gediminas Paulauskas <menesis@delfi.lt>

	* lt.po: Added Lithuanian translation from stable branch
2002-06-08 00:01:39 +00:00
Pablo Saratxaga ba774bf1e4 updated Catalan files 2002-06-01 23:25:37 +00:00
Sven Neumann 3d2fa9a54b Made 1.3.7 release. 2002-05-30 16:00:12 +00:00
Sven Neumann 9d70d18c79 updated german translation.
2002-05-30  Sven Neumann  <sven@gimp.org>

	* de.po: updated german translation.
2002-05-30 13:35:30 +00:00
Stanislav Visnovsky e645660d5f Updated Slovak translation from Zdenko Podobny <zdpo@mailbox.sk>.
2002-05-30  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation from Zdenko Podobny <zdpo@mailbox.sk>.
2002-05-30 11:56:26 +00:00
Ole Laursen 546a8d9d71 Updated Danish translation.
2002-05-29  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-05-29 19:40:36 +00:00
Sven Neumann 2c1b31d8cb Made 1.3.6 release. 2002-05-29 11:10:37 +00:00
Ole Laursen fc4cf0eab8 Updated Danish translation.
2002-05-28  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-05-28 10:52:30 +00:00
Chyla Zbigniew e7eac0a8ed Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-05-24 19:00:24 +00:00
Sven Neumann d8c4461c20 use gimp_image_get_name().
2002-05-13  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpmenu.c: use gimp_image_get_name().

	* plug-ins/common/deinterlace.c: don't use 'O' as mnemonic, it's
	already taken by the _OK button.
2002-05-13 13:21:55 +00:00
Sven Neumann 8b53758d0b Moved slovenian translation to the stable branch where they should have
2002-05-07  Sven Neumann  <sven@gimp.org>

	Moved slovenian translation to the stable branch where they should
	have been added in the first place.

	* configure.in: removed sl from LINGUAS.

	* gimp.spec.in: updated a bit, still broken.
2002-05-07 14:51:31 +00:00
Andraz Tori 7e4b05e35b added slovenian translation 2002-05-07 12:24:21 +00:00
Pablo Saratxaga a12067d26e Added Vietnamese file 2002-05-06 18:06:24 +00:00
Duarte Loreto 1b224ecfd6 Converted Portuguese translation to UTF-8.
2002-04-30  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Converted Portuguese translation to UTF-8.
2002-04-30 00:29:00 +00:00
Christophe Merlet bcca29b59b Updated French translation. 2002-04-15 11:46:55 +00:00
Stanislav Brabec b3bac7dbb2 czech translation update 2002-04-09 18:52:45 +00:00
Chyla Zbigniew 50d1f3a444 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-04-05 20:38:33 +00:00
Stanislav Visnovsky 00f6b70cbb Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2002-04-02  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2002-04-02 15:03:51 +00:00