ubuntu-translations-coordinators team mailing list archive
-
ubuntu-translations-coordinators team
-
Mailing list archive
-
Message #02262
[Bug 880757] Re: Untranslated string in software-center with UTF-8 character
This bug was fixed in the package software-center - 5.0.4
---------------
software-center (5.0.4) oneiric-proposed; urgency=low
[ Gary Lasker ]
* lp:~gary-lasker/software-center/fix-lp891499-for-5.0:
- be more robust about problems reading the cataloged_times file
as problems here can hang the UI (LP: #891499)
[ Gabor Kelemen ]
* lp:~kelemeng/software-center/bug869935:
- Update help translations from Launchpad (LP: #869935)
* lp:~kelemeng/software-center/bug880757:
- Mark strings containing the “ character as Unicode, to fix
their translations. LP: #880757
[ Michael Vogt ]
* fix cache opening to improve startup time
* lp:~mvo/software-center/icon-data-for-5.0:
- remove the need for inline icon data from the agent, instead
download icons directly using the provided URL (LP: #914054)
-- Michael Vogt <michael.vogt@xxxxxxxxxx> Tue, 10 Jan 2012 09:52:09 +0100
** Changed in: software-center (Ubuntu Oneiric)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
https://bugs.launchpad.net/bugs/880757
Title:
Untranslated string in software-center with UTF-8 character
Status in Ubuntu Translations:
Triaged
Status in “software-center” package in Ubuntu:
Fix Released
Status in “software-center” source package in Oneiric:
Fix Released
Bug description:
In software-center choose File -> Sync Between Computers. At the
bottom left corner, you can see a gear icon, click on it and the 'Stop
Syncing “%s”' string will appear untranslated, despite it is
translated in the po files.
This is the same problem as it was in bug #870604. To be sure, I
grepped for other possibly affected strings containing the “
character:
softwarecenter/ui/gtk3/widgets/searchaid.py: sub = utf8(_(u"No items match “%s”")) % term
softwarecenter/ui/gtk3/widgets/searchaid.py: sub = utf8(_(u"No items in %s match “%s”"))
softwarecenter/ui/gtk3/panes/installedpane.py: stop_oneconf_share_menuitem = Gtk.MenuItem(label=_("Stop Syncing “%s”") % platform.node())
softwarecenter/ui/gtk3/panes/installedpane.py: cat_title = ngettext('%(amount)s item on “%(machine)s” not on this computer',
softwarecenter/ui/gtk3/panes/installedpane.py: '%(amount)s items on “%(machine)s” not on this computer',
softwarecenter/ui/gtk3/panes/installedpane.py: cat_title = ngettext('%(amount)s item on this computer not on “%(machine)s”',
softwarecenter/ui/gtk3/panes/installedpane.py: '%(amount)s items on this computer not on “%(machine)s”',
softwarecenter/backend/oneconfhandler.py: msg = _("To sync with another computer, choose “Sync Between Computers” from that computer.")
I think these need an u prefix too.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/880757/+subscriptions
References