Commit Graph

208 Commits

Author SHA1 Message Date
Stanislav Brabec 9f87965256 czech translation update 2000-03-30 19:28:45 +00:00
Kjartan Maraas 11a39a66f4 Updated Russian translation from Valek Filippov <frob@df.ru>. Updated
2000-03-30  Kjartan Maraas  <kmaraas@online.no>

	* ru.po: Updated Russian translation from Valek Filippov
	<frob@df.ru>.
	* no.po: Updated Norwegian translation.
2000-03-29 23:32:15 +00:00
Kjartan Maraas f20f26bebe Updated Russian translation from Valek Filippov <frob@df.ru>.
2000-03-30  Kjartan Maraas  <kmaraas@online.no>

	* ru.po: Updated Russian translation from Valek Filippov
	<frob@df.ru>.
2000-03-29 23:08:16 +00:00
SHIRASAKI Yasuhiro 8ba79afbde gflare never use gfig-path. updated Japanese translation.
* gflare.c: gflare never use gfig-path.
* ja.po: updated Japanese translation.

-- yasuhiro
2000-03-28 07:34:18 +00:00
Chyla Zbigniew f01b9e71d4 Updated Polish translation 2000-03-27 14:38:23 +00:00
Stanislav Brabec 7de34c05d9 czech translation update 2000-03-26 16:32:33 +00:00
Sven Neumann c5684e3f99 some cleanup in script-fu and a whole bunch of german translations
--Sven
2000-03-25 14:25:30 +00:00
Stanislav Brabec 6a35e2d567 czech translation update 2000-03-25 14:02:41 +00:00
Tomas Ogren 998f28edeb Updated
2000-03-23  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated
2000-03-23 20:17:31 +00:00
Stanislav Brabec 17403f99be czech translation update 2000-03-21 10:01:13 +00:00
SHIRASAKI Yasuhiro 649889e618 updated Japanese translation. added missing script for Makefile.in.in. 2000-03-20 23:09:46 +00:00
Sven Neumann 0f2b38038c fixed segv in gfig
--Mitch
2000-03-20 19:08:26 +00:00
Stanislav Brabec dd6f3d8de4 czech translation update 2000-03-20 13:11:59 +00:00
Tor Lillqvist 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
Stanislav Brabec 2271815f26 czech translation update 2000-03-17 10:55:56 +00:00
Tor Lillqvist 65b8ff80f9 Update Finnish translation.
2000-03-17  Tor Lillqvist  <tml@iki.fi>

* fi.po: Update Finnish translation.
2000-03-16 22:30:33 +00:00
SHIRASAKI Yasuhiro b1bd76c2cd updated japanese translation.
-- yasuhiro
2000-03-16 19:47:10 +00:00
David Monniaux 862605ea7d appendice -> module chargeable 2000-03-16 14:24:34 +00:00
Tomas Ogren b701ce1e10 Updated
2000-03-16  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated
2000-03-16 01:24:25 +00:00
Sven Neumann 10437eae05 Install dialog now works with themes and offers
interactive monitor calibration


--Sven & Mitch
2000-03-15 16:00:24 +00:00
Sven Neumann 4d20d8296b an eye_candy for new users
--Sven & Mitch
2000-03-14 23:06:21 +00:00
Stanislav Brabec 51d6c47433 czech translation update 2000-03-14 09:05:35 +00:00
Stanislav Brabec cb98add1c8 czech translation update 2000-03-11 21:34:21 +00:00
Sven Neumann 9912cf4bf2 translate branches in the gimp domain
--Sven
2000-03-11 13:49:16 +00:00
Tomas Ogren 7d3250fa7e Updated.
2000-03-10  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated.
2000-03-10 21:12:38 +00:00
Stanislav Brabec 6e73f200df czech translation update 2000-03-09 21:39:32 +00:00
Sven Neumann 7a263f3f89 applied and heavily modified a patch from Daniel Egger.
* app/menus.c: applied and heavily modified a patch from Daniel Egger.

 There's not any more the need to declare menu branches unless we
 want to create empty submenus (to be filled in by plug-ins). Removes
 a bunch of messages from the catalogs.
 We do not longer put a seperator after submenus if the menu contains
 nothing but submenus.


--Sven
2000-03-08 20:57:49 +00:00
Tor Lillqvist 187f5812d2 Remove a bogus fuzzy indicator.
2000-03-08  Tor Lillqvist  <tml@iki.fi>

