plug-ins/common/compose.c plug-ins/gimpressionist/gimpressionist.c

1999-10-17  Tomas Ogren  <stric@ing.umu.se>

* plug-ins/common/compose.c
* plug-ins/gimpressionist/gimpressionist.c
* plug-ins/gimpressionist/preview.c
* plug-ins/gimpressionist/presets.c
* plug-ins/gimpressionist/repaint.c: i18n de-lamerism
Using _(" OK ") etc gives the translators much extra work...

* app/about_dialog.c: Fix my name

* app/menus.c: Change order of resize and scale in L&C&P to match the
normal image menu

* po/sv.po: Update
* po-plug-ins/sv.po: Update
This commit is contained in:
Tomas Ogren 1999-10-17 21:07:28 +00:00 committed by Tomas Ögren
parent cf6260af60
commit f922d155fa
17 changed files with 1107 additions and 768 deletions

View File

@ -1,3 +1,20 @@
1999-10-17 Tomas Ogren <stric@ing.umu.se>
* plug-ins/common/compose.c
* plug-ins/gimpressionist/gimpressionist.c
* plug-ins/gimpressionist/preview.c
* plug-ins/gimpressionist/presets.c
* plug-ins/gimpressionist/repaint.c: i18n de-lamerism
Using _(" OK ") etc gives the translators much extra work...
* app/about_dialog.c: Fix my name
* app/menus.c: Change order of resize and scale in L&C&P to match the
normal image menu
* po/sv.po: Update
* po-plug-ins/sv.po: Update
Sun Oct 17 21:28:58 BST 1999 Austin Donnelly <austin@gimp.org>
* app/iscissors.c: long overdue fix for problem with overrunning

View File

@ -131,7 +131,7 @@ static gchar *scroll_text[] =
"Sven Neumann",
"Stephen Robert Norris",
"Erik Nygren",
"Tomas Ogren",
"Tomas Ögren",
"Balazs Nagy",
"Miles O'Neal",
"Jay Painter",

View File

@ -131,7 +131,7 @@ static gchar *scroll_text[] =
"Sven Neumann",
"Stephen Robert Norris",
"Erik Nygren",
"Tomas Ogren",
"Tomas Ögren",
"Balazs Nagy",
"Miles O'Neal",
"Jay Painter",

View File

@ -131,7 +131,7 @@ static gchar *scroll_text[] =
"Sven Neumann",
"Stephen Robert Norris",
"Erik Nygren",
"Tomas Ogren",
"Tomas Ögren",
"Balazs Nagy",
"Miles O'Neal",
"Jay Painter",

View File

@ -462,10 +462,10 @@ static GimpItemFactoryEntry layers_entries[] =
"delete_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { N_("/Resize Layer"), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Merge Visible Layers"), "<control>M", layers_dialog_merge_layers_callback, 0 },

View File

@ -462,10 +462,10 @@ static GimpItemFactoryEntry layers_entries[] =
"delete_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { N_("/Resize Layer"), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Merge Visible Layers"), "<control>M", layers_dialog_merge_layers_callback, 0 },

View File

@ -462,10 +462,10 @@ static GimpItemFactoryEntry layers_entries[] =
"delete_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { N_("/Resize Layer"), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Merge Visible Layers"), "<control>M", layers_dialog_merge_layers_callback, 0 },

View File

