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 610571 - What is CRTCs?
What is CRTCs?
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-21 00:24 UTC by Marcel Telka
Modified: 2010-03-27 11:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcel Telka 2010-02-21 00:24:56 UTC
The following message contains strange word "CRTCs":

#: ../libgnome-desktop/gnome-rr.c:406
#, c-format
msgid "could not get the screen resources (CRTCs, outputs, modes)"
msgstr ""

What is CRTCs? Please add translation comment.

Thanks.
Comment 1 Marcel Telka 2010-02-21 00:29:36 UTC
Ok. I found following:

#. Translators: the "position", "size", and "maximum"
#. * words here are not keywords; please translate them
#. * as usual.  A CRTC is a CRT Controller (this is X terminology)
#: ../libgnome-desktop/gnome-rr.c:1262
#, c-format
msgid ""
"requested position/size for CRTC %d is outside the allowed limit: position=(%"
"d, %d), size=(%d, %d), maximum=(%d, %d)"
msgstr ""

But anyway, please add translation comment to the message in the bug description.

Thanks.
Comment 2 Vincent Untz 2010-02-22 11:33:12 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 3 Marcel Telka 2010-03-14 18:30:31 UTC
Thanks for adding the translator comment, but it is not visible in the PO files.
The translator comment should be placed right before the translatable string
(on the preceeding line), so the source should be changed from:

/* Translators: a CRTC is a CRT Controller (this is X terminology). */
g_set_error (error, GNOME_RR_ERROR, GNOME_RR_ERROR_RANDR_ERROR,
	     _("could not get the screen resources (CRTCs, outputs, modes)"));

to something like:

g_set_error (error, GNOME_RR_ERROR, GNOME_RR_ERROR_RANDR_ERROR,
/* Translators: a CRTC is a CRT Controller (this is X terminology). */
	     _("could not get the screen resources (CRTCs, outputs, modes)"));


Thanks.
Comment 4 Vincent Untz 2010-03-27 11:32:58 UTC
Oops, sorry. Fixed.