Commit graph

182 commits

Author SHA1 Message Date
Robert Brady dd4ff3f46c Added British translation. 2000-02-03 14:50:59 +00:00
jfell f09dd07f59 Joaquim Fellmann <joaquim@hrnet.fr>
* fr.po : Updated French translation
2000-02-02 22:00:01 +00:00
Manish Singh 51b571f8d8 1.1.16 stuff
-Yosh
2000-02-02 05:01:20 +00:00
Sven Neumann e555273ef8 i18n fixes
--Sven
2000-02-01 01:52:32 +00:00
Sven Neumann dbbbc494c7 updated german translation 2000-02-01 00:37:56 +00:00
Sven Neumann c9482821ab mostly header cleanup and i18n
--Sven
2000-01-31 23:59:05 +00:00
SHIRASAKI Yasuhiro 0f7855d37c i18n fix and updated Japanese translation.
-- yasuhiro
2000-01-31 20:50:29 +00:00
SHIRASAKI Yasuhiro 48f3a68614 fixed typo.
* plug-ins/gap/gap_decode_mpeg_main.c: fixed typo.

        * plug-ins/common/whirlpinch.c: unmarked blurb and help.

        * po-plug-ins/POTFILES.in: removed plug-ins/perl/Gimp.c
        which doesn't contain translatable messages.

-- yasuhiro
2000-01-31 19:49:04 +00:00
Sven Neumann 7c41d523a1 i18n
--Sven
2000-01-31 15:52:24 +00:00
Sven Neumann 4006d434df more sanity checks in gimpdrawable.c and a few i18n issues
--Sven
2000-01-31 13:07:39 +00:00
jfell 35714bd79b Mon, 31 Jan 2000 22:00:37 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
Mon, 31 Jan 2000 22:00:37 +0100  Fellmann Joaquim <joaquim@hrnet.fr>

	* Updated French translation of plugins / list of plugins source
	  files
2000-01-30 23:07:27 +00:00
Stanislav Brabec 74608f7894 update after fixed typo 2000-01-30 23:02:37 +00:00
Sven Neumann 4e38e85594 i18n
--Sven
2000-01-30 02:48:50 +00:00
Stanislav Brabec b58e4f0ded czech translation update 2000-01-29 00:18:32 +00:00
Stanislav Brabec c76f0f92d9 czech translation update 2000-01-27 20:23:52 +00:00
jfell bed181a998 Fri, 28 Jan 2000 14:06:18 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
* Updated list of _plugins_ files in POTFILES.in
	* Updated _plugins_ French translation.
2000-01-27 15:15:52 +00:00
Manish Singh a73c70c8a3 configure.in po-plug-ins moved libgimp strings into their own catalog.
* configure.in
* po-plug-ins
* po-libgimp: moved libgimp strings into their own catalog.
Mitch/Sven, could you take care of the domain rebinding?

* Makefile.am: make a gimp-config symlink to gimptool

-Yosh
2000-01-27 10:47:01 +00:00
Sven Neumann ea27590213 typos and german translation
--Sven
2000-01-27 01:00:09 +00:00
Kjartan Maraas 16c1ffc8bf Updated Norwegian translation.
2000-01-27  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-01-26 23:53:24 +00:00
SHIRASAKI Yasuhiro 6d6b45eacc Japanese translation updated. 800 messages are still untranslated yet. 2000-01-26 18:14:14 +00:00
Shirasaki Yasuhiro 5bdef4f453 added dummy menus for menu path translation.
2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>

        * plug-ins/gap/gap_decode_mpeg_main.c: added dummy menus
        for menu path translation.

        * po-plug-ins/POTFILES.in: added missing
        plug-ins/gap/gap_frontends_main.c.

-- yasuhiro
2000-01-26 16:21:32 +00:00
jfell 2d98d65fbd Wed, 26 Jan 2000 10:06:26 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
Wed, 26 Jan 2000 10:06:26 +0100  Fellmann Joaquim <joaquim@hrnet.fr>

	* fr.po: Updated French translation.
