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 521175 - Should use plural constructions in stead of (s) in strings
Should use plural constructions in stead of (s) in strings
Status: RESOLVED DUPLICATE of bug 253510
Product: evolution-data-server
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-03-08 12:18 UTC by TLE
Modified: 2010-06-01 12:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description TLE 2008-03-08 12:18:33 UTC
There are a number of strings in the .po-file that uses a (s) construction for strings that contains numbers that can be any number. These should be made properly with a msgid_plural construction. I've listed the strings below:

#: ../camel/camel-folder.c:1687
msgid "Filtering new message(s)"

#: ../camel/providers/pop3/camel-pop3-provider.c:45
#, c-format
msgid "_Delete after %s day(s)"

#: ../libedataserverui/e-categories-dialog.glade.h:5
msgid "Item(s) belong to these _categories:"

Furthermore there is some inconsistent use of Groupwise instead og GroupWise in thiese strings

#: ../camel/providers/groupwise/camel-groupwise-store.c:1307
#: ../camel/providers/groupwise/camel-groupwise-store.c:1328
#, c-format
msgid "Cannot rename Groupwise folder `%s' to `%s'"
Comment 1 Milan Crha 2010-04-02 15:50:28 UTC
Thanks for a bug report.

(In reply to comment #0)
> #: ../camel/camel-folder.c:1687
> msgid "Filtering new message(s)"

I fixed this within bug #261087

> #: ../camel/providers/pop3/camel-pop3-provider.c:45
> #, c-format
> msgid "_Delete after %s day(s)"

This cannot be changed, I'm sorry. It's a static string, name of the option, which cannot be ngettext-ized. 

> #: ../libedataserverui/e-categories-dialog.glade.h:5
> msgid "Item(s) belong to these _categories:"

This is in bug #253510

> Furthermore there is some inconsistent use of Groupwise instead og GroupWise in
> thiese strings
> 
> #: ../camel/providers/groupwise/camel-groupwise-store.c:1307
> #: ../camel/providers/groupwise/camel-groupwise-store.c:1328
> #, c-format
> msgid "Cannot rename Groupwise folder `%s' to `%s'"

This was fixed in bug #553148.

I'm marking this as a duplicate of the bug #253510, as it's still opened.

*** This bug has been marked as a duplicate of bug 253510 ***
Comment 2 TLE 2010-06-01 12:32:42 UTC
Thanks