Commit Graph

127 Commits

Author SHA1 Message Date
Seth Burgess 230709d6ef Fixed translation author errors (added empty files)
po-plug-ins/ro.po po-script-fu/ro.po po-libgimp/ro.po
 	plug-ins/perl/po/ro.po plug-ins/perl/po/tr.po
2001-03-24 02:35:15 +00:00
Fatih Demir a766f9b021 cp stable HEAD 2001-03-15 15:19:44 +00:00
Stanislav Brabec 617985837c czech translation update 2001-02-17 20:28:05 +00:00
Michael Natterer 7a4260da70 Makefile.am configure.in added the new library below.
2001-01-24  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* configure.in
	* gimptool.in: added the new library below.

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/gimpchainbutton.[ch]
	* libgimpwidgets/gimpcolorarea.[ch]
	* libgimpwidgets/gimpcolorbutton.[ch]
	* libgimpwidgets/gimpdialog.[ch]
	* libgimpwidgets/gimpfileselection.[ch]
	* libgimpwidgets/gimphelpui.[ch]
	* libgimpwidgets/gimppatheditor.[ch]
	* libgimpwidgets/gimppixmap.[ch]
	* libgimpwidgets/gimpquerybox.[ch]
	* libgimpwidgets/gimpsizeentry.[ch]
	* libgimpwidgets/gimpunitmenu.[ch]
	* libgimpwidgets/gimpwidgets.[ch]
	* libgimpwidgets/gimpwidgets.def
	* libgimpwidgets/gimpwidgetstypes.h: new shared library.

	Currently there are some ugly dependencies into libgimp. These
	will be removed and go to a "libgimpglue" library which will be
	a library for functions which share a common interface between
	plug-ins and the app but have different implementations.

	Include "libgimp/gimpunit.h" from "libgimpwidgets/gimpwidgetstypes.h"
	to simulate this upcoming separation.

	* libgimp/Makefile.am
	* libgimp/gimpchainbutton.[ch]
	* libgimp/gimpcolorarea.[ch]
	* libgimp/gimpcolorbutton.[ch]
	* libgimp/gimpdialog.[ch]
	* libgimp/gimpfileselection.[ch]
	* libgimp/gimphelpui.[ch]
	* libgimp/gimppatheditor.[ch]
	* libgimp/gimppixmap.[ch]
	* libgimp/gimpquerybox.[ch]
	* libgimp/gimpsizeentry.[ch]
	* libgimp/gimpunitmenu.[ch]
	* libgimp/gimpwidgets.[ch]: removed from here.

	* libgimp/gimpui.h
	* libgimp/gimpuitypes.h
	* libgimp/makefile.mingw.in
	* libgimp/makefile.msc: changed accordingly.

	* app/[all ui files]
	* app/pdb/palette_cmds.c
	* app/pdb/tools_cmds.c
	* tools/pdbgen/pdb/palette.pdb
	* tools/pdbgen/pdb/tools.pdb: #include "libgimpwidgets/gimpwidgets.h"
	and removed useless includes.

	* app/apptypes.h: #include "libgimpwidgets/gimpwidgetstypes.h"

	* app/Makefile.am
	* plug-ins/[all makefiles which link against libgimpui]:
	link against libgimpwidgets.la

	* po-libgimp/POTFILES.in: changed file locations.
2001-01-24 22:36:18 +00:00
Rodrigo Sancho Senosiain bcb03c7f5b minor changes 2000-12-28 23:32:30 +00:00
Manish Singh 378814ac77 1.2.0 stuff
-Yosh
2000-12-25 08:08:08 +00:00
Szabolcs Ban b3e55019fa Added0 Hungarian translations 2000-12-22 12:33:02 +00:00
Manish Singh edf6db711c 1.1.31 stuff
-Yosh
2000-12-19 22:19:02 +00:00
Manish Singh 67b510d53d 1.1.30 stuff
-Yosh
2000-12-10 00:59:42 +00:00
SHIRASAKI Yasuhiro e72f39e222 updated japanese translation.
-- yasuhiro
2000-11-25 13:02:00 +00:00
Christophe Merlet 98e8d786d1 Updated French translations. 2000-11-24 17:12:48 +00:00
Daniel Egger a2bc52ec29 Added new language hr (Croatian).
2000-11-06  Daniel Egger <egger@suse.de>

        * configure.in: Added new language hr (Croatian).
