X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fngettext.php;h=0c7279a0cd23d101be12f2b1f474564577c8a62e;hb=ea3219157852653cacea14657f145b21ac9a0dcc;hp=bcf690cd51d3e135b0254e641ad69f0114cbe08a;hpb=3b84e1b10d0800d858a68283bce298d15677ce58;p=squirrelmail.git diff --git a/functions/ngettext.php b/functions/ngettext.php index bcf690cd..0c7279a0 100644 --- a/functions/ngettext.php +++ b/functions/ngettext.php @@ -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