Commit graph

557 commits

Author SHA1 Message Date
Marco Ciampa 09ad565eed Updated italian translation 2004-08-10 08:28:36 +00:00
Danilo Šegan 00e8541ec4 Merged translations from gimp-2-0 branch. 2004-08-09 01:20:11 +00:00
Sven Neumann 3efeb7982a Made 2.1.3 release.
2004-08-06  Sven Neumann  <sven@gimp.org>

        * Made 2.1.3 release.
2004-08-06 01:45:32 +00:00
Sven Neumann e10ebe1805 removed enums GimpImageType and GimpImageBaseType ...
2004-07-29  Sven Neumann  <sven@gimp.org>

	* app/core/core-enums.h: removed enums GimpImageType and
	GimpImageBaseType ...

	* libgimpbase/gimpbaseenums.h: ... and added them here. Also moved
	all enums from gimpbasetypes.h to this new file.

	* libgimpbase/Makefile.am
	* tools/pdbgen/Makefile.am: changed accordingly.

	* app/core/core-enums.c
	* libgimp/gimpenums.h
	* libgimpbase/gimpbaseenums.c
	* tools/pdbgen/enums.pl: regenerated.

	* libgimpbase/gimpparasite.c
	* libgimpbase/gimpprotocol.c
	* libgimp/gimp.c: include <glib-object.h>

	* libgimpbase/gimpbasetypes.[ch]: added API to set and get a
	translation domain on a GType. This is used for translatable enum
	values.

	* libgimpbase/gimputils.[ch]: added API to retrieve the translated
	name for an enum value.

	* app/widgets/gimpenumstore.c
	* app/widgets/gimpenumwidgets.c: use the new API in libgimpbase.
2004-07-29 12:33:15 +00:00
Sven Neumann d82a557228 added libgimpbase/gimpmemsize.c.
2004-07-27  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added libgimpbase/gimpmemsize.c.
2004-07-27 17:04:07 +00:00
Amanpreet Singh Alam afbc15ddac modify 2004-07-20 11:01:58 +00:00
Sven Neumann 49fa9b7589 Made 2.1.2 release.
2004-07-20  Sven Neumann  <sven@gimp.org>

        * Made 2.1.2 release.
2004-07-20 01:09:16 +00:00
Dmitry Mastrukov 192e557a37 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-07-15 04:52:09 +00:00
Sven Neumann 569765d7e3 Made 2.1.1 release.
2004-06-24  Sven Neumann  <sven@gimp.org>

        * Made 2.1.1 release.
2004-06-24 00:51:19 +00:00
Sven Neumann f3c3bc22c3 Made 2.1.0 development release.
2004-06-02  Sven Neumann  <sven@gimp.org>

	* Made 2.1.0 development release.
2004-06-02 18:57:57 +00:00
Andras Timar ff2febccbb Updated Hungarian translation.
2004-05-28  Andras Timar  <timar@gnome.hu>

	* hu.po: Updated Hungarian translation.
2004-05-28 20:39:15 +00:00
Zygimantas Berucka 92514b0d27 Updated Lithuanian translation.
2004-05-23  Zygimantas Berucka  <uid0@akl.lt>

* lt.po: Updated Lithuanian translation.
2004-05-23 09:02:50 +00:00
Dmitry Mastrukov f66f490a19 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-05-18 03:11:22 +00:00
Sven Neumann c6f4bc767a fixed wrong translation of format strings that caused bug #142400.
2004-05-13  Sven Neumann  <sven@gimp.org>

	* de.po: fixed wrong translation of format strings that caused bug
	#142400.
2004-05-13 10:48:53 +00:00
Dmitry Mastrukov e6342de9fa ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-05-12 04:46:14 +00:00
Marco Ciampa 6a4733b8ae Updated italian translation 2004-05-10 15:06:59 +00:00
Andras Timar c93c27e3ec Updated Hungarian translation.
2004-04-27  Andras Timar  <timar@gnome.hu>

	* hu.po: Updated Hungarian translation.
