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 315964 - Some unused strings in the PO file?
Some unused strings in the PO file?
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Internationalisation
unspecified
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-11 06:20 UTC by Clytie Siddall
Modified: 2005-09-11 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Clytie Siddall 2005-09-11 06:20:56 UTC
Version details: Gnome HEAD

Please check if these two strings are unused, and "unmark translation" for  those and any other unused 
string.

#: ../app/core/core-enums.c:820 ../app/core/core-enums.c:851
msgid "Drawable mod"

#: ../app/core/core-enums.c:875
msgid "Vectors mod"

Thankyou

from Clytie, Vietnamese translator
Comment 1 Sven Neumann 2005-09-11 18:40:36 UTC
These strings are indeed too bogus to translate. We should check whether these
fallbacks are ever used and decide whether we want to change the strings or
remove the translation markers from them.
Comment 2 Michael Natterer 2005-09-11 19:27:14 UTC
Fixed in CVS:

2005-09-11  Michael Natterer  <mitch@gimp.org>

	* app/core/core-enums.h (enum GimpUndoType): replaced lots of
	bogus strings by properly translatable ones. Many of them are
	fallbacks anyway, but they should be presentable to the user.
	Fixes bug #315964.