Commit Graph

182 Commits

Author SHA1 Message Date
e2cf4cb890 added pt_BR traslations 2000-07-14 16:40:07 +00:00
37f2eb8fce Added Galician translation 2000-07-10 20:49:49 +00:00
ad566c8c12 czech translation update 2000-07-10 20:41:21 +00:00
00faeca6cb Updated japanese translation.
-- yasuhiro
2000-07-08 15:28:28 +00:00
0c5f62ec3c Translations from Keld
evolution/po/da.po gedit/po/da.po gimp/po-libgimp/da.po
gnome-vfs/po/da.po gnomeicu/po/da.po guppi3/po/da.po
2000-06-29 21:42:11 +00:00
2855c353ba Updated russian translation. 2000-06-28 17:07:18 +00:00
5e33a64cba changed some words to lowercase
2000-06-27  Daniel Egger  <egger@suse.de>

        * libgimp/gimpexport.c: changed some words to lowercase

2000-06-28  Sven Neumann  <sven@gimp.org>

        * de.po: updated german translation

2000-06-27  Sven Neumann  <sven@gimp.org>

        * en_GB.po: applied gimp-cornwell-000626-0 which updates
        the british translation
2000-06-27 22:02:27 +00:00
ab8a1e1796 Update 2000-06-23 09:43:27 +00:00
af0f513133 1.1.24 stuff
-Yosh
2000-06-22 23:42:04 +00:00
a0c6b14eee Finnish translation update
Ville
2000-06-07 11:43:40 +00:00
ba9ec2a2ff Sven Neumann <sven@gimp.org>
2000-05-31  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann  <sven@gimp.org>

	Episode IV...

	* app/Makefile.am

	* app/message_cmds.c: new name
	* app/interface_cmds.c: removed

	* app/help_cmds.c: new name
	* app/gimphelp_cmds.c: removed

	* app/internal_procs.c
	* app/gimphelp_cmds.c
	* app/plug_in_cmds.c: moved gimp_plugin_help_register to
	plug_in_cmds.c, s/gimp_plugin_domain_add/gimp_plugin_domain_register/

	* libgimp/Makefile.am
	* libgimp/gimp_pdb.h
	* libgimp/gimpfileops_pdb.[ch]
	* libgimp/gimpguides_pdb.[ch]
	* libgimp/gimpmessage_pdb.[ch]
	* libgimp/gimpprocedural_db_pdb.[ch]
	* libgimp/gimpplugin_pdb.[ch]: new files containing PDB wrappers
	moved out of libgimp/gimp.[ch]

	* libgimp/gimpchannel_pdb.c
	* libgimp/gimpdisplay_pdb.[ch]
	* libgimp/gimpdrawable_pdb.[ch]
	* libgimp/gimphelp_pdb.[ch]
	* libgimp/gimpimage_pdb.[ch]
	* libgimp/gimplayer_pdb.c
	* libgimp/gimpparasite_pdb.c
	* libgimp/gimpselection_pdb.c: various changes.

	* libgimp/gimpunit.c: new file
	* libgimp/gimpunit_pdb.[ch]: contains only PDB wrappers prefixed
	with "_" which are called from libgimp/gimpunit.c only.

	* libgimp/gimpunit.h: minor stuff

	* libgimp/gimpcompat.h: declared the following functions obsolete:
	 gimp_query_database
	 gimp_query_images

	* libgimp/gimp.[ch]: removed all PDB wrappers.

	* tools/pdbgen/Makefile.am
	* tools/pdbgen/groups.pl: changed

	* tools/pdbgen/lib.pl: tried to fix libgimp autogeneration and
	fixed just a few comments.

	* tools/pdbgen/pdb/interface.pdb
	* tools/pdbgen/pdb/gimphelp.pdb: removed

	* tools/pdbgen/pdb/help.pdb
	* tools/pdbgen/pdb/message.pdb: new names

	* plug-ins/script-fu/script-fu.c
	* plug-ins/perl/Gimp/Lib.xs:
	s/gimp_plugin_domain_add/gimp_plugin_domain_register/