2004-04-27 15:14:39 +00:00
Christophe Merlet 9a5fdfdb09 Updated French translation. 2004-04-24 18:21:13 +00:00
Adam Weinberger a5bfce3b12 Updated Canadian English translation.
* po/en_CA.po
	  po-libgimp/en_CA.po
	  po-plug-ins/en_CA.po
	  po-script-fu/en_CA.po:

	  Updated Canadian English translation.
2004-04-22 16:32:02 +00:00
Sven Neumann 52a42769e2 automatically add an "(Empty)" item if the store is empty and remove it as
2004-04-22  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpintstore.[ch]: automatically add an "(Empty)"
	item if the store is empty and remove it as soon as other items
	are being added.

	* libgimp/gimpdrawablecombobox.c
	* libgimp/gimpimagecombobox.c: removed handling of the empty list;
	the store does this for us now.
2004-04-22 15:25:01 +00:00
Sven Neumann 331ae427ce updated.
2004-04-22  Sven Neumann  <sven@gimp.org>

	* de.po: updated.
2004-04-22 12:11:26 +00:00
Sigurd Gartmann c963a23396 Updated Norwegian Bokmål translation (Work by Runar Ingebrigtsen)
2004-04-22  Sigurd Gartmann  <sigurd-translate@brogar.org>

	* no.po: Updated Norwegian Bokmål translation (Work by Runar Ingebrigtsen)
2004-04-22 11:11:09 +00:00
Sven Neumann 8abf38f7d9 use the same label as in the new combo_box widgets.
2004-04-21  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpmenu.c (gimp_menu_add_none): use the same label as
	in the new combo_box widgets.

	* libgimpwidgets/gimpintcombobox.[ch]
	* libgimpwidgets/gimpintstore.[ch]: use LibGIMP copyright headers.
2004-04-21 12:14:01 +00:00
Maxim Dziumanenko 2fd72be1bc Updated Ukrainian translation.
2004-04-16  Maxim Dziumanenko <mvd@mylinux.com.ua>

	* Updated Ukrainian translation.
2004-04-16 15:44:18 +00:00
Guntupalli Karunakar 14a885005e added punjabi translation 2004-04-15 10:21:42 +00:00
Sven Neumann 02eaae82e2 Made 2.0.1 release.
2004-04-14  Sven Neumann  <sven@gimp.org>

        * Made 2.0.1 release.
2004-04-13 23:00:15 +00:00
Dmitry Mastrukov fd7f50058e ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-04-13 03:23:26 +00:00
Marco Ciampa 7a12a5bd49 Updated italian translation 2004-04-12 21:00:35 +00:00
Adam Weinberger 1703f8d69f po/en_CA.po po-libgimp/en_CA.po
* po/en_CA.po
	* po-libgimp/en_CA.po
	* po-plug-ins/en_CA.po:

	  Updated Canadian English translation.
2004-04-11 00:07:28 +00:00
Maxim Dziumanenko 073c037f20 Updated Ukrainian translation.
2004-04-10  Maxim Dziumanenko <mvd@mylinux.com.ua>

	* uk.po: Updated Ukrainian translation.
2004-04-10 19:09:15 +00:00
Evandro Fernandes Giovanini 0314cacee4 Updated Brazilian Portuguese translation from Joo S. O. Bueno
2004-04-07  Evandro Fernandes Giovanini <evandrofg@ig.com.br>

	* pt_BR.po: Updated Brazilian Portuguese translation
	from Joo S. O. Bueno <gwidion@mpc.com.br>.
2004-04-07 16:10:47 +00:00
Iñaki Larrañaga fc9610da16 Added Basque translation.
2004-04-06  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Added Basque translation.
2004-04-06 15:18:17 +00:00
Funda Wang 9c53b591b7 Updated Simplified Chinese translation 2004-04-03 12:06:18 +00:00
Gareth Owen d88c0e906c Updated British English translation 2004-03-26 01:29:16 +00:00
Changwoo Ryu dbe84d2df5 Updated Korean translation by Dongsu Jang <iolo@hellocity.net>.
* ko.po: Updated Korean translation by Dongsu Jang
	<iolo@hellocity.net>.
