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 149337 - "font description name" in gtksourceview difficult to translate
"font description name" in gtksourceview difficult to translate
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-04 21:33 UTC by Christian Rose
Modified: 2005-01-24 16:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Christian Rose 2004-08-04 21:33:50 UTC
#: gtksourceview/gtksourceprintjob.c:313
msgid "Font description name to use for the document text"


"Font description name" sounds bogus to me. Is it the "name of a font
description"? Is it the "description name of a font"? Either interpretation
seems nonsensical.
Comment 1 Christian Rose 2004-08-04 21:42:21 UTC
#: gtksourceview/gtksourceprintjob.c:369
msgid "Font description name to use for the header and footer"

This one aswell.
Comment 2 Gustavo Giráldez 2004-08-09 01:35:03 UTC
Font description here refers to a Pango Font Description, so it's the name of a
font description.  For example, in GtkTextTag (gtk+ module) a similar property
is described as "Font description as a string, e.g. \"Sans Italic 12\"".  That's
in gtktexttag.c.
Comment 3 Christian Rose 2004-08-09 05:56:50 UTC
Could you please add translator comments explaining this? Thanks.
Comment 4 Christian Neumair 2004-08-09 08:11:52 UTC
So the word name is obsolete. "Pango font description"/"Font description" is
totally sufficient.

regs,
 Chris
Comment 5 Gustavo Giráldez 2004-08-10 00:04:05 UTC
How about "Font description (as string) to use for the document text"?  Is it
easily translatable to all languages?  "Pango font description"/"Font
description" alone imply a PangoFontDesc struct and not a string.