2000-05-31  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: s/gimpunit_pdb/gimpunit/
2000-05-31 13:24:14 +00:00
1fc1f1a97c czech translation update 2000-05-31 11:36:04 +00:00
b46ac5e9fd 1.1.23 stuff
-Yosh
2000-05-28 17:55:57 +00:00
6fa33d6855 Libgimp cleanup part II (with a little help from Yosh who moved the CVS
2000-05-27  Michael Natterer  <mitch@gimp.org>

	Libgimp cleanup part II (with a little help from Yosh
	who moved the CVS files).

	* libgimp/Makefile.am
	* libgimp/gimpchannel_pdb.c
	* libgimp/gimpdisplay_pdb.c
	* libgimp/gimpdrawable_pdb.c
	* libgimp/gimpgradient_pdb.c
	* libgimp/gimphelp_pdb.c
	* libgimp/gimpimage_pdb.c
	* libgimp/gimplayer_pdb.c
	* libgimp/gimppalette_pdb.c
	* libgimp/gimpparasite_pdb.c
	* libgimp/gimpselection_pdb.c
	* libgimp/gimpunit_pdb.c: new names of all files which contain
	PDB wrappers.

	* modules/Makefile.am
	* libgimp/gimpcolordisplay.h
	* libgimp/gimpcolorselector.h
	* modules/gimpmodregister.[ch]: renamed.

	* libgimp/gimpparasiteF.h
	* libgimp/gimpparasiteP.h: removed because gimp.h had to include
	the private header anyway.

	* app/color_notebook.c
	* app/color_select.c
	* app/gdisplay_color.[ch]
	* app/gdisplay_color_ui.c
	* app/gimpbrushpipe.c
	* app/gimpdrawable.[ch]
	* app/gimpimage.c
	* app/gimpimage.h
	* app/gimpparasite.[ch]
	* app/gimprc.c
	* app/image_new.c
	* app/layer.c
	* app/parasite_cmds.c
	* app/parasitelist.[ch]
	* app/plug_in.c
	* app/procedural_db.c
	* app/undo.c
	* app/xcf.c
	* libgimp/gimp.[ch]
	* libgimp/gimpcolordisplay.h
	* libgimp/gimpparasite.[ch]
	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/colorsel_gtk.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c
	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/FractalExplorer/Events.c
	* plug-ins/Lighting/lighting_apply.c
	* plug-ins/Lighting/lighting_shade.c
	* plug-ins/MapObject/mapobject_image.c
	* plug-ins/common/gpb.c
	* plug-ins/common/psp.c
	* plug-ins/sel2path/sel2path.c
	* po-libgimp/POTFILES.in
	* tools/pdbgen/pdb.pl
	* tools/pdbgen/pdb/parasite.pdb: changed includes accordingly.
2000-05-27 01:30:21 +00:00
d660c4b5bc Update 2000-05-18 18:28:59 +00:00
1117bef8b7 czech translation update 2000-05-16 19:04:39 +00:00
c296a0a378 1.1.22 stuff
-Yosh
2000-05-16 06:45:36 +00:00
d31c37cc66 updated the update.sh scripts to the new version that was checked into
po a few days ago


--Sven
2000-05-13 21:37:03 +00:00
61aa7eb007 Updated Norwegian translation.
2000-05-13  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-05-12 22:43:34 +00:00
f43d1b0619 czech translation update 2000-05-09 17:51:07 +00:00
f2325c9418 New file.
2000-05-04  Tor Lillqvist  <tml@iki.fi>

* makefile.cygwin: New file.
2000-05-04 18:37:10 +00:00
1f7902c418 dummy i18n files
-Yosh
2000-05-03 21:50:12 +00:00
4ab88cb628 1.1.21 stuff
-Yosh
2000-05-01 21:30:04 +00:00
e128232cf5 czech translation update 2000-04-23 19:26:20 +00:00
4ff5948fe6 1.1.20 stuff
-Yosh
2000-04-22 19:47:01 +00:00
fee4626459 Updated Danish file 2000-04-15 03:04:41 +00:00
4a3a58f27a Updated Norwegian translation.
2000-04-14  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-04-14 19:08:14 +00:00
89f4d9fbeb cleaned up the messy spanish translation someone added
fixed compiler warnings, changed some gints to gbooleans

cleaned up namespace and documentation

updated libgimp documentation



--Sven
2000-04-14 18:45:34 +00:00
1bb2b8783a Updated Norwegian translation.
2000-04-14  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-04-14 18:45:34 +00:00
c277d29f01 Updated Ukrainian translation 2000-04-14 13:11:43 +00:00
5d9244da6a Updated Ukrainian translation 2000-04-13 14:06:16 +00:00
627234028f updated the ChangeLog files 2000-04-13 00:18:45 +00:00
411f37c887 Updated Danish files 2000-04-13 00:12:20 +00:00
63066d5e39 Updated russian translation. 2000-04-12 23:54:04 +00:00
b74905e499 Update Finnish translation. 2000-04-10 20:30:00 +00:00
9d58a090e8 czech translation update 2000-04-08 21:30:21 +00:00
8d69bc6487 Updated Polish translation 2000-04-08 13:43:08 +00:00
4a4a414a38 reverted Nick's revert and fixed the problem
--Sven
2000-04-04 22:31:02 +00:00
147e7806c9 Fixing bustage by forcibly reverting change 2000-04-04 22:19:23 +00:00
c0c7bb5cb2 First Dutch Translation 2000-04-04 21:28:07 +00:00
5e088c445b forgot that 2000-04-03 08:39:51 +00:00
9e1bbdd03a Updated French translation 2000-04-03 08:35:57 +00:00
75d30a3b6b updates to the italian translation from Daniele Medri <madrid@linux.it>
--Sven
2000-04-01 10:18:41 +00:00
9f87965256 czech translation update 2000-03-30 19:28:45 +00:00
16f601393d 1.1.19 stuff
-Yosh
2000-03-30 10:06:05 +00:00
36864b1178 Updated Norwegian translation.
2000-03-30  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-03-29 23:11:07 +00:00
383663c406 Modified Files: balsa/po/da.po gimp/ChangeLog
Modified Files:
	balsa/po/da.po gimp/ChangeLog gimp/data/gradients/Makefile.am
 	gimp/plug-ins/MapObject/mapobject_ui.c gimp/po/da.po
 	gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
 	gimp/po-script-fu/da.po
 	gnome-core/desktop-links/Development.directory
Added Files:
 	gimp/data/gradients/Danish_flag
2000-03-17 19:51:15 +00:00
e4d2e2a9fb Fix and update.
2000-03-17  Tor Lillqvist  <tml@iki.fi>

* fi.po: Fix and update.
2000-03-17 18:34:49 +00:00
2271815f26 czech translation update 2000-03-17 10:55:56 +00:00
b1bd76c2cd updated japanese translation.
-- yasuhiro
2000-03-16 19:47:10 +00:00