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 614107 - Version vs. version
Version vs. version
Status: RESOLVED FIXED
Product: libegg
Classification: Other
Component: other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Libegg maintenance
Libegg maintenance
Depends on:
Blocks:
 
 
Reported: 2010-03-27 16:59 UTC by Marcel Telka
Modified: 2011-04-04 12:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcel Telka 2010-03-27 16:59:40 UTC
It is not clear why there is capitalized V in the word "Version" below:

#: ../server/smclient/eggdesktopfile.c:188
#, c-format
msgid "Unrecognized desktop file Version '%s'"
msgstr ""

To have the message properly translated we need to know the reason for capitalized Version. Please add translation comment to the message above.

Thanks.
Comment 1 Marcel Telka 2010-03-27 17:01:51 UTC
Also, it would be great to know what will by substituted by %s. Is it filename? Is it the version number? Something else?

Thanks.
Comment 2 David King 2011-03-04 17:22:42 UTC
This is actually a libegg bug, so reassigning. I would guess that Version is capitalized as it is a field in a desktop file (which should not be translated):

http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html

The substitution would be a version string, and currently the only valid string is '1.0'. An invalid version would probably be similar. I can add a translation comment if you like. Do you have a standard wording for a string to remain untranslated? Would something like: "Version should not be translated. %s would probably be a version number." be OK?
Comment 3 David King 2011-04-04 12:21:10 UTC
Translator comment pushed as commit 970db3245c4c91bb16854d16dacded53315e6348.