GNOME Bugzilla – Bug 628641
Ordinal number?
Last modified: 2010-11-18 11:03:28 UTC
What is %d? Is %d ordinal number? #: ../plugins/resource-list/rl-list.cpp:182 msgid "%s / List #%d" msgstr "%s / Zoznam #%d" #: ../plugins/resource-list/rl-list.cpp:186 msgid "List #%d" msgstr "Zoznam #%d"
Integer number, that represent a %d. any way? are you reporting a bug about that? this bug report isn't very useful because it doesn't describe the bug well. If you have time and can still reproduce the bug, please read http://bugzilla.gnome.org/bug-HOWTO.html and add a more useful description to this bug.
Hi Felipe. Roman means that he dont known if "#%d" means first, second, etc.
Valid L10N bug, hence no NEEDINFO needed.
Julien, do you know what "List #%d" means?
Well, I wrote the code but don't remember it ; looking at it, we see : if ( !group_.empty ()) { raw = g_strdup_printf (_("%s / List #%d"), group_.c_str (), position); } else { raw = g_strdup_printf (_("List #%d"), position); } so yes, I would say it's an ordinal.
Roman, what should be done to close this bug in your opinion?
Please add TC: "#%d - ordinal number"
Fixed in http://git.gnome.org/browse/ekiga/commit/?id=2c6788a483c5eeb, thank you.