File/nasmail/functions/ngettext.php

Description

Internal ngettext functions

Uses php-gettext classes

Functions
dngettext (line 54)

internal dngettext wrapper.

provides dngettext support

string dngettext (string $domain, string $single, string $plural, integer $number)
  • string $domain: Gettext domain
  • string $single: English string, singular form
  • string $plural: English string, plural form
  • integer $number: number that shows used quantity
ngettext (line 28)

internal ngettext wrapper.

provides ngettext support

string ngettext (string $single, string $plural, integer $number)
  • string $single: English string, singular form
  • string $plural: English string, plural form
  • integer $number: number that shows used quantity

Documentation generated on Sun, 22 Nov 2009 17:36:43 +0200 by phpDocumentor 1.4.3