@ -462,10 +462,10 @@ static GimpItemFactoryEntry layers_entries[] =
"delete_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { N_("/Resize Layer"), "<control>R", layers_dialog_resize_layer_callback, 0 },
"dialogs/resize_layer.html", NULL },
{ { N_("/Scale Layer"), "<control>S", layers_dialog_scale_layer_callback, 0 },
"dialogs/scale_layer.html", NULL },
{ { "/---", NULL, NULL, 0, "<Separator>" },
NULL, NULL },
{ { N_("/Merge Visible Layers"), "<control>M", layers_dialog_merge_layers_callback, 0 },

View File

@ -122,15 +122,15 @@ typedef struct {
#define CHNL_NA "-"
static COMPOSE_DSC compose_dsc[] = {
{ N_("RGB"), 3, { N_("Red:"), N_("Green: "), N_("Blue:"), CHNL_NA },
{ N_("RGB"), 3, { N_("Red:"), N_("Green:"), N_("Blue:"), CHNL_NA },
N_("rgb-compose"), compose_rgb },
{ N_("RGBA"), 4, { N_("Red:"), N_("Green: "), N_("Blue:"),N_("Alpha:") },
{ N_("RGBA"), 4, { N_("Red:"), N_("Green:"), N_("Blue:"),N_("Alpha:") },
N_("rgba-compose"), compose_rgba },
{ N_("HSV"), 3, { N_("Hue:"), N_("Saturation:"), N_("Value:"), CHNL_NA },
N_("hsv-compose"), compose_hsv },
{ N_("CMY"), 3, { N_("Cyan:"), N_("Magenta: "), N_("Yellow:"), CHNL_NA },
{ N_("CMY"), 3, { N_("Cyan:"), N_("Magenta:"), N_("Yellow:"), CHNL_NA },
N_("cmy-compose"), compose_cmy },
{ N_("CMYK"), 4, { N_("Cyan:"), N_("Magenta: "),N_("Yellow:"),N_("Black:")},
{ N_("CMYK"), 4, { N_("Cyan:"), N_("Magenta:"),N_("Yellow:"),N_("Black:")},
N_("cmyk-compose"), compose_cmyk }
};

View File

@ -480,7 +480,7 @@ int create_dialog(void)
gtk_box_pack_end (GTK_BOX (box2), box3, FALSE, FALSE, 0);
gtk_widget_show (box3);
tmpw = gtk_button_new_with_label( _(" OK "));
tmpw = gtk_button_new_with_label( _("OK"));
gtk_signal_connect(GTK_OBJECT(tmpw), "clicked",
(GtkSignalFunc)dialog_ok_callback, window);
gtk_box_pack_start (GTK_BOX (box3), tmpw, TRUE, TRUE, 0);
@ -489,14 +489,14 @@ int create_dialog(void)
gtk_widget_show(tmpw);
gtk_tooltips_set_tip(GTK_TOOLTIPS(tooltips), tmpw, _("Run with the selected settings"), NULL);
tmpw = gtk_button_new_with_label( _(" Cancel "));
tmpw = gtk_button_new_with_label( _("Cancel"));
gtk_signal_connect(GTK_OBJECT(tmpw), "clicked",
(GtkSignalFunc)dialog_cancel_callback, window);
gtk_box_pack_start (GTK_BOX (box3), tmpw, TRUE, TRUE, 0);
gtk_widget_show(tmpw);
gtk_tooltips_set_tip(GTK_TOOLTIPS(tooltips), tmpw, _("Quit the program"), NULL);
tmpw = gtk_button_new_with_label( _(" About... "));
tmpw = gtk_button_new_with_label( _("About..."));
gtk_signal_connect(GTK_OBJECT(tmpw), "clicked",
(GtkSignalFunc)showabout, window);
gtk_box_pack_start (GTK_BOX (box3), tmpw, TRUE, TRUE, 0);

View File

@ -597,7 +597,7 @@ void create_presetpage(GtkNotebook *notebook)
gtk_widget_set_usize(tmpw, 150, -1);
gtk_widget_show(tmpw);
presetsavebutton = tmpw = gtk_button_new_with_label( _(" Save current "));
presetsavebutton = tmpw = gtk_button_new_with_label( _("Save current"));
gtk_box_pack_start(GTK_BOX(box1), tmpw,FALSE,FALSE,5);
gtk_widget_show (tmpw);
gtk_signal_connect (GTK_OBJECT(tmpw), "clicked",
@ -641,7 +641,7 @@ void create_presetpage(GtkNotebook *notebook)
gtk_widget_show (box2);
/* gtk_container_border_width (GTK_CONTAINER (box2), 5); */
tmpw = gtk_button_new_with_label( _(" Apply "));
tmpw = gtk_button_new_with_label( _("Apply"));
gtk_box_pack_start(GTK_BOX(box2), tmpw,FALSE,FALSE,0);
gtk_widget_show (tmpw);
gtk_signal_connect (GTK_OBJECT(tmpw), "clicked",
@ -649,7 +649,7 @@ void create_presetpage(GtkNotebook *notebook)
NULL);
gtk_tooltips_set_tip(GTK_TOOLTIPS(tooltips), tmpw, _("Reads the selected Preset into memory"), NULL);
tmpw = gtk_button_new_with_label( _(" Delete "));
tmpw = gtk_button_new_with_label( _("Delete"));
gtk_box_pack_start(GTK_BOX(box2), tmpw, FALSE, FALSE,0);
gtk_widget_show (tmpw);
gtk_signal_connect (GTK_OBJECT(tmpw), "clicked",
@ -657,7 +657,7 @@ void create_presetpage(GtkNotebook *notebook)
NULL);
gtk_tooltips_set_tip(GTK_TOOLTIPS(tooltips), tmpw, _("Deletes the selected Preset"), NULL);
tmpw = gtk_button_new_with_label( _(" Refresh "));
tmpw = gtk_button_new_with_label( _("Refresh"));
gtk_box_pack_start(GTK_BOX(box2), tmpw, FALSE, FALSE,0);
gtk_widget_show (tmpw);
gtk_signal_connect (GTK_OBJECT(tmpw), "clicked",

View File

@ -114,14 +114,14 @@ GtkWidget* create_preview()
box2 = gtk_hbox_new(TRUE, 0);
previewbutton = tmpw = gtk_button_new_with_label( _(" Update "));
previewbutton = tmpw = gtk_button_new_with_label( _("Update"));
gtk_signal_connect(GTK_OBJECT(tmpw), "clicked",
(GtkSignalFunc)updatepreviewprev, (void *)1);
gtk_box_pack_start (GTK_BOX (box2), tmpw, TRUE, TRUE, 0);
gtk_widget_show(tmpw);
gtk_tooltips_set_tip(GTK_TOOLTIPS(tooltips), tmpw, _("Refresh the Preview window"), NULL);
resetpreviewbutton = tmpw = gtk_button_new_with_label( _(" Reset "));
resetpreviewbutton = tmpw = gtk_button_new_with_label( _("Reset"));
gtk_signal_connect(GTK_OBJECT(tmpw), "clicked",
(GtkSignalFunc)updatepreviewprev, (void *)2);
gtk_box_pack_start (GTK_BOX (box2), tmpw, TRUE, TRUE, 0);

View File

@ -860,9 +860,9 @@ void repaint(struct ppm *p, struct ppm *a)
}
} else {
#if GTK_MINOR_VERSION == 0
gtk_label_set(GTK_LABEL(GTK_BUTTON(previewbutton)->child), _(" Update "));
gtk_label_set(GTK_LABEL(GTK_BUTTON(previewbutton)->child), _("Update"));
#else
gtk_label_set_text(GTK_LABEL(GTK_BUTTON(previewbutton)->child), _(" Update "));
gtk_label_set_text(GTK_LABEL(GTK_BUTTON(previewbutton)->child), _("Update"));
#endif
}
running = 0;

View File

@ -1,3 +1,7 @@
1999-10-17 Tomas Ogren <stric@ing.umu.se>
* sv.po: Updated
Fri Oct 8 15:07:02 PDT 1999 Manish Singh <yosh@gimp.org>
* fr.po: updates from David Monniaux

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,7 @@
1999-10-70 Tomas Ogren <stric@ing.umu.se>
* sv.po: Updated
1999-10-15 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated translation.

954
po/sv.po

File diff suppressed because it is too large Load Diff