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 556017 - the translations of menu item in GtkRecentChooserMenu class are wrong.
the translations of menu item in GtkRecentChooserMenu class are wrong.
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Japanese [ja]
git master
Other All
: Normal normal
: ---
Assigned To: Takeshi AIHANA
Takeshi AIHANA
Depends on:
Blocks:
 
 
Reported: 2008-10-12 13:49 UTC by Takeshi AIHANA
Modified: 2008-10-13 00:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Takeshi AIHANA 2008-10-12 13:49:21 UTC
Incorrect translation
Application: gtk+

Incorrect text:
The such label format of GtkRecentChooserMenu are wrong, they should NOT include the prefix "recent menu label|" in the translation:

#: gtk/gtkrecentchoosermenu.c:781
#, c-format
msgid "recent menu label|_%d. %s"
msgstr "recent menu label|_%d: %s"

and

#: gtk/gtkrecentchoosermenu.c:788
#, c-format
msgid "recent menu label|%d. %s"
msgstr "recent menu label|%d: %s"


Should be:
<<This is for my reminder>>
You should SEE the comments at the upper of the msgid's!

#. This is the format that is used for items in a recent files menu.
#. * The %d is the number of the item, the %s is the name of the item.
#. *
#. * Don't include the prefix "recent menu label|" in the translation.
Comment 1 Takeshi AIHANA 2008-10-13 00:39:32 UTC
Fixed in branches/gtk-2-14 and trunk also.