Bug 1037873 - incomplete translation in gtk3-print-dialog
Summary: incomplete translation in gtk3-print-dialog
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk3
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Kašík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-04 01:16 UTC by Rolle
Modified: 2014-03-06 10:08 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-06 10:08:30 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 708907 0 None None None Never

Description Rolle 2013-12-04 01:16:31 UTC
Description of problem:
In gtk3-Applications (like gedit) the printing-dialog have an incomplete german translation on the second tab "Page Setup" ("Seite einrichten"). The 4. combobox "Only print:" ("Beschränken auf:") is not translated:

 All sheets  ->  Alle Seiten
 Even sheets ->  Gerade Seiten
 Odd sheets  ->  Ungerade Seiten

Version-Release number of selected component (if applicable):
Fedora 20 beta

How reproducible:
always

Steps to Reproduce:
1. switch to german language
2. install a printer
3. open a printing dialog in a gtk3-application (e.g. gedit 3.10)
3. go to the second tab and look the entries at the 4. combobox.

Actual results:
English strings: "All sheets", "Even sheets", "Odd sheets"

Expected results:
German strings: "Alle Seiten", "Gerade Seite", "Ungerade Seiten"


Additional info:
In gtk2-applications (like firefox) the printing dialog have correct translations for this combobox.

Comment 1 Marek Kašík 2013-12-05 15:27:07 UTC
Hi,

thank you for this report. It seems that gtkprintunixdialog.ui.h in gtk+ 3.10 is missing 7 strings: All sheets, Even sheets, Landscape, Odd sheets, Portrait, Reverse, Landscape, Reverse portrait.

I'll file an upstream bug for this.

Regards

Marek

Comment 2 Marek Kašík 2014-03-06 10:08:30 UTC
This was fixed in development branch of GTK+. I don't plan to backport the fix to a stable branch since it is a string change.


Note You need to log in before you can comment on or make changes to this bug.