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 261060 - Don't split sentences in Evolution
Don't split sentences in Evolution
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
unspecified
Other All
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2004-07-02 13:30 UTC by Christian Rose
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2004-07-02 13:30:06 UTC
#: a11y/addressbook/ea-minicard-view.c:104
msgid " card"

#: a11y/addressbook/ea-minicard-view.c:102
msgid "have "

#: a11y/addressbook/ea-minicard-view.c:101
msgid "current addressbook folder "

#: a11y/addressbook/ea-minicard-view.c:104
msgid " cards"

#: a11y/addressbook/ea-minicard-view.c:102
msgid "has "


Please *never* split up sentences in fragments like this! It is extremely
broken for translation. Use several full sentences instead. Please see
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#split-sentences.

Also, when you do this, please use ngettext. See
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals.
Comment 1 Gerardo Marin 2004-07-02 16:42:48 UTC
This will have to wait since we are under string freeze
Comment 2 Christian Rose 2004-12-17 22:39:19 UTC
Evolution has been branched long ago and string freeze no longer
applies to HEAD...
Comment 3 Christian Rose 2004-12-29 23:14:43 UTC
Any news on this? Yuedong, any plans to correct this?
Comment 4 Sivaiah 2005-01-28 14:42:08 UTC
fixed using ngettext and two full sentences 
Comment 5 Christian Rose 2005-01-28 21:24:33 UTC
Thanks for fixing this!
However, there's a typo:

"current addressbook folder have %d cards"

should probably be

"current addressbook folder has %d cards"
Comment 6 Sivaiah 2005-01-29 03:34:19 UTC
doh, Fixed 
Comment 7 Sivaiah 2005-01-29 03:34:53 UTC
fixed