Summary:
lack of the friendly name function
Detailed Description:
In CompanyDirectory.module.php, the friendly name function is mssing:
/**
* @ignore
*/
function GetFriendlyName() { return $this->Lang('friendlyname'); }
So, it's impossible to translate the menu entry. Would it be possible to add it?