2000-01-25 20:51:18 +00:00
Stanislav Brabec 03688b909e czech translation update 2000-01-25 20:51:18 +00:00
Michael Natterer fa30ba04c7 configure.in po-plug-ins/POTFILES.in plug-ins/common/Makefile.am
2000-01-25  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* po-plug-ins/POTFILES.in
	* plug-ins/common/Makefile.am
	* plug-ins/common/plugin-defs.pl
	* plug-ins/megawidget/*: removed. (There were only 3 functions
	left which were used by ~5 plugins, so I moved the resp. functions
	to the plugins). More preview stuff to come...

	* app/airbrush_blob.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c: use G_PI instead of M_PI.

	* app/procedural_db.h
	* libgimp/gimpenums.h
	* plug-ins/script-fu/script-fu-constants.c
	* tools/pdbgen/enums.pl: new PDB return value STATUS_CANCEL which
	indicates that "Cancel" was pressed in a plugin dialog. (Useful
	only for file load/save plugins).

	* app/fileops.[ch]
	* app/menus.c: changes to handle STATUS_CANCEL correctly. Did some
	code cleanup in fileops.[ch]. Pop up a warning if File->Save
	failed.

	* app/plug_in.c: return_val[0] is of type PDB_STATUS, not
	PDB_INT32.

	* libgimp/gimpmath.h: new constant G_MAXRAND which equals to
	RAND_MAX if it exists or to G_MAXINT otherwise.

	* libgimp/gimpwidgets.[ch]: new function gimp_random_seed_new()
	which creates a spinbutton and a "Time" toggle.
	Call the function which does the "set_sensitive" magic from the
	radio button callback.

	* plug-ins/[75 plugins]:

	- Return STATUS_CANCEL in all file load/save dialogs if "Cancel"
	  was pressed.
	- Standardized the file plugins' "run" functions.
	- Use G_PI and G_MAXRAND everywhere.
	- Added tons of scales and spinbuttons instead of text entries.
	- Applied uniform packing/spacings all over the place.
	- Reorganized some UIs (stuff like moving the preview to the top
	  left corner of the dialog).
	- Removed many ui helper functions and callbacks and use the stuff
	  from libgimp instead.
	- I tried not to restrict the range of possible values when I
	  replaced entries with spinbuttons/scales but may have failed,
	  though in some cases. Please test ;-)
	- #include <libgimp/gimpmath.h> where appropriate and use it's
	  constants.
	- Indentation, s/int/gint/ et.al., code cleanup.

	RFC: The plugins are definitely not useable with GIMP 1.0 any
	     more, so shouldn't we remove all the remaining compatibility
	     stuff ??? (like "#ifdef GIMP_HAVE_PARASITES")
2000-01-25 17:46:56 +00:00
Yuri Syrota ca42158cc6 Updated Ukrainian translation 2000-01-25 12:59:58 +00:00
jfell b6d2b2b125 Wed, 26 Jan 2000 10:06:26 +0100 Fellmann Joaquim <joaquim@hrnet.fr>
Wed, 26 Jan 2000 10:06:26 +0100  Fellmann Joaquim <joaquim@hrnet.fr>

	* fr.po: Updated French translation.
2000-01-25 11:12:14 +00:00
Sven Neumann a7774c0944 applied patches from Wolfgang Hofer
removed script-fu/regex.[ch]


--Sven
2000-01-24 21:18:25 +00:00
Sven Neumann 1ff1e442fb i18n fixes and updates to the polish translation 2000-01-24 20:32:42 +00:00
Sergey I. Panov d8ee746c89 ru.po: Updated Russian translation from Valek Filippov <frob@df.ru> 2000-01-24 05:54:25 +00:00
CET 2000 Joaquim Fellmann 798d9aea12 Updated French translation.
Sun Jan 23 18:48:54 CET 2000  Joaquim Fellmann <joaquim@hrnet.fr>

	* po-plug-ins/fr.po: Updated French translation.
2000-01-23 17:50:41 +00:00
Stanislav Brabec cbaf336abe czech translation update 2000-01-22 00:15:41 +00:00
Stanislav Brabec fb1c376105 czech translation update 2000-01-19 15:38:29 +00:00
David Monniaux 8681013c50 I18N of the gfig plug-in. 2000-01-18 23:02:32 +00:00
Tor Lillqvist 31ee951523 Some clarifications.
2000-01-18  Tor Lillqvist  <tml@iki.fi>

* README.win32: Some clarifications.

* PLUGIN_MAINTAINERS: I maintain psp.

* libgimp/gimp.def
* libgimp/gimpui.def
* libgimp/makefile.cygwin
* libgimp/makefile.msc
* plug-ins/makefile.cygwin
* plug-ins/makefile.msc: Updates.

* plug-ins/twain/twain.c
* plug-ins/winsnap/winsnap.c
* po-plug-ins/POTFILES.in: i18n.
2000-01-18 20:52:16 +00:00
Stanislav Brabec e7df9a7159 czech translation update 2000-01-18 00:21:48 +00:00
SHIRASAKI Yasuhiro f80607beb3 Updated japanese translation tables.
-- yasuhiro
2000-01-18 00:21:48 +00:00
Sven Neumann f6fcdca142 fixed typos and updated german translation
--Sven
2000-01-17 21:25:29 +00:00
David Monniaux 409a730257 Internationalization of the GFlare plug-in. 2000-01-17 13:21:13 +00:00
SHIRASAKI Yasuhiro 493eb0e3d2 plug-ins/common/csource.c plug-ins/common/header.c
* plug-ins/common/csource.c
        * plug-ins/common/header.c
        * plug-ins/common/winclipboard.c
        * po-plug-ins/POTFILES.in: added gettext support.

-- yasuhiro
2000-01-17 13:21:13 +00:00
Stanislav Brabec 7469659b1b czech translation update 2000-01-16 19:48:26 +00:00
Stanislav Brabec c4cfa6dd05 czech translation update 2000-01-16 19:48:26 +00:00
Shirasaki Yasuhiro 72ae425bfc plug-ins/common/waves.c plug-ins/common/whirlpinch.c
2000-01-16  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>

	* plug-ins/common/waves.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/common/wind.c
	* plug-ins/common/wmf.c
	* plug-ins/pagecurl/pagecurl.c
	* plug-ins/pagecurl/Makefile.am
	* po-plug-ins/POTFILES.in: added gettext support.

-- yasuhiro
2000-01-15 17:22:19 +00:00
Stanislav Brabec 64b3867829 czech translation update 2000-01-15 11:48:42 +00:00
Manish Singh 2e40063a6b configure.in plug-ins/Makefile.am move unsharp here, since it doesn't have
* configure.in
* plug-ins/Makefile.am
* plug-ins/common/unsharp.c: move unsharp here, since it doesn't
have any support files anymore

-Yosh
2000-01-14 19:44:39 +00:00
Yuri Syrota efa3a47791 Updated Ukrainian translation 2000-01-14 07:42:28 +00:00
Manish Singh d7b46814de inserted uk.po dummy file
-Yosh
2000-01-14 00:39:29 +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
David Monniaux 334719960a Integration of I18N for gflare. 2000-01-14 00:38:38 +00:00
Manish Singh 9a187e69e7 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:38 +00:00
David Monniaux 2bda2a1c46 Translations... 2000-01-13 19:27:23 +00:00