2004-03-25 12:50:05 +00:00
Andras Timar 995c266b57 Updated Hungarian translation.
2004-03-25  Andras Timar  <timar@gnome.hu>

	* hu.po: Updated Hungarian translation.
2004-03-25 12:15:22 +00:00
Dmitry Mastrukov 82e689b4f0 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-03-25 10:09:11 +00:00
Vincent van Adrighem bc0d721168 Translation updated by Branko Collin.
2004-03-24  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Branko Collin.
2004-03-24 20:14:54 +00:00
Sven Neumann ea7fb10555 Michael Natterer <mitch@gimp.org>
2004-03-23  Sven Neumann  <sven@gimp.org>
            Michael Natterer <mitch@gimp.org>

        * Made 2.0.0 release.
2004-03-23 18:31:35 +00:00
Gustavo Maciel Dias Vieira c5e9c7d561 Updated Brazilian Portuguese translation done by Luis Henrique Sestari
2004-03-23  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by Luis
        Henrique Sestari Rocha <subdirect@bol.com.br>.
2004-03-23 15:02:31 +00:00
Kwok-Koon Cheung ec4916ce30 Updated traditional Chinese translation.
* zh_TW.po: Updated traditional Chinese translation.
2004-03-23 14:25:44 +00:00
SHIRASAKI Yasuhiro 06a06dc0e4 Updated Japanese translation.
-- yasuhiro
2004-03-23 11:44:24 +00:00
Artur Flinta dea6e6fe2a Updated Polish translation.
2004-03-21  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2004-03-21 21:29:22 +00:00
Duarte Loreto ddf645317f Updated Portuguese translation.
2004-03-21  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2004-03-21 20:08:05 +00:00
Sven Neumann 6972fe34df Made 2.0rc1 release.
2004-03-20  Sven Neumann  <sven@gimp.org>

        * Made 2.0rc1 release.
2004-03-20 23:41:42 +00:00
jjranta 0a45a7891e Updated Finnish translation by Mikko Paananen 2004-03-20 18:51:37 +00:00
Denis Lackovic d59f90a970 *** empty log message *** 2004-03-20 15:01:37 +00:00
Changwoo Ryu 021cc5379b Updated Korean translation by Dongsu Jang <iolo@hellocity.net>.
* ko.po: Updated Korean translation by Dongsu Jang
	<iolo@hellocity.net>.
2004-03-17 11:49:37 +00:00
Pablo G. del Campo b9c6ec61bf Updated Spanish translation.
2004-03-16  Pablo G. del Campo  <pablodc@bigfoot.com>

	* es.po: Updated Spanish translation.
2004-03-16 20:29:07 +00:00
Miloslav Trmac 873282c727 Update Czech translation 2004-03-15 11:09:31 +00:00
Jan Morén 6e093237c4 Updated Swedish translation.
2004-03-15  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2004-03-15 02:04:51 +00:00
Ole Laursen 7f1e612d15 Updated Danish translation.
2004-03-14  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2004-03-14 22:13:50 +00:00
Vincent van Adrighem d827e5fa40 Translation updated by Tino Meinen.
2004-03-12  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.
2004-03-12 19:26:16 +00:00
Sven Neumann 4e476cf148 added missing libgimpwidgets/gimppatheditor.c.
2004-03-12  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added missing libgimpwidgets/gimppatheditor.c.
2004-03-12 15:30:44 +00:00
Funda Wang 867e37aecc Updated Simplified Chinese translation 2004-03-12 11:21:59 +00:00
Stanislav Visnovsky f25b82806d Updated Slovak translation by Zdenok Podobny.
2004-03-11  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenok Podobny.
2004-03-11 08:16:12 +00:00
Danilo Šegan 9fd732de22 Updated Serbian translation. 2004-03-09 05:09:21 +00:00
Jan Morén 3273576c47 Updated Swedish translation.
2004-03-09  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2004-03-08 23:49:57 +00:00
Duarte Loreto a09c841483 Updated Portuguese translation.
2004-03-08  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2004-03-08 21:34:05 +00:00
Ole Laursen ab0b745a4a Updated Danish translation.
2004-03-08  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2004-03-08 17:55:03 +00:00
Christophe Merlet 35fe294010 Updated French translation. 2004-03-06 14:48:52 +00:00
Sven Neumann 2e71dc9d6c resurrected a mnemonic that was lost lately (1.88 -> 1.89) but still
2004-03-05  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpwidgets.c (gimp_random_seed_new): resurrected
	a mnemonic that was lost lately (1.88 -> 1.89) but still exists in
	most translations.
