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 663478 - "Print Quality" and "Output Mode" menus are not translated
"Print Quality" and "Output Mode" menus are not translated
Status: RESOLVED NOTABUG
Product: gtk+
Classification: Platform
Component: Printing
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-11-05 23:15 UTC by thibault.drevet
Modified: 2012-04-18 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the bug in the "Image Quality" tab (30.22 KB, image/png)
2011-11-05 23:15 UTC, thibault.drevet
Details
Screenshot of the bug in the "Color" tab (32.20 KB, image/png)
2011-11-05 23:16 UTC, thibault.drevet
Details
/etc/cups/ppd/Photosmart-C440-series.ppd (28.31 KB, application/octet-stream)
2012-04-17 21:00 UTC, thibault.drevet
Details

Description thibault.drevet 2011-11-05 23:15:36 UTC
Created attachment 200793 [details]
Screenshot of the bug in the "Image Quality" tab

Distribution : Ubuntu Oneiric 11.10 (french)
Evince 3.2.1

1. Open a .pdf with evince
2. File > Print... (CTRL-P)
3. In the "Image quality" tab, the string "Print Quality:" and the menu entries "Normal / Draft / Best / High-Resolution Photo / Fast Draft" are not translated in french.
5. In the "Color" tab, the string "Output Mode:" and the menu entries "High Quality Grayscale / Black Only Grayscale / Color" are not translated in french.
Comment 1 thibault.drevet 2011-11-05 23:16:44 UTC
Created attachment 200794 [details]
Screenshot of the bug in the "Color" tab
Comment 2 André Klapper 2011-11-07 11:33:35 UTC
I think these are strings provided by your printer driver.
Nothing that GNOME can fix.
Comment 3 Marek Kašík 2012-04-17 10:29:22 UTC
Hi Thibault,

could you attach here ppd file of the printer? It should be located in "/etc/cups/ppd/name-of-the-printer.ppd".

Regards

Marek
Comment 4 thibault.drevet 2012-04-17 21:00:50 UTC
Created attachment 212238 [details]
/etc/cups/ppd/Photosmart-C440-series.ppd

Hi Marek,

Here is your file.

I confirm this is still true with the last Ubuntu 12.04 (beta 2 up-to-date).

Thibault.
Comment 5 Marek Kašík 2012-04-18 11:32:45 UTC
Hi Thibault,

the problem you see is caused by the ppd. It contains English names for options and its values. You need French version of the ppd to have them translated.

But there is also a bug in this part of gtk+. If the ppd contains more than one language versions of its options/values then gtk+ dialog uses just the original one regardless of current locale. I'll file a feature request for this.

I'm closing this as not a bug.

Regards

Marek
Comment 6 thibault.drevet 2012-04-18 13:19:48 UTC
Hi Marek,

Ok, so my remaining bug (not related to gtk+) is : "In the .ppd file, the english names for options and values should be translated".

Who should I report this bug to ?

regards,
Thibault.
Comment 7 Marek Kašík 2012-04-18 13:39:49 UTC
Hi,

you can try the package which provides the PPD to the operating system you use. But I'm not sure whether this will work because these PPD files are usually created by manufacturers of the printers.

Marek