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 320462 - plural forms in uri-backend-wget.c
plural forms in uri-backend-wget.c
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Internationalisation
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-11-02 02:26 UTC by Alexandre Prokoudine
Modified: 2005-11-02 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2005-11-02 02:26:07 UTC
Please describe the problem:
/plug-ins/uri/uri-backend-wget.c:167 contains "(timeout is %s seconds)" phrase
which needs to be translatable with plural forms

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sven Neumann 2005-11-02 10:38:54 UTC
This string can never be called with a small number of seconds. It doesn't
make sense to use a plural form here. I've added a translator comment to
indicate this fact. Closing as NOTABUG.

Comment 2 Alexandre Prokoudine 2005-11-02 10:47:09 UTC
Well, the same here: if the last figure can be 1, 2, 3, 4, 5, 6, 7, 8 or 9, then
it is subject to plural forms.
Comment 3 Sven Neumann 2005-11-02 13:30:15 UTC
Reopening after discussion in bug #320461.
Comment 4 Michael Natterer 2005-11-02 14:45:32 UTC
Fixed in CVS:

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

	* libgimp/gimpprocbrowserdialog.c
	* libgimpwidgets/gimppropwidgets.c
	* plug-ins/uri/uri-backend-wget.c: use dngettext() for plural
	forms. Fixes bug #320460, bug #320461 and bug #320462.