<?PHP


/**
 * independent_strings.php
 *
 * Copyright (c) 1999-2002 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * The purpose of this module is to store translation strings that
 * are not into the code. For example strings that can come
 * through an external source like emails.
 *
 * $Id: independent_strings.txt,v 1.1 2002/02/09 15:12:57 philippe_mingo Exp $
 */


_("Delivery error report");
_("Undelivered Message Headers");

?>