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 563831 - Add translator comment for two strings
Add translator comment for two strings
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other Linux
: High major
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-09 10:35 UTC by Luca Ferretti
Modified: 2008-12-12 14:28 UTC
See Also:
GNOME target: 2.26.x
GNOME version: ---


Attachments
gnome-desktop-bgo563831-rr-messages.diff (3.21 KB, patch)
2008-12-09 18:20 UTC, Federico Mena Quintero
committed Details | Review

Description Luca Ferretti 2008-12-09 10:35:28 UTC
#: ../libgnome-desktop/gnome-rr.c:1104
#, c-format
msgid ""
"requested position/size for CRTC %d is outside the allowed limit: req_x = %"
"d, req_width = %d, max_width = %d, req_y = %d, req_height = %d, max_height = "
"%d"


#: ../libgnome-desktop/gnome-rr-config.c:1547
#, c-format
msgid ""
"required virtual size does not fit available size: req_width = %d, "
"req_height = %d, min_width = %d, min_height = %d, max_width = %d, max_height "
"= %d"


Could you please specify if req_width, req_height, ecc should be translated or not? Reading PO file is not easy to understand if they are simply abbreviations or keywords.
Comment 1 Vincent Untz 2008-12-09 11:46:35 UTC
Strings were added by Federicon cc'ing him. It's some error message.

But to be honest, this sounds more like a debug message to me. Federico?
Comment 2 Vincent Untz 2008-12-09 11:47:27 UTC
Oh, and let put some stuff so that we get this fixed for 2.26.
Comment 3 Federico Mena Quintero 2008-12-09 18:20:45 UTC
Created attachment 124294 [details] [review]
gnome-desktop-bgo563831-rr-messages.diff

This is the patch I committed.  Thanks for the heads-up :)

2008-12-09  Federico Mena Quintero  <federico@novell.com>

	Fix http://bugzilla.gnome.org/show_bug.cgi?id=563831

	* gnome-rr.c (gnome_rr_crtc_set_config): Make an error string more
	friendly to translation.

	* gnome-rr-config.c (crtc_assignment_new): Likewise.
Comment 4 Luca Ferretti 2008-12-12 10:24:45 UTC
Sorry to reopen, but as you can see here[1], comments don't appear in PO files :(
Should be placed one line below, just above the translatable strings.


[1] http://l10n.gnome.org/POT/gnome-desktop.HEAD/gnome-desktop.HEAD.pot
Comment 5 Vincent Untz 2008-12-12 14:28:07 UTC
Fixed.