2004-03-05 13:27:26 +00:00
Sven Neumann 65b0598aed Made 2.0pre4 release.
2004-03-04  Sven Neumann  <sven@gimp.org>

	* Made 2.0pre4 release.
2004-03-04 01:51:24 +00:00
Christophe Merlet ccc134bb87 Updated French translation. 2004-02-28 15:12:09 +00:00
Dmitry Mastrukov a7acd2bb82 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-02-26 05:32:50 +00:00
Pablo Gonzalo del Campo a5b30d85fa Updated Spanish translation.
2004-02-25  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation.
2004-02-25 13:33:45 +00:00
Adam Weinberger df041c056e Added en_CA (Canadian English) to ALL_LINGUAS Added en_CA translation.
* configure.in: Added en_CA (Canadian English) to ALL_LINGUAS
	* po/en_CA.po: Added en_CA translation.
	* po-libgimp/en_CA.po: Added en_CA translation.
	* po-plug-ins/en_CA.po: Added en_CA translation.
	* po-script-fu/en_CA.po: Added en_CA translation.
2004-02-24 01:41:52 +00:00
Marco Ciampa 6f0adbbdea Updated italian translation 2004-02-23 17:58:21 +00:00
Danilo Šegan ef600ead5e Updated Serbian translation (libgimp). 2004-02-20 05:32:06 +00:00
Artur Flinta 2bb464ad48 Updated Polish translation by GNOME PL Team.
2004-02-16  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation by GNOME PL Team.
2004-02-16 08:53:33 +00:00
Christophe Merlet c6ab6270b8 Updated French translation. 2004-02-15 23:42:14 +00:00
Ole Laursen 87ab151c81 Updated Danish translation.
2004-02-10  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2004-02-10 20:46:30 +00:00
Dmitry Mastrukov 5d3b2d2859 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2004-02-10 04:21:25 +00:00
Denis Lackovic 1463cf3c3f *** empty log message *** 2004-02-05 22:50:43 +00:00
Jordi Mallach 5840ff4b3f Updated Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.
2004-02-05  Jordi Mallach  <jordi@sindominio.net>

	* ca.po: Updated Catalan translation by
	Xavier Conde Rueda <xaviconde@eresmas.com>.
2004-02-05 13:28:36 +00:00
Sven Neumann 88ecc1eb00 Made 2.0pre3 release.
2004-02-04  Sven Neumann  <sven@gimp.org>

        * Made 2.0pre3 release.
2004-02-04 02:56:36 +00:00
Miloslav Trmac f70a30818d Update Czech translation 2004-02-02 19:03:23 +00:00
Jan Morén 2eb6005420 Updated Swedish translation.
2004-02-02  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2004-02-02 04:44:47 +00:00
Miloslav Trmac e9c6e913f4 Fix Czech translation 2004-01-30 10:38:41 +00:00
Ole Laursen 596b15b401 Updated Danish translation.
2004-01-22  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2004-01-22 17:51:09 +00:00
Christophe Merlet 85d30877d2 Updated French translation. 2004-01-19 23:50:41 +00:00
Sven Neumann 3a8e85d777 Made 2.0pre2 release.
2004-01-19  Sven Neumann  <sven@gimp.org>

        * Made 2.0pre2 release.
