From 180c2c0925c69fc1be338603aff09528e3b954b1 Mon Sep 17 00:00:00 2001 From: serek Date: Thu, 13 Jan 2000 18:06:04 +0000 Subject: [PATCH] added gettext support. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@156 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/download.php b/src/download.php index b89fced1..cc7f769a 100644 --- a/src/download.php +++ b/src/download.php @@ -14,10 +14,14 @@ displayPageHeader($color, "None"); echo "
"; - echo "
Viewing a plain text attachment
"; + echo "
"; + echo _("Viewing a plain text attachment"); + echo "
"; echo "
"; $urlmailbox = urlencode($mailbox); - echo "
Download this as a file


"; + echo "
"; + echo _("Download this as a file"); + echo "


"; if ($type1 == "html") echo $body; else -- 2.25.1