<?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>Translation of &quot;Delete&quot; string / key in DIMP entry page</title> 
  <pubDate>Fri, 10 Apr 2026 15:00:40 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7408</link> 
  <atom:link rel="self" type="application/rss+xml" title="Translation of &quot;Delete&quot; string / key in DIMP entry page" href="https://bugs.horde.org/ticket/7408/rss" /> 
  <description>Translation of &quot;Delete&quot; string / key in DIMP entry page</description> 
 
   
   
  <item> 
   <title>In brazilian portuguese, the &quot;Del&quot; keyboard key also has the</title> 
   <description>In brazilian portuguese, the &quot;Del&quot; keyboard key also has the name &quot;Del&quot;.



The _(&quot;Delete&quot;) string is used in other parts of the code and is translated to &quot;Excluir&quot;.



So In line 247 of templates/index/index.inc,  we could not use _(&quot;Delete&quot;) meaning the key,

instead we shoud use &quot;_(Del)&quot;, as in the first sentence. It&#039;s Shift+Del, not Shift+Delete/Shift+Excluir.





diff index.inc.org index.inc:



247c247

&lt;        &lt;span class=&quot;kbd&quot;&gt;&lt;?php echo _(&quot;Del&quot;) ?&gt;&lt;/span&gt; : &lt;?php echo _(&quot;Delete the currently selected message(s).&quot;) ?&gt; &lt;?php printf(_(&quot;%s will delete the current message and move to the next message if a single message is selected.&quot;), &#039;&lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Shift&quot;) . &#039;&lt;/span&gt; + &lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Delele&quot;) . &#039;&lt;/span&gt;&#039;) ?&gt;&lt;br /&gt;

---

&gt;        &lt;span class=&quot;kbd&quot;&gt;&lt;?php echo _(&quot;Del&quot;) ?&gt;&lt;/span&gt; : &lt;?php echo _(&quot;Delete the currently selected message(s).&quot;) ?&gt; &lt;?php printf(_(&quot;%s will delete the current message and move to the next message if a single message is selected.&quot;), &#039;&lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Shift&quot;) . &#039;&lt;/span&gt; + &lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Del&quot;) . &#039;&lt;/span&gt;&#039;) ?&gt;&lt;br /&gt;</description> 
   <pubDate>Mon, 29 Sep 2008 14:56:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7408#t49283</link> 
  </item> 
   
  <item> 
   <title>The &quot;Home&quot; key also has a similar problem.



In the keyboar</title> 
   <description>The &quot;Home&quot; key also has a similar problem.



In the keyboard, the name of the key is &quot;Home&quot;, but in other places of IMP/DIMP it could be

translated to &quot;Inicio&quot;.



So maybe is better to have strings that should be translated to key names and

strings that should be translated literally.



For example, _(Home_Key) for the keyboard key &quot;Home&quot;.





&gt; In brazilian portuguese, the &quot;Del&quot; keyboard key also has the name &quot;Del&quot;.

&gt;

&gt; The _(&quot;Delete&quot;) string is used in other parts of the code and is 

&gt; translated to &quot;Excluir&quot;.

&gt;

&gt; So In line 247 of templates/index/index.inc,  we could not use 

&gt; _(&quot;Delete&quot;) meaning the key,

&gt; instead we shoud use &quot;_(Del)&quot;, as in the first sentence. It&#039;s 

&gt; Shift+Del, not Shift+Delete/Shift+Excluir.

&gt;

&gt;

&gt; diff index.inc.org index.inc:

&gt;

&gt; 247c247

&gt; &lt;        &lt;span class=&quot;kbd&quot;&gt;&lt;?php echo _(&quot;Del&quot;) ?&gt;&lt;/span&gt; : &lt;?php echo 

&gt; _(&quot;Delete the currently selected message(s).&quot;) ?&gt; &lt;?php printf(_(&quot;%s 

&gt; will delete the current message and move to the next message if a 

&gt; single message is selected.&quot;), &#039;&lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Shift&quot;) . 

&gt; &#039;&lt;/span&gt; + &lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Delele&quot;) . &#039;&lt;/span&gt;&#039;) ?&gt;&lt;br /&gt;

&gt; ---

&gt;&gt;        &lt;span class=&quot;kbd&quot;&gt;&lt;?php echo _(&quot;Del&quot;) ?&gt;&lt;/span&gt; : &lt;?php echo 

&gt;&gt; _(&quot;Delete the currently selected message(s).&quot;) ?&gt; &lt;?php printf(_(&quot;%s 

&gt;&gt; will delete the current message and move to the next message if a 

&gt;&gt; single message is selected.&quot;), &#039;&lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Shift&quot;) . 

&gt;&gt; &#039;&lt;/span&gt; + &lt;span class=&quot;kbd&quot;&gt;&#039; . _(&quot;Del&quot;) . &#039;&lt;/span&gt;&#039;) ?&gt;&lt;br /&gt;

</description> 
   <pubDate>Mon, 29 Sep 2008 17:56:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7408#t49288</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/dimp/templates/index/index.inc?r1=1.152.2.61&amp;r2=1.152.2.62&amp;ty=u</description> 
   <pubDate>Tue, 07 Oct 2008 13:08:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7408#t49447</link> 
  </item> 
   
  <item> 
   <title>&gt; So In line 247 of templates/index/index.inc,  we could not</title> 
   <description>&gt; So In line 247 of templates/index/index.inc,  we could not use 

&gt; _(&quot;Delete&quot;) meaning the key,

&gt; instead we shoud use &quot;_(Del)&quot;, as in the first sentence. It&#039;s 

&gt; Shift+Del, not Shift+Delete/Shift+Excluir.



Fixed for DIMP 1.1.1.</description> 
   <pubDate>Tue, 07 Oct 2008 13:08:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7408#t49448</link> 
  </item> 
   
  <item> 
   <title>&gt; The &quot;Home&quot; key also has a similar problem.

&gt;

&gt; In the ke</title> 
   <description>&gt; The &quot;Home&quot; key also has a similar problem.

&gt;

&gt; In the keyboard, the name of the key is &quot;Home&quot;, but in other places 

&gt; of IMP/DIMP it could be

&gt; translated to &quot;Inicio&quot;.

&gt;

&gt; So maybe is better to have strings that should be translated to key names and

&gt; strings that should be translated literally.

&gt;

&gt; For example, _(Home_Key) for the keyboard key &quot;Home&quot;.



That&#039;s not that easy, because the text used inside _() is always the default fallback string, and it wouldn&#039;t help the users either if they read &quot;Home_Key&quot;.

But it&#039;s not a problem anyway, because the string &quot;Home&quot; only appears in this context in DIMP, thus the translators only have to take care that they don&#039;t pickup Horde&#039;s &quot;Home&quot; translation when merging from a compendium.</description> 
   <pubDate>Tue, 07 Oct 2008 13:11:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7408#t49449</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
