add security considerations to plugins.txt
[squirrelmail.git] / functions / ngettext.php
index bcf690cd51d3e135b0254e641ad69f0114cbe08a..0c7279a0cd23d101be12f2b1f474564577c8a62e 100644 (file)
@@ -4,22 +4,24 @@
  *
  * Uses php-gettext classes
  *
- * Copyright (c) 2004 The SquirrelMail Project Team
+ * Copyright (c) 2004-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * @copyright (c) 2004 The SquirrelMail Project Team
+ * @copyright (c) 2004-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public Licens
  * @link http://www.php.net/gettext Original php gettext manual
  * @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes
  * @version $Id$
  * @package squirrelmail
  * @subpackage i18n
+ * @since 1.5.1
  */
 
 /**
  * internal ngettext wrapper.
  *
  * provides ngettext support
+ * @since 1.5.1
  * @link http://www.php.net/function.ngettext
  * @param string $single English string, singular form
  * @param string $plural English string, plural form