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 628641 - Ordinal number?
Ordinal number?
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-02 20:45 UTC by Roman Matyus
Modified: 2010-11-18 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roman Matyus 2010-09-02 20:45:58 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"
Comment 1 Felipe Besoaín Pino 2010-09-02 21:37:31 UTC
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.
Comment 2 Peter Mráz 2010-09-03 08:18:09 UTC
Hi Felipe.
Roman means that he dont known if "#%d" means first, second, etc.
Comment 3 André Klapper 2010-09-03 11:44:57 UTC
Valid L10N bug, hence no NEEDINFO needed.
Comment 4 Eugen Dedu 2010-11-10 19:40:41 UTC
Julien, do you know what "List #%d" means?
Comment 5 Snark 2010-11-10 20:04:42 UTC
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.
Comment 6 Eugen Dedu 2010-11-11 11:34:15 UTC
Roman, what should be done to close this bug in your opinion?
Comment 7 Roman Matyus 2010-11-18 10:50:01 UTC
Please add TC: "#%d - ordinal number"
Comment 8 Eugen Dedu 2010-11-18 11:03:28 UTC
Fixed in http://git.gnome.org/browse/ekiga/commit/?id=2c6788a483c5eeb, thank you.