6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/28/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7245] Strings in "multiple message view" aren't being translated
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .___.. . ..__ [ __ | | |\/|| \ [_./ | |___| ||__/
Comment
> When I select more than one message to be viewed simultaneously, the > page displayed are not being translated as it should be. Single > messages are translated ok. > > > > I tried to pinpoint the bug, but no way. For example, I thought > thread.php should have a line setting gettext: > > $template->setOption('gettext', true); > > I tried to put this line in various places of thread.php (as I have > seen in other files) but the translation didn“t work. > > > > I also think there is a typo in thread.html (From instead of From:) > and missing <gettext>/</gettext> tags. The diff is below: > > > > --- thread.html.orig 2008-08-27 14:46:48.000000000 -0300 > > +++ thread.html 2008-08-27 16:27:14.000000000 -0300 > > @@ -1,5 +1,5 @@ > > <h1 class="header"> > > - <if:thread><gettext>Thread Display:</gettext><else:thread>Multiple > Message View:</else:thread></if:thread> <tag:subject /> <tag:delete /> > > + <if:thread><gettext>Thread > Display:</gettext><else:thread><gettext>Multiple Message > View:</gettext></else:thread></if:thread> <tag:subject /> <tag:delete > /> > > </h1> > > <br class="spacer" /> > > > > @@ -28,7 +28,7 @@ > > <td class="item0 rightAlign"><tag:messages.link /></td> > > </tr> > > <tr> > > - <td class="item1 rightAlign" valign="top" > nowrap="nowrap"><strong><if:messages.addr_to><gettext>To:</gettext><else:messages.addr_to><gettext>From</gettext></else:messages.addr_to></if:messages.addr_to></strong> </td> > > + <td class="item1 rightAlign" valign="top" > nowrap="nowrap"><strong><if:messages.addr_to><gettext>To:</gettext><else:messages.addr_to><gettext>From:</gettext></else:messages.addr_to></if:messages.addr_to></strong> </td> > > <td class="item1 leftAlign" width="100%" > colspan="2"><tag:messages.addr /></td> > > </tr> > > <if:messages.subject> > > > > Andre Gerhard
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers