After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318042 - Untranslated strings in image/graph popup menu
Untranslated strings in image/graph popup menu
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-10-05 19:04 UTC by Luca Ferretti
Modified: 2011-09-30 19:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes the object popup menu problem (1.08 KB, patch)
2005-10-05 20:54 UTC, Jean Bréfort
accepted-commit_now Details | Review
A screenshot showing the save dialog (246.81 KB, image/png)
2005-10-06 08:03 UTC, Luca Ferretti
  Details
fixes the dialog problem (800 bytes, patch)
2005-10-06 08:50 UTC, Jean Bréfort
reviewed Details | Review
fixes both the dialog and border button problems (1.66 KB, patch)
2005-10-07 09:48 UTC, Jean Bréfort
committed Details | Review

Description Luca Ferretti 2005-10-05 19:04:45 UTC
Right clicking over a graph and/or image, "_Save ad image" and "_Order" menu
items as well as all items in "_Order" submenu don't appears translated. But
messages are in PO.

Oh, same for the file type combobox in Save dialog
Comment 1 Jean Bréfort 2005-10-05 20:54:21 UTC
Created attachment 53075 [details] [review]
fixes the object popup menu problem
Comment 2 Jean Bréfort 2005-10-05 20:55:06 UTC
May be we should turn to action based menus for contextual menus as well.
Comment 3 Jean Bréfort 2005-10-05 21:04:21 UTC
I can't confirm about the save dialog, it seems translated for me.
Comment 4 Luca Ferretti 2005-10-06 08:03:39 UTC
Created attachment 53090 [details]
A screenshot showing the save dialog

This is my desktop, with the used PO file (on left) and the Gnumeric "save
image" dialog in it_IT locale. Dropdown entries are untranslated, while
messages are, translated, in PO.

PS Gnumeric (and GNOME/GTK+) in use are installed under /opt/gnome. Could it be
relevant?
PPS File type dropdown for sheets (File -> Save[ as]...) is well behaving.
Comment 5 Jean Bréfort 2005-10-06 08:50:06 UTC
Created attachment 53094 [details] [review]
fixes the dialog problem

Sorry, I did not look into the right dialog box.
Jody, the use of gettext in gui_get_image_save_info is far from ideal. May be
we should add a domain argument to this function (and rename it to go_...).
Comment 6 Jody Goldberg 2005-10-06 10:31:11 UTC
The gnumeric-pane patch looks good.
Why do you call gettext directly in the 2nd ?
I agree that it should be renamed.
Comment 7 Jean Bréfort 2005-10-06 10:53:23 UTC
The strings are in the gnumeric domain, using _() searches them in the goffice
domain.
Comment 8 Jean Bréfort 2005-10-06 16:19:17 UTC
First patch commited. We must decide something for the second.
Comment 9 Luca Ferretti 2005-10-07 08:33:57 UTC
I found another place with untranslated strings: tooltips for entries in border
toolbar button (not all: Right, Left and Bottom tooltips appears translated,
other (Clear Borders, Outside Borders ...) not).

I don't remember now if those messages are in goffice or gnumeric PO, sorry
Comment 10 Jean Bréfort 2005-10-07 09:48:09 UTC
Created attachment 53168 [details] [review]
fixes both the dialog and border button problems

Jody, we probably need a domain argument in go_action_combo_pixmaps_new too.
This fixes things at the moment and are better that no fix IMHO. So my idea is
to commit this patch before release with some #warning in the two files.