Class Horde_Core_Translation
Horde_Core_Translation is the translation wrapper class for Horde_Core.
- Horde_Translation
- Horde_Core_Translation
public static
string
|
|
public static
string
|
Horde_Core_Translation is the translation wrapper class for Horde_Core.
public static
string
|
|
public static
string
|
#
ngettext( string $singular, string $plural, integer $number )
Returns the plural translation of a message. Returns the plural translation of a message. Parameters
Returnsstring The string translation, or the original string if no translation exists. |