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 589631 - Please enclose literal values with double quotes
Please enclose literal values with double quotes
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
2.21.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2009-07-24 17:10 UTC by Henrique P Machado
Modified: 2011-02-18 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Added quotes around literal values (1.83 KB, patch)
2009-08-14 04:17 UTC, Leonardo Ferreira Fontenelle
needs-work Details | Review

Description Henrique P Machado 2009-07-24 17:10:08 UTC
Incorrect translation
Application: glib

Incorrect text:
Hi.

I'm a member of pt_BR translation team and was translating the glib package when I saw these strings below:

#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
#: ../gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "unidade não implementa eject ou eject_with_operation"

#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
#: ../gio/gmount.c:537
msgid "mount doesn't implement unmount or unmount_with_operation"
msgstr "objeto de montagem não implementa desmontar ou unmount_with_operation"

#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
#: ../gio/gmount.c:624
msgid "mount doesn't implement eject or eject_with_operation"
msgstr "objeto de montagem não implementa ejetar ou eject_with_operation"

#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
#: ../gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "volume não implementa ejetar ou eject_with_operation"

The question regarding them is: Are there any way of clarifying the "*_with_operation" strings, changing it to other words or these messages are not intended to the end users?

In hope to building a better GNOME for everyone.

Thanks for the attention.

Henrique P. Machado

Should be:
Comment 1 Henrique P Machado 2009-07-24 17:26:07 UTC
PS: Just for consistency and better workflow, our Teamleader told me to left a message on D-L, freezing the translation of this package for our language until we get this bug report solved, OK?

Once more. Thanks a lot.
Comment 2 André Klapper 2009-07-24 17:30:26 UTC
glib issue, nothing to do with L10N -> moving
Comment 3 Leonardo Ferreira Fontenelle 2009-08-06 02:32:46 UTC
It seems that this values are to be kept the same in the translation. Developers, please check if it's true, and use double quotes if appropriate. Id these terms (eject_with_operation etc) are to be trasnlated, please add comments clarifying them.
Comment 4 Leonardo Ferreira Fontenelle 2009-08-14 04:17:29 UTC
Created attachment 140741 [details] [review]
Added quotes around literal values
Comment 5 michael de 2009-09-29 15:12:23 UTC
Yes, please do this! The last time I used meta tracker (some 6.x version), there was no way to do a literal search on an multi-string expression like "search this!". It makes it not particularly useful for a lot of people, I imagine.
Comment 6 Allison Karlitskaya (desrt) 2009-11-12 04:37:36 UTC
Review of attachment 140741 [details] [review]:

i'd like to commit this patch (modified, of course).  is there any reason not to?

::: gio/gmount.c
@@ +711,3 @@
 					    * message for mount objects that
 					    * don't implement remount. */
+					   _("mount doesn't implement \""remount"));

this is a syntax error
Comment 7 Alexander Larsson 2009-11-26 14:45:10 UTC
ryan: Looks good to commit to me.
Comment 8 Allison Karlitskaya (desrt) 2009-11-26 17:16:25 UTC
   09b1b64..8586b63  master -> master