* @category Horde * @package Prefs */ /** * Horde_Prefs_Translation is the translation wrapper class for Horde_Prefs. * * @author Jan Schneider * @category Horde * @package Prefs */ class Horde_Prefs_Translation extends Horde_Translation_Autodetect { /** * The translation domain * * @var string */ protected static $_domain = 'Horde_Prefs'; /** * The absolute PEAR path to the translations for the default gettext handler. * * @var string */ protected static $_pearDirectory = '/usr/share/psa-pear/pear/data'; }