2000-11-06 15:49:53 +00:00
Manish Singh eae617f34c 1.1.29 stuff
-Yosh
2000-10-31 19:47:49 +00:00
Jorge Godoy efbabc15a7 Updating some pt_BR translations. (Update-Gnome.sh script)
any problem ricardo@conectiva.com.br please
2000-10-30 13:07:21 +00:00
Chyla Zbigniew 59747f1210 Updated Polish translation 2000-10-27 13:13:35 +00:00
Jorge Godoy cfa2e13571 updating some pt_BR <ricardo@conectiva.com.br>
any problem, just tell me, and i reverse the commit.
2000-10-26 20:06:34 +00:00
Jorge Godoy 62e98fae9b updating translations 2000-10-24 18:41:14 +00:00
Stanislav Brabec 2cf59f6d7b czech translation update 2000-10-19 20:50:59 +00:00
Jorge Godoy 565ebfd1fb updating pt_BR translation 2000-10-19 18:50:50 +00:00
Jorge Godoy 06278b4b1a Updating pt_BR translations... 2000-10-19 13:55:58 +00:00
Christophe Merlet 9060fe996e Updated French translations. 2000-10-17 11:10:30 +00:00
Manish Singh 58a192b332 1.1.28 stuff
-Yosh
2000-10-16 19:36:10 +00:00
Christophe Merlet 3c6f04c82e Updated French translations. 2000-10-09 09:31:20 +00:00
Tor Lillqvist ef611e4f1e Remove bogus fuzzy indicators, the translations were in fact correct.
2000-10-07  Tor Lillqvist  <tml@iki.fi>

	* fi.po: Remove bogus fuzzy indicators, the translations were in fact correct.
2000-10-07 18:52:08 +00:00
Sven Neumann 830a33df8f applied gimp-kirchgessner-001005-0 Check if input filename keeps a space.
2000-10-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/ps.c: applied gimp-kirchgessner-001005-0
	Check if input filename keeps a space. Then enclose filename
	in " or ' before passing to ghostscript. Otherwise it can't be
	interpreted.

	* tips/gimp_tips.pl.txt
	* tools/authorsgen/contributors: applied gimp-art-20000926-0
	Updates to the polish translation by Artur Polaczynski
	<artie@kmfms.com>
2000-10-06 18:16:58 +00:00
Yuri Syrota 4fdba54d48 Updated Ukrainian translation 2000-10-05 08:44:23 +00:00
Manish Singh a0cb639b6f 1.1.27 stuff
-Yosh
2000-10-04 23:41:47 +00:00
Christophe Merlet e3bb8b542b Updated French translations. 2000-10-02 10:15:25 +00:00
Rodrigo Sancho Senosiain d94366793d updated spanish translation 2000-09-27 23:28:48 +00:00
Stanislav Brabec 5d578a3285 czech translation update 2000-09-27 20:37:16 +00:00
Manish Singh 1f1e8a9ffa italian translation updates
-Yosh
2000-09-27 19:56:29 +00:00
Jorge Godoy 90b29597cc Updating pt_BR translations 2000-09-25 14:00:47 +00:00
Christian Rose 650818dd38 Updated Swedish translation. 2000-09-23 23:51:37 +00:00
Manish Singh 47f2059a12 1.1.26 stuff
-Yosh
2000-09-23 21:51:52 +00:00
Kenneth Christiansen 8b796afc26 Translations from Keld
bonobo/po/da.po dia/po/da.po dr-genius/po/da.po eog/po/da.po
gconf/po/da.po gdict/po/da.po gdm2/po/da.po gfax/po/da.po
gimp/po/da.po gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
gnome-applets/po/da.po gnome-chess/po/da.po gnome-db/po/da.po
gnome-iconedit/po/da.po gnome-lokkit/po/da.po
gnome-media/po/da.po gnome-pilot/po/da.po gnomeicu/po/da.po
gnop/po/da.po gphoto/po/da.po gtkhtml/po/da.po gxsnmp/po/da.po
libgtop/po/da.po
mc/po/da.po oaf/po/da.po rp3/po/da.po sodipodi/po/da.po
2000-09-09 00:06:04 +00:00
Yuri Syrota b302b3b701 Updated Ukrainian translation 2000-09-07 06:37:35 +00:00
Kjartan Maraas 4d3a22cb1e Updated Norwegian translation.
2000-09-04  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-09-04 21:11:42 +00:00
Kjartan Maraas 8b401bbac0 Updated Norwegian translation.
2000-08-22  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-09-04 20:34:48 +00:00
Manish Singh c0961494f7 dummy i18n files
-Yosh
2000-08-27 15:49:32 +00:00
Stanislav Brabec 6bde2b6794 czech translation update 2000-08-25 09:14:56 +00:00
Kjartan Maraas 329398093d Updated Norwegian translation.
2000-08-22  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-08-22 09:58:56 +00:00
Manish Singh 1334fcbacd 1.1.25 stuff
-Yosh
2000-08-21 18:24:41 +00:00
Yuri Syrota e1d477f1c1 Updated Ukrainian translation 2000-08-09 09:47:56 +00:00
Rodrigo Sancho Senosiain a728254065 Updated spanish translation 2000-08-05 18:43:50 +00:00
Kjartan Maraas e0e4101d6d Updated Norwegian translation.
2000-07-16  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-07-15 23:41:08 +00:00
Jorge Godoy e2cf4cb890 added pt_BR traslations 2000-07-14 16:40:07 +00:00
Jesus Bravo Alvarez 37f2eb8fce Added Galician translation 2000-07-10 20:49:49 +00:00
Stanislav Brabec ad566c8c12 czech translation update 2000-07-10 20:41:21 +00:00
SHIRASAKI Yasuhiro 00faeca6cb Updated japanese translation.
-- yasuhiro
2000-07-08 15:28:28 +00:00
Kenneth Christiansen 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