Commit Graph

133 Commits

Author SHA1 Message Date
SHIRASAKI Yasuhiro f80607beb3 Updated japanese translation tables.
-- yasuhiro
2000-01-18 00:21:48 +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
SHIRASAKI Yasuhiro 1689d10245 Updated japanese message tables.
-- yasuhiro
2000-01-07 17:54:25 +00:00
SHIRASAKI Yasuhiro dc180819d7 update japanese translation. 1999-12-31 15:16:30 +00:00
Shirasaki Yasuhiro f0e5aa0308 Update japanese translation.
1999-12-20  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>

        * ja.po: Update japanese translation.

-- yasuhiro
1999-12-16 21:04:28 +00:00
Manish Singh c3af7dc751 1.1.14 stuff
-Yosh
1999-12-16 21:04:28 +00:00
Yukihiro Nakai bacd04b48b ja.po: Update from Shirasaki Yasuhiro. 1999-12-10 06:20:35 +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
Yukihiro Nakai e4d411f8c9 ja.po: Japanese Translation Update for 1.1.12 from SHIRASAKI Yasuhiro.
See his serious attitude for the Japanized GIMP.
       I recommend you give him a translation commit account and
       tell him before a new version release...
1999-11-25 07:02:48 +00:00
Yukihiro Nakai 5d7b3fa197 Traslation update from Shirasaki Yasuhiro
Traslation update from Shirasaki Yasuhiro
1999-09-29 02:31:20 +00:00
Manish Singh 98d1fe7b8e uncorrupt these files
-Yosh
1999-09-11 19:36:16 +00:00
Manish Singh 09ffd828c9 1.1.9 stuff
-Yosh
1999-09-10 05:16:23 +00:00
Manish Singh ee8b38590d ja po updates
-Yosh
1999-09-09 22:44:35 +00:00
Yukihiro Nakai a8d6481ebf Update from Shirasaki Yasuhiro
Update from Shirasaki Yasuhiro
1999-09-09 06:30:33 +00:00
Yukihiro Nakai 743049def2 Update from SHIRASAKI Yasuhiro
Update from SHIRASAKI Yasuhiro
1999-09-08 08:37:38 +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
Yukihiro Nakai 3f00c01bd5 ja.po: Update from Shirasaki Yasuhiro
ja.po: Update from Shirasaki Yasuhiro
1999-08-23 02:11:19 +00:00
Manish Singh 82f7af66be 1.1.8 stuff
-Yosh
1999-08-02 05:50:14 +00:00
Manish Singh fe7e21af8e Made 1.1.7 release
* Made 1.1.7 release

* configure.in: version number bump

* ltconfig
* ltmain.sh: libtool 1.3.3

* app/channel_cmds.c
* tools/pdbgen/pdb/channel.pdb: remove opacity_arg alias for channel new

* Makefile.am: add pixmaps

* borderaverage moved into it's own dir again, to avoid gck problems

-Yosh
1999-07-17 20:37:31 +00:00
Yukihiro Nakai b401afddeb ja.po: Japanese translation update from Mr. Shirasaki.
ja.po: Japanese translation update from Mr. Shirasaki.
1999-07-05 02:51:39 +00:00
Yukihiro Nakai 81124dce15 ja.po: Japanese translation update from SHIRASAKI Yasuhiro.
ja.po: Japanese translation update from SHIRASAKI Yasuhiro.
1999-06-21 02:16:09 +00:00
Manish Singh 84ad15be2a 1.1.6 stuff
-Yosh
1999-06-06 00:10:20 +00:00
Manish Singh 83291f7fa3 1.1.5 stuff
-Yosh
1999-05-03 23:14:25 +00:00
Manish Singh fcf3113c43 1.1.4 stuff
-Yosh
1999-03-30 03:10:08 +00:00
Manish Singh 36a859e13b 1.1.3 stuff
-Yosh
1999-03-09 01:18:15 +00:00
Manish Singh dea84972e3 fix setting of $localedir, and use $CONFIG_SHELL to run config.status
* configure.in: fix setting of $localedir, and use $CONFIG_SHELL
to run config.status (variation upon gimp-joke-990122-1)

* plug-ins/fp/fp_gtk.c: make label code consistent so we
don't get confused (gimp-ruth-990131-0)

* app/app_procs.c: toast stale swap files on startup

* app/general.[ch]: removed prune_filename

* app/by_color_select.c
* app/colormap_dialog.i.c
* app/fileops.c
* app/gdisplay.c
* app/gdisplay_ops.c
* app/gimpbrush.c
* app/gradient.c
* app/info_window.c
* app/menus.c
* app/palette.c
* app/patterns.c: s/prune_filename/g_basename/

-Yosh
1999-02-07 10:45:56 +00:00
Manish Singh 3d46ca4d90 make dist garbage
-Yosh
1999-02-04 05:22:50 +00:00
Manish Singh aaf116b03a updates from Yasuhiro SHIRASAKI <yasuhiro@awa.tohoku.ac.jp>
-Yosh
1999-01-27 06:24:34 +00:00
Manish Singh dc1984bed5 These guys like to change on make dist
-Yosh
1999-01-21 05:23:30 +00:00
Manish Singh 21ffb64262 various sundry changes
-Yosh
1998-12-17 11:53:22 +00:00
Yukihiro Nakai 890336d3e7 Changes from Yasuhiro Shirasaki.
Changes from Yasuhiro Shirasaki.
1998-12-09 05:27:58 +00:00
Manish Singh c54c73e2ca added a preliminary Japanese translation from Yasuhiro SHIRASAKI
<joke@awa.tohoku.ac.jp>

-Yosh
1998-09-10 20:36:21 +00:00