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 553104 - Ambiguous "for" in calendar translations
Ambiguous "for" in calendar translations
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
evolution[compeditor]
Depends on: 454894
Blocks: 236276
 
 
Reported: 2008-09-21 10:06 UTC by Gabor Kelemen
Modified: 2010-06-25 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (5.24 KB, patch)
2010-06-25 13:47 UTC, Milan Crha
committed Details | Review

Description Gabor Kelemen 2008-09-21 10:06:42 UTC
In the appointment editor, the word "for" refers to the duration of the appointment. 
In the recurrence editor, "for" refers to the number of recurrences. 
However, in the po file these two meanings are not distinguished, so it's impossible to properly translate them. Please provide context in the following files:
#: ../calendar/gui/dialogs/event-page.glade.h:18
#: ../calendar/gui/dialogs/recurrence-page.glade.h:16

or what I think is better, rename it in the event-page.glade file to "Duration".
Comment 1 Milan Crha 2010-04-06 12:53:51 UTC
Thanks for a bug report. I would like to do this, but I'm not able until
bug #454894 will be addressed properly. Note the bug mentions only <property /> elements, but we've this in the <col /> elements, under GtkListStore object definition. None from context="yes" ...>eventpage|for</col> or context="eventpage" were propagated to the .po file, thus I'm setting the other bug as blocking this one.
Comment 2 Milan Crha 2010-06-25 13:47:34 UTC
Created attachment 164623 [details] [review]
evo patch

for evolution;

As intltool got a fix in 0.41.1, then I gave it a try and managed to create this patch which adds contexts to .po files. I didn't try this further, though expecting it working as requested.
Comment 3 Milan Crha 2010-06-25 13:49:37 UTC
Created commit c64d144 in evo master (2.31.4+)