* fi.po: Remove a bogus fuzzy indicator.
2000-03-08 17:45:53 +00:00
SHIRASAKI Yasuhiro a8b4d3e51d updated and added japanese translation tables.
-- yasuhiro
2000-03-08 16:18:52 +00:00
Stanislav Brabec 12b1375c54 czech translation update 2000-03-06 21:37:01 +00:00
David Monniaux 68c5d27df6 Clearer with Zoom + / -. 2000-03-06 15:29:23 +00:00
Sven Neumann 6a94f77b56 a whole bunch of i18n
--Sven
2000-03-06 09:39:41 +00:00
David Monniaux 42b72e6729 Fixed some incorrect fuzzy translations. 2000-03-05 16:19:26 +00:00
Michael Natterer 21e95fdf43 Makefile.am cursors/selection_move.xbm cursors/selection_move_mask.xbm new
2000-03-04  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* cursors/selection_move.xbm
	* cursors/selection_move_mask.xbm
	* app/cursorutil.[ch]: new cursor for moving the selection
	mask. Looks imho nicer than the ugly GDK_DIAMOND_CROSS.

	* app/move.c
	* app/rect_select.c: use the new cursor.

	* app/paint_core.c: check for the statusbar's context_id in the
	cursor_update function. Fixes gdk_criticals with the line preview
	(which doesn't need a mouse click). Minor cleanups.

	* app/tool_options.c: put the paint_pressure options in a
	GtkHWrapBox instead of a GtkHBox. Makes the size of the dialog a
	bit less locale-dependent.

	* plug-ins/common/xbm.c: use accessor functions instead of using
	the parasite's fields directly.
2000-03-05 00:06:11 +00:00
Michael Natterer 83bb5a38b8 s/"Only"/"only"/
2000-03-03  Michael Natterer  <mitch@gimp.org>

	* app/crop.c: s/"Only"/"only"/

	* app/iscissors.c: one more cursor_update fix. This time I don't
	claim that it's _really_ correct.

	* app/tool_options.c: don't add a separator after
	opacity/paint_mode if a paint pressure options box follows.

	* cursors/bad.xbm
	* cursors/bad_mask.xbm: made it FAT (no need to use thin lines
	which show as much as possible of the image below because the
	cursor indicates that no operation is possible).

	* libgimp/gimpprotocol.[ch]: s/int/gboolean/ where appopriate,
	indentation paranoia.

	_gp_*_read(): free the already allocated parts of the message if
	reading a subsequent part fails. These cleanups will probably occur
	shortly before the process crashes, but at least they make the
	search for real leaks easier.

	* plug-ins/common/uniteditor.c: some more tooltips.

	* plug-ins/common/xbm.c: store the image comment in the
	"gimp-comment" parasite and the hot spot in the new "hot-spot"
	parasite. Added ui for entering the hot spot.

	* docs/parasites.txt: documented the new "hot-spot" parasite.
2000-03-04 00:24:39 +00:00
Tor Lillqvist 5c4c51d24c Updates.
2000-03-04  Tor Lillqvist  <tml@iki.fi>

* fi.po: Updates.
2000-03-03 23:35:36 +00:00
Michael Natterer 6be08358fb s/"Fill Options"/"Fill Type"/
2000-03-02  Michael Natterer  <mitch@gimp.org>

	* app/channel_ops.c: s/"Fill Options"/"Fill Type"/

	* app/gimpparasite.c: removed _() around the parasiterc header.
2000-03-02 02:23:26 +00:00
Stanislav Brabec 56baa9afc6 czech translation update 2000-03-01 20:52:42 +00:00
SHIRASAKI Yasuhiro 8169250568 Updated Japanese translation.
-- yasuhiro
2000-02-29 07:46:05 +00:00
Sven Neumann 1bd3c65443 removed warnings, cleaned up the source, unmarked
internal error messages for translation


--Sven
2000-02-27 12:09:29 +00:00
Kjartan Maraas ab6ceea8bd Updated Norwegian translation.
2000-02-26  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-02-26 19:35:38 +00:00
Sven Neumann 8501ac08b6 updated german translation
--Sven
2000-02-22 17:57:18 +00:00
Kjartan Maraas 590b5a5437 Updated Norwegian translation.
2000-02-19  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-02-19 20:06:41 +00:00
Sven Neumann 254099d0df Removed path_tool.c and xinput_airbrush.c from POTFILES.in since they
are excluded from the build.


--Sven
2000-02-19 16:44:30 +00:00
Stanislav Brabec 9e23841bee czech translation update 2000-02-19 10:00:06 +00:00
SHIRASAKI Yasuhiro e2e1ee3ae7 updated Japanese translation.
-- yasuhiro
2000-02-19 08:11:56 +00:00
Sven Neumann 76e79ec311 minor nitpick
--Sven
2000-02-17 10:03:53 +00:00
Stanislav Brabec 1f6bfd8f35 czech translation update 2000-02-16 23:36:45 +00:00
David Monniaux a20c03299d Fixed two broken menu paths. 2000-02-16 14:26:21 +00:00
Tomas Ogren 9ee718ca8f sv.po: Updated
2000-02-15  Tomas Ogren  <stric@ing.umu.se>

sv.po: Updated
2000-02-15 22:17:31 +00:00