2004-01-19 03:59:04 +00:00
Artur Flinta c6c7abb8e1 Updated Polish translation by GNOME PL Team.
2004-01-13  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation by GNOME PL Team.
2004-01-13 07:20:57 +00:00
Valek Frob f10b8c7dd6 Updated russian translation. 2004-01-12 19:51:53 +00:00
Marco Ciampa 26af71407c Updated italian translation 2004-01-09 08:44:41 +00:00
Stanislav Visnovsky 7347e75af0 Updated Slovak translation by Zdenko Podobny.
2004-01-09  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2004-01-09 08:36:27 +00:00
Pablo Gonzalo del Campo 601acb06b6 Updated Spanish translation.
2004-01-07  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation.
2004-01-07 20:18:15 +00:00
Sven Neumann 8179ef7ef2 Made 2.0pre1 release.
2004-01-07  Sven Neumann  <sven@gimp.org>

        * Made 2.0pre1 release.
2004-01-07 03:53:28 +00:00
Jan Morén aff1f0183b Updated Swedish translation.
2004-01-06  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2004-01-06 11:41:09 +00:00
Marco Ciampa a509552f4c Updated italian translation 2004-01-05 22:31:21 +00:00
Artur Flinta f58fbe6b44 Updated Polish translation.
2003-12-19  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2003-12-19 15:06:06 +00:00
Danilo Šegan 094761fb90 Removed libgimp/gimpmiscui.c.
2003-12-16  Danilo Šegan  <dsegan@gmx.net>

	* POTFILES.in: Removed libgimp/gimpmiscui.c.
2003-12-16 06:43:39 +00:00
Duarte Loreto 4b55f949e3 Updated Portuguese translation.
2003-12-13  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-12-13 01:52:37 +00:00
Miloslav Trmac b3481c8049 Update Czech translation 2003-12-12 17:46:46 +00:00
Danilo Šegan c6eb39c5b9 Updated Serbian translation. 2003-12-11 18:44:21 +00:00
Stanislav Visnovsky 48936a3687 Updated Slovak translation by Zdenko Podobny.
2003-12-11  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2003-12-11 14:41:47 +00:00
Miloslav Trmac 5ab0933558 Update Czech translation 2003-12-08 12:31:45 +00:00
Sven Neumann d8903a2477 added libgimpthumb.
2003-12-08  Sven Neumann  <sven@gimp.org>

	* Makefile.am (SUBDIRS): added libgimpthumb.

	* libgimpthumb/gimpthumb-utils.c
	* libgimpthumb/gimpthumbnail.c: basic functionality is implemented
	and seems to be working.

	* app/Makefile.am: link the application against libgimpthumb.

	* app/core/core-types.h: include libgimpthumb/gimpthumb-types.h.

	* app/core/gimpimagefile.[ch]: removed thumbnail handling routines
	and use libgimpthumb instead. Fixes bug #127914.

	* app/gui/file-open-dialog.c
	* app/widgets/gimpdocumentview.c: changed accordingly.
2003-12-08 09:12:25 +00:00
Marco Ciampa 40515709bd Updated italian translation 2003-12-07 18:56:46 +00:00
Jan Morén 79fadead25 Updated Swedish translation.
2003-12-04  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-12-04 05:10:05 +00:00
Stanislav Visnovsky d0605c94ed Updated Slovak translation by Zdenko Podobny.
2003-11-26  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2003-11-26 19:16:00 +00:00
Duarte Loreto 8d6a05ef93 Updated Portuguese translation.
2003-11-26  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-11-26 01:10:52 +00:00
Pablo Gonzalo del Campo d43267576b Updated Spanish translation.
2003-11-24  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation.
2003-11-24 13:31:23 +00:00
Danilo Šegan a9f761e564 Updated Serbian translation.
2003-11-24  Danilo Šegan  <dsegan@gmx.net>

	* po-libgimp/sr.po, po-libgimp/sr@Latn.po: Updated Serbian
	translation.
2003-11-24 02:31:03 +00:00
Sven Neumann 6ac37445d0 Made 1.3.23 release.
2003-11-24  Sven Neumann  <sven@gimp.org>

        * Made 1.3.23 release.
2003-11-24 02:02:51 +00:00
Sven Neumann aba3d437e2 s/gimpfileselection/gimpfileentry/
2003-11-22  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: s/gimpfileselection/gimpfileentry/
2003-11-22 21:00:40 +00:00
Stanislav Visnovsky 1f60967d50 Updated Slovak translation by Zdenko Podobny.
2003-11-21  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2003-11-21 15:41:23 +00:00
Sven Neumann 5a2600f00d added a check for little cms.
2003-11-21  Sven Neumann  <sven@gimp.org>

	* configure.in: added a check for little cms.

	* modules/Makefile.am
	* modules/cdisplay_proof.c: added a color proof display filter
	module contributed by Banlu Kemiyatorn <id@project-ile.net>.
