* @category Horde * @license http://www.horde.org/licenses/bsd BSD * @package Dav */ /** * Horde_Dav_Translation is the translation wrapper class for Horde_Dav. * * @author Jan Schneider * @category Horde * @license http://www.horde.org/licenses/bsd BSD * @package Dav */ class Horde_Dav_Translation extends Horde_Translation_Autodetect { /** * The translation domain * * @var string */ protected static $_domain = 'Horde_Dav'; /** * The absolute PEAR path to the translations for the default gettext handler. * * @var string */ protected static $_pearDirectory = '/usr/share/psa-pear/pear/data'; }