Commit Graph

61 Commits

Author SHA1 Message Date
Manish Singh 378814ac77 1.2.0 stuff
-Yosh
2000-12-25 08:08:08 +00:00
Manish Singh ea5614e2f5 1.1.32 stuff
-Yosh
2000-12-21 00:02:10 +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
Sven Neumann 746c37eb7e moved the new enum Garry introduced recently from the header to the .c
2000-11-06  Sven Neumann  <sven@gimp.org>

	* app/convolve.[ch]: moved the new enum Garry introduced recently
	from the header to the .c file so it does not get exported to the
	PDB by enumgen.pl.

and some updates to the italian translation as sent by Daniele Medri.
2000-11-06 12:40:07 +00:00
Manish Singh eae617f34c 1.1.29 stuff
-Yosh
2000-10-31 19:47:49 +00:00
Manish Singh 58a192b332 1.1.28 stuff
-Yosh
2000-10-16 19:36:10 +00:00
Manish Singh a0cb639b6f 1.1.27 stuff
-Yosh
2000-10-04 23:41:47 +00:00
Manish Singh 1f1e8a9ffa italian translation updates
-Yosh
2000-09-27 19:56:29 +00:00
Manish Singh 47f2059a12 1.1.26 stuff
-Yosh
2000-09-23 21:51:52 +00:00
Manish Singh 1334fcbacd 1.1.25 stuff
-Yosh
2000-08-21 18:24:41 +00:00
Sven Neumann 093390b91f Corrected an error message, applied updates to the italian
and german translations.


--Sven
2000-07-04 20:21:01 +00:00
Manish Singh af0f513133 1.1.24 stuff
-Yosh
2000-06-22 23:42:04 +00:00
Sven Neumann 0419720837 updates to the italian translations by Daniel Medri
--Sven
2000-06-12 23:00:46 +00:00
Sven Neumann 26981b7120 updates to italian translation by Daniel Medri
--Sven
2000-06-10 16:00:32 +00:00
Manish Singh b46ac5e9fd 1.1.23 stuff
-Yosh
2000-05-28 17:55:57 +00:00
Manish Singh c296a0a378 1.1.22 stuff
-Yosh
2000-05-16 06:45:36 +00:00
Manish Singh 4ab88cb628 1.1.21 stuff
-Yosh
2000-05-01 21:30:04 +00:00
Manish Singh 4ff5948fe6 1.1.20 stuff
-Yosh
2000-04-22 19:47:01 +00:00
Pablo Saratxaga 411f37c887 Updated Danish files 2000-04-13 00:12:20 +00:00
Sven Neumann 75d30a3b6b updates to the italian translation from Daniele Medri <madrid@linux.it>
--Sven
2000-04-01 10:18:41 +00:00
Manish Singh 16f601393d 1.1.19 stuff
-Yosh
2000-03-30 10:06:05 +00:00
Sven Neumann f1c203126b increased gimp_tile_cache to 32MB
minor fixes in install.c

sneaked a few changes into the po-files


--Sven & Mitch
2000-03-15 01:38:14 +00:00
Sven Neumann 4d20d8296b an eye_candy for new users
--Sven & Mitch
2000-03-14 23:06:21 +00:00
Sven Neumann 6a94f77b56 a whole bunch of i18n
--Sven
2000-03-06 09:39:41 +00:00
Manish Singh da1069cac2 I lied. Real 1.1.18 stuff
-Yosh
2000-03-04 03:39:19 +00:00
Manish Singh ffe712e6ee 1.1.18 stuff
-Yosh
2000-03-03 23:18:02 +00:00
Sven Neumann 80acd3bf67 updated italian translation 2000-02-12 16:44:45 +00:00
Manish Singh 3f4c147922 Made 1.1.17 release
* Made 1.1.17 release

* Makefile.am: removed gtkrc.forest2 from EXTRA_DIST

* user_install: s/ecco/echo/

* tools/pdbgen/pdb/lib.pl: fix array copying

-Yosh
2000-02-12 00:25:13 +00:00
Sven Neumann b732d5622a Updates for italian translations from Daniele Medri <madrid@linux.it>.
--Sven
2000-02-07 12:31:43 +00:00
Manish Singh 51b571f8d8 1.1.16 stuff
-Yosh
2000-02-02 05:01:20 +00:00
Manish Singh e8f7be1cab Made 1.1.15 release
* Made 1.1.15 release

* configure.in: disabled --with-threads, as it is not actively
maintained and rather untested.