2003-11-21 14:44:00 +00:00
Duarte Loreto b1eaf7b502 Updated Portuguese translation.
2003-11-20  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-11-20 01:23:42 +00:00
Miloslav Trmac 0d2229b75d Update Czech translation 2003-11-18 15:02:13 +00:00
Jan Morén 3e84631e1e Updated Swedish translation.
2003-11-17  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-11-17 09:08:17 +00:00
Danilo Šegan c0887c096c Updated Serbian translation.
2003-11-16  Danilo Šegan  <dsegan@gmx.net>

	* po-libgimp/sr.po, po-libgimp/sr@Latn.po: Updated Serbian
	translation.

	* po-libgimp/POTFILES.in: gimpunit.c renamed to gimpunitcache.c.
2003-11-16 00:52:16 +00:00
Danilo Šegan 020163d5b3 Updated Serbian translation.
2003-11-15  Danilo Šegan  <dsegan@gmx.net>

	* po-libgimp/sr.po, po-libgimp/sr@Latn.po: Updated Serbian
	translation.
2003-11-15 13:14:22 +00:00
Michael Natterer 48b19d98e9 Updated during libgimp message cleanup.
2003-11-15  Michael Natterer  <mitch@gimp.org>

	* de.po: Updated during libgimp message cleanup.
2003-11-15 12:56:49 +00:00
Denis Lackovic 08c0ee4e58 croatian translations updated 2003-11-10 15:58:17 +00:00
Miloslav Trmac 237f616fb1 Update Czech translation 2003-11-10 15:00:08 +00:00
Danilo Šegan e4650cf38c Updated Serbian translation.
2003-11-07  Danilo Šegan  <dsegan@gmx.net>

	* po-libgimp/sr.po, po-libgimp/sr@Latn.po: Updated Serbian
          translation.
2003-11-07 22:58:11 +00:00
Denis Lackovic 74066b694f croatian translations added 2003-11-07 18:10:59 +00:00
Hasbullah Bin Pit f97d23e7b0 Updated Malay translation by MIMOS Open Source Development Group
2003-11-06  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated  Malay translation by
                MIMOS Open Source Development Group <syed@mimos.my>
2003-11-06 16:26:16 +00:00
Marco Ciampa 6f840d364c Updated italian translation. 2003-11-03 22:15:06 +00:00
Sven Neumann b93eda32d7 Made 1.3.22 release.
2003-11-03  Sven Neumann  <sven@gimp.org>

        * Made 1.3.22 release.
2003-11-03 01:10:58 +00:00
Hasbullah Bin Pit 451596b91e Updated Malay translation by MIMOS Open Source Development Group
2003-10-31  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated  Malay translation by
                MIMOS Open Source Development Group <syed@mimos.my>
2003-10-31 17:43:20 +00:00
Stanislav Visnovsky 96bdb5d7ef Updated Slovak translation by Zdenko Podobny.
2003-10-29  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2003-10-29 14:27:06 +00:00
Miloslav Trmac f142ca8e9b Update Czech translation 2003-10-21 14:30:18 +00:00
Stanislav Visnovsky 32815162ff Updated Slovak translation by Zdenko Podobny.
2003-10-20  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny.
2003-10-20 16:22:45 +00:00
Jan Morén 42e8e14a7a Updated Swedish translation.
2003-10-19  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-10-19 10:39:37 +00:00
Danilo Šegan 33bb0f522d Updated Serbian translation.
2003-10-18  Danilo Šegan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-10-18 02:55:15 +00:00
Tor Lillqvist 0b40992080 Remove, unmaintained.
2003-10-09  Tor Lillqvist  <tml@iki.fi>

	* po*/makefile.cygwin: Remove, unmaintained.
