public static function getExtenstionsArray()
{
$a = array();
$a['components'] = Text::_('COM_PHOCACART_COMPONENTS');
$a['modules'] = Text::_('COM_PHOCACART_MODULES');
$a['plugins'] = Text::_('COM_PHOCACART_PLUGINS');
$a['templates'] = Text::_('COM_PHOCACART_TEMPLATES');
$a['languages'] = Text::_('COM_PHOCACART_LANGUAGES');
return $a;
}