From: serek Date: Thu, 13 Jan 2000 20:32:20 +0000 (+0000) Subject: added gettext support. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5823fa438a648cb350f14fa769985a9421f34a01;p=squirrelmail.git added gettext support. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@166 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox.php b/functions/mailbox.php index 9a498398..45d9021a 100644 --- a/functions/mailbox.php +++ b/functions/mailbox.php @@ -49,7 +49,7 @@ function getMessageHeaders($imapConnection, $start, $end, &$from, &$subject, &$date) { $rel_start = $start; if (($start > $end) || ($start < 1)) { - echo "Error in message header fetching. Start message: $start, End message: $end
"; + echo _("Error in message header fetching. Start message: "). $start, _("End message: "). "$end
"; exit; }