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 327109 - Please use ngettext() for handling plural-forms in Gnome System Tools
Please use ngettext() for handling plural-forms in Gnome System Tools
Status: RESOLVED FIXED
Product: gnome-system-tools
Classification: Deprecated
Component: users-admin
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: Carlos Garnacho
Carlos Garnacho
Depends on:
Blocks: 116236
 
 
Reported: 2006-01-15 18:44 UTC by Slobodan D. Sredojevic
Modified: 2006-01-16 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Slobodan D. Sredojevic 2006-01-15 18:44:44 UTC
If the length of user and group name is not constant value, then, we need ngettext support for two strings:

#: ../src/users/group-settings.c:203
#, c-format
msgid "The group name should have less than %i characters for being valid"

#: ../src/users/user-settings.c:293 ../src/users/user-settings.c:298
#, c-format
msgid "To be valid, the user name should have less than %i characters."

Some info is here: http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals

Please note that string freeze for the 2.14.x releases starts on 13th February as stated at: http://live.gnome.org/TwoPointThirteen .
Comment 1 Carlos Garnacho 2006-01-16 16:18:10 UTC
Thanks for the suggestion :), the fix is already in CVS HEAD