version info
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Oct 2004 14:29:58 +0000 (14:29 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 4 Oct 2004 14:29:58 +0000 (14:29 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8141 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/ngettext.php

index bcf690cd51d3e135b0254e641ad69f0114cbe08a..c6368c83505b15eb31c7c0f9a4900870eb876156 100644 (file)
  * @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