See Release Notes
Long Term Support Release
(no description)
File Size: | 82 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Translation_Handler_Gettext:: (3 methods):
__construct()
t()
ngettext()
Class: Horde_Translation_Handler_Gettext - X-Ref
The Horde_Translation_Handler_Gettext provides translations through the__construct($domain, $path) X-Ref |
Constructor. param: string $domain The translation domain, e.g. package name. param: string $path The path to the gettext catalog. |
t($message) X-Ref |
Returns the translation of a message. param: string $message The string to translate. return: string The string translation, or the original string if no |
ngettext($singular, $plural, $number) X-Ref |
Returns the plural translation of a message. param: string $singular The singular version to translate. param: string $plural The plural version to translate. param: integer $number The number that determines singular vs. plural. return: string The string translation, or the original string if no |