Skip to content

Commit

Permalink
[mms] Better translations of the list header fields.
Browse files Browse the repository at this point in the history
Translating the list header is kind of pointless... translate the description instead
  • Loading branch information
slusarz committed May 15, 2014
1 parent ecf154b commit 328b36a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions framework/ListHeaders/lib/Horde/ListHeaders.php
Expand Up @@ -32,14 +32,14 @@ public function headers()
{
return array(
/* RFC 2369 */
'list-help' => Horde_ListHeaders_Translation::t("List-Help"),
'list-unsubscribe' => Horde_ListHeaders_Translation::t("List-Unsubscribe"),
'list-subscribe' => Horde_ListHeaders_Translation::t("List-Subscribe"),
'list-owner' => Horde_ListHeaders_Translation::t("List-Owner"),
'list-post' => Horde_ListHeaders_Translation::t("List-Post"),
'list-archive' => Horde_ListHeaders_Translation::t("List-Archive"),
'list-help' => Horde_ListHeaders_Translation::t("Help"),
'list-unsubscribe' => Horde_ListHeaders_Translation::t("Unsubscribe"),
'list-subscribe' => Horde_ListHeaders_Translation::t("Subscribe"),
'list-owner' => Horde_ListHeaders_Translation::t("Owner"),
'list-post' => Horde_ListHeaders_Translation::t("Post"),
'list-archive' => Horde_ListHeaders_Translation::t("Archive"),
/* RFC 2919 */
'list-id' => Horde_ListHeaders_Translation::t("List-Id")
'list-id' => Horde_ListHeaders_Translation::t("Identification")
);
}

Expand Down
4 changes: 2 additions & 2 deletions framework/ListHeaders/package.xml
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Better translations of the list header fields.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -212,7 +212,7 @@
<date>2014-04-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Better translations of the list header fields.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 328b36a

Please sign in to comment.