<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Strings in &quot;multiple message view&quot; aren&#039;t being translated</title> 
  <pubDate>Fri, 10 Apr 2026 14:48:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7245</link> 
  <atom:link rel="self" type="application/rss+xml" title="Strings in &quot;multiple message view&quot; aren&#039;t being translated" href="https://bugs.horde.org/ticket/7245/rss" /> 
  <description>Strings in &quot;multiple message view&quot; aren&#039;t being translated</description> 
 
   
   
  <item> 
   <title>When I select more than one message to be viewed simultaneou</title> 
   <description>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-&gt;setOption(&#039;gettext&#039;, 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 &lt;gettext&gt;/&lt;/gettext&gt; 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 @@

 &lt;h1 class=&quot;header&quot;&gt;

- &lt;if:thread&gt;&lt;gettext&gt;Thread Display:&lt;/gettext&gt;&lt;else:thread&gt;Multiple Message View:&lt;/else:thread&gt;&lt;/if:thread&gt; &lt;tag:subject /&gt; &lt;tag:delete /&gt;

+ &lt;if:thread&gt;&lt;gettext&gt;Thread Display:&lt;/gettext&gt;&lt;else:thread&gt;&lt;gettext&gt;Multiple Message View:&lt;/gettext&gt;&lt;/else:thread&gt;&lt;/if:thread&gt; &lt;tag:subject /&gt; &lt;tag:delete /&gt;

 &lt;/h1&gt;

 &lt;br class=&quot;spacer&quot; /&gt;



@@ -28,7 +28,7 @@

         &lt;td class=&quot;item0 rightAlign&quot;&gt;&lt;tag:messages.link /&gt;&lt;/td&gt;

        &lt;/tr&gt;

        &lt;tr&gt;

-        &lt;td class=&quot;item1 rightAlign&quot; valign=&quot;top&quot; nowrap=&quot;nowrap&quot;&gt;&lt;strong&gt;&lt;if:messages.addr_to&gt;&lt;gettext&gt;To:&lt;/gettext&gt;&lt;else:messages.addr_to&gt;&lt;gettext&gt;From&lt;/gettext&gt;&lt;/else:messages.addr_to&gt;&lt;/if:messages.addr_to&gt;&lt;/strong&gt;&amp;nbsp;&lt;/td&gt;

+        &lt;td class=&quot;item1 rightAlign&quot; valign=&quot;top&quot; nowrap=&quot;nowrap&quot;&gt;&lt;strong&gt;&lt;if:messages.addr_to&gt;&lt;gettext&gt;To:&lt;/gettext&gt;&lt;else:messages.addr_to&gt;&lt;gettext&gt;From:&lt;/gettext&gt;&lt;/else:messages.addr_to&gt;&lt;/if:messages.addr_to&gt;&lt;/strong&gt;&amp;nbsp;&lt;/td&gt;

         &lt;td class=&quot;item1 leftAlign&quot; width=&quot;100%&quot; colspan=&quot;2&quot;&gt;&lt;tag:messages.addr /&gt;&lt;/td&gt;

        &lt;/tr&gt;

 &lt;if:messages.subject&gt;



Andre Gerhard</description> 
   <pubDate>Wed, 27 Aug 2008 20:03:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7245#t48501</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/thread.php?r1=2.56&amp;r2=2.57&amp;ty=u</description> 
   <pubDate>Thu, 28 Aug 2008 09:09:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7245#t48509</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/imp/templates/thread/thread.html?r1=1.14&amp;r2=1.15&amp;ty=u</description> 
   <pubDate>Thu, 28 Aug 2008 09:10:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7245#t48510</link> 
  </item> 
   
  <item> 
   <title>It didn&#039;t pickup your changes because the templates have bee</title> 
   <description>It didn&#039;t pickup your changes because the templates have been cached. I added the gettext option as a flag to the cache id of templates in IMP, so that a new template is created if you set the option in thread.php.</description> 
   <pubDate>Thu, 28 Aug 2008 09:13:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7245#t48512</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