2003-10-09 21:34:24 +00:00
Sven Neumann 9d2332176d Made 1.3.21 release.
2003-10-06  Sven Neumann  <sven@gimp.org>

        * Made 1.3.21 release.
2003-10-05 23:00:36 +00:00
Marco Ciampa 88f7280682 Updated italian translation. 2003-09-19 15:32:38 +00:00
Marco Ciampa 45130bfe32 Updated italian translation. 2003-09-19 14:35:39 +00:00
Jan Morén ee2d44072d Updated Swedish translation.
2003-09-18  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-09-18 21:09:27 +00:00
Miloslav Trmac 650606146d Update Czech translation 2003-09-14 23:54:13 +00:00
Duarte Loreto 4646358511 Updated Portuguese translation.
2003-09-14  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-09-14 11:58:10 +00:00
Danilo Šegan 03d4217b12 Updated Serbian translation.
2003-09-14  Danilo Šegan  <dsegan@gmx.net>

	* po-libgimp/sr.po, po-libgimp/sr@Latn.po: Updated Serbian
	translation.
2003-09-14 04:52:15 +00:00
Danilo Šegan 47c444a4c5 Updated Serbian translation.
2003-09-13  Danilo Šegan  <dsegan@gmx.net>

        * po/sr.po, po/sr@Latn.po, po-libgimp/sr.po,
          po-libgimp/sr@Latn.po, po-script-fu/sr.po,
          po-script-fu/sr@Latn.po: Updated Serbian translation.
2003-09-13 04:13:58 +00:00
Dmitry Mastrukov 5c6fe50221 be.po: Added Belarusian translation from Belarusian team <i18n@mova.org> 2003-09-12 04:35:40 +00:00
Updated ja.po. T.Aihana 2b6eadfe41 2003-09-12 Updated ja.po. T.Aihana <aihana@gnome.gr.jp> 2003-09-11 23:31:02 +00:00
Marco Ciampa 52d165218a Updated italian translation. 2003-09-10 02:08:54 +00:00
Duarte Loreto 8ca0050a52 Updated Portuguese translation.
2003-09-09  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-09-09 16:23:10 +00:00
Stanislav Visnovsky 400daaf4b5 Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2003-09-08  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2003-09-08 14:28:16 +00:00
Sven Neumann a74d21379f Made 1.3.20 release. 2003-09-07 23:24:08 +00:00
Jan Morén be5e9a9740 Updated Swedish translation.
2003-09-06  Jan Morén  <jan.moren@lucs.lu.se>

         * sv.po: Updated Swedish translation.
2003-09-06 18:40:29 +00:00
Vincent van Adrighem 2845406cd4 Dutch translation updated by Branko Collin.
2003-09-04  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

    * nl.po: Dutch translation updated by Branko Collin.
2003-09-03 23:44:32 +00:00
Pablo Gonzalo del Campo b9e462b15c Updated Spanish translation.
2003-09-03  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation.
2003-09-03 15:20:28 +00:00
Stanislav Visnovsky 5b37eb4895 Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2003-09-03  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation by Zdenko Podobny <zdpo@mailbox.sk>.
2003-09-03 09:08:36 +00:00
Danilo Šegan b9713670d8 Updated.
2003-09-02  Danilo Šegan  <dsegan@gmx.net>

	* po-libgimp/sr@Latn.po: Updated.
2003-09-02 21:03:55 +00:00
Danilo Šegan b45d9d472e Added "sr.po" and "sr@Latn.po" to tips_POFILES.
2003-09-02  Danilo Šegan  <dsegan@gmx.net>

	* tips/Makefile.am: Added "sr.po" and "sr@Latn.po" to tips_POFILES.

	* tips/sr.po, tips/sr@Latn.po, po/sr.po, po/sr@Latn.po,
          po-libgimp/sr.po, po-libgimp/sr@Latn.po: Updated Serbian
          translation.
2003-09-02 15:09:34 +00:00
Ole Laursen 1f9b302665 Updated Danish translation.
2003-08-27  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2003-08-27 15:24:13 +00:00
Sven Neumann 8377aa0fd5 Made 1.3.19 release. 2003-08-27 11:05:24 +00:00