i18n fix and message table update.

This commit is contained in:
SHIRASAKI Yasuhiro 2000-01-26 17:17:58 +00:00
parent 5bdef4f453
commit 9659b77317
5 changed files with 378 additions and 348 deletions

View File

@ -6,6 +6,9 @@
* po-plug-ins/POTFILES.in: added missing
plug-ins/gap/gap_frontends_main.c.
* plug-ins/borderaverage/borderaverage.c: added missing _()
for progress bar description.
Thu Jan 27 14:55:00 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/print/*: updated to version 3.0.5

View File

@ -163,7 +163,7 @@ run (gchar *name,
/* Make sure that the drawable is RGB color */
if (gimp_drawable_is_rgb (drawable->id))
{
gimp_progress_init ("Border Average...");
gimp_progress_init ( _("Border Average..."));
borderaverage (drawable,
&result_color[0], &result_color[1], &result_color[2]);

View File

@ -163,7 +163,7 @@ run (gchar *name,
/* Make sure that the drawable is RGB color */
if (gimp_drawable_is_rgb (drawable->id))
{
gimp_progress_init ("Border Average...");
gimp_progress_init ( _("Border Average..."));
borderaverage (drawable,
&result_color[0], &result_color[1], &result_color[2]);

View File

@ -1,3 +1,7 @@
2000-01-28 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
* ja.po: Updated japanese translation.
Thu Jan 27 14:53:00 CET 2000 Sven Neumann <sven@gimp.org>
* de.po: updates from Daniel Egger

715
po/ja.po

File diff suppressed because it is too large Load Diff