-Yosh
2000-01-14 00:38:39 +00:00
Manish Singh 49c0729ea2 it.po updates from Daniele Medri <madrid@linux.it>
-Yosh
1999-12-17 05:18:32 +00:00
Manish Singh 1ffffb3961 1.1.14 stuff
-Yosh
1999-12-16 21:04:31 +00:00
Manish Singh 01d5fb260c 1.1.13 stuff
-Yosh
1999-11-25 20:55:52 +00:00
Michael Natterer 720518b33a Removed the definitions of the tearoff menu items and build them on the
1999-11-25  Michael Natterer  <mitch@gimp.org>

	* app/menus.c: Removed the definitions of the tearoff menu items
	and build them on the fly. Added N_()-marked submenus instead so
	they get properly translated. Removed N_() from all separators.

	Hacked menu_translate(): Don't try to translate separators,
	tearoffs and the /File/MRUxx entries. Avoid multiple lookups in
	the "gimp-std-plugins" domain. Translating plug-in menu entries is
	still broken.

	Defined all filter categories for proper translation and a first
	try to order them and to add separators (please comment...).

	New Category /Filters/Web.

	(Did 'make update-po' in the po* directories and updated the
	german translations.)

	* app/about_dialog.c
	* app/brush_select.c
	* app/drawable.c
	* app/errors.c
	* app/free_select.c
	* app/gradient.c
	* app/info_dialog.c
	* app/plug_in.c
	* app/tool_options.c: minor i18n updates like removing _() from
	some error messages.

	* app/context_manager.c: a private context for the Xinput Airbrush.

	* plug-ins/common/video.c: Register under /Filters/Distorts

	* plug-ins/imagemap/imap_main.c: Register under /Filters/Web
	(Marc, what about putting "prepare for gif" and "webify" there?)

	* plug-ins/perl/po/de.po: s/Xtn/Xtns/g
1999-11-25 11:35:48 +00:00
Manish Singh f0cde43787 1.1.12 stuff
-Yosh
1999-11-25 01:44:55 +00:00
Manish Singh eec4da82f4 1.1.11 stuff
-Yosh
1999-11-01 17:29:48 +00:00
Manish Singh 8873e7553a 1.1.10 stuff
-Yosh
1999-10-06 23:48:01 +00:00
Kelly Martin de776fcb03 Update for the it locale from Daniele Medri <madrid@linux.it>
Update for the it locale from Daniele Medri <madrid@linux.it>

--klm
1999-10-02 02:19:18 +00:00
CDT 1999 James Mitchell ba7593f245 Translations from Daniele Medri <madrid@linux.it> 1422 translated
Sun Sep 19 13:22:21 CDT 1999 James Mitchell <mitchell@gimp.org>

	* po/it.po: Translations from Daniele Medri <madrid@linux.it>
	  1422 translated messages.

Sun Sep 19 13:22:21 CDT 1999 James Mitchell <mitchell@gimp.org>

        * po-plug-ins/it.po: Translations from Daniele Medri <madrid@linux.it>
	  693 translated messages, 22 untranslated messages.

Sun Sep 19 13:24:30 CDT 1999 James Mitchell <mitchell@gimp.org>

	* tips/gimp_tips.it.txt: Translations from Daniele Medri
	<madrid@linux.it>
1999-09-19 18:30:38 +00:00
Manish Singh 09ffd828c9 1.1.9 stuff
-Yosh
1999-09-10 05:16:23 +00:00
CDT 1999 James Mitchell f820fca4e7 More translations from Daniele Medri <madrid@linux.it> 1415 translated
Thu Sep  9 18:52:28 CDT 1999 James Mitchell <mitchell@gimp.org>

        * po/it.po: More translations from Daniele Medri <madrid@linux.it>
	            1415 translated messages.

        * po-plug-ins/it.po: More translations from Daniele Medri
		             <madrid@linux.it>
		             590 translated messages, 73 untranslated messages.

        * tips/gimp_tips.it.txt
	* tips/Makefile.am: Added tips translations from Daniele Medri
	                    <madrid@linux.it>
1999-09-10 00:02:04 +00:00
CDT 1999 James Mitchell be7feb75a7 More translations from Daniele Medri <madrid@linux.it> 1299 translated
Tue Sep  7 21:02:48 CDT 1999 James Mitchell <mitchell@gimp.org>

        * po/it.po: More translations from Daniele Medri <madrid@linux.it>
	            1299 translated messages, 5 untranslated messages.

	* po-plug-ins/it.po: More translations from Daniele Medri
		             <madrid@linux.it>
			     521 translated messages, 116 untranslated messages.
1999-09-08 02:06:55 +00:00
Pablo Saratxaga a5154a861b added danish file corrected headers of some *.po files so msgfmt -v can be
added danish file
corrected headers of some *.po files so msgfmt -v can be
used to check them
1999-09-01 12:22:08 +00:00
CDT 1999 James Mitchell b48e3c7a33 po/
Fri Aug 13 19:19:46 CDT 1999  James Mitchell <mitchell@gimp.org>

        * it.po: More translations from Daniele Medri <madrid@linux.it>


po-plug-ins/

Fri Aug 13 19:19:46 CDT 1999  James Mitchell <mitchell@gimp.org>

        * it.po: Updated translations committed for Daniele Medri
	          <madrid@linux.it>
1999-08-14 00:23:41 +00:00
mitchell 2a3f047e95 Fixed compile problem with it.po grrr. 1999-08-10 03:03:29 +00:00
CDT 1999 James Mitchell 3362bd5f35 More translations from Daniele Medri <madrid@linux.it>
Mon Aug  9 21:48:28 CDT 1999  James Mitchell <mitchell@gimp.org>

        * it.po: More translations from Daniele Medri <madrid@linux.it>
1999-08-10 03:01:44 +00:00
CDT 1999 James Mitchell c0d319dfea Updated translation from Daniele Medri <madrid@linux.it>
Fri Aug  6 21:26:38 CDT 1999  James Mitchell <mitchell@gimp.org>

        * it.po: Updated translation from Daniele Medri <madrid@linux.it>
1999-08-07 02:29:36 +00:00
Manish Singh 82f7af66be 1.1.8 stuff
-Yosh
1999-08-02 05:50:14 +00:00